1. 70eed75 netfilter: make security table depend on NETFILTER_ADVANCED by Patrick McHardy · 16 years ago
  2. 3d0f24a ipv6: icmp6_dst_gc return change by Stephen Hemminger · 16 years ago
  3. 75307c0 ipv6: use kcalloc by Stephen Hemminger · 16 years ago
  4. a76d734 ipv6: use spin_trylock_bh by Stephen Hemminger · 16 years ago
  5. c8a4522 ipv6: use round_jiffies by Stephen Hemminger · 16 years ago
  6. 417f28b netns: dont alloc ipv6 fib timer list by Stephen Hemminger · 16 years ago
  7. 888c848 ipv6: make struct ipv6_devconf static by Adrian Bunk · 16 years ago
  8. 847499c ipv6: use timer pending by Stephen Hemminger · 16 years ago
  9. 702beb8 ipv6: Fix warning in addrconf code. by David Miller · 16 years ago
  10. a6ffb40 ipv6 mcast: Omit redundant address family checks in ip6_mc_source(). by YOSHIFUJI Hideaki · 16 years ago
  11. 53b7997 ipv6 netns: Make several "global" sysctl variables namespace aware. by YOSHIFUJI Hideaki · 16 years ago
  12. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  13. 725a8ff ipv6: remove unused parameter from ip6_ra_control by Denis V. Lunev · 16 years ago
  14. 49a72df tcp: Fix MD5 signatures for non-linear skbs by Adam Langley · 16 years ago
  15. b6fcbdb proc: consolidate per-net single-release callers by Pavel Emelyanov · 16 years ago
  16. de05c55 proc: consolidate per-net single_open callers by Pavel Emelyanov · 16 years ago
  17. de0744a mib: add net to NET_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  18. ca12a1a inet: prepare net on the stack for NET accounting macros by Pavel Emelyanov · 16 years ago
  19. 63231bd mib: add net to TCP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  20. a86b1e3 inet: prepare struct net for TCP MIB accounting by Pavel Emelyanov · 16 years ago
  21. 7af3db7 ipv6: Fix using after dev_put() by Wang Chen · 16 years ago
  22. 5ae7b44 ipv6: Check return of dev_set_allmulti by Wang Chen · 16 years ago
  23. 2aec609 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  24. 0ce2855 ipv6: missed namespace context in ipv6_rthdr_rcv by Denis V. Lunev · 16 years ago
  25. 0529794 pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6. by David S. Miller · 16 years ago
  26. b0e1e64 netdev: Move rest of qdisc state into struct netdev_queue by David S. Miller · 16 years ago
  27. 7c3ceb4a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  28. b223856 ipv6: fix race between ipv6_del_addr and DAD timer by Andrey Vagin · 16 years ago
  29. 43de9dfe netfilter: ip6table_filter in netns for real by Alexey Dobriyan · 16 years ago
  30. d278931 netfilter: use correct namespace in ip6table_security by Alexey Dobriyan · 16 years ago
  31. ef28d1a MIB: add struct net to UDP6_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  32. 235b9f7 MIB: add struct net to UDP6_INC_STATS_USER by Pavel Emelyanov · 16 years ago
  33. e0835f8 ipv4,ipv6 mroute: Add some helper inline functions to remove ugly ifdefs. by YOSHIFUJI Hideaki · 16 years ago
  34. 623d1a1 ipv6: Do cleanup for ip6_mr_init. by Wang Chen · 16 years ago
  35. dd3abc4 ipv6 route: Prefer outgoing interface with source address assigned. by YOSHIFUJI Hideaki · 16 years ago
  36. 1b34be7 ipv6 addrconf: add accept_dad sysctl to control DAD operation. by YOSHIFUJI Hideaki · 16 years ago
  37. 778d80b ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface. by YOSHIFUJI Hideaki · 16 years ago
  38. 5ce83af ipv6: Assume the loopback address in link-local scope. by YOSHIFUJI Hideaki · 16 years ago
  39. f81b2e7 ipv6: Do not forward packets with the unspecified source address. by YOSHIFUJI Hideaki · 16 years ago
  40. d68b827 ipv6: Do not assign non-valid address on interface. by YOSHIFUJI Hideaki · 16 years ago
  41. 6dbf4bc icmp: fix units for ratelimit by Stephen Hemminger · 16 years ago
  42. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  43. d420895 ipv6 route: Convert rt6_device_match() to use RT6_LOOKUP_F_xxx flags. by YOSHIFUJI Hideaki · 16 years ago
  44. 9a37580 inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuild by Pavel Emelyanov · 16 years ago
  45. 7be8735 tcp: /proc/net/tcp rto,ato values not scaled properly (v2) by Stephen Hemminger · 16 years ago
  46. 88a6f4a netfilter: ip6table_mangle: don't reroute in LOCAL_IN by Patrick McHardy · 16 years ago
  47. f630e43 ipv6: Drop packets for loopback address from outside of the box. by YOSHIFUJI Hideaki · 16 years ago
  48. aea7427 ipv6: Remove options header when setsockopt's optlen is 0 by Shan Wei · 16 years ago
  49. 4497b07 net: Discard and warn about LRO'd skbs received for forwarding by Ben Hutchings · 16 years ago
  50. 0187bdf net: Disable LRO on devices that are forwarding by Ben Hutchings · 16 years ago
  51. dd574db ipv6: minor cleanup in net/ipv6/tcp_ipv6.c [RESEND ]. by Rami Rosen · 16 years ago
  52. cb61cb9 udp: sk_drops handling by Eric Dumazet · 16 years ago
  53. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  54. 33de014 inet6: add struct net argument to inet6_ehashfn by Pavel Emelyanov · 16 years ago
  55. 2086a65 inet: add struct net argument to inet_lhashfn by Pavel Emelyanov · 16 years ago
  56. 19c7578 udp: add struct net argument to udp_hashfn by Pavel Emelyanov · 16 years ago
  57. e316349 udp: provide a struct net pointer for __udp[46]_lib_mcast_deliver by Pavel Emelyanov · 16 years ago
  58. d626628 udp: introduce a udp_hashfn function by Pavel Emelyanov · 16 years ago
  59. 2b4743b ipv6 sit: Avoid extra need for compat layer in PRL management. by YOSHIFUJI Hideaki · 16 years ago
  60. 7d06b2e net: change proto destroy method to return void by Brian Haley · 16 years ago
  61. 4ae127d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  62. 5155857 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  63. f23d60d ipv6: Fix duplicate initialization of rawv6_prot.destroy by David S. Miller · 16 years ago
  64. e6e30ad Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-next by David S. Miller · 16 years ago
  65. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  66. 1717699 ipv6: Fail with appropriate error code when setting not-applicable sockopt. by YOSHIFUJI Hideaki · 16 years ago
  67. 28d4488 ipv6: Check IPV6_MULTICAST_LOOP option value. by YOSHIFUJI Hideaki · 16 years ago
  68. e8766fc ipv6: Check the hop limit setting in ancillary data. by Shan Wei · 16 years ago
  69. 36e3dea ipv6 route: Fix route lifetime in netlink message. by YOSHIFUJI Hideaki · 16 years ago
  70. 20c61fb ipv6 mcast: Check address family of gf_group in getsockopt(MS_FILTER). by YOSHIFUJI Hideaki · 16 years ago
  71. 9501f97 tcp md5sig: Let the caller pass appropriate key for tcp_v{4,6}_do_calc_md5_hash(). by YOSHIFUJI Hideaki · 16 years ago
  72. 8d26d76 tcp md5sig: Share most of hash calcucaltion bits between IPv4 and IPv6. by YOSHIFUJI Hideaki · 16 years ago
  73. 076fb72 tcp md5sig: Remove redundant protocol argument. by YOSHIFUJI Hideaki · 16 years ago
  74. 7d5d552 tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6. by YOSHIFUJI Hideaki · 16 years ago
  75. 3de2325 ipv6 netns: Address labels per namespace by Benjamin Thery · 16 years ago
  76. 2b5ead4 ipv6 addrconf: Introduce addrconf_is_prefix_route() helper. by YOSHIFUJI Hideaki · 16 years ago
  77. 7d120c5 ipv6 mroute: Use MRT6_VERSION instead of MRT_VERSION in ip6mr.c. by Rami Rosen · 16 years ago
  78. 9cba632 ipv6 mcast: Remove unused macro (MLDV2_QQIC) from mcast.c. by Rami Rosen · 16 years ago
  79. f7f866e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  80. ce4a7d0 inet{6}_request_sock: Init ->opt and ->pktopts in the constructor by Arnaldo Carvalho de Melo · 16 years ago
  81. 65b53e4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  82. e64bda8 netfilter: {ip,ip6,nfnetlink}_queue: misc cleanups by Rami Rosen · 16 years ago
  83. 718d4ad netfilter: nf_conntrack: properly account terminating packets by Fabian Hugelshofer · 16 years ago
  84. 5109176 netfilter: nf_conntrack: add nf_ct_kill() by Patrick McHardy · 16 years ago
  85. 17e6e59 netfilter: ip6_tables: add ip6tables security table by James Morris · 16 years ago
  86. 2e761e0 ipv6 netns: init net is used to set bindv6only for new sock by Pavel Emelyanov · 16 years ago
  87. 3e387fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  88. 22dd485 raw: Raw socket leak. by Denis V. Lunev · 16 years ago
  89. aed5a83 Merge branch 'net-2.6-misc-20080605a' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-fix by David S. Miller · 16 years ago
  90. 9596cc82 [IPV6]: Do not change protocol for UDPv6 sockets with pending sent data. by Denis V. Lunev · 16 years ago
  91. 36d926b [IPV6]: inet_sk(sk)->cork.opt leak by Denis V. Lunev · 16 years ago
  92. 49d074f [IPV6]: Do not change protocol for raw IPv6 sockets. by Denis V. Lunev · 16 years ago
  93. 91e1908 [IPV6] NETNS: Handle ancillary data in appropriate namespace. by YOSHIFUJI Hideaki · 16 years ago
  94. 187e383 [IPV6]: Check outgoing interface even if source address is unspecified. by YOSHIFUJI Hideaki · 16 years ago
  95. 95b496b [IPV6]: Fix the data length of get destination options with short length by Yang Hongyang · 16 years ago
  96. 05335c2 [IPV6]: Fix the return value of get destination options with NULL data pointer by Yang Hongyang · 16 years ago
  97. 4bed72e [IPV6] ADDRCONF: Allow longer lifetime on 64bit archs. by YOSHIFUJI Hideaki · 16 years ago
  98. 8283637 [IPV6] TUNNEL6: Fix incoming packet length check for inter-protocol tunnel. by Colin · 16 years ago
  99. 24ef0da [IPV6] ADDRCONF: Check range of prefix length by Thomas Graf · 16 years ago
  100. a3c9608 [IPV6] UDP: Possible dst leak in udpv6_sendmsg. by YOSHIFUJI Hideaki · 16 years ago