1. d4e1b29 ipv6: Use ipv6_authlen for len in ipv6_skip_exthdr by Xiang Gao · 7 years ago
  2. bb401ca ipv6: speedup ipv6 tunnels dismantle by Eric Dumazet · 7 years ago
  3. a90c934 ipv6: addrlabel: per netns list by Eric Dumazet · 7 years ago
  4. 6c1cb43 ip6_tunnel: fix ip6 tunnel lookup in collect_md mode by Haishuang Yan · 7 years ago
  5. 33e34e7 ipv6: sr: remove duplicate routing header type check by David Lebrun · 7 years ago
  6. 18e1173 ip6_tunnel: fix setting hop_limit value for ipv6 tunnel by Haishuang Yan · 7 years ago
  7. 32a805b ipv6: fix typo in fib6_net_exit() by Eric Dumazet · 7 years ago
  8. 1f3b359 tcp: fix a request socket leak by Eric Dumazet · 7 years ago
  9. 1080746 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  10. a5d7a71 netfilter: xtables: add scheduling opportunity in get_counters by Florian Westphal · 7 years ago
  11. ba1cc08 ipv6: fix memory leak with multiple tables during netns destruction by Sabrina Dubroca · 7 years ago
  12. 5c25f30 ip6_gre: update mtu properly in ip6gre_err by Xin Long · 7 years ago
  13. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  14. 18fb0b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  15. 9efdb14 net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros. by Varsha Rao · 7 years ago
  16. 44d6e2f2 net: Replace NF_CT_ASSERT() with WARN_ON(). by Varsha Rao · 7 years ago
  17. d1c1e39 netfilter: remove unused hooknum arg from packet functions by Florian Westphal · 7 years ago
  18. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  19. b63f604 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  20. 5a63643 Revert "net: fix percpu memory leaks" by Jesper Dangaard Brouer · 7 years ago
  21. 864150d net: Add module reference to FIB notifiers by Ido Schimmel · 7 years ago
  22. 6391c4f ipv6: sr: Use ARRAY_SIZE macro by Thomas Meyer · 7 years ago
  23. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  24. 47ebcc0 xfrm: Add support for network devices capable of removing the ESP trailer by Yossi Kuperman · 7 years ago
  25. 5829d70 ipv6: sr: fix get_srh() to comply with IPv6 standard "RFC 8200" by Ahmed Abdelsalam · 7 years ago
  26. eaa72dc neigh: increase queue_len_bytes to match wmem_default by Eric Dumazet · 7 years ago
  27. 1b70d792 ipv6: Use rt6i_idev index for echo replies to a local address by David Ahern · 7 years ago
  28. e8d411d ipv6: do not set sk_destruct in IPV6_ADDRFORM sockopt by Xin Long · 7 years ago
  29. a6f5702 addrlabel: add/delete/get can run without rtnl by Florian Westphal · 7 years ago
  30. 04f1c4a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  31. 1e2ea8a ipv6: set dst.obsolete when a cached route has expired by Xin Long · 7 years ago
  32. 4e587ea ipv6: fix sparse warning on rt6i_node by Wei Wang · 7 years ago
  33. a8e3bb3 net: Add comment that early_demux can change via sysctl by David Ahern · 7 years ago
  34. e2f387d netfilter: conntrack: don't log "invalid" icmpv6 connections by Florian Westphal · 7 years ago
  35. 64f0f5d udp6: set rx_dst_cookie on rx_dst updates by Paolo Abeni · 7 years ago
  36. 891ef8d ipv6: sr: implement additional seg6local actions by David Lebrun · 7 years ago
  37. d7a669d ipv6: sr: add helper functions for seg6local by David Lebrun · 7 years ago
  38. 6285217 ipv6: sr: enforce IPv6 packets for seg6local lwt by David Lebrun · 7 years ago
  39. 38ee7f2 ipv6: sr: add support for encapsulation of L2 frames by David Lebrun · 7 years ago
  40. 32d99d0 ipv6: sr: add support for ip4ip6 encapsulation by David Lebrun · 7 years ago
  41. 3614364 ipv6: Fix may be used uninitialized warning in rt6_check by Steffen Klassert · 7 years ago
  42. 10c9850 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  43. 54ffd79 esp: Fix skb tailroom calculation by Steffen Klassert · 7 years ago
  44. 36ff0dd esp: Fix locking on page fragment allocation by Steffen Klassert · 7 years ago
  45. b673d6c ipv6: Use multipath hash from flow info if available by Jakub Sitnicki · 7 years ago
  46. 956b453 ipv6: Fold rt6_info_hash_nhsfn() into its only caller by Jakub Sitnicki · 7 years ago
  47. 23aebda ipv6: Compute multipath hash for ICMP errors from offending packet by Jakub Sitnicki · 7 years ago
  48. 22b6722 ipv6: Add sysctl for per namespace flow label reflection by Jakub Sitnicki · 7 years ago
  49. 9195083 netfilter: conntrack: place print_tuple in procfs part by Florian Westphal · 7 years ago
  50. 09ec82f netfilter: conntrack: remove protocol name from l4proto struct by Florian Westphal · 7 years ago
  51. a3134d5 netfilter: conntrack: remove protocol name from l3proto struct by Florian Westphal · 7 years ago
  52. 0d03510 netfilter: conntrack: compute l3proto nla size at compile time by Florian Westphal · 7 years ago
  53. 98aaa91 tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsg by Mike Maloney · 7 years ago
  54. c5cff85 ipv6: add rcu grace period before freeing fib6_node by Wei Wang · 7 years ago
  55. 0c8d2d9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  56. 3de33e1 ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt() by Stefano Brivio · 7 years ago
  57. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  58. 4832c30 net: ipv6: put host and anycast routes on device with address by David Ahern · 7 years ago
  59. a43dce9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  60. 348a400 ipv6: repair fib6 tree in failure case by Wei Wang · 7 years ago
  61. 383143f ipv6: reset fn->rr_ptr when replacing route by Wei Wang · 7 years ago
  62. a0917e0 datagram: When peeking datagrams with offset < 0 don't skip empty skbs by Matthew Dawson · 7 years ago
  63. 401481e ipv6: fix false-postive maybe-uninitialized warning by Arnd Bergmann · 7 years ago
  64. 45f91bd net: add sendmsg_locked and sendpage_locked to af_inet6 by John Fastabend · 7 years ago
  65. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  66. e3a22b7 ipv6: route: set ipv6 RTM_GETROUTE to not use rtnl by Florian Westphal · 7 years ago
  67. 121622d ipv6: route: make rtm_getroute not assume rtnl is locked by Florian Westphal · 7 years ago
  68. 12d94a8 ipv6: fix NULL dereference in ip6_route_dev_notify() by Eric Dumazet · 7 years ago
  69. fe40079 ipv6: fib: Provide offload indication using nexthop flags by Ido Schimmel · 7 years ago
  70. d624d27 tcp: fix possible deadlock in TCP stack vs BPF filter by Eric Dumazet · 7 years ago
  71. e5645f5 ipv6: release rt6->rt6i_idev properly during ifdown by Wei Wang · 7 years ago
  72. 040cca3 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  73. 077fbac net: xfrm: support setting an output mark. by Lorenzo Colitti · 7 years ago
  74. 85f1bd9 udp: consistently apply ufo or fragmentation by Willem de Bruijn · 7 years ago
  75. 7a34bcb jump_label: Do not use unserialized static_key_enabled() by Paolo Bonzini · 7 years ago
  76. 6eb7939 net: ipv6: lower ndisc notifier priority below addrconf by David Ahern · 7 years ago
  77. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  78. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  79. feca7d8 net: ipv6: avoid overhead when no custom FIB rules are installed by Vincent Bernat · 7 years ago
  80. 8d63bee net: avoid skb_warn_bad_offload false positives on UFO by Willem de Bruijn · 7 years ago
  81. 140f04c ipv6: sr: implement several seg6local actions by David Lebrun · 7 years ago
  82. 2d9cc60 ipv6: sr: add rtnetlink functions for seg6local action parameters by David Lebrun · 7 years ago
  83. d1df6fd ipv6: sr: define core operations for seg6local lightweight tunnel by David Lebrun · 7 years ago
  84. b04c80d ipv6: sr: export SRH insertion functions by David Lebrun · 7 years ago
  85. 925615c ipv6: sr: allow SRH insertion with arbitrary segments_left value by David Lebrun · 7 years ago
  86. 5108ab4 net: ipv6: add second dif to raw socket lookups by David Ahern · 7 years ago
  87. 4297a0e net: ipv6: add second dif to inet6 socket lookups by David Ahern · 7 years ago
  88. 1801b57 net: ipv6: add second dif to udp socket lookups by David Ahern · 7 years ago
  89. 4ff0308 esp: Fix error handling on layer 2 xmit. by Steffen Klassert · 7 years ago
  90. a460aa8 ipv6: fib: Add helpers to hold / drop a reference on rt6_info by Ido Schimmel · 7 years ago
  91. fc882fc ipv6: Regenerate host route according to node pointer upon interface up by Ido Schimmel · 7 years ago
  92. 9217d8c ipv6: Regenerate host route according to node pointer upon loopback up by Ido Schimmel · 7 years ago
  93. 7483cea ipv6: fib: Unlink replaced routes from their nodes by Ido Schimmel · 7 years ago
  94. c5b1241 ipv6: fib: Don't assume only nodes hold a reference on routes by Ido Schimmel · 7 years ago
  95. 61e4d01 ipv6: fib: Add offload indication to routes by Ido Schimmel · 7 years ago
  96. e1ee0a5 ipv6: fib: Dump tables during registration to FIB chain by Ido Schimmel · 7 years ago
  97. dcb18f7 ipv6: fib_rules: Dump rules during registration to FIB chain by Ido Schimmel · 7 years ago
  98. df77fe4 ipv6: fib: Add in-kernel notifications for route add / delete by Ido Schimmel · 7 years ago
  99. 16ab6d7 ipv6: fib: Add FIB notifiers callbacks by Ido Schimmel · 7 years ago
  100. e3ea973 ipv6: fib_rules: Check if rule is a default rule by Ido Schimmel · 7 years ago