1. cca32e4 net: TCP early demux cleanup by Eric Dumazet · 12 years ago
  2. c710998 ipv6: Early TCP socket demux by Eric Dumazet · 12 years ago
  3. f9242b6 inet: Sanitize inet{,6} protocol demux. by David S. Miller · 12 years ago
  4. a50feda ipv6: bool/const conversions phase2 by Eric Dumazet · 12 years ago
  5. 75f2811 ipv6: Add fragment reporting to ipv6_skip_exthdr(). by Jesse Gross · 13 years ago
  6. c457338 ipv6: drop packets when source address is multicast by Brian Haley · 13 years ago
  7. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  8. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  9. 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
  10. b2e0b38 netfilter: ipv6: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 14 years ago
  11. 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 14 years ago
  12. 41135cc net: constify struct inet6_protocol by Alexey Dobriyan · 15 years ago
  13. 5c91fac ipv6: correct return on ipv6_rcv() packet drop by Mark Smith · 15 years ago
  14. 71f9dac inet: Call skb_orphan before tproxy activates by Herbert Xu · 15 years ago
  15. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  16. edf391f snmp: add missing counters for RFC 4293 by Neil Horman · 15 years ago
  17. 71f6f6d ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c) by Jesper Nilsson · 15 years ago
  18. 1d6e55f IPv6: Fix multicast routing bugs. by Thomas Goff · 15 years ago
  19. 483a47d ipv6: added net argument to IP6_INC_STATS_BH by Denis V. Lunev · 16 years ago
  20. 53b7997 ipv6 netns: Make several "global" sysctl variables namespace aware. by YOSHIFUJI Hideaki · 16 years ago
  21. 778d80b ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface. by YOSHIFUJI Hideaki · 16 years ago
  22. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  23. f630e43 ipv6: Drop packets for loopback address from outside of the box. by YOSHIFUJI Hideaki · 16 years ago
  24. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  25. aba6096 [IPV6]: Kill several warnings without CONFIG_IPV6_MROUTE. by YOSHIFUJI Hideaki · 16 years ago
  26. 7bc570c [IPV6] MROUTE: Support multicast forwarding. by YOSHIFUJI Hideaki · 16 years ago
  27. 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
  28. 4c7966b [IPV6] MCAST: Ensure to check multicast listener(s). by YOSHIFUJI Hideaki · 16 years ago
  29. da6bb5c [NETNS][IPV6] ip6_input - enable ipv6_rcv to handle several network namespace by Daniel Lezcano · 16 years ago
  30. 69d6da0 [IPv6] RAW: Compact the API for the kernel by Pavel Emelyanov · 17 years ago
  31. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  32. e5bbef2 [IPV6]: Replace sk_buff ** with sk_buff * in input handlers by Herbert Xu · 17 years ago
  33. ad643a7 [IPV6]: Uninline netfilter okfns by Patrick McHardy · 17 years ago
  34. de3cb74 [NET]: Dynamically allocate the loopback device, part 1. by Daniel Lezcano · 17 years ago
  35. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  36. ae7bf20 [IPV6]: Reverse sense of promisc tests in ip6_mc_input by Corey Mutter · 17 years ago
  37. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  38. cfe1fc7 [SK_BUFF]: Introduce skb_network_header_len by Arnaldo Carvalho de Melo · 17 years ago
  39. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 17 years ago
  40. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  41. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  42. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  43. 60e5c16 [IPv6]: Exclude truncated packets from InHdrErrors statistics by Mitsuru Chinen · 17 years ago
  44. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  45. 1ab1457 [NET] IPV6: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  46. a11d206 [IPV6]: Per-interface statistics support. by YOSHIFUJI Hideaki · 18 years ago
  47. 7a3025b [IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}. by YOSHIFUJI Hideaki · 18 years ago
  48. a80ff03 [IPV6]: Allow to replace skbuff by TLV parser. by Masahide NAKAMURA · 18 years ago
  49. 6b7fdc3 [IPV6]: Clean skb cb on IPv6 input. by Guillaume Chazarain · 18 years ago
  50. 2889139 [IPV6]: Remove redundant length check on input by Herbert Xu · 18 years ago
  51. b809739 [IPV6]: Clean up hop-by-hop options handler. by YOSHIFUJI Hideaki · 18 years ago
  52. b05e106 [IPV4/6]: Netfilter IPsec input hooks by Patrick McHardy · 19 years ago
  53. 951dbc8 [IPV6]: Move nextheader offset to the IP6CB by Patrick McHardy · 19 years ago
  54. 9fb9cbb [NETFILTER]: Add nf_conntrack subsystem. by Yasuyuki Kozakai · 19 years ago
  55. 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
  56. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  57. fad87ac [IPV6]: Fix SKB leak in ip6_input_finish() by Patrick McHardy · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago