summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2019-11-11devlink: Add method for time-stamp on reporter's dumpAya Levin
2019-11-09devlink: disallow reload operation during device cleanupJiri Pirko
2019-11-05net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski
2019-11-01net: fix installing orphaned programsJakub Kicinski
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-29net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov
2019-10-28net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-10-26net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo
2019-10-24net: core: add ignore flag to netdev_adjacent structureTaehee Yoo
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-10-24net: core: limit nested device depthTaehee Yoo
2019-10-24keys: Fix memory leak in copy_net_nsTakeshi Misawa
2019-10-23net/flow_dissector: switch to siphashEric Dumazet
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-14bpf: lwtunnel: Fix reroute supplying invalid dstJiri Benc
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