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