1. f53c723 net: Add asynchronous callbacks for xfrm on layer 2. by Steffen Klassert · 7 years ago
  2. 3dca3f3 xfrm: Separate ESP handling from segmentation for GRO packets. by Steffen Klassert · 7 years ago
  3. d91e8db5 net: erspan: reload pointer after pskb_may_pull by William Tu · 7 years ago
  4. ae3e133 net: erspan: fix wrong return value by William Tu · 7 years ago
  5. c30abd5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  6. 94d7d8f ip6_gre: add erspan v2 support by William Tu · 7 years ago
  7. 1d7e2ed net: erspan: refactor existing erspan code by William Tu · 7 years ago
  8. d6da838 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  9. b9b312a ipv6: mcast: better catch silly mtu values by Eric Dumazet · 7 years ago
  10. 30791ac tcp md5sig: Use skb's saddr when replying to an incoming segment by Christoph Paasch · 7 years ago
  11. 2371527 netfilter: ip6t_MASQUERADE: add dependency on conntrack module by Konstantin Khlebnikov · 7 years ago
  12. 97a6ec4 rhashtable: Change rhashtable_walk_start to return void by Tom Herbert · 7 years ago
  13. 51e18a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  14. 74c4b65 adding missing rcu_read_unlock in ipxip6_rcv by Nikita V. Shirokov · 7 years ago
  15. ef7baf5 ip6_gre: add ip6 erspan collect_md mode by William Tu · 7 years ago
  16. 7cda4ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  17. a3fde2a rtnetlink: ipv6: convert remaining users to rtnl_register_module by Florian Westphal · 7 years ago
  18. 16feebc rtnetlink: remove __rtnl_register by Florian Westphal · 7 years ago
  19. 6712abc ip6_gre: add ip6 gre and gretap collect_md mode by William Tu · 7 years ago
  20. eeea10b tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb() by Eric Dumazet · 7 years ago
  21. 61b7c69 inet: Add a 2nd listener hashtable (port+addr) by Martin KaFai Lau · 7 years ago
  22. f0b1e64 udp: Move udp[46]_portaddr_hash() to net/ip[v6].h by Martin KaFai Lau · 7 years ago
  23. 5a963eb ip6_gre: Add ERSPAN native tunnel support by William Tu · 7 years ago
  24. 898b2979 ip6_gre: Refactor ip6gre xmit codes by William Tu · 7 years ago
  25. e94a62f net/reuseport: drop legacy code by Paolo Abeni · 7 years ago
  26. f859b4a sit: update frag_off info by Hangbin Liu · 7 years ago
  27. 3016dad tcp: remove buggy call to tcp_v6_restore_cb() by Eric Dumazet · 7 years ago
  28. 0f6c480 xfrm: Move dst->path into struct xfrm_dst by David Miller · 7 years ago
  29. 3a2232e ipv6: Move dst->from into struct rt6_info. by David Miller · 7 years ago
  30. b92cf4a net: Create and use new helper xfrm_dst_child(). by David Miller · 7 years ago
  31. 071fb37 ipv6: Move rt6_next from dst_entry into ipv6 route structure. by David Miller · 7 years ago
  32. 844056f Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  33. 0c19f846 net: accept UFO datagrams from tuntap and packet by Willem de Bruijn · 7 years ago
  34. 98d1129 net: ipv6: Fixup device for anycast routes during copy by David Ahern · 7 years ago
  35. bbfcd77 ipv6: Do not consider linkdown nexthops during multipath by Ido Schimmel · 7 years ago
  36. 86cb30e treewide: setup_timer() -> timer_setup() (2 field) by Kees Cook · 7 years ago
  37. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  38. 24ed960 treewide: Switch DEFINE_TIMER callbacks to struct timer_list * by Kees Cook · 7 years ago
  39. 07dc8bc netfilter: remove redundant assignment to e by Colin Ian King · 7 years ago
  40. 981542c gre6: use log_ecn_error module parameter in ip6_tnl_rcv() by Alexey Kodanev · 7 years ago
  41. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  42. 6670e15 tcp: Namespace-ify sysctl_tcp_default_congestion_control by Stephen Hemminger · 7 years ago
  43. 0940095 ipv6: set all.accept_dad to 0 by default by Nicolas Dichtel · 7 years ago
  44. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  45. baeb0db xfrm6_tunnel: exit_net cleanup check added by Vasily Averin · 7 years ago
  46. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  47. 77552cf ip6_tunnel: clean up ip4ip6 and ip6ip6's err_handlers by Xin Long · 7 years ago
  48. b00f543 ip6_tunnel: process toobig in a better way by Xin Long · 7 years ago
  49. 383c1f8 ip6_tunnel: add the process for redirect in ip6_tnl_err by Xin Long · 7 years ago
  50. fe1a4ca ip6_gre: process toobig in a better way by Xin Long · 7 years ago
  51. 929fc03 ip6_gre: add the process for redirect in ip6gre_err by Xin Long · 7 years ago
  52. 338d182 ipv6: try not to take rtnl_lock in ip6mr_sk_done by Francesco Ruggeri · 7 years ago
  53. 39b1752 net: Remove unused skb_shared_info member by Mat Martineau · 7 years ago
  54. 2210d6b net: ipv6: sysctl to specify IPv6 ND traffic class by Maciej Żenczykowski · 7 years ago
  55. 356d183 tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem by Eric Dumazet · 7 years ago
  56. 2eb3ed3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  57. fddb231 ila: Add a hook type for LWT routes by Tom Herbert · 7 years ago
  58. 70d5aef ila: allow configuration of identifier type by Tom Herbert · 7 years ago
  59. 84287bb ila: add checksum neutral map auto by Tom Herbert · 7 years ago
  60. 80661e7 ila: cleanup checksum diff by Tom Herbert · 7 years ago
  61. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  62. fffcefe ipv6: addrconf: fix a lockdep splat by Eric Dumazet · 7 years ago
  63. 5caaed1 netfilter: conntrack: don't cache nlattr_tuple_size result in nla_size by Florian Westphal · 7 years ago
  64. 27c565a ipv6: remove IN6_ADDR_HSIZE from addrconf.h by Eric Dumazet · 7 years ago
  65. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  66. 068c2e7 net: use -ENOSPC for transient busy indication by Gilad Ben-Yossef · 7 years ago
  67. 47d3d7a ipv6: Implement limits on Hop-by-Hop and Destination options by Tom Herbert · 7 years ago
  68. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  69. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  70. ed29668 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  71. e669b86 ipv6: addrconf: increment ifp refcount before ipv6_del_addr() by Eric Dumazet · 7 years ago
  72. da13c59 net: display hw address of source machine during ipv6 DAD failure by Vishwanath Pai · 7 years ago
  73. 3051fbe net: sit: Update lookup to handle links set to L3 slave by David Ahern · 7 years ago
  74. 26a8ba2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  75. 6c31e5a net: Add extack to fib_notifier_info by David Ahern · 7 years ago
  76. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  77. 2ea2352 ipv6: prevent user from adding cached routes by Wei Wang · 7 years ago
  78. ceef9ab tcp: Namespace-ify sysctl_tcp_workaround_signed_windows by Eric Dumazet · 7 years ago
  79. 74b6551 ipv6: exthdrs: use swap macro in ipv6_dest_hao by Gustavo A. R. Silva · 7 years ago
  80. 8aec495 ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmit by Xin Long · 7 years ago
  81. f8d20b4 ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_err by Xin Long · 7 years ago
  82. eee12df ipv6: esp6: use BUG_ON instead of if condition followed by BUG by Gustavo A. R. Silva · 7 years ago
  83. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  84. 908d140 ip6_tunnel: Allow rcv/xmit even if remote address is a local address by Shmulik Ladkani · 7 years ago
  85. 28efb00 netfilter: conntrack: make l3proto trackers const by Florian Westphal · 7 years ago
  86. d13e7b2 netfilter: x_tables: don't use seqlock when fetching old counters by Florian Westphal · 7 years ago
  87. eb6fad5 netfilter: conntrack: remove pf argument from l4 packet functions by Florian Westphal · 7 years ago
  88. c4f3db1 netfilter: conntrack: add and use nf_l4proto_log_invalid by Florian Westphal · 7 years ago
  89. 87b1af8 ipv6: add ip6_null_entry check in rt6_select() by Wei Wang · 7 years ago
  90. 4e5f47a ipv6: addrconf: do not block BH in ipv6_chk_home_addr() by Eric Dumazet · 7 years ago
  91. a5c1d98 ipv6: addrconf: do not block BH in /proc/net/if_inet6 handling by Eric Dumazet · 7 years ago
  92. 24f226d ipv6: addrconf: do not block BH in ipv6_get_ifaddr() by Eric Dumazet · 7 years ago
  93. 480318a ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags() by Eric Dumazet · 7 years ago
  94. 3f27fb2 ipv6: addrconf: add per netns perturbation in inet6_addr_hash() by Eric Dumazet · 7 years ago
  95. 752a929 ipv6: addrconf: factorize inet6_addr_hash() call by Eric Dumazet · 7 years ago
  96. 56fc709 ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declaration by Eric Dumazet · 7 years ago
  97. c24b14c tcp: add tracepoint trace_tcp_send_reset by Song Liu · 7 years ago
  98. d3cc547 esp6: remove redundant initialization of esph by Colin Ian King · 7 years ago
  99. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  100. 864e2a1 ipv6: flowlabel: do not leave opt->tot_len with garbage by Eric Dumazet · 7 years ago