1. b76d078 IPv4: Send gratuitous ARP for secondary IP addresses also by Zoltan Kiss · 13 years ago
  2. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  3. 1fc19af net: fix two lockdep splats by Eric Dumazet · 13 years ago
  4. ff53881 sysctl: net: call unregister_net_sysctl_table where needed by Lucian Adrian Grijincu · 13 years ago
  5. 406b6f9 ipv4: Fallback to FIB local table in __ip_dev_find(). by David S. Miller · 13 years ago
  6. 04024b9 ipv4: optimize route adding on secondary promotion by Julian Anastasov · 13 years ago
  7. 2d230e2 ipv4: remove the routes on secondary promotion by Julian Anastasov · 13 years ago
  8. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  9. 6c91afe ipv4: Fix erroneous uses of ifa_address. by David S. Miller · 13 years ago
  10. e066008 ipv4: Fix __ip_dev_find() to use ifa_local instead of ifa_address. by David S. Miller · 13 years ago
  11. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  12. 9435eb1 ipv4: Implement __ip_dev_find using new interface address hash. by David S. Miller · 13 years ago
  13. fd23c3b ipv4: Add hash table of interface addresses. by David S. Miller · 13 years ago
  14. d11327ad arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS. by Ian Campbell · 13 years ago
  15. 323e126 ipv4: Don't pre-seed hoplimit metric. by David S. Miller · 14 years ago
  16. f7fce74 net: kill an RCU warning in inet_fill_link_af() by Eric Dumazet · 14 years ago
  17. cf7afbf rtnl: make link af-specific updates atomic by Thomas Graf · 14 years ago
  18. 9f0f727 ipv4: AF_INET link address family by Thomas Graf · 14 years ago
  19. 8723e1b inet: RCU changes in inetdev_by_index() by Eric Dumazet · 14 years ago
  20. 95ae6b2 ipv4: ip_ptr cleanups by Eric Dumazet · 14 years ago
  21. 06c4648 arp_notify: allow drivers to explicitly request a notification event. by Ian Campbell · 14 years ago
  22. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  23. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  24. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  25. 4b97efd net: fix netlink address dumping in IPv4/IPv6 by Patrick McHardy · 14 years ago
  26. 93d9b7d net: rename notifier defines for netdev type change by Jiri Pirko · 14 years ago
  27. 0448873 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  28. 88af182 net: Fix sysctl restarts... by Eric W. Biederman · 14 years ago
  29. 54716e3 net neigh: Decouple per interface neighbour table controls from binary sysctls by Eric W. Biederman · 14 years ago
  30. 0229168 net ipv4: Decouple ipv4 interface parameters from binary sysctl numbers by Eric W. Biederman · 14 years ago
  31. d4a66e7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  32. 6532414 net: RFC3069, private VLAN proxy arp support by Jesper Dangaard Brouer · 15 years ago
  33. 28f6aee net: restore ip source validation by Jamal Hadi Salim · 15 years ago
  34. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  35. 8153a10 ipv4 05/05: add sysctl to accept packets with local source addresses by Patrick McHardy · 15 years ago
  36. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  37. eec4df9 ipv4: speedup inet_dump_ifaddr() by Eric Dumazet · 15 years ago
  38. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  39. 9f9354b net: net/ipv4/devinet.c cleanups by Eric Dumazet · 15 years ago
  40. c6d14c8 net: Introduce for_each_netdev_rcu() iterator by Eric Dumazet · 15 years ago
  41. c148fc2 ipv4: inetdev_by_index() switch to RCU by Eric Dumazet · 15 years ago
  42. a21090c ipv4: arp_notify address list bug by Stephen Hemminger · 15 years ago
  43. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  44. 75c7850 bonding: remap muticast addresses without using dev_close() and dev_open() by Moni Shoua · 15 years ago
  45. 9b8adb5 net: Fix devinet_sysctl_forward by Eric W. Biederman · 15 years ago
  46. 1ce85fe netlink: change nlmsg_notify() return value logic by Pablo Neira Ayuso · 15 years ago
  47. eefef1c net: add ARP notify option for devices by Stephen Hemminger · 15 years ago
  48. 539afed net: clean up net/ipv4/devinet.c by Jianjun Kong · 16 years ago
  49. 93adcc8 net: don't use INIT_RCU_HEAD by Alexey Dobriyan · 16 years ago
  50. b225ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  51. 95a5afc net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) by Johannes Berg · 16 years ago
  52. f221e72 sysctl: simplify ->strategy by Alexey Dobriyan · 16 years ago
  53. 0677084 ipv: Re-enable IP when MTU > 68 by Breno Leitao · 16 years ago
  54. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  55. 76e6ebf netns: add namespace parameter to rt_cache_flush by Denis V. Lunev · 16 years ago
  56. 0187bdf net: Disable LRO on devices that are forwarding by Ben Hutchings · 16 years ago
  57. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  58. 573bf47 ipv4 addr: Send netlink notification for address label changes by Thomas Graf · 16 years ago
  59. ab32cd7 route: Remove unused ifa_anycast field by Thomas Graf · 16 years ago
  60. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  61. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  62. c4544c7 [NETNS]: Process inet_select_addr inside a namespace. by Denis V. Lunev · 16 years ago
  63. 3776c88 [NETNS]: Enable IPv4 address manipulations inside namespace. by Denis V. Lunev · 16 years ago
  64. e5b13cb [NETNS]: Process devinet ioctl in the correct namespace. by Denis V. Lunev · 16 years ago
  65. be162d6 [NETNS]: Enable inetdev_event notifier. by Denis V. Lunev · 16 years ago
  66. 148f972 [IPV4]: Reset scope when changing address by Bjorn Mork · 16 years ago
  67. 4b8aa9a [NETNS]: Process interface address manipulation routines in the namespace. by Denis V. Lunev · 16 years ago
  68. 7b21857 [IPV4]: Small style cleanup of the error path in rtm_to_ifaddr. by Denis V. Lunev · 16 years ago
  69. 0027ba8 [IPV4]: Make struct ipv4_devconf static. by Adrian Bunk · 16 years ago
  70. 7fee0ca [NETNS]: Add netns parameter to inetdev_by_index. by Denis V. Lunev · 16 years ago
  71. 39a6d06 [NETNS]: Process inet_confirm_addr in the correct namespace. by Denis V. Lunev · 16 years ago
  72. 9bd85e3 [IPV4]: Remove extra argument from arp_ignore. by Denis V. Lunev · 16 years ago
  73. 2a75de0 [NETNS]: Should build with CONFIG_SYSCTL=n by Eric Dumazet · 17 years ago
  74. f97c1e0 [IPV4] net/ipv4: Use ipv4_is_<type> by Joe Perches · 17 years ago
  75. 586f121 [IPV4]: Switch users of ipv4_devconf(_all) to use the pernet one by Pavel Emelyanov · 17 years ago
  76. 9355bbd [IPV4]: Switch users of ipv4_devconf_dflt to use the pernet one by Pavel Emelyanov · 17 years ago
  77. 752d14d [IPV4]: Move the devinet pointers on the struct net by Pavel Emelyanov · 17 years ago
  78. c0ce9fb [IPV4]: Store the net pointer on devinet's ctl tables by Pavel Emelyanov · 17 years ago
  79. ea40b32 [IPV4]: Make __devinet_sysctl_register return an error by Pavel Emelyanov · 17 years ago
  80. 51602b2 [IPV4]: Cleanup sysctl manipulations in devinet.c by Pavel Emelyanov · 17 years ago
  81. 68dd299 [INET]: Merge sys.net.ipv4.ip_forward and sys.net.ipv4.conf.all.forwarding by Pavel Emelyanov · 17 years ago
  82. bfada69 [IPV4]: Use ctl paths to register devinet sysctls by Pavel Emelyanov · 17 years ago
  83. 66f27a5 [IPV4]: Unify and cleanup calls to devinet_sysctl_register by Pavel Emelyanov · 17 years ago
  84. 9fa8964 [IPV4]: Cleanup the devinet_sysctl_register by Pavel Emelyanov · 17 years ago
  85. 97c53ca [NET]: Make rtnetlink infrastructure network namespace aware (v3) by Denis V. Lunev · 17 years ago
  86. b854272 [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) by Denis V. Lunev · 17 years ago
  87. 44344b2 [INET]: Fix netdev renaming and inet address labels by Mark McLoughlin · 17 years ago
  88. a4e65d3 [IPV4]: Swap the ifa allocation with the"ipv4_devconf_setall" call by Pavel Emelyanov · 17 years ago
  89. 0cc217e [IPV4]: When possible test for IFF_LOOPBACK and not dev == loopback_dev by Eric W. Biederman · 17 years ago
  90. 5967789 [IPV4]: Remove unnecessary test for the loopback device from inetdev_destroy by Eric W. Biederman · 17 years ago
  91. de3cb74 [NET]: Dynamically allocate the loopback device, part 1. by Daniel Lezcano · 17 years ago
  92. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  93. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  94. 596e415 [IPV4] devinet: show all addresses assigned to interface by Stephen Hemminger · 17 years ago
  95. b217d61 [IPV4/IPV6]: Fail registration if inet device construction fails by Herbert Xu · 17 years ago
  96. 6363097 [IPV4]: Do not remove idev when addresses are cleared by Herbert Xu · 17 years ago
  97. ef7c79e [NETLINK]: Mark netlink policies const by Patrick McHardy · 17 years ago
  98. 71e27da [IPV4]: Restore old behaviour of default config values by Herbert Xu · 17 years ago
  99. 31be308 [IPV4]: Add default config support after inetdev_init by Herbert Xu · 17 years ago
  100. 42f811b [IPV4]: Convert IPv4 devconf to an array by Herbert Xu · 17 years ago