summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* sock: remove unneeded semicolonYueHaibing2019-10-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-261-1/+14
|\
| * bpf: Check types of arguments passed into helpersAlexei Starovoitov2019-10-171-1/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-206-35/+49
|\ \
| * | net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti2019-10-151-8/+11
| * | net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti2019-10-151-1/+1
| * | tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-132-2/+2
| * | tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2019-10-132-7/+11
| * | tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2019-10-133-4/+6
| * | tcp: add rcu protection around tp->fastopen_rskEric Dumazet2019-10-131-1/+1
| * | net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet2019-10-091-1/+1
| * | net: annotate sk->sk_rcvlowat lockless readsEric Dumazet2019-10-092-2/+2
| * | net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet2019-10-091-1/+1
| * | net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet2019-10-091-2/+2
| * | netns: fix NLM_F_ECHO mechanism for RTM_NEWNSIDNicolas Dichtel2019-10-091-6/+11
* | | pktgen: remove unnecessary assignment in pktgen_xmit()Yunsheng Lin2019-10-171-1/+0
* | | net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()Alexander Lobakin2019-10-151-24/+25
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-142-7/+41
|\ \
| * | xdp: Trivial, fix spelling in function descriptionAnton Ivanov2019-10-111-1/+1
| * | flow_dissector: Allow updating the flow dissector program atomicallyJakub Sitnicki2019-10-111-3/+7
| * | bpf/flow_dissector: add mode to enforce global BPF flow dissectorStanislav Fomichev2019-10-071-4/+34
* | | devlink: propagate extack down to health reporter opsJiri Pirko2019-10-111-9/+11
* | | devlink: don't do reporter recovery if the state is healthyJiri Pirko2019-10-111-0/+3
* | | sock_get_timeout: drop unnecessary return variableVito Caputo2019-10-111-6/+3
* | | Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet2019-10-081-3/+2
* | | net: sockmap: use bitmap for copy infoJakub Kicinski2019-10-071-2/+2
* | | net: core: use helper skb_ensure_writable in more placesHeiner Kallweit2019-10-071-12/+8
* | | net: devlink: fix reporter dump dumpitJiri Pirko2019-10-071-1/+2
* | | devlink: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-32/+6
* | | net: devlink: export devlink net setterJiri Pirko2019-10-051-3/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-053-8/+13
|\ \ \ | | |/ | |/|
| * | net: make sock_prot_memory_pressure() return "const char *"Alexey Dobriyan2019-10-041-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-10-021-1/+1
| |\ \
| | * | netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-1/+1
| * | | devlink: Fix error handling in param and info_get dumpit cbVasundhara Volam2019-10-011-3/+3
| |/ /
| * | net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau2019-09-301-3/+8
* | | net: devlink: don't ignore errors during dumpitJiri Pirko2019-10-041-6/+24
* | | net: spread "enum sock_flags"Alexey Dobriyan2019-10-041-2/+3
* | | net: devlink: allow to change namespaces during reloadJiri Pirko2019-10-041-8/+146
* | | net: devlink: export devlink net getterJiri Pirko2019-10-041-1/+2
* | | net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko2019-10-042-7/+12
* | | net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko2019-10-041-3/+8
* | | net: fib_notifier: make FIB notifier per-netnsJiri Pirko2019-10-042-52/+42
* | | net: propagate errors correctly in register_netdevice()Eric Dumazet2019-10-031-0/+1
* | | net: introduce per-netns netdevice notifiersJiri Pirko2019-10-021-0/+87
* | | net: push loops and nb calls into helper functionsJiri Pirko2019-10-021-28/+61
| |/ |/|
* | net: rtnetlink: add possibility to use alternative names as message handleJiri Pirko2019-10-011-11/+18
* | net: rtnetlink: introduce helper to get net_device instance by ifnameJiri Pirko2019-10-011-20/+25
* | net: rtnetlink: unify the code in __rtnl_newlink get dev with the restJiri Pirko2019-10-011-6/+4
* | net: rtnetlink: put alternative names to getlink messageJiri Pirko2019-10-011-0/+53