1. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  2. 4c507d2 net: implement IP_RECVTOS for IP_PKTOPTIONS by Jiri Benc · 12 years ago
  3. 3dc43e3 per-netns ipv4 sysctl_tcp_mem by Glauber Costa · 13 years ago
  4. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  5. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  6. 2a24444 ipv6: reduce percpu needs for icmpv6msg mibs by Eric Dumazet · 13 years ago
  7. f74024d net: make ipv6 bind honour freebind by Maciej Żenczykowski · 13 years ago
  8. cdaf557 gro: refetch inet6_protos[] after pulling ext headers by Yan, Zheng · 13 years ago
  9. c349a52 net: bind() fix error return on wrong address family by Marcus Meissner · 13 years ago
  10. 5a079c3 net/ipv6: check for mistakenly passed in non-AF_INET6 sockaddrs by Marcus Meissner · 13 years ago
  11. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  12. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  13. 1958b85 net: Put fl6_* macros to struct flowi6 and use them again. by David S. Miller · 13 years ago
  14. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 13 years ago
  15. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 13 years ago
  16. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  17. 68d0c6d ipv6: Consolidate route lookup sequences. by David S. Miller · 13 years ago
  18. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 13 years ago
  19. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  20. 376d940 inet6: Remove redundant unlikely() by Tobias Klauser · 14 years ago
  21. a34f0b3 fix comment typos concerning "consistent" by Uwe Kleine-König · 14 years ago
  22. 9941fb6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  23. 0a513f6 tproxy: allow non-local binds of IPv6 sockets if IP_TRANSPARENT is enabled by Balazs Scheidler · 14 years ago
  24. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  25. 7ba4291 inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and inet_sendpage() by Changli Gao · 14 years ago
  26. 1823e4c8 snmp: add align parameter to snmp_mib_init() by Eric Dumazet · 14 years ago
  27. 20c59de ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) option by Arnaud Ebalard · 14 years ago
  28. 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  29. f935aa9 ipv6: Fix default multicast hops setting. by David S. Miller · 14 years ago
  30. 4b340ae IPv6: Complete IPV6_DONTFRAG support by Brian Haley · 14 years ago
  31. 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
  32. 7d720c3 percpu: add __percpu sparse annotations to net by Tejun Heo · 14 years ago
  33. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 15 years ago
  34. c84b326 net: check kern before calling security subsystem by Eric Paris · 15 years ago
  35. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  36. 13f18aa net: drop capability from protocol definitions by Eric Paris · 15 years ago
  37. 16ba5e8 ipv6: no more dev_put() in inet6_bind() by Eric Dumazet · 15 years ago
  38. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  39. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  40. 51953d5 Use sk_mark for IPv6 routing lookups by Brian Haley · 15 years ago
  41. 41135cc net: constify struct inet6_protocol by Alexey Dobriyan · 15 years ago
  42. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  43. ca6982b ipv6: Fix commit 63d9950b08184e6531adceb65f64b429909cc101 (ipv6: Make v4-mapped bindings consistent with IPv4) by Bruno Prémont · 15 years ago
  44. ba73542 udpv6: Handle large incoming UDP/IPv6 packets and support software UFO by Sridhar Samudrala · 15 years ago
  45. 1f2ccd0 ipv6: Use rcu_barrier() on module unload. by Jesper Dangaard Brouer · 15 years ago
  46. 56d417b IPv6: Add 'autoconf' and 'disable_ipv6' module parameters by Brian Haley · 15 years ago
  47. a5b1cf2 gro: Avoid unnecessary comparison after skb_gro_header by Herbert Xu · 15 years ago
  48. 63d9950 ipv6: Make v4-mapped bindings consistent with IPv4 by Vlad Yasevich · 15 years ago
  49. 0f8d3c7 ipv6: Allow ipv4 wildcard binds after ipv6 address binds by Vlad Yasevich · 15 years ago
  50. 783ed5a ipv6: Disallow binding to v4-mapped address on v6-only socket. by Vlad Yasevich · 15 years ago
  51. 2d6a5e9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  52. ff8cf9a ipv6: Fix BUG when disabled ipv6 module is unloaded by John Dykstra · 15 years ago
  53. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  54. 508827f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  55. fe7ca2e IPv6: add "disable" module parameter support to ipv6.ko by Brian Haley · 15 years ago
  56. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  57. 8691173 gro: Avoid copying headers of unmerged packets by Herbert Xu · 15 years ago
  58. ebad18e gro: Fix handling of complete checksums in IPv6 by Herbert Xu · 16 years ago
  59. 787e920 ipv6: Add GRO support by Herbert Xu · 16 years ago
  60. 52479b6 netns xfrm: lookup in netns by Alexey Dobriyan · 16 years ago
  61. e7dc849 netns: mib6 section fixlet by Alexey Dobriyan · 16 years ago
  62. 2ca89ce ipv6: remove unused not init_ipv6_mibs/cleanup_ipv6_mibs by Denis V. Lunev · 16 years ago
  63. 9261e53 ipv6: making ip and icmp statistics per/namespace by Denis V. Lunev · 16 years ago
  64. be713a4 netns: make uplitev6 mib per/namespace by Denis V. Lunev · 16 years ago
  65. 0c7ed67 netns: make udpv6 mib per/namespace by Denis V. Lunev · 16 years ago
  66. e43291c netns: add stub functions for per/namespace mibs allocation by Denis V. Lunev · 16 years ago
  67. b339a47c ipv6: initialize ip6_route sysctl vars in ip6_route_net_init() by Peter Zijlstra · 16 years ago
  68. 1668e01 ipv4: Make inet_sock.h independent of route.h by KOVACS Krisztian · 16 years ago
  69. eeb61f7 missing bits of net-namespace / sysctl by Al Viro · 16 years ago
  70. 2284284 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  71. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  72. 696adfe list_for_each_rcu must die: networking by Paul E. McKenney · 16 years ago
  73. e0835f8 ipv4,ipv6 mroute: Add some helper inline functions to remove ugly ifdefs. by YOSHIFUJI Hideaki · 16 years ago
  74. 623d1a1 ipv6: Do cleanup for ip6_mr_init. by Wang Chen · 16 years ago
  75. 7d06b2e net: change proto destroy method to return void by Brian Haley · 16 years ago
  76. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  77. 2e761e0 ipv6 netns: init net is used to set bindv6only for new sock by Pavel Emelyanov · 16 years ago
  78. 7bc570c [IPV6] MROUTE: Support multicast forwarding. by YOSHIFUJI Hideaki · 16 years ago
  79. 6ab57e7 [NETNS][IPV6] anycast - handle several network namespace by Daniel Lezcano · 16 years ago
  80. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  81. 6f8b13b [NETNS][IPV6] tcp6 - make proc per namespace by Daniel Lezcano · 16 years ago
  82. 0c96d8c [NETNS][IPV6] udp6 - make proc per namespace by Daniel Lezcano · 16 years ago
  83. db8dac2 [UDP]: Revert udplite and code split. by David S. Miller · 16 years ago
  84. af28493 [NETNS][IPV6] addrconf - Pass the proper network namespace parameters to addrconf by Daniel Lezcano · 16 years ago
  85. 075de93 [NETNS][IPV6] af_inet6 - allow socket creation per namespace by Benjamin Thery · 16 years ago
  86. 94911fe [NETNS][IPV6] Move sysctl initialization later on in the IPv6 init sequence by Benjamin Thery · 16 years ago
  87. 5578689 [NETNS][IPV6] route6 - make route6 per namespace by Daniel Lezcano · 16 years ago
  88. 662397f [IPV6]: Move packet_type{} related bits to af_inet6.c. by YOSHIFUJI Hideaki · 16 years ago
  89. e898d4d [UDP]: Allow users to configure UDP-Lite. by YOSHIFUJI Hideaki · 16 years ago
  90. 9b0f976 [INET]: Remove struct net_proto_family* from _init calls. by Denis V. Lunev · 16 years ago
  91. 5ee46e5 [IPV6]: Fix hardcoded removing of old module code by Wang Chen · 16 years ago
  92. 8d8354d [NETNS][FRAGS]: Move ctl tables around. by Pavel Emelyanov · 17 years ago
  93. 2334ecb [IPV6]: Sparse: Declare non-static ipv6_{route,icmp,frag}_sysctl_init() in header. by YOSHIFUJI Hideaki · 17 years ago
  94. bfeade0 [NETNS][IPV6]: inet6_addr - check ipv6 address per namespace by Daniel Lezcano · 17 years ago
  95. 6b175b2 [NETNS]: Add netns parameter to inet_(dev_)add_type. by Eric W. Biederman · 17 years ago
  96. 41a7690 [NETNS][IPV6]: Make icmpv6_time sysctl per namespace. by Daniel Lezcano · 17 years ago
  97. 4990509 [NETNS][IPV6]: Make sysctls route per namespace. by Daniel Lezcano · 17 years ago
  98. e71e034 [NETNS][IPV6]: Make ip6_frags per namespace. by Daniel Lezcano · 17 years ago
  99. 99bc9c4 [NETNS][IPV6]: Make bindv6only sysctl per namespace. by Daniel Lezcano · 17 years ago
  100. 81c1c17 [NETNS][IPV6]: Make a subsystem for af_inet6. by Daniel Lezcano · 17 years ago