1. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  2. 33d480c net: cleanup some rcu_dereference_raw by Eric Dumazet · 13 years ago
  3. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  4. b0fe4a3 ipv4: use RT_TOS after some rt_tos conversions by Julian Anastasov · 13 years ago
  5. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
  6. 9a1b949 ipv4: Pass explicit saddr/daddr args to ipmr_get_route(). by David S. Miller · 13 years ago
  7. 31e4543 ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). by David S. Miller · 13 years ago
  8. 417da66 ipv4: Rework ipmr_rt_fib_lookup() flow key initialization. by David S. Miller · 13 years ago
  9. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  10. da91981 ipv4: Use flowi4 in ipmr code. by David S. Miller · 13 years ago
  11. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  12. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 13 years ago
  13. ee3f1aa ipv4: Lookup multicast routes by rtable using helper. by David S. Miller · 13 years ago
  14. 5e2b61f ipv4: Remove flowi from struct rtable. by David S. Miller · 13 years ago
  15. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  16. ca6b8bb0 net: Support compat SIOCGETVIFCNT ioctl in ipv4. by David S. Miller · 13 years ago
  17. 0033d5a net: Fix bug in compat SIOCGETSGCNT handling. by David S. Miller · 13 years ago
  18. 709b46e net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNT by Eric W. Biederman · 13 years ago
  19. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  20. c753796 ipv4: Make rt->fl.iif tests lest obscure. by David S. Miller · 14 years ago
  21. a8cb16d ipmr: cleanups by Eric Dumazet · 14 years ago
  22. a8c9486 ipmr: RCU protection for mfc_cache_array by Eric Dumazet · 14 years ago
  23. 4c96870 ipmr: RCU conversion of mroute_sk by Eric Dumazet · 14 years ago
  24. 55747a0 ipmr: __pim_rcv() is called under rcu_read_lock by Eric Dumazet · 14 years ago
  25. 95ae6b2 ipv4: ip_ptr cleanups by Eric Dumazet · 14 years ago
  26. 11fe883 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  27. e40dbc5 ipmr: Don't leak memory if fib lookup fails. by Ben Greear · 14 years ago
  28. 62522d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  29. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  30. 035320d ipmr: dont corrupt lists by Eric Dumazet · 14 years ago
  31. ed0f160a ipmr: off by one in __ipmr_fill_mroute() by Dan Carpenter · 14 years ago
  32. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  33. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  34. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  35. d19d56d net: Introduce skb_tunnel_rx() helper by Eric Dumazet · 14 years ago
  36. 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  37. 1e4b105 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  38. bbd7254 IPv4: unresolved multicast route cleanup by Andreas Meissner · 14 years ago
  39. cb6a4e4 net: ipmr: add support for dumping routing tables over netlink by Patrick McHardy · 14 years ago
  40. 25239ce net: rtnetlink: decouple rtnetlink address families from real address families by Patrick McHardy · 14 years ago
  41. 3d0c9c4 net: fib_rules: mark arguments to fib_rules_register const and __net_initdata by Patrick McHardy · 14 years ago
  42. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  43. 0eae88f net: Fix various endianness glitches by Eric Dumazet · 14 years ago
  44. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  45. 8de53df ipv4: ipmr: fix NULL pointer deref during unres queue destruction by Patrick McHardy · 14 years ago
  46. b0ebb73 ipv4: ipmr: fix invalid cache resolving when adding a non-matching entry by Patrick McHardy · 14 years ago
  47. f0ad086 ipv4: ipmr: support multiple tables by Patrick McHardy · 14 years ago
  48. 0c12295 ipv4: ipmr: move mroute data into seperate structure by Patrick McHardy · 14 years ago
  49. 862465f ipv4: ipmr: convert struct mfc_cache to struct list_head by Patrick McHardy · 14 years ago
  50. d658f8a ipv4: ipmr: remove net pointer from struct mfc_cache by Patrick McHardy · 14 years ago
  51. e258beb ipv4: ipmr: move unres_queue and timer to per-namespace data by Patrick McHardy · 14 years ago
  52. 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
  53. f77f13e Fix comment and Kconfig typos for 'require' and 'fragment' by Gilles Espinasse · 14 years ago
  54. 7438189 net: ipmr/ip6mr: prevent out-of-bounds vif_table access by Nicolas Dichtel · 14 years ago
  55. 9bbc768 netfilter: ipv4: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  56. a50436f2 net: ipmr/ip6mr: fix potential out-of-bounds vif_table access by Patrick McHardy · 14 years ago
  57. 9f0beba ipmr: remove useless checks from ipmr_device_event by Pavel Emelyanov · 14 years ago
  58. a2bfbc0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  59. d0490cf ipmr: missing dev_put() on error path in vif_add() by Dan Carpenter · 15 years ago
  60. d17fa6f ipmr: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  61. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  62. ee5e81f add vif using local interface index instead of IP by Ilia K · 15 years ago
  63. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  64. 3261309 net: constify struct net_protocol by Alexey Dobriyan · 15 years ago
  65. 6fef4c0 netdev: convert pseudo-devices to netdev_tx_t by Stephen Hemminger · 15 years ago
  66. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  67. 403dbb9 PIM-SM: namespace changes by Tom Goff · 15 years ago
  68. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  69. 511c3f9 net: skb->rtable accessor by Eric Dumazet · 15 years ago
  70. 69ebbf5 ipmr: use goto to common label instead of opencoding by Ilpo Järvinen · 15 years ago
  71. 4feb88e netns: ipmr: enable namespace support in ipv4 multicast routing code by Benjamin Thery · 15 years ago
  72. f6bb451 netns: ipmr: declare ipmr /proc/net entries per-namespace by Benjamin Thery · 15 years ago
  73. 6c5143d netns: ipmr: declare reg_vif_num per-namespace by Benjamin Thery · 15 years ago
  74. 6f9374a netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespace by Benjamin Thery · 15 years ago
  75. 1e8fb3b netns: ipmr: declare counter cache_resolve_queue_len per-namespace by Benjamin Thery · 15 years ago
  76. 2bb8b26 netns: ipmr: dynamically allocate mfc_cache_array by Benjamin Thery · 15 years ago
  77. 5c0a66f netns: ipmr: store netns in struct mfc_cache by Benjamin Thery · 15 years ago
  78. cf958ae3 netns: ipmr: dynamically allocate vif_table by Benjamin Thery · 15 years ago
  79. 70a269e netns: ipmr: allocate mroute_socket per-namespace. by Benjamin Thery · 15 years ago
  80. b187920 ipmr: merge common code by Ilpo Järvinen · 16 years ago
  81. 999890b net: /proc/net/ip_mr_cache, display Iif as a signed short by Benjamin Thery · 16 years ago
  82. 1ea472e net: fix /proc/net/ip_mr_cache display - V2 by Benjamin Thery · 16 years ago
  83. 007c383 ipmr: convert ipmr virtual interface to net_device_ops by Stephen Hemminger · 16 years ago
  84. 6ab33d5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  85. 5bc3eb7 ip: convert to net_device_ops for ioctl by Stephen Hemminger · 16 years ago
  86. c3e3889 net: fix ip_mr_init() error path by Benjamin Thery · 16 years ago
  87. c354e12 net: clean up net/ipv4/ipmr.c by Jianjun Kong · 16 years ago
  88. 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 16 years ago
  89. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  90. 7c73a6f mib: add net to IP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  91. 7dc00c8 ipv4: Fix ipmr unregister device oops by Wang Chen · 16 years ago
  92. d607032 ipv4: Check return of dev_set_allmulti by Wang Chen · 16 years ago
  93. 03d2f89 ipv4: Do cleanup for ip_mr_init by Wang Chen · 16 years ago
  94. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  95. cf3677a ipmr: Use on-device stats instead of private ones. by Pavel Emelyanov · 16 years ago
  96. 2f4c02d ipmr: Ipip tunnel uses on-device stats. by Pavel Emelyanov · 16 years ago
  97. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  98. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  99. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 16 years ago
  100. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 16 years ago