1. c5ee066 ipv6: Consider sk_bound_dev_if when binding a socket to an address by David Ahern · 6 years ago
  2. 7315587 ipv6: Fix dump of specific table with strict checking by David Ahern · 6 years ago
  3. 7adf324 ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() error by Stefano Brivio · 6 years ago
  4. cb9f1b7 ip: validate header length on virtual device xmit by Willem de Bruijn · 6 years ago
  5. 7f334a7 ipv6: fix typo in net/ipv6/reassembly.c by Su Yanjun · 6 years ago
  6. 178fe94 net/ipv6: Fix a test against 'ipv6_find_idev()' return value by Christophe JAILLET · 6 years ago
  7. f0fb9b2 ipv6/route: Add a missing check on proc_dointvec by Aditya Pakki · 6 years ago
  8. ce28bb4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  9. cbb4969 ipv6: tunnels: fix two use-after-free by Eric Dumazet · 6 years ago
  10. c3e5336 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  11. d15f5ac ipv6: frags: Fix bogus skb->sk in reassembled packets by Herbert Xu · 6 years ago
  12. 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  13. ac68a3d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 6 years ago
  14. fb24274 ipv6: explicitly initialize udp6_addr in udp_sock_create6() by Cong Wang · 6 years ago
  15. 2294be0f net: use skb_sec_path helper in more places by Florian Westphal · 6 years ago
  16. 0ca64da xfrm: change secpath_set to return secpath struct, not error value by Florian Westphal · 6 years ago
  17. df5042f sk_buff: add skb extension infrastructure by Florian Westphal · 6 years ago
  18. c4b0e77 netfilter: avoid using skb->nf_bridge directly by Florian Westphal · 6 years ago
  19. fa89a45 xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spi by YueHaibing · 6 years ago
  20. 77c7a7b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 6 years ago
  21. f5c6dfd ip6mr: Drop mfc6_cache argument to ip6mr_forward2 by David Ahern · 6 years ago
  22. 8f932f7 net: add missing SOF_TIMESTAMPING_OPT_ID support by Willem de Bruijn · 6 years ago
  23. fbfb232 ipv6: add missing tx timestamping on IPPROTO_RAW by Willem de Bruijn · 6 years ago
  24. 5cbabee netfilter: nat: remove nf_nat_l4proto struct by Florian Westphal · 6 years ago
  25. faec18d netfilter: nat: remove l4proto->manip_pkt by Florian Westphal · 6 years ago
  26. 76b9001 netfilter: nat: remove l4proto->nlattr_to_range by Florian Westphal · 6 years ago
  27. fe2d002 netfilter: nat: remove l4proto->in_range by Florian Westphal · 6 years ago
  28. 40e786b netfilter: nat: fold in_range indirection into caller by Florian Westphal · 6 years ago
  29. 203f2e7 netfilter: nat: remove l4proto->unique_tuple by Florian Westphal · 6 years ago
  30. 912da92 netfilter: remove NF_NAT_RANGE_PROTO_RANDOM support by Florian Westphal · 6 years ago
  31. 8203e2d net: clear skb->tstamp in forwarding paths by Eric Dumazet · 6 years ago
  32. 028e0a4 net: use indirect call wrappers at GRO transport layer by Paolo Abeni · 6 years ago
  33. aaa5d90 net: use indirect call wrappers at GRO network layer by Paolo Abeni · 6 years ago
  34. c2027d1 ipv6: Fix handling of LLA with VRF and sockets bound to VRF by David Ahern · 6 years ago
  35. 0ee58da net: tcp6: prefer listeners bound to an address by Peter Oskolkov · 6 years ago
  36. 23b0269 net: udp6: prefer listeners bound to an address by Peter Oskolkov · 6 years ago
  37. 69d2c86 ip6mr: Fix potential Spectre v1 vulnerability by Gustavo A. R. Silva · 6 years ago
  38. 0621e6f net: Add netif_is_gretap()/netif_is_ip6gretap() by Oz Shlomo · 6 years ago
  39. 4cc1fee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  40. 97ef7b4 ip: silence udp zerocopy smatch false positive by Willem de Bruijn · 6 years ago
  41. 66033f4 ipv6: Check available headroom in ip6_xmit() even without options by Stefano Brivio · 6 years ago
  42. 1b4e5ad ipv6: sr: properly initialize flowi6 prior passing to ip6_route_output by Shmulik Ladkani · 6 years ago
  43. 00f54e6 net: core: dev: Add extack argument to dev_open() by Petr Machata · 6 years ago
  44. ebaf39e ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes by Jiri Wiesner · 6 years ago
  45. 22f6bbb net: use skb_list_del_init() to remove from RX sublists by Edward Cree · 6 years ago
  46. f839a6c net: Do not route unicast IP packets twice by Ido Schimmel · 6 years ago
  47. 52900d2 udp: elide zerocopy operation in hot path by Willem de Bruijn · 6 years ago
  48. b5947e5 udp: msg_zerocopy by Willem de Bruijn · 6 years ago
  49. da5095d05 udp_tunnel: add config option to bind to a device by Alexis Bauvin · 6 years ago
  50. e561bb2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  51. e9d8faf Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  52. 095faf4 netfilter: nat: fix double register in masquerade modules by Taehee Yoo · 6 years ago
  53. 584eab2 netfilter: add missing error handling code for register functions by Taehee Yoo · 6 years ago
  54. 508b090 netfilter: ipv6: Preserve link scope traffic original oif by Alin Nastac · 6 years ago
  55. aba3693 net: always initialize pagedlen by Willem de Bruijn · 6 years ago
  56. b1bf78b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  57. 896585d net/ipv6: re-do dad when interface has IFF_NOARP flag change by Hangbin Liu · 6 years ago
  58. 3fcccec xfrm6: remove BUG_ON from xfrm6_dst_ifdown by Li RongQing · 6 years ago
  59. f2be6d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  60. 7ddacfa ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF by David Ahern · 6 years ago
  61. 9c48060 udp: fix jump label misuse by Paolo Abeni · 6 years ago
  62. 761f602 ipv6: fix a dst leak when removing its exception by Xin Long · 6 years ago
  63. 029a374 udp6: cleanup stats accounting in recvmsg() by Paolo Abeni · 6 years ago
  64. b8a51b3 fou, fou6: ICMP error handlers for FoU and GUE by Stefano Brivio · 6 years ago
  65. e7cc082 udp: Support for error handlers of tunnels with arbitrary destination port by Stefano Brivio · 6 years ago
  66. 32bbd87 net: Convert protocol error handlers from void to int by Stefano Brivio · 6 years ago
  67. a36e185 udp: Handle ICMP errors for tunnels with same destination port on both endpoints by Stefano Brivio · 6 years ago
  68. 1c51dc9 net/ipv6: compute anycast address hash only if dev is null by Li RongQing · 6 years ago
  69. cf329aa udp: cope with UDP GRO packet misdirection by Paolo Abeni · 6 years ago
  70. 80bde36 ipv6: factor out protocol delivery helper by Paolo Abeni · 6 years ago
  71. bcd1665 udp: add support for UDP_GRO cmsg by Paolo Abeni · 6 years ago
  72. e20cf8d udp: implement GRO for plain UDP sockets. by Paolo Abeni · 6 years ago
  73. 60fb956 udp: implement complete book-keeping for encap_needed by Paolo Abeni · 6 years ago
  74. 7bd2db4 ipv6: do not drop vrf udp multicast packets by Dewi Morgan · 6 years ago
  75. 5226b6a ipv6: handling of multicast packets received in VRF by Mike Manning · 6 years ago
  76. d839a0e ipv6: allow ping to link-local address in VRF by Mike Manning · 6 years ago
  77. 7055420 net: fix raw socket lookup device bind matching with VRFs by Duncan Eastoe · 6 years ago
  78. 6da5b0f net: ensure unbound datagram socket to be chosen when not in a VRF by Mike Manning · 6 years ago
  79. e781905 net: ensure unbound stream socket to be chosen when not in a VRF by Mike Manning · 6 years ago
  80. d7e774f net: Add extack argument to ip_fib_metrics_init by David Ahern · 6 years ago
  81. 0b215b9 ipv6: gro: do not use slow memcmp() in ipv6_gro_receive() by Eric Dumazet · 6 years ago
  82. a422757 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  83. e22d0bf ipv6: properly check return value in inet6_dump_all() by Alexey Kodanev · 6 years ago
  84. 6915ed8 net/ipv6: Move anycast init/cleanup functions out of CONFIG_PROC_FS by Jeff Barnhill · 6 years ago
  85. 2384d02 net/ipv6: Add anycast addresses to a global hashtable by Jeff Barnhill · 6 years ago
  86. f64bf6b8 net: allow traceroute with a specified interface in a vrf by Mike Manning · 6 years ago
  87. ee1abcf ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are called by Stefano Brivio · 6 years ago
  88. bf4cc40 net/{ipv4,ipv6}: Do not put target net if input nsid is invalid by Bjørn Mork · 6 years ago
  89. 61792b6 netfilter: ipv6: fix oops when defragmenting locally generated fragments by Florian Westphal · 6 years ago
  90. 4ed591c net/ipv6: Allow onlink routes to have a device mismatch if it is the default route by David Ahern · 6 years ago
  91. db4f1be net: udp: fix handling of CHECKSUM_COMPLETE packets by Sean Tranchetti · 6 years ago
  92. ae677bb net: Don't return invalid table id error when dumping all families by David Ahern · 6 years ago
  93. 242afaa net/ipv6: Put target net when address dump fails due to bad attributes by David Ahern · 6 years ago
  94. 6371a71 net/ipv6: Add support for dumping addresses for a specific device by David Ahern · 6 years ago
  95. fe884c2 net/ipv6: Remove ip_idx arg to in6_dump_addrs by David Ahern · 6 years ago
  96. 21ea1d3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  97. 4ba4c56 net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs by David Ahern · 6 years ago
  98. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  99. d4d576f ip6_tunnel: Fix encapsulation layout by Stefano Brivio · 6 years ago
  100. 2ee653f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 6 years ago