aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAge
* net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski2019-11-05
* net: fix installing orphaned programsJakub Kicinski2019-11-01
* net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-30
* net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov2019-10-29
* net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet2019-10-28
* net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-10-28
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-10-26
|\
| * bpf: lwtunnel: Fix reroute supplying invalid dstJiri Benc2019-10-14
* | net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin2019-10-26
* | netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-10-25
* | net: remove unnecessary variables and callbackTaehee Yoo2019-10-24
* | net: core: add ignore flag to netdev_adjacent structureTaehee Yoo2019-10-24
* | net: core: add generic lockdep keysTaehee Yoo2019-10-24
* | net: core: limit nested device depthTaehee Yoo2019-10-24
* | keys: Fix memory leak in copy_net_nsTakeshi Misawa2019-10-24
* | net/flow_dissector: switch to siphashEric Dumazet2019-10-23
* | net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti2019-10-15
* | net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti2019-10-15
|/
* tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-13
* tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2019-10-13
* tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2019-10-13
* tcp: add rcu protection around tp->fastopen_rskEric Dumazet2019-10-13
* net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet2019-10-10
* net: annotate sk->sk_rcvlowat lockless readsEric Dumazet2019-10-10
* net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet2019-10-10
* net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet2019-10-10
* netns: fix NLM_F_ECHO mechanism for RTM_NEWNSIDNicolas Dichtel2019-10-09
* net: make sock_prot_memory_pressure() return "const char *"Alexey Dobriyan2019-10-04
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-10-02
|\
| * netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-01
* | devlink: Fix error handling in param and info_get dumpit cbVasundhara Volam2019-10-01
|/
* net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau2019-09-30
* sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal2019-09-27
* net: print proper warning on dst underflowJason A. Donenfeld2019-09-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-18
|\
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-17
| |\
| | * udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-16
| | * net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni2019-09-15
| * | ethtool: implement Energy Detect Powerdown support via phy-tunableAlexandru Ardelean2019-09-16
| * | drop_monitor: Better sanitize notified packetsIdo Schimmel2019-09-16
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-15
| |\|
| * | net: devlink: move reload fail indication to devlink core and expose to userJiri Pirko2019-09-13
| * | net: devlink: split reload op into twoJiri Pirko2019-09-13
| * | devlink: add 'reset_dev_on_drv_probe' paramDirk van der Merwe2019-09-10
| * | net: fib_notifier: move fib_notifier_ops from struct net into per-net structJiri Pirko2019-09-07
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-06
| |\ \
| | * | bpf: fix error check in bpf_tcp_gen_syncookiePetar Penkov2019-08-30
| | * | bpf: support cloning sk storage on accept()Stanislav Fomichev2019-08-17
| | * | net: Don't call XDP_SETUP_PROG when nothing is changedMaxim Mikityanskiy2019-08-17