1. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  2. 7ba4291 inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and inet_sendpage() by Changli Gao · 14 years ago
  3. 1823e4c8 snmp: add align parameter to snmp_mib_init() by Eric Dumazet · 14 years ago
  4. 20c59de ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) option by Arnaud Ebalard · 14 years ago
  5. 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  6. f935aa9 ipv6: Fix default multicast hops setting. by David S. Miller · 14 years ago
  7. 4b340ae IPv6: Complete IPV6_DONTFRAG support by Brian Haley · 14 years ago
  8. 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
  9. 7d720c3 percpu: add __percpu sparse annotations to net by Tejun Heo · 14 years ago
  10. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 15 years ago
  11. c84b326 net: check kern before calling security subsystem by Eric Paris · 15 years ago
  12. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  13. 13f18aa net: drop capability from protocol definitions by Eric Paris · 15 years ago
  14. 16ba5e8 ipv6: no more dev_put() in inet6_bind() by Eric Dumazet · 15 years ago
  15. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  16. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  17. 51953d5 Use sk_mark for IPv6 routing lookups by Brian Haley · 15 years ago
  18. 41135cc net: constify struct inet6_protocol by Alexey Dobriyan · 15 years ago
  19. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  20. ca6982b ipv6: Fix commit 63d9950b08184e6531adceb65f64b429909cc101 (ipv6: Make v4-mapped bindings consistent with IPv4) by Bruno Prémont · 15 years ago
  21. ba73542 udpv6: Handle large incoming UDP/IPv6 packets and support software UFO by Sridhar Samudrala · 15 years ago
  22. 1f2ccd0 ipv6: Use rcu_barrier() on module unload. by Jesper Dangaard Brouer · 15 years ago
  23. 56d417b IPv6: Add 'autoconf' and 'disable_ipv6' module parameters by Brian Haley · 15 years ago
  24. a5b1cf2 gro: Avoid unnecessary comparison after skb_gro_header by Herbert Xu · 15 years ago
  25. 63d9950 ipv6: Make v4-mapped bindings consistent with IPv4 by Vlad Yasevich · 15 years ago
  26. 0f8d3c7 ipv6: Allow ipv4 wildcard binds after ipv6 address binds by Vlad Yasevich · 15 years ago
  27. 783ed5a ipv6: Disallow binding to v4-mapped address on v6-only socket. by Vlad Yasevich · 15 years ago
  28. 2d6a5e9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  29. ff8cf9a ipv6: Fix BUG when disabled ipv6 module is unloaded by John Dykstra · 15 years ago
  30. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  31. 508827f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  32. fe7ca2e IPv6: add "disable" module parameter support to ipv6.ko by Brian Haley · 15 years ago
  33. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  34. 8691173 gro: Avoid copying headers of unmerged packets by Herbert Xu · 15 years ago
  35. ebad18e gro: Fix handling of complete checksums in IPv6 by Herbert Xu · 16 years ago
  36. 787e920 ipv6: Add GRO support by Herbert Xu · 16 years ago
  37. 52479b6 netns xfrm: lookup in netns by Alexey Dobriyan · 16 years ago
  38. e7dc849 netns: mib6 section fixlet by Alexey Dobriyan · 16 years ago
  39. 2ca89ce ipv6: remove unused not init_ipv6_mibs/cleanup_ipv6_mibs by Denis V. Lunev · 16 years ago
  40. 9261e53 ipv6: making ip and icmp statistics per/namespace by Denis V. Lunev · 16 years ago
  41. be713a4 netns: make uplitev6 mib per/namespace by Denis V. Lunev · 16 years ago
  42. 0c7ed67 netns: make udpv6 mib per/namespace by Denis V. Lunev · 16 years ago
  43. e43291c netns: add stub functions for per/namespace mibs allocation by Denis V. Lunev · 16 years ago
  44. b339a47c ipv6: initialize ip6_route sysctl vars in ip6_route_net_init() by Peter Zijlstra · 16 years ago
  45. 1668e01 ipv4: Make inet_sock.h independent of route.h by KOVACS Krisztian · 16 years ago
  46. eeb61f7 missing bits of net-namespace / sysctl by Al Viro · 16 years ago
  47. 2284284 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  48. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  49. 696adfe list_for_each_rcu must die: networking by Paul E. McKenney · 16 years ago
  50. e0835f8 ipv4,ipv6 mroute: Add some helper inline functions to remove ugly ifdefs. by YOSHIFUJI Hideaki · 16 years ago
  51. 623d1a1 ipv6: Do cleanup for ip6_mr_init. by Wang Chen · 16 years ago
  52. 7d06b2e net: change proto destroy method to return void by Brian Haley · 16 years ago
  53. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  54. 2e761e0 ipv6 netns: init net is used to set bindv6only for new sock by Pavel Emelyanov · 16 years ago
  55. 7bc570c [IPV6] MROUTE: Support multicast forwarding. by YOSHIFUJI Hideaki · 16 years ago
  56. 6ab57e7 [NETNS][IPV6] anycast - handle several network namespace by Daniel Lezcano · 16 years ago
  57. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  58. 6f8b13b [NETNS][IPV6] tcp6 - make proc per namespace by Daniel Lezcano · 16 years ago
  59. 0c96d8c [NETNS][IPV6] udp6 - make proc per namespace by Daniel Lezcano · 16 years ago
  60. db8dac2 [UDP]: Revert udplite and code split. by David S. Miller · 16 years ago
  61. af28493 [NETNS][IPV6] addrconf - Pass the proper network namespace parameters to addrconf by Daniel Lezcano · 16 years ago
  62. 075de93 [NETNS][IPV6] af_inet6 - allow socket creation per namespace by Benjamin Thery · 16 years ago
  63. 94911fe [NETNS][IPV6] Move sysctl initialization later on in the IPv6 init sequence by Benjamin Thery · 16 years ago
  64. 5578689 [NETNS][IPV6] route6 - make route6 per namespace by Daniel Lezcano · 16 years ago
  65. 662397f [IPV6]: Move packet_type{} related bits to af_inet6.c. by YOSHIFUJI Hideaki · 16 years ago
  66. e898d4d [UDP]: Allow users to configure UDP-Lite. by YOSHIFUJI Hideaki · 16 years ago
  67. 9b0f976 [INET]: Remove struct net_proto_family* from _init calls. by Denis V. Lunev · 16 years ago
  68. 5ee46e5 [IPV6]: Fix hardcoded removing of old module code by Wang Chen · 16 years ago
  69. 8d8354d [NETNS][FRAGS]: Move ctl tables around. by Pavel Emelyanov · 17 years ago
  70. 2334ecb [IPV6]: Sparse: Declare non-static ipv6_{route,icmp,frag}_sysctl_init() in header. by YOSHIFUJI Hideaki · 17 years ago
  71. bfeade0 [NETNS][IPV6]: inet6_addr - check ipv6 address per namespace by Daniel Lezcano · 17 years ago
  72. 6b175b2 [NETNS]: Add netns parameter to inet_(dev_)add_type. by Eric W. Biederman · 17 years ago
  73. 41a7690 [NETNS][IPV6]: Make icmpv6_time sysctl per namespace. by Daniel Lezcano · 17 years ago
  74. 4990509 [NETNS][IPV6]: Make sysctls route per namespace. by Daniel Lezcano · 17 years ago
  75. e71e034 [NETNS][IPV6]: Make ip6_frags per namespace. by Daniel Lezcano · 17 years ago
  76. 99bc9c4 [NETNS][IPV6]: Make bindv6only sysctl per namespace. by Daniel Lezcano · 17 years ago
  77. 81c1c17 [NETNS][IPV6]: Make a subsystem for af_inet6. by Daniel Lezcano · 17 years ago
  78. 291480c [NETNS][IPV6]: Make ipv6_sysctl_register to return a value. by Daniel Lezcano · 17 years ago
  79. 7f4e486 [IPV6]: make the protocol initialization to return an error code by Daniel Lezcano · 17 years ago
  80. 87c3efb [IPV6]: make inet6_register_protosw to return an error code by Daniel Lezcano · 17 years ago
  81. 853cbba [IPV6]: make frag to return an error at initialization by Daniel Lezcano · 17 years ago
  82. 248b238 [IPV6]: make extended headers to return an error at initialization by Daniel Lezcano · 17 years ago
  83. 0a3e78a [IPV6]: make flowlabel to return an error by Daniel Lezcano · 17 years ago
  84. c69bce2 [NET]: Remove unused "mibalign" argument for snmp_mib_init(). by YOSHIFUJI Hideaki · 17 years ago
  85. e2fddf5 [IPV6]: Make af_inet6 to check ip6_route_init return value. by Daniel Lezcano · 17 years ago
  86. f126734 [IPV6]: Correct the comment concerning inetsw6 table by Pavel Emelyanov · 17 years ago
  87. a0974dd [TCP] splice: add tcp_splice_read() to IPV6 by Jens Axboe · 17 years ago
  88. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  89. dc8a82a [IPV6]: Fix memory leak in cleanup_ipv6_mibs() by Pavel Emelyanov · 17 years ago
  90. 14878f7 [IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2] by David L Stevens · 17 years ago
  91. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  92. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  93. 3516ffb [TCP]: Invoke tcp_sendmsg() directly, do not use inet_sendmsg(). by David S. Miller · 17 years ago
  94. 59fbb3a6 [IPV6] MIP6: Loadable module support for MIPv6. by Masahide NAKAMURA · 17 years ago
  95. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  96. 7f7d9a6 [IPV6]: Consolidate common SNMP code by Herbert Xu · 17 years ago
  97. 49ed67a9 [IPV6] SNMP: Move some statistic bits to net/ipv6/proc.c. by YOSHIFUJI Hideaki · 17 years ago
  98. b3da2cf [INET]: Use jhash + random secret for ehash. by David S. Miller · 17 years ago
  99. c127ea2 [IPv6]: Use rtnl registration interface by Thomas Graf · 17 years ago
  100. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago