summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2018-08-03net: rollback orig value on failure of dev_qdisc_change_tx_queue_lenTariq Toukan1-7/+10
2018-07-28rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu1-3/+6
2018-07-28sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann1-3/+3
2018-07-28net: skb_segment() should not return NULLEric Dumazet1-5/+5
2018-07-25skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio1-2/+1
2018-07-25net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio1-0/+2
2018-07-25gen_stats: Fix netlink stats dumping in the presence of paddingToke Høiland-Jørgensen1-2/+14
2018-07-22net: use dev_change_tx_queue_len() for SIOCSIFTXQLENCong Wang1-9/+2
2018-06-11rtnetlink: validate attributes in do_setlink()Eric Dumazet1-4/+4
2018-06-11ipv6: omit traffic class when calculating flow hashMichal Kubecek1-1/+1
2018-06-01net-sysfs: Fix memory leak in XPS configurationAlexander Duyck1-3/+3
2018-05-18sock_diag: fix use-after-free read in __sk_freeEric Dumazet1-1/+1
2018-05-18net: Fix a bug in removing queues from XPS mapAmritha Nambiar1-1/+1
2018-05-18bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann1-2/+9
2018-05-01ethtool: fix a potential missing-check bugWenwen Wang1-0/+5
2018-04-25bpf: clear the ip_tunnel_info.William Tu1-0/+1
2018-04-19net: change the comment of dev_mc_initsunlianwen1-1/+1
2018-04-17vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita1-1/+1
2018-04-13net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller1-10/+18
2018-04-13net: validate attribute sizes in neigh_dump_table()Eric Dumazet1-4/+8
2018-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-12/+69
2018-04-08devlink: convert occ_get op to separate registrationJiri Pirko1-9/+65
2018-04-08net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet1-2/+2
2018-04-08net: initialize skb->peeked when cloningEric Dumazet1-0/+1
2018-04-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2018-04-06headers: untangle kmemleak.h from mm.hRandy Dunlap1-1/+0
2018-04-06Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+23
2018-04-05net: fool proof dev_valid_name()Eric Dumazet1-1/+1
2018-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+5
2018-04-01ethtool: enable Inline TLS in HWAtul Gupta1-0/+1
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-29/+452
2018-04-01net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai2-3/+4
2018-04-01net: Remove net_rwsem from {, un}register_netdevice_notifier()Kirill Tkhai1-5/+0
2018-03-31bpf: Post-hooks for sys_bindAndrey Ignatov1-14/+102
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov1-0/+57
2018-03-31bpf: Hooks for sys_bindAndrey Ignatov1-0/+232
2018-03-31bpf: Check attach type at prog load timeAndrey Ignatov1-14/+25
2018-03-30net: Fix untag for vlan packets without ethernet headerToshiaki Makita1-2/+4
2018-03-30net: Close race between {un, }register_netdevice_notifier() and setup_net()/c...Kirill Tkhai1-0/+6
2018-03-30sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King1-0/+7
2018-03-30net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman1-0/+20
2018-03-30bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:John Fastabend1-1/+1
2018-03-30bpf: sockmap redirect ingress supportJohn Fastabend1-1/+1
2018-03-29net: Move call_fib_rule_notifiers up in fib_nl_newruleDavid Ahern1-1/+5
2018-03-29net: Fix fib notifer to return errnoDavid Ahern1-2/+8
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai4-5/+25
2018-03-28bpf: Add sock_ops R/W access to ipv4 tosNikita V. Shirokov1-0/+35
2018-03-27net: Add more commentsKirill Tkhai2-1/+3
2018-03-27net: Rename net_sem to pernet_ops_rwsemKirill Tkhai2-22/+22
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai10-14/+0