1. 8247a79 vti: do not confirm neighbor when do pmtu update by Hangbin Liu · 5 years ago
  2. 7a1592b tunnel: do not confirm neighbor when do pmtu update by Hangbin Liu · 5 years ago
  3. bd085ef net: add bool confirm_neigh parameter for dst_ops.update_pmtu by Hangbin Liu · 5 years ago
  4. feed8a4 udp: fix integer overflow while computing available space in sk_rcvbuf by Antonio Messina · 5 years ago
  5. 78bac77 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  6. 7c68fa2b net: annotate lockless accesses to sk->sk_pacing_shift by Eric Dumazet · 5 years ago
  7. 216808c tcp: refine rule to allow EPOLLOUT generation under mem pressure by Eric Dumazet · 5 years ago
  8. ee2aabd tcp: refine tcp_write_queue_empty() implementation by Eric Dumazet · 5 years ago
  9. 1f85e62 tcp: do not send empty skb from tcp_write_xmit() by Eric Dumazet · 5 years ago
  10. 8dbd76e tcp/dccp: fix possible race __inet_lookup_established() by Eric Dumazet · 5 years ago
  11. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  12. 501a90c inet: protect against too small mtu values. by Eric Dumazet · 5 years ago
  13. 0e49409 gre: refetch erspan header from skb->data after pskb_may_pull() by Cong Wang · 5 years ago
  14. 9424e2e tcp: md5: fix potential overestimation of TCP option space by Eric Dumazet · 5 years ago
  15. 0d580fb tcp: refactor tcp_retransmit_timer() by Eric Dumazet · 5 years ago
  16. c3bfc5d Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  17. ceb3074 Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  18. 031097d net: skmsg: fix TLS 1.3 crash with full sk_msg by Jakub Kicinski · 5 years ago
  19. 82f31eb net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port) by Maciej Żenczykowski · 5 years ago
  20. a9f852e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 5 years ago
  21. 677bf08 udp: drop skb extensions before marking skb stateless by Florian Westphal · 5 years ago
  22. 02b2494 ipv4: use dst hint for ipv4 list receive by Paolo Abeni · 5 years ago
  23. c43c3d7 ipv4: move fib4_has_custom_rules() helper to public header by Paolo Abeni · 5 years ago
  24. 43da141 net: Fix Kconfig indentation, continued by Krzysztof Kozlowski · 5 years ago
  25. 1841b98 lwtunnel: check erspan options before allocating tun_info by Xin Long · 5 years ago
  26. 7b6a70f lwtunnel: be STRICT to validate the new LWTUNNEL_IP(6)_OPTS by Xin Long · 5 years ago
  27. f3bed7f net: remove the unnecessary strict_start_type in some policies by Xin Long · 5 years ago
  28. 9bb59a2 tcp: warn if offset reach the maxlen limit when using snprintf by Hangbin Liu · 5 years ago
  29. c0d59da ip_gre: Make none-tun-dst gre tunnel store tunnel info as metadat_dst in recv by wenxu · 5 years ago
  30. e2ffe3f net: ipconfig: Wait for deferred device probes by Thomas Bogendoerfer · 5 years ago
  31. 2f1d370 lwtunnel: add support for multiple geneve opts by Xin Long · 5 years ago
  32. ca749bb net/ipv4: fix sysctl max for fib_multipath_hash_policy by Marcelo Ricardo Leitner · 5 years ago
  33. 3132174 lwtunnel: change to use nla_put_u8 for LWTUNNEL_IP_OPT_ERSPAN_VER by Xin Long · 5 years ago
  34. 99638e9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 5 years ago
  35. 19b7e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  36. 7901cd9 ipmr: Fix skb headroom in ipmr_get_route(). by Guillaume Nault · 5 years ago
  37. 28f8bfd netfilter: Support iif matches in POSTROUTING by Phil Sutter · 5 years ago
  38. 5c27d8d netfilter: nf_flow_table_offload: add IPv6 support by Pablo Neira Ayuso · 5 years ago
  39. df1b4ba y2038: socket: use __kernel_old_timespec instead of timespec by Arnd Bergmann · 5 years ago
  40. 895badf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 5 years ago
  41. c29f74e netfilter: nf_flow_table: hardware offload support by Pablo Neira Ayuso · 5 years ago
  42. 8bb69f3 netfilter: nf_tables: add flowtable offload control plane by Pablo Neira Ayuso · 5 years ago
  43. 0c06d16 lwtunnel: ignore any TUNNEL_OPTIONS_PRESENT flags set by users by Xin Long · 5 years ago
  44. 58e8494 lwtunnel: get nlsize for erspan options properly by Xin Long · 5 years ago
  45. ed02551 lwtunnel: change to use nla_parse_nested on new options by Xin Long · 5 years ago
  46. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  47. bbab7ef net: icmp: fix data-race in cmp_global_allow() by Eric Dumazet · 5 years ago
  48. 200ecef tcp: Remove one extra ktime_get_ns() from cookie_init_timestamp by Eric Dumazet · 5 years ago
  49. 71685eb inetpeer: fix data-race in inet_putpeer / inet_putpeer by Eric Dumazet · 5 years ago
  50. e0a3126 ipv4: Fix table id reference in fib_sync_down_addr by David Ahern · 5 years ago
  51. a5a7daa tcp: fix data-race in tcp_recvmsg() by Eric Dumazet · 5 years ago
  52. 9ed498c net: silence data-races on sk_backlog.tail by Eric Dumazet · 5 years ago
  53. b0a2181 lwtunnel: add options setting and dumping for erspan by Xin Long · 5 years ago
  54. edf31cb lwtunnel: add options setting and dumping for vxlan by Xin Long · 5 years ago
  55. 4ece477 lwtunnel: add options setting and dumping for geneve by Xin Long · 5 years ago
  56. 0eb8eb2 lwtunnel: add options process for cmp_encap by Xin Long · 5 years ago
  57. f52f11e lwtunnel: add options process for arp request by Xin Long · 5 years ago
  58. 099ecf5 net: annotate lockless accesses to sk->sk_max_ack_backlog by Eric Dumazet · 5 years ago
  59. 288efe8 net: annotate lockless accesses to sk->sk_ack_backlog by Eric Dumazet · 5 years ago
  60. 3828a93 inet_diag: use jiffies_delta_to_msecs() by Eric Dumazet · 5 years ago
  61. 54074f1 icmp: remove duplicate code by Matteo Croce · 5 years ago
  62. 2adf81c net: icmp: use input address in traceroute by Francesco Ruggeri · 5 years ago
  63. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  64. a904a06 inet: stop leaking jiffies on the wire by Eric Dumazet · 5 years ago
  65. 623d0c2 tcp: increase tcp_max_syn_backlog max value by Eric Dumazet · 5 years ago
  66. 7170a97 net: annotate accesses to sk->sk_incoming_cpu by Eric Dumazet · 5 years ago
  67. 51210ad inet: do not call sublist_rcv on empty list by Florian Westphal · 5 years ago
  68. 2eb8d6d erspan: fix the tun_info options_len check for erspan by Xin Long · 5 years ago
  69. a793183 udp: fix data-race in udp_set_dev_scratch() by Eric Dumazet · 5 years ago
  70. 3f926af net: use skb_queue_empty_lockless() in busy poll contexts by Eric Dumazet · 5 years ago
  71. 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
  72. 137a0db udp: use skb_queue_empty_lockless() by Eric Dumazet · 5 years ago
  73. 0b834ba ipv4: fix route update on metric change. by Paolo Abeni · 5 years ago
  74. 4802747 tcp: add TCP_INFO status for failed client TFO by Jason Baron · 5 years ago
  75. e7a409c ipv4: fix IPSKB_FRAG_PMTU handling with fragmentation by Eric Dumazet · 5 years ago
  76. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  77. 9669fff net: ensure correct skb->tstamp in various fragmenters by Eric Dumazet · 5 years ago
  78. 5018c59 ipv4: fix race condition between route lookup and invalidation by Wei Wang · 5 years ago
  79. 595e065 ipv4: Return -ENETUNREACH if we can't create route but saddr is valid by Stefano Brivio · 5 years ago
  80. cab209e tcp: fix a possible lockdep splat in tcp_done() by Eric Dumazet · 5 years ago
  81. c208bdb tcp: improve recv_skip_hint for tcp_zerocopy_receive by Soheil Hassas Yeganeh · 5 years ago
  82. ab4e846 tcp: annotate sk->sk_wmem_queued lockless reads by Eric Dumazet · 5 years ago
  83. e292f05 tcp: annotate sk->sk_sndbuf lockless reads by Eric Dumazet · 5 years ago
  84. ebb3b78 tcp: annotate sk->sk_rcvbuf lockless reads by Eric Dumazet · 5 years ago
  85. d9b55bf tcp: annotate tp->urg_seq lockless reads by Eric Dumazet · 5 years ago
  86. e0d694d tcp: annotate tp->snd_nxt lockless reads by Eric Dumazet · 5 years ago
  87. 0f31746 tcp: annotate tp->write_seq lockless reads by Eric Dumazet · 5 years ago
  88. 7db48e9 tcp: annotate tp->copied_seq lockless reads by Eric Dumazet · 5 years ago
  89. dba7d9b tcp: annotate tp->rcv_nxt lockless reads by Eric Dumazet · 5 years ago
  90. d983ea6 tcp: add rcu protection around tp->fastopen_rsk by Eric Dumazet · 5 years ago
  91. eac6640 net: annotate sk->sk_rcvlowat lockless reads by Eric Dumazet · 5 years ago
  92. 8265792 net: silence KCSAN warnings around sk_add_backlog() calls by Eric Dumazet · 5 years ago
  93. 1f142c1 tcp: annotate lockless access to tcp_memory_pressure by Eric Dumazet · 5 years ago
  94. 60b173c net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_head by Eric Dumazet · 5 years ago
  95. fd1ac07 xfrm: ifdef setsockopt(UDP_ENCAP_ESPINUDP/UDP_ENCAP_ESPINUDP_NON_IKE) by Alexey Dobriyan · 5 years ago
  96. 6f4c930 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  97. b406472 net: ipv4: avoid mixed n_redirects and rate_tokens usage by Paolo Abeni · 5 years ago
  98. 5a43f69 igmp: uninline ip_mc_validate_checksum() by Alexey Dobriyan · 5 years ago
  99. b7a5955 net: fib_notifier: propagate extack down to the notifier block callback by Jiri Pirko · 5 years ago
  100. 55c894f net: fib_notifier: propagate possible error during fib notifier registration by Jiri Pirko · 5 years ago