1. c784a01 ipv6: drop incoming packets having a v4mapped source address by Eric Dumazet · 4 years, 8 months ago
  2. b4869aa net: vrf: ipv6 support for local traffic to local addresses by David Ahern · 8 years ago
  3. 1da44f9 ipv6: Change "final" protocol processing for encapsulation by Tom Herbert · 8 years ago
  4. 4c64242 ipv6: Fix nexthdr for reinjection by Tom Herbert · 8 years ago
  5. 74b2058 net: l3mdev: Add hook in ip and ipv6 by David Ahern · 8 years ago
  6. c2005eb ipv6: rename IP6_UPD_PO_STATS_BH() by Eric Dumazet · 8 years ago
  7. 1d01550 ipv6: rename IP6_INC_STATS_BH() by Eric Dumazet · 8 years ago
  8. e21145a ipv4: namespacify ip_early_demux sysctl knob by Nikolay Borisov · 8 years ago
  9. abbc304 ipv6: add option to drop unicast encapsulated in L2 multicast by Johannes Berg · 8 years ago
  10. 0c4b51f netfilter: Pass net into okfn by Eric W. Biederman · 9 years ago
  11. 29a26a5 netfilter: Pass struct net into the netfilter hooks by Eric W. Biederman · 9 years ago
  12. 9865249 ipv6: Don't recompute net in ip6_rcv by Eric W. Biederman · 9 years ago
  13. 48fb6b5 ipv6: fix crash over flow-based vxlan device by Wei-Chun Chao · 9 years ago
  14. 4c938d2 ipv6: Make MLD packets to only be processed locally by Angga · 9 years ago
  15. 1b0ccfe Revert "ipv6: Fix protocol resubmission" by David S. Miller · 9 years ago
  16. 0243508 ipv6: Fix protocol resubmission by Josh Hunt · 9 years ago
  17. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 9 years ago
  18. 53b24b8 ipv6: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  19. e5d08d7 ipv6: coding style improvements (remove assignment in if statements) by Ian Morris · 10 years ago
  20. 67ba415 ipv6: White-space cleansing : Line Layouts by Ian Morris · 10 years ago
  21. a452ce3 net: Fix memory leak if TPROXY used with TCP early demux by Holger Eitzenberger · 10 years ago
  22. 1f07d03 net: add SNMP counters tracking incoming ECN bits by Eric Dumazet · 11 years ago
  23. 1c4a154 ipv6: don't accept node local multicast traffic from the wire by Hannes Frederic Sowa · 11 years ago
  24. ddf6435 ipv6: stop multicast forwarding to process interface scoped addresses by Hannes Frederic Sowa · 11 years ago
  25. d8c6f4b ipv[4|6]: correct dropwatch false positive in local_deliver_finish by Neil Horman · 11 years ago
  26. 2031409 ipv6: don't accept multicast traffic with scope 0 by Hannes Frederic Sowa · 11 years ago
  27. dd3332b ipv6: Store Router Alert option in IP6CB directly. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  28. daad151 ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  29. cca32e4 net: TCP early demux cleanup by Eric Dumazet · 12 years ago
  30. c710998 ipv6: Early TCP socket demux by Eric Dumazet · 12 years ago
  31. f9242b6 inet: Sanitize inet{,6} protocol demux. by David S. Miller · 12 years ago
  32. a50feda ipv6: bool/const conversions phase2 by Eric Dumazet · 12 years ago
  33. 75f2811 ipv6: Add fragment reporting to ipv6_skip_exthdr(). by Jesse Gross · 12 years ago
  34. c457338 ipv6: drop packets when source address is multicast by Brian Haley · 13 years ago
  35. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  36. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  37. 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
  38. b2e0b38 netfilter: ipv6: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  39. 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 14 years ago
  40. 41135cc net: constify struct inet6_protocol by Alexey Dobriyan · 15 years ago
  41. 5c91fac ipv6: correct return on ipv6_rcv() packet drop by Mark Smith · 15 years ago
  42. 71f9dac inet: Call skb_orphan before tproxy activates by Herbert Xu · 15 years ago
  43. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  44. edf391f snmp: add missing counters for RFC 4293 by Neil Horman · 15 years ago
  45. 71f6f6d ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c) by Jesper Nilsson · 15 years ago
  46. 1d6e55f IPv6: Fix multicast routing bugs. by Thomas Goff · 15 years ago
  47. 483a47d ipv6: added net argument to IP6_INC_STATS_BH by Denis V. Lunev · 16 years ago
  48. 53b7997 ipv6 netns: Make several "global" sysctl variables namespace aware. by YOSHIFUJI Hideaki · 16 years ago
  49. 778d80b ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface. by YOSHIFUJI Hideaki · 16 years ago
  50. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  51. f630e43 ipv6: Drop packets for loopback address from outside of the box. by YOSHIFUJI Hideaki · 16 years ago
  52. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  53. aba6096 [IPV6]: Kill several warnings without CONFIG_IPV6_MROUTE. by YOSHIFUJI Hideaki · 16 years ago
  54. 7bc570c [IPV6] MROUTE: Support multicast forwarding. by YOSHIFUJI Hideaki · 16 years ago
  55. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  56. 4c7966b [IPV6] MCAST: Ensure to check multicast listener(s). by YOSHIFUJI Hideaki · 16 years ago
  57. da6bb5c [NETNS][IPV6] ip6_input - enable ipv6_rcv to handle several network namespace by Daniel Lezcano · 16 years ago
  58. 69d6da0 [IPv6] RAW: Compact the API for the kernel by Pavel Emelyanov · 17 years ago
  59. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  60. e5bbef2 [IPV6]: Replace sk_buff ** with sk_buff * in input handlers by Herbert Xu · 17 years ago
  61. ad643a7 [IPV6]: Uninline netfilter okfns by Patrick McHardy · 17 years ago
  62. de3cb74 [NET]: Dynamically allocate the loopback device, part 1. by Daniel Lezcano · 17 years ago
  63. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  64. ae7bf20 [IPV6]: Reverse sense of promisc tests in ip6_mc_input by Corey Mutter · 17 years ago
  65. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  66. cfe1fc7 [SK_BUFF]: Introduce skb_network_header_len by Arnaldo Carvalho de Melo · 17 years ago
  67. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 17 years ago
  68. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  69. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  70. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  71. 60e5c16 [IPv6]: Exclude truncated packets from InHdrErrors statistics by Mitsuru Chinen · 17 years ago
  72. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  73. 1ab1457 [NET] IPV6: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  74. a11d206 [IPV6]: Per-interface statistics support. by YOSHIFUJI Hideaki · 18 years ago
  75. 7a3025b [IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}. by YOSHIFUJI Hideaki · 18 years ago
  76. a80ff03 [IPV6]: Allow to replace skbuff by TLV parser. by Masahide NAKAMURA · 18 years ago
  77. 6b7fdc3 [IPV6]: Clean skb cb on IPv6 input. by Guillaume Chazarain · 18 years ago
  78. 2889139 [IPV6]: Remove redundant length check on input by Herbert Xu · 18 years ago
  79. b809739 [IPV6]: Clean up hop-by-hop options handler. by YOSHIFUJI Hideaki · 18 years ago
  80. b05e106 [IPV4/6]: Netfilter IPsec input hooks by Patrick McHardy · 18 years ago
  81. 951dbc8 [IPV6]: Move nextheader offset to the IP6CB by Patrick McHardy · 18 years ago
  82. 9fb9cbb [NETFILTER]: Add nf_conntrack subsystem. by Yasuyuki Kozakai · 19 years ago
  83. d13964f [IPV4/6]: Check if packet was actually delivered to a raw socket to decide whether to send an ICMP unreachable by Patrick McHardy · 19 years ago
  84. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  85. fad87ac [IPV6]: Fix SKB leak in ip6_input_finish() by Patrick McHardy · 19 years ago
  86. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago