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