1. f0b07bb1 net: Introduce net_rwsem to protect net_namespace_list by Kirill Tkhai · 7 years ago
  2. 4420bf2 net: Rename net_sem to pernet_ops_rwsem by Kirill Tkhai · 7 years ago
  3. 79ffdfc net: Add rtnl_lock_killable() by Kirill Tkhai · 8 years ago
  4. 19efbd9 net: Kill net_mutex by Kirill Tkhai · 8 years ago
  5. 1a57feb net: Introduce net_sem for protection of pernet_list by Kirill Tkhai · 8 years ago
  6. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  7. 38e01b3 dev: advertise the new ifindex when the netns iface changes by Nicolas Dichtel · 8 years ago
  8. 66364bd rtnetlink: Replace implementation of ASSERT_RTNL() macro with WARN_ONCE() by Leon Romanovsky · 8 years ago
  9. 1ba9c5e rtnetlink: Update now-misleading smp_read_barrier_depends() comment by Paul E. McKenney · 8 years ago
  10. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  11. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 8 years ago
  12. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  13. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 8 years ago
  14. 14cd5d4 locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 8 years ago
  15. 6621dd2 dev: advertise the new nsid when the netns iface changes by Nicolas Dichtel · 8 years ago
  16. 3d3ea5a rtnl: Add support for netdev event to link messages by Vlad Yasevich · 8 years ago
  17. d297653 rtnetlink: fdb dump: optimize by saving last interface markers by Roopa Prabhu · 9 years ago
  18. 1b5c549 net_sched: add the ability to defer skb freeing by Eric Dumazet · 9 years ago
  19. 1f211a1 net, sched: add clsact qdisc by Daniel Borkmann · 10 years ago
  20. 0cbf334 net/core: lockdep_rtnl_is_held can be boolean by Yaowei Bai · 10 years ago
  21. 7d4f8d8 switchdev; add VLAN support for port's bridge_getlink by Scott Feldman · 10 years ago
  22. 1cf51900 net: add CONFIG_NET_INGRESS to enable ingress filtering by Pablo Neira · 10 years ago
  23. f0b5e8a4 net: kill useless net_*_ingress_queue() definitions when NET_CLS_ACT is unset by Pablo Neira · 10 years ago
  24. 46c264d bridge/nl: remove wrong use of NLM_F_MULTI by Nicolas Dichtel · 10 years ago
  25. 4577139 net: use jump label patching for ingress qdisc in __netif_receive_skb_core by Daniel Borkmann · 10 years ago
  26. 395eea6 rtnetlink: delay RTM_DELLINK notification until after ndo_uninit() by Mahesh Bandewar · 11 years ago
  27. 2c3c031 bridge: add brport flags to dflt bridge_getlink by Scott Feldman · 11 years ago
  28. f6f6424 net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del by Jiri Pirko · 11 years ago
  29. 331b729 net: sched: RCU cls_tcindex by John Fastabend · 11 years ago
  30. 5d5eacb bridge: fdb dumping takes a filter device by Jamal Hadi Salim · 11 years ago
  31. 200b916 rtnetlink: wait for unregistering devices in rtnl_link_unregister() by Cong Wang · 11 years ago
  32. 8532824 net: allow netdev_all_upper_get_next_dev_rcu with rtnl lock held by John Fastabend · 12 years ago
  33. 7f29405 net: fix rtnl notification in atomic context by Alexei Starovoitov · 12 years ago
  34. 090096b net: generic fdb support for drivers without ndo_fdb_<op> by Vlad Yasevich · 13 years ago
  35. 815cccb ixgbe: add setlink, getlink support to ixgbe and ixgbevf by John Fastabend · 13 years ago
  36. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 13 years ago
  37. 87a5069 rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo(). by David S. Miller · 13 years ago
  38. 4c3af03 netlink: Get rid of obsolete rtnetlink macros by Thomas Graf · 13 years ago
  39. 7716202 net: add generic PF_BRIDGE:RTM_ FDB hooks by John Fastabend · 13 years ago
  40. 115c9b8 rtnetlink: Fix problem with buffer allocation by Greg Rose · 14 years ago
  41. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  42. d8bf4ca rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check by Michal Hocko · 14 years ago
  43. 314b477 net: dcbnl, add multicast group for DCB by John Fastabend · 14 years ago
  44. 3b42a96 net: rtnetlink.h -- only include linux/netdevice.h when used by the kernel by Andy Whitcroft · 15 years ago
  45. 29fa060 net: relax rtnl_dereference() by David S. Miller · 15 years ago
  46. 24824a0 net: dynamic ingress_queue allocation by Eric Dumazet · 15 years ago
  47. 7dff59e net: add rtnl_dereference() by Eric Dumazet · 15 years ago
  48. a6e0fc8 net: introduce rcu_dereference_rtnl by Eric Dumazet · 15 years ago
  49. 963bfee net: RTA_MARK addition by Eric Dumazet · 15 years ago
  50. d1db275 ipv6: ip6mr: support multiple tables by Patrick McHardy · 15 years ago
  51. 25239ce net: rtnetlink: decouple rtnetlink address families from real address families by Patrick McHardy · 15 years ago
  52. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
  53. a898def net: Add checking to rcu_dereference() primitives by Paul E. McKenney · 16 years ago
  54. 31d1292 net: Add rtnetlink init_rcvwnd to set the TCP initial receive window by laurent chavey · 16 years ago
  55. bb5b7c1 tcp: Revert per-route SACK/DSACK/TIMESTAMP changes. by David S. Miller · 16 years ago
  56. d94d9fe net: cleanup include/linux by Eric Dumazet · 16 years ago
  57. dc34347 Allow disabling of DSACK TCP option per route by Gilad Ben-Yossef · 16 years ago
  58. 345cda2 Allow to turn off TCP window scale opt per route by Gilad Ben-Yossef · 16 years ago
  59. cda42eb Allow disabling TCP timestamp options per route by Gilad Ben-Yossef · 16 years ago
  60. 1aba721 Add the no SACK route option feature by Gilad Ben-Yossef · 16 years ago
  61. 5d5d9c9 IPv6/addrconf: Fix minor addrlabel thinko by Tushar Gohad · 16 years ago
  62. 2e1ab63 rtnetlink: add new value for DHCP added routes by Stephen Hemminger · 17 years ago
  63. 1ce85fe netlink: change nlmsg_notify() return value logic by Pablo Neira Ayuso · 17 years ago
  64. 541c94f headers_check fix: linux/rtnetlink.h by Jaswinder Singh Rajput · 17 years ago
  65. 2f90b86 ixgbe: this patch adds support for DCB to the kernel and ixgbe driver by Alexander Duyck · 17 years ago
  66. bce7b15 Phonet: global definitions by Remi Denis-Courmont · 17 years ago
  67. ec34c702 net: drop unused BUG_TRAP() by Ilpo Järvinen · 17 years ago
  68. 175f9c1 net_sched: Add size table for qdiscs by Jussi Kivilinna · 17 years ago
  69. 709772e net: Fix routing tables with id > 255 for legacy software by Krzysztof Piotr Oledzki · 17 years ago
  70. 1f9d11c route: Mark unused routing attributes as such by Thomas Graf · 17 years ago
  71. c9c1014 [RTNETLINK]: Fix bogus ASSERT_RTNL warning by Patrick McHardy · 17 years ago
  72. 03245ce [NET] rtnetlink.c: remove no longer used functions by Adrian Bunk · 18 years ago
  73. 97c53ca [NET]: Make rtnetlink infrastructure network namespace aware (v3) by Denis V. Lunev · 18 years ago
  74. 2a8cc6c [IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table. by YOSHIFUJI Hideaki · 18 years ago
  75. dbb2ed2 [IPV6]: Add ifindex field to ND user option messages. by Pierre Ynard · 18 years ago
  76. 3191057 [IPv6]: Export userland ND options through netlink (RDNSS support) by Pierre Ynard · 18 years ago
  77. 05bb1fa [TCP]: Allow minimum RTO to be configurable via routing metrics. by David S. Miller · 18 years ago
  78. 2371baa [RTNETLINK]: Fix rtnetlink compat attribute patch by Patrick McHardy · 18 years ago
  79. afdc323 [RTNETLINK]: Add nested compat attribute by Patrick McHardy · 18 years ago
  80. e06e7c6 [IPV4]: The scheduled removal of multipath cached routing support. by David S. Miller · 18 years ago
  81. e284986 [RTNL]: Message handler registration interface by Thomas Graf · 19 years ago
  82. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 18 years ago
  83. e07bca8 [NETLINK]: Restore API compatibility of address and neighbour bits by Thomas Graf · 19 years ago
  84. e3703b3 [RTNETLINK]: Add rtnl_put_cacheinfo() to unify some code by Thomas Graf · 19 years ago
  85. 6051e2f [IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink api by Thomas Graf · 19 years ago
  86. cbde166 [NET]: Move netlink interface bits to linux/if_link.h. by YOSHIFUJI Hideaki · 19 years ago
  87. 56fc85a [RTNETLINK]: Unexport rtnl socket by Thomas Graf · 19 years ago
  88. 97676b6 [RTNETLINK]: Add rtnetlink notification interface by Thomas Graf · 19 years ago
  89. 2942e90 [RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts by Thomas Graf · 19 years ago
  90. b801f54 [NET]: Increate RT_TABLE_MAX to 2^32 by Patrick McHardy · 19 years ago
  91. 9e762a4 [NET]: Introduce RTA_TABLE/FRA_TABLE attributes by Patrick McHardy · 19 years ago
  92. a8731cb [DECNET]: Covert rules to use generic code by Steven Whitehouse · 19 years ago
  93. b63bbc5 [NEIGH]: Move netlink neighbour table bits to linux/neighbour.h by Thomas Graf · 19 years ago
  94. 9067c72 [NEIGH]: Move netlink neighbour bits to linux/neighbour.h by Thomas Graf · 19 years ago
  95. 0844565 [NET]: Move netlink interface bits to linux/if.h by Thomas Graf · 19 years ago
  96. 1823730 [IPv4]: Move interface address bits to linux/if_addr.h by Thomas Graf · 19 years ago
  97. 101367c [IPV6]: Policy Routing Rules by Thomas Graf · 19 years ago
  98. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 19 years ago
  99. a5cdc03 [IPV4]: Add fib rule netlink notifications by Patrick McHardy · 20 years ago
  100. 99cae7f [NET] rtnetlink: Add RTPROT entry for Netsukuku. by Alpt · 20 years ago