summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti
2019-10-15net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet
2019-10-09net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet
2019-10-09netns: fix NLM_F_ECHO mechanism for RTM_NEWNSIDNicolas Dichtel
2019-10-04net: make sock_prot_memory_pressure() return "const char *"Alexey Dobriyan
2019-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-10-01devlink: Fix error handling in param and info_get dumpit cbVasundhara Volam
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-09-30net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau
2019-09-27sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal
2019-09-26net: print proper warning on dst underflowJason A. Donenfeld
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-16ethtool: implement Energy Detect Powerdown support via phy-tunableAlexandru Ardelean
2019-09-16drop_monitor: Better sanitize notified packetsIdo Schimmel
2019-09-16udp: correct reuseport selection with connected socketsWillem de Bruijn
2019-09-15net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-13net: devlink: move reload fail indication to devlink core and expose to userJiri Pirko
2019-09-13net: devlink: split reload op into twoJiri Pirko
2019-09-12net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan
2019-09-10devlink: add 'reset_dev_on_drv_probe' paramDirk van der Merwe
2019-09-07net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani
2019-09-07net: fib_notifier: move fib_notifier_ops from struct net into per-net structJiri Pirko
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey
2019-09-05net: sock_map, fix missing ulp check in sock hash caseJohn Fastabend
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-31devlink: Use switch-case instead of if-elseParav Pandit
2019-08-31devlink: Make port index data type as unsigned intParav Pandit
2019-08-31net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski
2019-08-31bpf: fix error check in bpf_tcp_gen_syncookiePetar Penkov
2019-08-27net: fix skb use after free in netpollFeng Sun
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-24sock: fix potential memory leak in proto_register()zhanglin
2019-08-24net/core/skmsg: Delete an unnecessary check before the function call “consu...Markus Elfring
2019-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-08-24bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich
2019-08-24flow_dissector: Fix potential use-after-free on BPF_PROG_DETACHJakub Sitnicki
2019-08-23drop_monitor: Make timestamps y2038 safeIdo Schimmel
2019-08-19tcp: make sure EPOLLOUT wont be missedEric Dumazet
2019-08-19net: flow_offload: convert block_ing_cb_list to regular list typeVlad Buslov