1. 5540fbf bpf: clear the ip_tunnel_info. by William Tu · 7 years ago
  2. bb9aaaa net: change the comment of dev_mc_init by sunlianwen · 7 years ago
  3. 7ce2367 vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi by Toshiaki Makita · 7 years ago
  4. 53b76cd net: fix deadlock while clearing neighbor proxy table by Wolfgang Bumiller · 7 years ago
  5. 7dd07c1 net: validate attribute sizes in neigh_dump_table() by Eric Dumazet · 7 years ago
  6. c18bb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  7. fc56be4 devlink: convert occ_get op to separate registration by Jiri Pirko · 7 years ago
  8. 77d3639 net: fix uninit-value in __hw_addr_add_ex() by Eric Dumazet · 7 years ago
  9. b13dda9 net: initialize skb->peeked when cloning by Eric Dumazet · 7 years ago
  10. 3b54765 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  11. 514c603 headers: untangle kmemleak.h from mm.h by Randy Dunlap · 7 years ago
  12. 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  13. a9d4820 net: fool proof dev_valid_name() by Eric Dumazet · 7 years ago
  14. c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  15. e0be6be ethtool: enable Inline TLS in HW by Atul Gupta · 7 years ago
  16. d4069fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  17. 554873e net: Do not take net_rwsem in __rtnl_link_unregister() by Kirill Tkhai · 7 years ago
  18. fc1dd36 net: Remove net_rwsem from {, un}register_netdevice_notifier() by Kirill Tkhai · 7 years ago
  19. aac3fc3 bpf: Post-hooks for sys_bind by Andrey Ignatov · 7 years ago
  20. d74bad4 bpf: Hooks for sys_connect by Andrey Ignatov · 7 years ago
  21. 4fbac77 bpf: Hooks for sys_bind by Andrey Ignatov · 7 years ago
  22. 5e43f89 bpf: Check attach type at prog load time by Andrey Ignatov · 7 years ago
  23. ae47457 net: Fix untag for vlan packets without ethernet header by Toshiaki Makita · 7 years ago
  24. 328fbe7 net: Close race between {un, }register_netdevice_notifier() and setup_net()/cleanup_net() by Kirill Tkhai · 7 years ago
  25. e679c9c sfp/phylink: move module EEPROM ethtool access into netdev core ethtool by Russell King · 7 years ago
  26. 9daae9b net: Call add/kill vid ndo on vlan filter feature toggling by Gal Pressman · 7 years ago
  27. fa24669 bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT: by John Fastabend · 7 years ago
  28. 8934ce2 bpf: sockmap redirect ingress support by John Fastabend · 7 years ago
  29. 9776d32 net: Move call_fib_rule_notifiers up in fib_nl_newrule by David Ahern · 7 years ago
  30. c30d935 net: Fix fib notifer to return errno by David Ahern · 7 years ago
  31. f0b07bb1 net: Introduce net_rwsem to protect net_namespace_list by Kirill Tkhai · 7 years ago
  32. 6f5c39f bpf: Add sock_ops R/W access to ipv4 tos by Nikita V. Shirokov · 7 years ago
  33. 8518e9b net: Add more comments by Kirill Tkhai · 7 years ago
  34. 4420bf2 net: Rename net_sem to pernet_ops_rwsem by Kirill Tkhai · 7 years ago
  35. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  36. 094374e net: Reflect all pernet_operations are converted by Kirill Tkhai · 7 years ago
  37. 1dfe82e net: fix possible out-of-bound read in skb_network_protocol() by Eric Dumazet · 7 years ago
  38. e1577c1 ethtool: Add support for configuring PFC stall prevention in ethtool by Inbar Karmy · 7 years ago
  39. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  40. 070f2d7 net: Drop NETDEV_UNREGISTER_FINAL by Kirill Tkhai · 7 years ago
  41. ede2762 net: Make NETDEV_XXX commands enum { } by Kirill Tkhai · 7 years ago
  42. a470143 net/utils: Introduce inet_addr_is_any by Sagi Grimberg · 7 years ago
  43. 13acc94 net: permit skb_segment on head_frag frag_list skb by Yonghong Song · 7 years ago
  44. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  45. d9ff304 net: Replace ip_ra_lock with per-net mutex by Kirill Tkhai · 7 years ago
  46. 1453074 devlink: Remove top_hierarchy arg to devlink_resource_register by David Ahern · 7 years ago
  47. 454bfe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  48. 7fe4d6d devlink: Remove redundant free on error path by Arkadi Sharshevsky · 7 years ago
  49. 015632b bpf: sk_msg program helper bpf_sk_msg_pull_data by John Fastabend · 7 years ago
  50. 91843d5 bpf: sockmap, add msg_cork_bytes() helper by John Fastabend · 7 years ago
  51. 2a10031 bpf: sockmap, add bpf_msg_apply_bytes() helper by John Fastabend · 7 years ago
  52. 4f738ad bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data by John Fastabend · 7 years ago
  53. 8c05dbf net: generalize sk_alloc_sg to work with scatterlist rings by John Fastabend · 7 years ago
  54. 2c3682f sock: make static tls function alloc_sg generic sock helper by John Fastabend · 7 years ago
  55. 6e5d58f skbuff: Fix not waking applications when errors are enqueued by Vinicius Costa Gomes · 7 years ago
  56. b0f3deb net: Use rtnl_lock_killable() in register_netdev() by Kirill Tkhai · 7 years ago
  57. 79ffdfc net: Add rtnl_lock_killable() by Kirill Tkhai · 7 years ago
  58. 4bbb3e0 net: Fix vlan untag for bridge and vlan_dev with reorder_hdr off by Toshiaki Makita · 7 years ago
  59. 4dcb31d net: use skb_to_full_sk() in skb_update_prio() by Eric Dumazet · 7 years ago
  60. ced6823 sock: remove zerocopy sockopt restriction on closed tcp state by Willem de Bruijn · 7 years ago
  61. 29d1df7 pktgen: Fix memory leak in pktgen_if_write by Gustavo A. R. Silva · 7 years ago
  62. a870a02 pktgen: use dynamic allocation for debug print buffer by Arnd Bergmann · 7 years ago
  63. de8d5ab net: Make RX-FCS and HW GRO mutually exclusive by Gal Pressman · 7 years ago
  64. bf2ae2e sock_diag: request _diag module only when the family or proto has been registered by Xin Long · 7 years ago
  65. f5426250 net: introduce IFF_NO_RX_HANDLER by Paolo Abeni · 7 years ago
  66. 3595139 pktgen: Remove VLA usage by Gustavo A. R. Silva · 7 years ago
  67. 1dd27cd net: use skb_is_gso_sctp() instead of open-coding by Daniel Axtens · 7 years ago
  68. 79134e6 net: do not create fallback tunnels for non-default namespaces by Eric Dumazet · 7 years ago
  69. 84a1d9c4 net: ethtool: extend RXNFC API to support RSS spreading of filter matches by Edward Cree · 7 years ago
  70. 59d2697 net: Convert pg_net_ops by Kirill Tkhai · 7 years ago
  71. 67ae686 devlink: Change dpipe/resource get privileges by Arkadi Sharshevsky · 7 years ago
  72. cfda06d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  73. 334e641 sock: Fix SO_ZEROCOPY switch case by Jesus Sanchez-Palencia · 7 years ago
  74. b51f26b net: don't unnecessarily load kernel modules in dev_ioctl() by Paul Moore · 7 years ago
  75. 30855ff net: Make account struct net to memcg by Kirill Tkhai · 7 years ago
  76. 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  77. 4c1342d net: core: dst_cache_set_ip6: Rename 'addr' parameter to 'saddr' for consistency by Jonathan Neuschäfer · 7 years ago
  78. e6c6a92 net: Make RX-FCS and LRO mutually exclusive by Gal Pressman · 7 years ago
  79. 77a5196 gre: add sequence number for collect md mode. by William Tu · 7 years ago
  80. a4a7771 net: make skb_gso_*_seglen functions private by Daniel Axtens · 7 years ago
  81. 779b793 net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len by Daniel Axtens · 7 years ago
  82. de7a0f8 net: Remove unused get_hash_from_flow functions by David Ahern · 7 years ago
  83. d02f51c bpf: fix bpf_skb_adjust_net/bpf_skb_proto_xlat to deal with gso sctp skbs by Daniel Axtens · 7 years ago
  84. a6d5051 net: ethtool: don't ignore return from driver get_fecparam method by Edward Cree · 7 years ago
  85. 50d629e net: allow interface to be set into VRF if VLAN interface in same VRF by Mike Manning · 7 years ago
  86. 3a053b1 net: Fix spelling mistake "greater then" -> "greater than" by Gal Pressman · 7 years ago
  87. bfff486 net: fib_rules: support for match on ip_proto, sport and dport by Roopa Prabhu · 7 years ago
  88. 77d2709 mlxsw: spectrum: Fix handling of resource_size_param by Jiri Pirko · 7 years ago
  89. 3d18e4f devlink: Fix resource coverity errors by Arkadi Sharshevsky · 7 years ago
  90. b9d1717 devlink: Compare to size_new in case of resource child validation by Arkadi Sharshevsky · 7 years ago
  91. 08009a7 net: make kmem caches as __ro_after_init by Alexey Dobriyan · 7 years ago
  92. f74290f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  93. 1b71af6 net: fib_rules: Add new attribute to set protocol by Donald Sharp · 7 years ago
  94. a5f7add net_sched: gen_estimator: fix broken estimators based on percpu stats by Eric Dumazet · 7 years ago
  95. a7dcdf6 bpf: clean up unused-variable warning by Arnd Bergmann · 7 years ago
  96. cac5620 net: Allow a rule to track originating protocol by Donald Sharp · 7 years ago
  97. 0a6b2a1 tcp: switch to GSO being always on by Eric Dumazet · 7 years ago
  98. cc944ea devlink: Move size validation to core by Arkadi Sharshevsky · 7 years ago
  99. 8349efd net: Queue net_cleanup_work only if there is first net added by Kirill Tkhai · 7 years ago
  100. 65b7b5b net: Make cleanup_list and net::cleanup_list of llist type by Kirill Tkhai · 7 years ago