summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2019-10-02net: introduce per-netns netdevice notifiersJiri Pirko1-0/+87
2019-10-02net: push loops and nb calls into helper functionsJiri Pirko1-28/+61
2019-10-02net: rtnetlink: add possibility to use alternative names as message handleJiri Pirko1-11/+18
2019-10-02net: rtnetlink: introduce helper to get net_device instance by ifnameJiri Pirko1-20/+25
2019-10-02net: rtnetlink: unify the code in __rtnl_newlink get dev with the restJiri Pirko1-6/+4
2019-10-02net: rtnetlink: put alternative names to getlink messageJiri Pirko1-0/+53
2019-10-02net: rtnetlink: add linkprop commands to add and delete alternative ifnamesJiri Pirko2-1/+160
2019-10-02net: introduce name_node struct to be used in hashlistJiri Pirko1-18/+79
2019-10-02net: procfs: use index hashlist instead of name hashlistJiri Pirko1-2/+2
2019-10-01net: core: dev: replace state xoff flag comparison by netif_xmit_stopped methodJulio Faracco1-1/+1
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-18Merge 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/ke...Linus 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 li...Shmulik Ladkani1-0/+19
2019-09-07net: fib_notifier: move fib_notifier_ops from struct net into per-net structJiri Pirko1-6/+23
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-9/+121
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey1-0/+6
2019-09-05net: sock_map, fix missing ulp check in sock hash caseJohn Fastabend1-0/+3
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2019-09-01devlink: Use switch-case instead of if-elseParav Pandit1-17/+22
2019-09-01devlink: Make port index data type as unsigned intParav Pandit1-2/+3
2019-09-01net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski1-1/+1
2019-08-31bpf: fix error check in bpf_tcp_gen_syncookiePetar Penkov1-1/+1
2019-08-28net: fix skb use after free in netpollFeng Sun1-3/+3
2019-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-22/+35
2019-08-25sock: fix potential memory leak in proto_register()zhanglin1-10/+21
2019-08-25net/core/skmsg: Delete an unnecessary check before the function call “consu...Markus Elfring1-2/+1
2019-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-5/+5
2019-08-24bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich1-4/+4
2019-08-24flow_dissector: Fix potential use-after-free on BPF_PROG_DETACHJakub Sitnicki1-1/+1
2019-08-24drop_monitor: Make timestamps y2038 safeIdo Schimmel1-8/+6
2019-08-19tcp: make sure EPOLLOUT wont be missedEric Dumazet1-7/+9
2019-08-19net: flow_offload: convert block_ing_cb_list to regular list typeVlad Buslov1-6/+7
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-6/+16
2019-08-18bpf: support cloning sk storage on accept()Stanislav Fomichev2-6/+107
2019-08-18net: Don't call XDP_SETUP_PROG when nothing is changedMaxim Mikityanskiy1-2/+13
2019-08-17devlink: Add generic packet traps and groupsIdo Schimmel1-0/+12
2019-08-17devlink: Add packet trap infrastructureIdo Schimmel1-5/+1063
2019-08-17drop_monitor: Allow user to start monitoring hardware dropsIdo Schimmel1-3/+121