1. 9bb59a2 tcp: warn if offset reach the maxlen limit when using snprintf by Hangbin Liu · 5 years ago
  2. c0d59da ip_gre: Make none-tun-dst gre tunnel store tunnel info as metadat_dst in recv by wenxu · 5 years ago
  3. e2ffe3f net: ipconfig: Wait for deferred device probes by Thomas Bogendoerfer · 5 years ago
  4. 2f1d370 lwtunnel: add support for multiple geneve opts by Xin Long · 5 years ago
  5. 3132174 lwtunnel: change to use nla_put_u8 for LWTUNNEL_IP_OPT_ERSPAN_VER by Xin Long · 5 years ago
  6. 99638e9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 5 years ago
  7. 19b7e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  8. 7901cd9 ipmr: Fix skb headroom in ipmr_get_route(). by Guillaume Nault · 5 years ago
  9. 28f8bfd netfilter: Support iif matches in POSTROUTING by Phil Sutter · 5 years ago
  10. 5c27d8d netfilter: nf_flow_table_offload: add IPv6 support by Pablo Neira Ayuso · 5 years ago
  11. 895badf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 5 years ago
  12. c29f74e netfilter: nf_flow_table: hardware offload support by Pablo Neira Ayuso · 5 years ago
  13. 8bb69f3 netfilter: nf_tables: add flowtable offload control plane by Pablo Neira Ayuso · 5 years ago
  14. 0c06d16 lwtunnel: ignore any TUNNEL_OPTIONS_PRESENT flags set by users by Xin Long · 5 years ago
  15. 58e8494 lwtunnel: get nlsize for erspan options properly by Xin Long · 5 years ago
  16. ed02551 lwtunnel: change to use nla_parse_nested on new options by Xin Long · 5 years ago
  17. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  18. bbab7ef net: icmp: fix data-race in cmp_global_allow() by Eric Dumazet · 5 years ago
  19. 200ecef tcp: Remove one extra ktime_get_ns() from cookie_init_timestamp by Eric Dumazet · 5 years ago
  20. 71685eb inetpeer: fix data-race in inet_putpeer / inet_putpeer by Eric Dumazet · 5 years ago
  21. e0a3126 ipv4: Fix table id reference in fib_sync_down_addr by David Ahern · 5 years ago
  22. a5a7daa tcp: fix data-race in tcp_recvmsg() by Eric Dumazet · 5 years ago
  23. 9ed498c net: silence data-races on sk_backlog.tail by Eric Dumazet · 5 years ago
  24. b0a2181 lwtunnel: add options setting and dumping for erspan by Xin Long · 5 years ago
  25. edf31cb lwtunnel: add options setting and dumping for vxlan by Xin Long · 5 years ago
  26. 4ece477 lwtunnel: add options setting and dumping for geneve by Xin Long · 5 years ago
  27. 0eb8eb2 lwtunnel: add options process for cmp_encap by Xin Long · 5 years ago
  28. f52f11e lwtunnel: add options process for arp request by Xin Long · 5 years ago
  29. 099ecf5 net: annotate lockless accesses to sk->sk_max_ack_backlog by Eric Dumazet · 5 years ago
  30. 288efe8 net: annotate lockless accesses to sk->sk_ack_backlog by Eric Dumazet · 5 years ago
  31. 3828a93 inet_diag: use jiffies_delta_to_msecs() by Eric Dumazet · 5 years ago
  32. 54074f1 icmp: remove duplicate code by Matteo Croce · 5 years ago
  33. 2adf81c net: icmp: use input address in traceroute by Francesco Ruggeri · 5 years ago
  34. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  35. a904a06 inet: stop leaking jiffies on the wire by Eric Dumazet · 5 years ago
  36. 623d0c2 tcp: increase tcp_max_syn_backlog max value by Eric Dumazet · 5 years ago
  37. 7170a97 net: annotate accesses to sk->sk_incoming_cpu by Eric Dumazet · 5 years ago
  38. 51210ad inet: do not call sublist_rcv on empty list by Florian Westphal · 5 years ago
  39. 2eb8d6d erspan: fix the tun_info options_len check for erspan by Xin Long · 5 years ago
  40. a793183 udp: fix data-race in udp_set_dev_scratch() by Eric Dumazet · 5 years ago
  41. 3f926af net: use skb_queue_empty_lockless() in busy poll contexts by Eric Dumazet · 5 years ago
  42. 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
  43. 137a0db udp: use skb_queue_empty_lockless() by Eric Dumazet · 5 years ago
  44. 0b834ba ipv4: fix route update on metric change. by Paolo Abeni · 5 years ago
  45. 4802747 tcp: add TCP_INFO status for failed client TFO by Jason Baron · 5 years ago
  46. e7a409c ipv4: fix IPSKB_FRAG_PMTU handling with fragmentation by Eric Dumazet · 5 years ago
  47. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  48. 9669fff net: ensure correct skb->tstamp in various fragmenters by Eric Dumazet · 5 years ago
  49. 5018c59 ipv4: fix race condition between route lookup and invalidation by Wei Wang · 5 years ago
  50. 595e065 ipv4: Return -ENETUNREACH if we can't create route but saddr is valid by Stefano Brivio · 5 years ago
  51. cab209e tcp: fix a possible lockdep splat in tcp_done() by Eric Dumazet · 5 years ago
  52. c208bdb tcp: improve recv_skip_hint for tcp_zerocopy_receive by Soheil Hassas Yeganeh · 5 years ago
  53. ab4e846 tcp: annotate sk->sk_wmem_queued lockless reads by Eric Dumazet · 5 years ago
  54. e292f05 tcp: annotate sk->sk_sndbuf lockless reads by Eric Dumazet · 5 years ago
  55. ebb3b78 tcp: annotate sk->sk_rcvbuf lockless reads by Eric Dumazet · 5 years ago
  56. d9b55bf tcp: annotate tp->urg_seq lockless reads by Eric Dumazet · 5 years ago
  57. e0d694d tcp: annotate tp->snd_nxt lockless reads by Eric Dumazet · 5 years ago
  58. 0f31746 tcp: annotate tp->write_seq lockless reads by Eric Dumazet · 5 years ago
  59. 7db48e9 tcp: annotate tp->copied_seq lockless reads by Eric Dumazet · 5 years ago
  60. dba7d9b tcp: annotate tp->rcv_nxt lockless reads by Eric Dumazet · 5 years ago
  61. d983ea6 tcp: add rcu protection around tp->fastopen_rsk by Eric Dumazet · 5 years ago
  62. eac6640 net: annotate sk->sk_rcvlowat lockless reads by Eric Dumazet · 5 years ago
  63. 8265792 net: silence KCSAN warnings around sk_add_backlog() calls by Eric Dumazet · 5 years ago
  64. 1f142c1 tcp: annotate lockless access to tcp_memory_pressure by Eric Dumazet · 5 years ago
  65. 60b173c net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_head by Eric Dumazet · 5 years ago
  66. fd1ac07 xfrm: ifdef setsockopt(UDP_ENCAP_ESPINUDP/UDP_ENCAP_ESPINUDP_NON_IKE) by Alexey Dobriyan · 5 years ago
  67. 6f4c930 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  68. b406472 net: ipv4: avoid mixed n_redirects and rate_tokens usage by Paolo Abeni · 5 years ago
  69. 5a43f69 igmp: uninline ip_mc_validate_checksum() by Alexey Dobriyan · 5 years ago
  70. b7a5955 net: fib_notifier: propagate extack down to the notifier block callback by Jiri Pirko · 5 years ago
  71. 55c894f net: fib_notifier: propagate possible error during fib notifier registration by Jiri Pirko · 5 years ago
  72. 7c550da net: fib_notifier: make FIB notifier per-netns by Jiri Pirko · 5 years ago
  73. 3afb096 tcp: fix slab-out-of-bounds in tcp_zerocopy_receive() by Eric Dumazet · 5 years ago
  74. 4094871 udp: only do GSO if # of segs > 1 by Josh Hunt · 5 years ago
  75. 44b321e udp: fix gso_segs calculations by Josh Hunt · 5 years ago
  76. 4fbb97b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 5 years ago
  77. 51976f4 ipconfig: Handle CONFIG_CIFS_ROOT option by Paulo Alcantara (SUSE) · 5 years ago
  78. 3256a2d tcp: adjust rto_base in retransmits_timed_out() by Eric Dumazet · 5 years ago
  79. be2644a tcp: add ipv6_addr_v4mapped_loopback() helper by Eric Dumazet · 5 years ago
  80. 895b5c9 netfilter: drop bridge nf reset from nf_reset by Florian Westphal · 5 years ago
  81. 0e141f7 erspan: remove the incorrect mtu limit for erspan by Haishuang Yan · 5 years ago
  82. a41e8a8 tcp: better handle TCP_USER_TIMEOUT in SYN_SENT state by Eric Dumazet · 5 years ago
  83. 6b3656a tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidth by Kevin(Yudong) Yang · 5 years ago
  84. f6c0f5d tcp: honor SO_PRIORITY in TIME_WAIT state by Eric Dumazet · 5 years ago
  85. bf69aba net: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  86. 77d5bc7 ipv4: Revert removal of rt_uses_gateway by David Ahern · 5 years ago
  87. 81160dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  88. 1bab8d4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  89. 94d18ee Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  90. 8f7baad7f tcp: Add snd_wnd to TCP_INFO by Thomas Higdon · 5 years ago
  91. f9af2db tcp: Add TCP_INFO counter for packets received out-of-order by Thomas Higdon · 5 years ago
  92. acdcecc udp: correct reuseport selection with connected sockets by Willem de Bruijn · 5 years ago
  93. aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  94. c6af0c2 ip: support SO_MARK cmsg by Willem de Bruijn · 5 years ago
  95. 022c10d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 5 years ago
  96. b0edba2 netfilter: fix coding-style errors. by Jeremy Sowden · 5 years ago
  97. 051ba67 tcp: force a PSH flag on TSO packets by Eric Dumazet · 5 years ago
  98. af38d07 tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWR by Neal Cardwell · 5 years ago
  99. 0079ad8 ipmr: remove hard code cache_resolve_queue_len limit by Hangbin Liu · 5 years ago
  100. b58662a tcp: ulp: fix possible crash in tcp_diag_get_aux_size() by Eric Dumazet · 5 years ago