aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-11devlink: Add method for time-stamp on reporter's dumpAya Levin1-0/+6
2019-11-09devlink: disallow reload operation during device cleanupJiri Pirko1-1/+38
2019-11-05net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski1-5/+15
2019-11-01net: fix installing orphaned programsJakub Kicinski1-1/+2
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-2/+2
2019-10-29net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov1-1/+1
2019-10-28net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2-2/+2
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+6
2019-10-26net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin1-1/+3
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault3-16/+17
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo2-25/+6
2019-10-24net: core: add ignore flag to netdev_adjacent structureTaehee Yoo1-21/+209
2019-10-24net: core: add generic lockdep keysTaehee Yoo2-84/+44
2019-10-24net: core: limit nested device depthTaehee Yoo1-45/+227
2019-10-24keys: Fix memory leak in copy_net_nsTakeshi Misawa1-0/+1
2019-10-23net/flow_dissector: switch to siphashEric Dumazet1-22/+16
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti1-8/+11
2019-10-15net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti1-1/+1
2019-10-14bpf: lwtunnel: Fix reroute supplying invalid dstJiri Benc1-1/+6
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2-2/+2
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2-7/+11
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet3-4/+6
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet1-1/+1
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet1-1/+1
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet2-2/+2
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet1-1/+1
2019-10-09net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet1-2/+2
2019-10-09netns: fix NLM_F_ECHO mechanism for RTM_NEWNSIDNicolas Dichtel1-6/+11
2019-10-04net: make sock_prot_memory_pressure() return "const char *"Alexey Dobriyan1-1/+1
2019-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2019-10-01devlink: Fix error handling in param and info_get dumpit cbVasundhara Volam1-3/+3
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-1/+1
2019-09-30net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau1-3/+8
2019-09-27sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal2-3/+3
2019-09-26net: print proper warning on dst underflowJason A. Donenfeld1-2/+2
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds20-210/+3082
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-8/+23
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+2
2019-09-16ethtool: implement Energy Detect Powerdown support via phy-tunableAlexandru Ardelean1-0/+6
2019-09-16drop_monitor: Better sanitize notified packetsIdo Schimmel1-0/+6
2019-09-16udp: correct reuseport selection with connected socketsWillem de Bruijn1-2/+13
2019-09-15net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni1-6/+10
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-0/+24
2019-09-13net: devlink: move reload fail indication to devlink core and expose to userJiri Pirko1-1/+20
2019-09-13net: devlink: split reload op into twoJiri Pirko1-4/+12
2019-09-12net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan1-0/+2
2019-09-10devlink: add 'reset_dev_on_drv_probe' paramDirk van der Merwe1-0/+5
2019-09-07net: gso: Fix skb_segment splat when splitting gso_size mangled skb having linear-headed frag_listShmulik Ladkani1-0/+19