summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski2019-11-051-5/+15
* net: fix installing orphaned programsJakub Kicinski2019-11-011-1/+2
* net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-301-2/+2
* net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov2019-10-291-1/+1
* net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet2019-10-281-1/+1
* net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-10-282-2/+2
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-10-261-1/+6
|\
| * bpf: lwtunnel: Fix reroute supplying invalid dstJiri Benc2019-10-141-1/+6
* | net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin2019-10-261-1/+3
* | netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-10-253-16/+17
* | net: remove unnecessary variables and callbackTaehee Yoo2019-10-242-25/+6
* | net: core: add ignore flag to netdev_adjacent structureTaehee Yoo2019-10-241-21/+209
* | net: core: add generic lockdep keysTaehee Yoo2019-10-242-84/+44
* | net: core: limit nested device depthTaehee Yoo2019-10-241-45/+227
* | keys: Fix memory leak in copy_net_nsTakeshi Misawa2019-10-241-0/+1
* | net/flow_dissector: switch to siphashEric Dumazet2019-10-231-22/+16
* | 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
* 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
* sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal2019-09-272-3/+3
* net: print proper warning on dst underflowJason A. Donenfeld2019-09-261-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-1820-210/+3082
|\
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-172-8/+23
| |\
| | * udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-161-2/+13
| | * net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni2019-09-151-6/+10
| * | ethtool: implement Energy Detect Powerdown support via phy-tunableAlexandru Ardelean2019-09-161-0/+6
| * | drop_monitor: Better sanitize notified packetsIdo Schimmel2019-09-161-0/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-153-0/+24
| |\|
| * | net: devlink: move reload fail indication to devlink core and expose to userJiri Pirko2019-09-131-1/+20
| * | net: devlink: split reload op into twoJiri Pirko2019-09-131-4/+12
| * | devlink: add 'reset_dev_on_drv_probe' paramDirk van der Merwe2019-09-101-0/+5
| * | net: fib_notifier: move fib_notifier_ops from struct net into per-net structJiri Pirko2019-09-071-6/+23
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-064-9/+121
| |\ \
| | * | bpf: fix error check in bpf_tcp_gen_syncookiePetar Penkov2019-08-311-1/+1
| | * | bpf: support cloning sk storage on accept()Stanislav Fomichev2019-08-172-6/+107
| | * | net: Don't call XDP_SETUP_PROG when nothing is changedMaxim Mikityanskiy2019-08-171-2/+13