summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-212-1/+333
|\ \ \
| * | | bpf: sk_msg program helper bpf_sk_msg_pull_dataJohn Fastabend2018-03-191-1/+134
| * | | bpf: sockmap, add msg_cork_bytes() helperJohn Fastabend2018-03-191-0/+16
| * | | bpf: sockmap, add bpf_msg_apply_bytes() helperJohn Fastabend2018-03-191-0/+16
| * | | bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend2018-03-191-0/+106
| * | | net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend2018-03-191-11/+16
| * | | sock: make static tls function alloc_sg generic sock helperJohn Fastabend2018-03-191-0/+56
* | | | net: Use rtnl_lock_killable() in register_netdev()Kirill Tkhai2018-03-161-1/+2
* | | | net: Add rtnl_lock_killable()Kirill Tkhai2018-03-161-0/+6
* | | | sock: remove zerocopy sockopt restriction on closed tcp stateWillem de Bruijn2018-03-141-2/+0
* | | | pktgen: Fix memory leak in pktgen_if_writeGustavo A. R. Silva2018-03-141-1/+1
* | | | pktgen: use dynamic allocation for debug print bufferArnd Bergmann2018-03-131-7/+8
* | | | net: Make RX-FCS and HW GRO mutually exclusiveGal Pressman2018-03-121-4/+11
* | | | net: introduce IFF_NO_RX_HANDLERPaolo Abeni2018-03-091-0/+3
* | | | pktgen: Remove VLA usageGustavo A. R. Silva2018-03-091-1/+1
* | | | net: do not create fallback tunnels for non-default namespacesEric Dumazet2018-03-091-0/+12
* | | | net: ethtool: extend RXNFC API to support RSS spreading of filter matchesEdward Cree2018-03-081-15/+49
* | | | net: Convert pg_net_opsKirill Tkhai2018-03-081-0/+1
* | | | devlink: Change dpipe/resource get privilegesArkadi Sharshevsky2018-03-081-4/+4
|/ / /
* | | sock: Fix SO_ZEROCOPY switch caseJesus Sanchez-Palencia2018-03-071-1/+2
* | | net: Make account struct net to memcgKirill Tkhai2018-03-071-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-064-36/+83
|\| |
| * | net: make skb_gso_*_seglen functions privateDaniel Axtens2018-03-041-2/+35