1. d23a9b5 ipv4: cleanup: remove unnecessary include. by Rami Rosen · 15 years ago
  2. c1cf842 ip: add loose reverse path filtering by Stephen Hemminger · 15 years ago
  3. 6ed2533 net: clean up net/ipv4/fib_frontend.c fib_hash.c ip_gre.c by Jianjun Kong · 16 years ago
  4. 76e6ebf netns: add namespace parameter to rt_cache_flush by Denis V. Lunev · 16 years ago
  5. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  6. 1f9d11c route: Mark unused routing attributes as such by Thomas Graf · 16 years ago
  7. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  8. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  9. 4814bdb [NETNS]: Lookup in FIB semantic hashes taking into account the namespace. by Denis V. Lunev · 16 years ago
  10. 85326fa [IPV4]: fib_sync_down rework. by Denis V. Lunev · 16 years ago
  11. dce5cbe [IPV4]: Fix memory leak on error path during FIB initialization. by Denis V. Lunev · 16 years ago
  12. 1ab3527 [NETNS]: Add namespace parameter to ip_dev_find. by Denis V. Lunev · 16 years ago
  13. 010278e [NETNS]: Add netns parameter to fib_select_default. by Denis V. Lunev · 16 years ago
  14. 64c2d53 [IPV4]: Consolidate fib_select_default. by Denis V. Lunev · 16 years ago
  15. 5b707aa [NETNS]: Pass correct namespace in fib_validate_source. by Denis V. Lunev · 16 years ago
  16. da0e28c [NETNS]: Add netns parameter to fib_lookup. by Denis V. Lunev · 16 years ago
  17. 1e637c7 [IPV4]: Enable use of 240/4 address space. by Jan Engelhardt · 16 years ago
  18. 775516b [NETNS]: Namespace stop vs 'ip r l' race. by Denis V. Lunev · 16 years ago
  19. b7c6ba6 [NETNS]: Consolidate kernel netlink socket destruction. by Denis V. Lunev · 16 years ago
  20. 4f84d82 [NETNS]: Memory leak on network namespace stop. by Denis V. Lunev · 16 years ago
  21. 7f9b805 [IPV4]: fib hash|trie initialization by Stephen Hemminger · 16 years ago
  22. a6db901 [IPV4] FIB: printk related cleanups by Stephen Hemminger · 16 years ago
  23. 8cced9e [NETNS]: Enable routing configuration in non-initial namespace. by Denis V. Lunev · 16 years ago
  24. 226b0b4a5 [NETNS]: Replace init_net with the correct context in fib_frontend.c by Denis V. Lunev · 16 years ago
  25. 1bad118 [NETNS]: Pass namespace through ip_rt_ioctl. by Denis V. Lunev · 16 years ago
  26. 4b5d47d [NETNS]: Correctly fill fib_config data. by Denis V. Lunev · 16 years ago
  27. 6bd48fc [NETNS]: Provide correct namespace for fibnl netlink socket. by Denis V. Lunev · 16 years ago
  28. e4aef8a [NETNS]: Place fib tables into netns. by Denis V. Lunev · 16 years ago
  29. 4d1169c [NETNS]: Add netns to nl_info structure. by Denis V. Lunev · 16 years ago
  30. 6b175b2 [NETNS]: Add netns parameter to inet_(dev_)add_type. by Eric W. Biederman · 16 years ago
  31. 8ad4942 [NETNS]: Add netns parameter to fib_get_table/fib_new_table. by Denis V. Lunev · 16 years ago
  32. 93456b6 [IPV4]: Unify access to the routing tables. by Denis V. Lunev · 16 years ago
  33. 7b1a74f [NETNS]: Refactor fib initialization so it can handle multiple namespaces. by Denis V. Lunev · 16 years ago
  34. dbb5016 [IPV4]: Check fib4_rules_init failure. by Denis V. Lunev · 16 years ago
  35. f97c1e0 [IPV4] net/ipv4: Use ipv4_is_<type> by Joe Perches · 17 years ago
  36. 0553811 [IPV4]: Add inet_dev_addr_type() by Laszlo Attila Toth · 17 years ago
  37. b854272 [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) by Denis V. Lunev · 17 years ago
  38. d883a03 [IPV4]: OOPS with NETLINK_FIB_LOOKUP netlink socket by Denis V. Lunev · 17 years ago
  39. c3e9a35 [IPV4]: Compact some ifdefs in the fib code. by Pavel Emelyanov · 17 years ago
  40. 03cf786 [IPV4]: Explicitly call fib_get_table() in fib_frontend.c by Pavel Emelyanov · 17 years ago
  41. 28f7b036 [NETLINK]: fib_frontend build fixes by David S. Miller · 17 years ago
  42. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  43. 8f4c1f9 [NETLINK]: Introduce nested and byteorder flag to netlink attribute by Thomas Graf · 17 years ago
  44. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  45. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  46. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  47. 9c681b4 [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  48. e06e7c6 [IPV4]: The scheduled removal of multipath cached routing support. by David S. Miller · 17 years ago
  49. ef7c79e [NETLINK]: Mark netlink policies const by Patrick McHardy · 17 years ago
  50. ddc31ce [IPV4]: Kill references to bogus non-existent CONFIG_IP_NOSIOCRT by David S. Miller · 17 years ago
  51. 912a41a [IPV4] nl_fib_lookup: Initialise res.r before fib_res_put(&res) by Sergey Vlasov · 17 years ago
  52. af65bdf [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it by Patrick McHardy · 17 years ago
  53. 63f3444 [IPv4]: Use rtnl registration interface by Thomas Graf · 17 years ago
  54. b529ccf [NETLINK]: Introduce nlmsg_hdr() helper by Arnaldo Carvalho de Melo · 17 years ago
  55. 1194ed0 [NETLINK]: Infinite recursion in netlink. by Alexey Kuznetsov · 17 years ago
  56. a0ee18b [IPv4] fib: Fix out of bound access of fib_props[] by Thomas Graf · 17 years ago
  57. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  58. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  59. 4e9b826 [NETLINK]: Remove unused dst_pid field in netlink_skb_parms by Thomas Graf · 18 years ago
  60. 5f300893 [IPV4] nl_fib_lookup: Rename fl_fwmark to fl_mark by Thomas Graf · 18 years ago
  61. 47dcf0c [NET]: Rethink mark field in struct flowi by Thomas Graf · 18 years ago
  62. b52f070 [IPv4] fib: Remove unused fib_config members by Thomas Graf · 18 years ago
  63. 81f7bf6 [IPV4]: net/ipv4/fib annotations by Al Viro · 18 years ago
  64. fd68322 [IPV4]: inet_addr_type() annotations by Al Viro · 18 years ago
  65. 60cad5d [IPV4]: annotate inetdev.h helpers by Al Viro · 18 years ago
  66. a144ea4 [IPV4]: annotate struct in_ifaddr by Al Viro · 18 years ago
  67. 6d85c10 [IPV4]: struct fib_config IPv4 address fields annotated by Al Viro · 18 years ago
  68. 17fb2c6 [IPV4]: RTA_{DST,SRC,GATEWAY,PREFSRC} annotated by Al Viro · 18 years ago
  69. d9c9df8 [IPV4]: fib_validate_source() annotations by Al Viro · 18 years ago
  70. 5176f91 [NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validation by Thomas Graf · 18 years ago
  71. d889ce3 [IPv4]: Convert route get to new netlink api by Thomas Graf · 18 years ago
  72. be403ea [IPv4]: Convert FIB dumping to use new netlink api by Thomas Graf · 18 years ago
  73. 4e902c5 [IPv4]: FIB configuration using struct fib_config by Thomas Graf · 18 years ago
  74. 1af5a8c [IPV4]: Increase number of possible routing tables to 2^32 by Patrick McHardy · 18 years ago
  75. 9e762a4 [NET]: Introduce RTA_TABLE/FRA_TABLE attributes by Patrick McHardy · 18 years ago
  76. 2dfe55b [NET]: Use u32 for routing table IDs by Patrick McHardy · 18 years ago
  77. 1823730 [IPv4]: Move interface address bits to linux/if_addr.h by Thomas Graf · 18 years ago
  78. e1ef4bf [IPV4]: Use Protocol Independant Policy Routing Rules Framework by Thomas Graf · 18 years ago
  79. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  80. a1e8733 [NET]: Export ip_dev_find() by Sean Hefty · 18 years ago
  81. 6c97e72 [IPV4]: Possible cleanups. by Adrian Bunk · 18 years ago
  82. caf5b04 x86: Work around compiler code generation bug with -Os by Linus Torvalds · 18 years ago
  83. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 18 years ago
  84. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  85. ea86575 [NETLINK]: Fix processing of fib_lookup netlink messages by Thomas Graf · 19 years ago
  86. 0ff60a4 [IPV4]: Fix secondary IP addresses after promotion by Jamal Hadi Salim · 19 years ago
  87. a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
  88. 9fcc2e8 [IPV4]: Fix issue reported by Coverity in ipv4/fib_frontend.c by Jayachandran C · 19 years ago
  89. e5ed639 [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl by Herbert Xu · 19 years ago
  90. 0662860 [NETLINK]: Add "groups" argument to netlink_kernel_create by Patrick McHardy · 19 years ago
  91. ac6d439 [NETLINK]: Convert netlink users to use group numbers instead of bitmasks by Patrick McHardy · 19 years ago
  92. db08052 [NETLINK]: Remove unused groups member from struct netlink_skb_parms by Patrick McHardy · 19 years ago
  93. 4fdb3bb [NETLINK]: Add properly module refcounting for kernel netlink sockets. by Harald Welte · 19 years ago
  94. 0742fd5 [IPV4]: possible cleanups by Adrian Bunk · 19 years ago
  95. 246955f [NETLINK]: fib_lookup() via netlink by Robert Olsson · 19 years ago
  96. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago