1. 5f64c4c ipv6: weaken the v4mapped source check by Jakub Kicinski · 3 years, 10 months ago
  2. cf7fbe6 bpf: Add socket assign support by Joe Stringer · 4 years, 10 months ago
  3. 197dbf2 ipv6: introduce and uses route look hints for list input. by Paolo Abeni · 5 years ago
  4. 51210ad inet: do not call sublist_rcv on empty list by Florian Westphal · 5 years ago
  5. 6af1799 ipv6: drop incoming packets having a v4mapped source address by Eric Dumazet · 5 years ago
  6. 895b5c9 netfilter: drop bridge nf reset from nf_reset by Florian Westphal · 5 years ago
  7. c7a42eb net: ipv6: fix listify ip6_rcv_finish in case of forwarding by Xin Long · 5 years ago
  8. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  9. 97ff7ff net: use indirect calls helpers at early demux stage by Paolo Abeni · 6 years ago
  10. 0e219ae net: use indirect calls helpers for L3 handler hooks by Paolo Abeni · 6 years ago
  11. 4cc1fee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  12. 22f6bbb net: use skb_list_del_init() to remove from RX sublists by Edward Cree · 6 years ago
  13. 80bde36 ipv6: factor out protocol delivery helper by Paolo Abeni · 6 years ago
  14. 5226b6a ipv6: handling of multicast packets received in VRF by Mike Manning · 6 years ago
  15. 3ede0bb ipv6: Allow the l3mdev to be a loopback by Robert Shearman · 6 years ago
  16. d8269e2 net: ipv6: listify ipv6_rcv() and ip6_rcv_finish() by Edward Cree · 7 years ago
  17. bdb7cc6 ipv6: Count interface receive statistics on the ingress netdev by Stephen Suryaputra · 7 years ago
  18. 7b9f6da Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  19. 0aa8c13 ipv6: drop non loopback packets claiming to originate from ::1 by Florian Westphal · 8 years ago
  20. dddb64b net: Add sysctl to toggle early demux for tcp and udp by subashab@codeaurora.org · 8 years ago
  21. b4869aa net: vrf: ipv6 support for local traffic to local addresses by David Ahern · 9 years ago
  22. 1da44f9 ipv6: Change "final" protocol processing for encapsulation by Tom Herbert · 9 years ago
  23. 4c64242 ipv6: Fix nexthdr for reinjection by Tom Herbert · 9 years ago
  24. 74b2058 net: l3mdev: Add hook in ip and ipv6 by David Ahern · 9 years ago
  25. c2005eb ipv6: rename IP6_UPD_PO_STATS_BH() by Eric Dumazet · 9 years ago
  26. 1d01550 ipv6: rename IP6_INC_STATS_BH() by Eric Dumazet · 9 years ago
  27. e21145a ipv4: namespacify ip_early_demux sysctl knob by Nikolay Borisov · 9 years ago
  28. abbc304 ipv6: add option to drop unicast encapsulated in L2 multicast by Johannes Berg · 9 years ago
  29. 0c4b51f netfilter: Pass net into okfn by Eric W. Biederman · 9 years ago
  30. 29a26a5 netfilter: Pass struct net into the netfilter hooks by Eric W. Biederman · 9 years ago
  31. 9865249 ipv6: Don't recompute net in ip6_rcv by Eric W. Biederman · 9 years ago
  32. 48fb6b5 ipv6: fix crash over flow-based vxlan device by Wei-Chun Chao · 9 years ago
  33. 4c938d2 ipv6: Make MLD packets to only be processed locally by Angga · 10 years ago
  34. 1b0ccfe Revert "ipv6: Fix protocol resubmission" by David S. Miller · 10 years ago
  35. 0243508 ipv6: Fix protocol resubmission by Josh Hunt · 10 years ago
  36. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 10 years ago
  37. 53b24b8 ipv6: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  38. e5d08d7 ipv6: coding style improvements (remove assignment in if statements) by Ian Morris · 10 years ago
  39. 67ba415 ipv6: White-space cleansing : Line Layouts by Ian Morris · 10 years ago
  40. a452ce3 net: Fix memory leak if TPROXY used with TCP early demux by Holger Eitzenberger · 11 years ago
  41. 1f07d03 net: add SNMP counters tracking incoming ECN bits by Eric Dumazet · 11 years ago
  42. 1c4a154 ipv6: don't accept node local multicast traffic from the wire by Hannes Frederic Sowa · 12 years ago
  43. ddf6435 ipv6: stop multicast forwarding to process interface scoped addresses by Hannes Frederic Sowa · 12 years ago
  44. d8c6f4b ipv[4|6]: correct dropwatch false positive in local_deliver_finish by Neil Horman · 12 years ago
  45. 2031409 ipv6: don't accept multicast traffic with scope 0 by Hannes Frederic Sowa · 12 years ago
  46. dd3332b ipv6: Store Router Alert option in IP6CB directly. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  47. daad151 ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  48. cca32e4 net: TCP early demux cleanup by Eric Dumazet · 12 years ago
  49. c710998 ipv6: Early TCP socket demux by Eric Dumazet · 12 years ago
  50. f9242b6 inet: Sanitize inet{,6} protocol demux. by David S. Miller · 13 years ago
  51. a50feda ipv6: bool/const conversions phase2 by Eric Dumazet · 13 years ago
  52. 75f2811 ipv6: Add fragment reporting to ipv6_skip_exthdr(). by Jesse Gross · 13 years ago
  53. c457338 ipv6: drop packets when source address is multicast by Brian Haley · 13 years ago
  54. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 14 years ago
  55. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 15 years ago
  56. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  57. b2e0b38 netfilter: ipv6: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 15 years ago
  58. 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 15 years ago
  59. 41135cc net: constify struct inet6_protocol by Alexey Dobriyan · 15 years ago
  60. 5c91fac ipv6: correct return on ipv6_rcv() packet drop by Mark Smith · 16 years ago
  61. 71f9dac inet: Call skb_orphan before tproxy activates by Herbert Xu · 16 years ago
  62. adf3090 net: skb->dst accessors by Eric Dumazet · 16 years ago
  63. edf391f snmp: add missing counters for RFC 4293 by Neil Horman · 16 years ago
  64. 71f6f6d ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c) by Jesper Nilsson · 16 years ago
  65. 1d6e55f IPv6: Fix multicast routing bugs. by Thomas Goff · 16 years ago
  66. 483a47d ipv6: added net argument to IP6_INC_STATS_BH by Denis V. Lunev · 16 years ago
  67. 53b7997 ipv6 netns: Make several "global" sysctl variables namespace aware. by YOSHIFUJI Hideaki · 16 years ago
  68. 778d80b ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface. by YOSHIFUJI Hideaki · 17 years ago
  69. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  70. f630e43 ipv6: Drop packets for loopback address from outside of the box. by YOSHIFUJI Hideaki · 17 years ago
  71. 0b04082 net: remove CVS keywords by Adrian Bunk · 17 years ago
  72. aba6096 [IPV6]: Kill several warnings without CONFIG_IPV6_MROUTE. by YOSHIFUJI Hideaki · 17 years ago
  73. 7bc570c [IPV6] MROUTE: Support multicast forwarding. by YOSHIFUJI Hideaki · 17 years ago
  74. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  75. 4c7966b [IPV6] MCAST: Ensure to check multicast listener(s). by YOSHIFUJI Hideaki · 17 years ago
  76. da6bb5c [NETNS][IPV6] ip6_input - enable ipv6_rcv to handle several network namespace by Daniel Lezcano · 17 years ago
  77. 69d6da0 [IPv6] RAW: Compact the API for the kernel by Pavel Emelyanov · 17 years ago
  78. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  79. e5bbef2 [IPV6]: Replace sk_buff ** with sk_buff * in input handlers by Herbert Xu · 17 years ago
  80. ad643a7 [IPV6]: Uninline netfilter okfns by Patrick McHardy · 17 years ago
  81. de3cb74 [NET]: Dynamically allocate the loopback device, part 1. by Daniel Lezcano · 17 years ago
  82. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  83. ae7bf20 [IPV6]: Reverse sense of promisc tests in ip6_mc_input by Corey Mutter · 18 years ago
  84. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 18 years ago
  85. cfe1fc7 [SK_BUFF]: Introduce skb_network_header_len by Arnaldo Carvalho de Melo · 18 years ago
  86. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 18 years ago
  87. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 18 years ago
  88. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 18 years ago
  89. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 18 years ago
  90. 60e5c16 [IPv6]: Exclude truncated packets from InHdrErrors statistics by Mitsuru Chinen · 18 years ago
  91. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  92. 1ab1457 [NET] IPV6: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  93. a11d206 [IPV6]: Per-interface statistics support. by YOSHIFUJI Hideaki · 18 years ago
  94. 7a3025b [IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}. by YOSHIFUJI Hideaki · 18 years ago
  95. a80ff03 [IPV6]: Allow to replace skbuff by TLV parser. by Masahide NAKAMURA · 18 years ago
  96. 6b7fdc3 [IPV6]: Clean skb cb on IPv6 input. by Guillaume Chazarain · 18 years ago
  97. 2889139 [IPV6]: Remove redundant length check on input by Herbert Xu · 19 years ago
  98. b809739 [IPV6]: Clean up hop-by-hop options handler. by YOSHIFUJI Hideaki · 19 years ago
  99. b05e106 [IPV4/6]: Netfilter IPsec input hooks by Patrick McHardy · 19 years ago
  100. 951dbc8 [IPV6]: Move nextheader offset to the IP6CB by Patrick McHardy · 19 years ago