summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-094-12/+69
|\
| * devlink: convert occ_get op to separate registrationJiri Pirko2018-04-081-9/+65
| * net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet2018-04-071-2/+2
| * net: initialize skb->peeked when cloningEric Dumazet2018-04-071-0/+1
| * net: fool proof dev_valid_name()Eric Dumazet2018-04-051-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-061-1/+0
|\ \
| * | headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-051-1/+0
| |/
* | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-0/+23
|\ \ | |/ |/|
| * net/utils: Introduce inet_addr_is_anySagi Grimberg2018-03-261-0/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-012-3/+5
|\ \
| * | net: Fix untag for vlan packets without ethernet headerToshiaki Makita2018-03-301-2/+4
| * | net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet2018-03-271-1/+1
* | | ethtool: enable Inline TLS in HWAtul Gupta2018-03-311-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-311-29/+452
|\ \ \
| * | | bpf: Post-hooks for sys_bindAndrey Ignatov2018-03-311-14/+102
| * | | bpf: Hooks for sys_connectAndrey Ignatov2018-03-311-0/+57
| * | | bpf: Hooks for sys_bindAndrey Ignatov2018-03-311-0/+232
| * | | bpf: Check attach type at prog load timeAndrey Ignatov2018-03-311-14/+25
| * | | bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:John Fastabend2018-03-301-1/+1
| * | | bpf: sockmap redirect ingress supportJohn Fastabend2018-03-301-1/+1
| * | | bpf: Add sock_ops R/W access to ipv4 tosNikita V. Shirokov2018-03-281-0/+35
* | | | net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai2018-03-312-3/+4
* | | | net: Remove net_rwsem from {, un}register_netdevice_notifier()Kirill Tkhai2018-03-311-5/+0
* | | | net: Close race between {un, }register_netdevice_notifier() and setup_net()/c...Kirill Tkhai2018-03-301-0/+6
* | | | sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King2018-03-301-0/+7
* | | | net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman2018-03-301-0/+20
* | | | net: Move call_fib_rule_notifiers up in fib_nl_newruleDavid Ahern2018-03-291-1/+5
* | | | net: Fix fib notifer to return errnoDavid Ahern2018-03-291-2/+8
* | | | net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai2018-03-294-5/+25
* | | | net: Add more commentsKirill Tkhai2018-03-272-1/+3
* | | | net: Rename net_sem to pernet_ops_rwsemKirill Tkhai2018-03-272-22/+22
* | | | net: Drop pernet_operations::asyncKirill Tkhai2018-03-2710-14/+0
* | | | net: Reflect all pernet_operations are convertedKirill Tkhai2018-03-271-37/+6
* | | | ethtool: Add support for configuring PFC stall prevention in ethtoolInbar Karmy2018-03-261-0/+6
* | | | net: Use octal not symbolic permissionsJoe Perches2018-03-263-10/+10
* | | | net: Drop NETDEV_UNREGISTER_FINALKirill Tkhai2018-03-261-7/+0
* | | | net: Make NETDEV_XXX commands enum { }Kirill Tkhai2018-03-261-0/+20
* | | | net: permit skb_segment on head_frag frag_list skbYonghong Song2018-03-251-5/+22
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-237-51/+98
|\| |
| * | devlink: Remove redundant free on error pathArkadi Sharshevsky2018-03-201-12/+4
| * | skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes2018-03-161-1/+1
| * | net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita2018-03-161-2/+5
| * | net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet2018-03-141-7/+15
| * | sock_diag: request _diag module only when the family or proto has been regist...Xin Long2018-03-122-8/+25
| * | net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens2018-03-091-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-03-071-18/+42
| |\ \
| | * | bpf: fix bpf_skb_adjust_net/bpf_skb_proto_xlat to deal with gso sctp skbsDaniel Axtens2018-03-031-18/+42
| * | | net: don't unnecessarily load kernel modules in dev_ioctl()Paul Moore2018-03-071-2/+5
* | | | net: Replace ip_ra_lock with per-net mutexKirill Tkhai2018-03-221-0/+1
* | | | devlink: Remove top_hierarchy arg to devlink_resource_registerDavid Ahern2018-03-221-1/+3