summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2018-03-30net: Close race between {un, }register_netdevice_notifier() and setup_net()/c...Kirill Tkhai
2018-03-30sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King
2018-03-30net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman
2018-03-29net: Move call_fib_rule_notifiers up in fib_nl_newruleDavid Ahern
2018-03-29net: Fix fib notifer to return errnoDavid Ahern
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai
2018-03-27net: Add more commentsKirill Tkhai
2018-03-27net: Rename net_sem to pernet_ops_rwsemKirill Tkhai
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-27net: Reflect all pernet_operations are convertedKirill Tkhai
2018-03-26ethtool: Add support for configuring PFC stall prevention in ethtoolInbar Karmy
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-03-26net: Drop NETDEV_UNREGISTER_FINALKirill Tkhai
2018-03-26net: Make NETDEV_XXX commands enum { }Kirill Tkhai
2018-03-25net: permit skb_segment on head_frag frag_list skbYonghong Song
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-22net: Replace ip_ra_lock with per-net mutexKirill Tkhai
2018-03-22devlink: Remove top_hierarchy arg to devlink_resource_registerDavid Ahern
2018-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-03-20devlink: Remove redundant free on error pathArkadi Sharshevsky
2018-03-19bpf: sk_msg program helper bpf_sk_msg_pull_dataJohn Fastabend
2018-03-19bpf: sockmap, add msg_cork_bytes() helperJohn Fastabend
2018-03-19bpf: sockmap, add bpf_msg_apply_bytes() helperJohn Fastabend
2018-03-19bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend
2018-03-19net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend
2018-03-19sock: make static tls function alloc_sg generic sock helperJohn Fastabend
2018-03-16skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes
2018-03-16net: Use rtnl_lock_killable() in register_netdev()Kirill Tkhai
2018-03-16net: Add rtnl_lock_killable()Kirill Tkhai
2018-03-16net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita
2018-03-14net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet
2018-03-14sock: remove zerocopy sockopt restriction on closed tcp stateWillem de Bruijn
2018-03-14pktgen: Fix memory leak in pktgen_if_writeGustavo A. R. Silva
2018-03-13pktgen: use dynamic allocation for debug print bufferArnd Bergmann
2018-03-12net: Make RX-FCS and HW GRO mutually exclusiveGal Pressman
2018-03-12sock_diag: request _diag module only when the family or proto has been regist...Xin Long
2018-03-09net: introduce IFF_NO_RX_HANDLERPaolo Abeni
2018-03-09pktgen: Remove VLA usageGustavo A. R. Silva
2018-03-09net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens
2018-03-09net: do not create fallback tunnels for non-default namespacesEric Dumazet
2018-03-08net: ethtool: extend RXNFC API to support RSS spreading of filter matchesEdward Cree
2018-03-08net: Convert pg_net_opsKirill Tkhai
2018-03-08devlink: Change dpipe/resource get privilegesArkadi Sharshevsky
2018-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-03-07sock: Fix SO_ZEROCOPY switch caseJesus Sanchez-Palencia
2018-03-07net: don't unnecessarily load kernel modules in dev_ioctl()Paul Moore
2018-03-07net: Make account struct net to memcgKirill Tkhai
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-05net: core: dst_cache_set_ip6: Rename 'addr' parameter to 'saddr' for consistencyJonathan Neuschäfer
2018-03-05net: Make RX-FCS and LRO mutually exclusiveGal Pressman