1. f321383 net: ipv6: Standardize prefixes for message logging by Joe Perches · 12 years ago
  2. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  3. 87b6d21 tunnel: implement 64 bits statistics by stephen hemminger · 12 years ago
  4. 3e86670 net/ipv6/sit.c: Checkpatch cleanup by Eldad Zack · 12 years ago
  5. 1e2927b ipv6: sit: Convert to dst_neigh_lookup() by David S. Miller · 12 years ago
  6. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  7. b26e478 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  8. 72b3601 ipip, sit: copy parms.name after register_netdevice by Ted Feng · 13 years ago
  9. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  10. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  11. 8ce120f net: better pcpu data alignment by Eric Dumazet · 13 years ago
  12. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  13. c2bceb3 sit tunnels: propagate IPv6 transport class to IPv4 Type of Service by Lionel Elie Mamane · 13 years ago
  14. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  15. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  16. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  17. 11c476f net,rcu: convert call_rcu(prl_entry_destroy_rcu) to kfree by Paul E. McKenney · 13 years ago
  18. 1c5cae8 net: call dev_alloc_name from register_netdevice by Jiri Pirko · 13 years ago
  19. 301102c ipv6: Use flowi4->{daddr,saddr} in ipip6_tunnel_xmit(). by David S. Miller · 13 years ago
  20. 31e4543 ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). by David S. Miller · 13 years ago
  21. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  22. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 13 years ago
  23. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  24. 8909c9a net: don't allow CAP_NET_ADMIN to load non-netdev kernel modules by Vasiliy Kulikov · 13 years ago
  25. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  26. 753ea8e net: ipv6: sit: fix rcu annotations by Eric Dumazet · 13 years ago
  27. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  28. 6dcdd1b net/ipv6/sit.c: return unhandled skb to tunnel4_rcv by David McCullough · 14 years ago
  29. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  30. 74b0b85 tunnels: Fix tunnels change rcu protection by Pavel Emelyanov · 14 years ago
  31. caf586e net: add a core netdev->rx_dropped counter by Eric Dumazet · 14 years ago
  32. 8df40d1 sit: enable lockless xmits by Eric Dumazet · 14 years ago
  33. dd4080e sit: fix percpu stats accounting by Eric Dumazet · 14 years ago
  34. 15fc1f7 sit: percpu stats accounting by Eric Dumazet · 14 years ago
  35. 8990f46 net: rx_dropped accounting by Eric Dumazet · 14 years ago
  36. 3a43be3 sit: get rid of ipip6_lock by Eric Dumazet · 14 years ago
  37. 6dcd814 net: struct xfrm_tunnel in read_mostly section by Eric Dumazet · 14 years ago
  38. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  39. aac4ddd ipv6: get rid of ipip6_prl_lock by Eric Dumazet · 14 years ago
  40. d19d56d net: Introduce skb_tunnel_rx() helper by Eric Dumazet · 14 years ago
  41. 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
  42. 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 14 years ago
  43. dc4c2c3 net: remove INIT_RCU_HEAD() usage by Alexey Dobriyan · 14 years ago
  44. d5aa407 tunnels: fix netns vs proto registration ordering by Alexey Dobriyan · 14 years ago
  45. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  46. 6710117 net: Simplify ipip6 aka sit pernet operations. by Eric W. Biederman · 15 years ago
  47. f99189b netns: net_identifiers should be read_mostly by Eric Dumazet · 15 years ago
  48. 292f4f3 sit: Clean up DF code by copying from IPIP by Herbert Xu · 15 years ago
  49. 62808f9 ipv6 sit: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  50. 4543c10 ipv6 sit: RCU conversion phase II by Eric Dumazet · 15 years ago
  51. ef9a9d1 ipv6 sit: RCU conversion phase I by Eric Dumazet · 15 years ago
  52. 91b2a3f ipv6 sit: Set relay to 0.0.0.0 directly if relay_prefixlen == 0. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  53. e7db38c ipv6 sit: Fix 6rd relay address. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  54. e0c9394 ipv6 sit: Ensure to initialize 6rd parameters. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  55. fa857af ipv6 sit: 6rd (IPv6 Rapid Deployment) Support. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  56. 0bfbedb tunnels: Optimize tx path by Eric Dumazet · 15 years ago
  57. 298bf12 sit: fix off-by-one in ipip6_tunnel_get_prl by Sascha Hlusiak · 15 years ago
  58. d1f8297 Revert "sit: stateless autoconf for isatap" by Sascha Hlusiak · 15 years ago
  59. a43912a tunnel: eliminate recursion field by Eric Dumazet · 15 years ago
  60. 6fef4c0 netdev: convert pseudo-devices to netdev_tx_t by Stephen Hemminger · 15 years ago
  61. 8945a80 sit: allow ip fragmentation when using nopmtudisc to fix package loss by Sascha Hlusiak · 15 years ago
  62. da81203 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  63. f2ba025 sit: fix regression: do not release skb->dst before xmit by Sascha Hlusiak · 15 years ago
  64. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  65. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  66. 6450692 sit: stateless autoconf for isatap by Sascha Hlusiak · 15 years ago
  67. 4b2796017 sit: ipip6_tunnel_del_prl: return err by Sascha Hlusiak · 15 years ago
  68. 4fddbf5 sit: strictly restrict incoming traffic to tunnel link device by Sascha Hlusiak · 15 years ago
  69. 8db99e5 sit: Fail to create tunnel, if it already exists by Sascha Hlusiak · 15 years ago
  70. 2b1c435 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  71. 1b1d8f7 ipv6: fix display of local and remote sit endpoints by Bjørn Mork · 15 years ago
  72. bb80087 sit: used time_before for comparing jiffies by Wei Yongjun · 15 years ago
  73. be77e59 net: fix tunnels in netns after ndo_ changes by Alexey Dobriyan · 16 years ago
  74. 1326c3d ipv6: convert tunnels to net_device_ops by Stephen Hemminger · 16 years ago
  75. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  76. 2b4743b ipv6 sit: Avoid extra need for compat layer in PRL management. by YOSHIFUJI Hideaki · 16 years ago
  77. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  78. 43154d0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  79. 071f92d net: The world is not perfect patch. by Rami Rosen · 16 years ago
  80. 4eecc10 sit: Use on-device stats instead of private ones. by Pavel Emelyanov · 16 years ago
  81. 36ca34c sit: Add missing kfree_skb() on pskb_may_pull() failure. by David S. Miller · 16 years ago
  82. 7a97146 [SIT]: Allow to create SIT tunnels in net namespaces. by Pavel Emelyanov · 16 years ago
  83. 907a08c [SIT]: Use proper net in routing calls. by Pavel Emelyanov · 16 years ago
  84. 2918217 [SIT]: Make tunnels hashes per-net. by Pavel Emelyanov · 16 years ago
  85. cd3dbc1 [SIT]: Make the fallback tunnel device per-net by Pavel Emelyanov · 16 years ago
  86. fcee5ec [SIT]: Use proper net in hash-lookup functions. by Pavel Emelyanov · 16 years ago
  87. ca8def1 [SIT]: Add net/sit_net argument to some functions. by Pavel Emelyanov · 16 years ago
  88. 8190d90 [SIT]: Introduce empty struct sit_net and init/exit net ops. by Pavel Emelyanov · 16 years ago
  89. 02e10b9 [IPV6] SIT: Sparse: Use NULL pointer instead of 0. by YOSHIFUJI Hideaki · 16 years ago
  90. 52eeeb8 [IPV6]: Unify ip6_onlink() and ipip6_onlink(). by YOSHIFUJI Hideaki · 16 years ago
  91. 300aaee [IPV6] SIT: Add SIOCGETPRL ioctl to get/dump PRL. by YOSHIFUJI Hideaki · 16 years ago
  92. 0009ae1 [IPV6] SIT: Disallow 0.0.0.0 in PRL and Flush PRL if given for DEL. by YOSHIFUJI Hideaki · 16 years ago
  93. 3fcfa12 [IPV6] SIT: Fix locking issues in PRL management. by YOSHIFUJI Hideaki · 16 years ago
  94. fadf6bf [IPV6] SIT: Add PRL management for ISATAP. by Templin, Fred L · 16 years ago
  95. 4591db4 [NETNS][IPV6] route6 - add netns parameter to ip6_route_output by Daniel Lezcano · 16 years ago
  96. 606a2b4 [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookup by Daniel Lezcano · 16 years ago
  97. b37d428b [INET]: Don't create tunnels with '%' in name. by Pavel Emelyanov · 16 years ago
  98. 34cc7ba [IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly. by Pavel Emelyanov · 16 years ago
  99. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 16 years ago
  100. 8a4a50f [IPV6] sit: Rebinding of SIT tunnels to other interfaces by Michal Schmidt · 17 years ago