1. ab32cd7 route: Remove unused ifa_anycast field by Thomas Graf · 16 years ago
  2. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  3. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  4. c4544c7 [NETNS]: Process inet_select_addr inside a namespace. by Denis V. Lunev · 16 years ago
  5. 3776c88 [NETNS]: Enable IPv4 address manipulations inside namespace. by Denis V. Lunev · 16 years ago
  6. e5b13cb [NETNS]: Process devinet ioctl in the correct namespace. by Denis V. Lunev · 16 years ago
  7. be162d6 [NETNS]: Enable inetdev_event notifier. by Denis V. Lunev · 16 years ago
  8. 148f972 [IPV4]: Reset scope when changing address by Bjorn Mork · 16 years ago
  9. 4b8aa9a [NETNS]: Process interface address manipulation routines in the namespace. by Denis V. Lunev · 17 years ago
  10. 7b21857 [IPV4]: Small style cleanup of the error path in rtm_to_ifaddr. by Denis V. Lunev · 17 years ago
  11. 0027ba8 [IPV4]: Make struct ipv4_devconf static. by Adrian Bunk · 17 years ago
  12. 7fee0ca [NETNS]: Add netns parameter to inetdev_by_index. by Denis V. Lunev · 17 years ago
  13. 39a6d06 [NETNS]: Process inet_confirm_addr in the correct namespace. by Denis V. Lunev · 17 years ago
  14. 9bd85e3 [IPV4]: Remove extra argument from arp_ignore. by Denis V. Lunev · 17 years ago
  15. 2a75de0 [NETNS]: Should build with CONFIG_SYSCTL=n by Eric Dumazet · 17 years ago
  16. f97c1e0 [IPV4] net/ipv4: Use ipv4_is_<type> by Joe Perches · 17 years ago
  17. 586f121 [IPV4]: Switch users of ipv4_devconf(_all) to use the pernet one by Pavel Emelyanov · 17 years ago
  18. 9355bbd [IPV4]: Switch users of ipv4_devconf_dflt to use the pernet one by Pavel Emelyanov · 17 years ago
  19. 752d14d [IPV4]: Move the devinet pointers on the struct net by Pavel Emelyanov · 17 years ago
  20. c0ce9fb [IPV4]: Store the net pointer on devinet's ctl tables by Pavel Emelyanov · 17 years ago
  21. ea40b32 [IPV4]: Make __devinet_sysctl_register return an error by Pavel Emelyanov · 17 years ago
  22. 51602b2 [IPV4]: Cleanup sysctl manipulations in devinet.c by Pavel Emelyanov · 17 years ago
  23. 68dd299 [INET]: Merge sys.net.ipv4.ip_forward and sys.net.ipv4.conf.all.forwarding by Pavel Emelyanov · 17 years ago
  24. bfada69 [IPV4]: Use ctl paths to register devinet sysctls by Pavel Emelyanov · 17 years ago
  25. 66f27a5 [IPV4]: Unify and cleanup calls to devinet_sysctl_register by Pavel Emelyanov · 17 years ago
  26. 9fa8964 [IPV4]: Cleanup the devinet_sysctl_register by Pavel Emelyanov · 17 years ago
  27. 97c53ca [NET]: Make rtnetlink infrastructure network namespace aware (v3) by Denis V. Lunev · 17 years ago
  28. b854272 [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) by Denis V. Lunev · 17 years ago
  29. 44344b2 [INET]: Fix netdev renaming and inet address labels by Mark McLoughlin · 17 years ago
  30. a4e65d3 [IPV4]: Swap the ifa allocation with the"ipv4_devconf_setall" call by Pavel Emelyanov · 17 years ago
  31. 0cc217e [IPV4]: When possible test for IFF_LOOPBACK and not dev == loopback_dev by Eric W. Biederman · 17 years ago
  32. 5967789 [IPV4]: Remove unnecessary test for the loopback device from inetdev_destroy by Eric W. Biederman · 17 years ago
  33. de3cb74 [NET]: Dynamically allocate the loopback device, part 1. by Daniel Lezcano · 17 years ago
  34. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  35. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  36. 596e415 [IPV4] devinet: show all addresses assigned to interface by Stephen Hemminger · 17 years ago
  37. b217d61 [IPV4/IPV6]: Fail registration if inet device construction fails by Herbert Xu · 17 years ago
  38. 6363097 [IPV4]: Do not remove idev when addresses are cleared by Herbert Xu · 17 years ago
  39. ef7c79e [NETLINK]: Mark netlink policies const by Patrick McHardy · 17 years ago
  40. 71e27da [IPV4]: Restore old behaviour of default config values by Herbert Xu · 17 years ago
  41. 31be308 [IPV4]: Add default config support after inetdev_init by Herbert Xu · 17 years ago
  42. 42f811b [IPV4]: Convert IPv4 devconf to an array by Herbert Xu · 17 years ago
  43. 8d76527 [IPV4]: Only panic if inetdev_init fails for loopback by Herbert Xu · 17 years ago
  44. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  45. 6313c1e [RTNETLINK]: Remove unnecessary locking in dump callbacks by Patrick McHardy · 17 years ago
  46. 63f3444 [IPv4]: Use rtnl registration interface by Thomas Graf · 17 years ago
  47. 132adf5 [IPV4]: cleanup by Stephen Hemminger · 17 years ago
  48. c4e38f4 [IPV4]: Fix rtm_to_ifaddr() error handling. by Evgeniy Polyakov · 17 years ago
  49. 8030f54 [IPV4] devinet: Register inetdev earlier. by Herbert Xu · 17 years ago
  50. 3fbfa98 [PATCH] sysctl: remove the proc_dir_entry member for the sysctl tables by Eric W. Biederman · 18 years ago
  51. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 18 years ago
  52. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  53. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  54. 2693256 [NETLINK]: Don't BUG on undersized allocations by Patrick McHardy · 18 years ago
  55. 483479e [IPV4] devinet: inetdev_init out label moved after RCU assignment by Jarek Poplawski · 18 years ago
  56. 30c4cf5 [IPV4/IPV6]: Fix inet{,6} device initialization order. by David L Stevens · 18 years ago
  57. 1f29bcd [PATCH] sysctl: remove unused "context" param by Alexey Dobriyan · 18 years ago
  58. 42e5ea46 [IPV4]: Use kmemdup in net/ipv4/devinet.c by Arnaldo Carvalho de Melo · 18 years ago
  59. 714e85b [IPV6]: Assorted trivial endianness annotations. by Al Viro · 18 years ago
  60. 339bf98 [NETLINK]: Do precise netlink message allocations where possible by Thomas Graf · 18 years ago
  61. 60cad5d [IPV4]: annotate inetdev.h helpers by Al Viro · 18 years ago
  62. a7a628c [IPV4]: IFA_{LOCAL,ADDRESS,BROADCAST,ANYCAST} on ipv4 annotated by Al Viro · 18 years ago
  63. a144ea4 [IPV4]: annotate struct in_ifaddr by Al Viro · 18 years ago
  64. ff428d7 [IPV4]: inet_addr_onlink() annotated by Al Viro · 18 years ago
  65. a61ced5 [IPV4]: inet_select_addr() annotations by Al Viro · 18 years ago
  66. 5176f91 [NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validation by Thomas Graf · 18 years ago
  67. d6062cb [IPv4] address: Convert address notification to use rtnl_notify() by Thomas Graf · 18 years ago
  68. 1823730 [IPv4]: Move interface address bits to linux/if_addr.h by Thomas Graf · 18 years ago
  69. 47f6851 [IPV4]: Convert address dumping to new netlink api by Thomas Graf · 18 years ago
  70. dfdd5fd [IPV4]: Convert address deletion to new netlink api by Thomas Graf · 18 years ago
  71. 5c75397 [IPV4]: Convert address addition to new netlink api by Thomas Graf · 18 years ago
  72. e1ef4bf [IPV4]: Use Protocol Independant Policy Routing Rules Framework by Thomas Graf · 18 years ago
  73. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  74. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  75. 6c97e72 [IPV4]: Possible cleanups. by Adrian Bunk · 18 years ago
  76. e041c68 [PATCH] Notifier chain update: API changes by Alan Stern · 18 years ago
  77. abd596a [IPV4] ARP: Alloc acceptance of unsolicited ARP via netdevice sysctl. by Neil Horman · 18 years ago
  78. 2863351 [NETLINK]: illegal use of pid in rtnetlink by Alexey Kuznetsov · 19 years ago
  79. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
  80. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  81. 0ff60a4 [IPV4]: Fix secondary IP addresses after promotion by Jamal Hadi Salim · 19 years ago
  82. dcab5e1 [IPV4]: Fix setting broadcast for SIOCSIFNETMASK by David Engel · 19 years ago
  83. e5ed639 [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl by Herbert Xu · 19 years ago
  84. ac6d439 [NETLINK]: Convert netlink users to use group numbers instead of bitmasks by Patrick McHardy · 19 years ago
  85. 543537b [PATCH] create a kstrdup library function by Paulo Marques · 19 years ago
  86. 9ed19f3 [NETLINK]: Set correct pid for ioctl originating netlink events by Jamal Hadi Salim · 19 years ago
  87. b6544c0 [NETLINK]: Correctly set NLM_F_MULTI without checking the pid by Jamal Hadi Salim · 19 years ago
  88. 8f937c6 [IPV4]: Primary and secondary addresses by Harald Welte · 19 years ago
  89. 02c30a8 [PATCH] update Ross Biro bouncing email address by Jesper Juhl · 19 years ago
  90. db46edc [RTNETLINK] Cleanup rtnetlink_link tables by Thomas Graf · 19 years ago
  91. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago