1. acc9672 tcp: fix under-evaluated ssthresh in TCP Vegas by Hoang Tran · 7 years ago
  2. 29c4f51 net: ipconfig: fix ic_close_devs() use-after-free by Mark Rutland · 7 years ago
  3. b5ed572 netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to register by Gao Feng · 7 years ago
  4. 7656871 inet: frag: release spinlock before calling icmp_send() by Eric Dumazet · 7 years ago
  5. 8f23eb1 icmp: don't fail on fragment reassembly time exceeded by Matteo Croce · 7 years ago
  6. aa0080f tcp/dccp: block bh before arming time_wait timer by Eric Dumazet · 7 years ago
  7. 007e20b route: update fnhe_expires for redirect when the fnhe exists by Xin Long · 7 years ago
  8. 7c4fa0c route: also update fnhe_genid when updating a route cache by Xin Long · 7 years ago
  9. 8818eb8 netfilter: don't track fragmented packets by Florian Westphal · 7 years ago
  10. fe8bdc9 tcp: correct memory barrier usage in tcp_check_space() by Jason Baron · 7 years ago
  11. 5c68a42 net: Allow IP_MULTICAST_IF to set index to L3 slave by David Ahern · 7 years ago
  12. 3920a5b tcp: do not mangle skb->cb[] in tcp_make_synack() by Eric Dumazet · 7 years ago
  13. b0e50c4 tcp_nv: fix division by zero in tcpnv_acked() by Konstantin Khlebnikov · 7 years ago
  14. fe97549 tcp: provide timestamps for partial writes by Soheil Hassas Yeganeh · 7 years ago
  15. df0eebc ipip: only increase err_count for some certain type icmp in ipip_err by Xin Long · 7 years ago
  16. 2af59c6 tcp/dccp: fix other lockdep splats accessing ireq_opt by Eric Dumazet · 7 years ago
  17. 3107d4d tcp/dccp: fix lockdep splat in inet_csk_route_req() by Eric Dumazet · 7 years ago
  18. 3b0b4d2 soreuseport: fix initialization race by Craig Gallek · 7 years ago
  19. 2ffd261 tcp/dccp: fix ireq->opt races by Eric Dumazet · 7 years ago
  20. e12c42c tcp: fix tcp_mtu_probe() vs highest_sack by Eric Dumazet · 7 years ago
  21. 97ba8f8 gso: fix payload length when gso_size is zero by Alexey Kodanev · 7 years ago
  22. e41c105 IPsec: do not ignore crypto err in ah4 input by Gilad Ben-Yossef · 7 years ago
  23. 6689f83 vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit by Alexey Kodanev · 7 years ago
  24. b463521 tcp: fastopen: fix on syn-data transmit failure by Eric Dumazet · 7 years ago
  25. 85908cc tcp: fix data delivery rate by Eric Dumazet · 7 years ago
  26. 186a9c5 tcp: update skb->skb_mstamp more carefully by Eric Dumazet · 7 years ago
  27. 146561a netfilter: invoke synchronize_rcu after set the _hook_ to NULL by Liping Zhang · 7 years ago
  28. affd260 udp: disable inner UDP checksum offloads in IPsec case by Ansis Atteka · 7 years ago
  29. 60b9412 ip_tunnel: fix setting ttl and tos value in collect_md mode by Haishuang Yan · 7 years ago
  30. 1bcf187 Revert "net: fix percpu memory leaks" by Jesper Dangaard Brouer · 7 years ago
  31. 5a7a40b Revert "net: use lib/percpu_counter API for fragmentation mem accounting" by Jesper Dangaard Brouer · 7 years ago
  32. a10c510 tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0 by Wei Wang · 7 years ago
  33. aadbe1f tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP by Neal Cardwell · 7 years ago
  34. f29c9f4 ipv4: better IP_MAX_MTU enforcement by Eric Dumazet · 7 years ago
  35. 71501d9 ipv4: fix NULL dereference in free_fib_info_rcu() by Eric Dumazet · 7 years ago
  36. 33dc6a6 udp: consistently apply ufo or fragmentation by Willem de Bruijn · 7 years ago
  37. 4688f04 revert "ipv4: Should use consistent conditional judgement for ip fragment in __ip_append_data and ip_finish_output" by Greg Kroah-Hartman · 7 years ago
  38. 53eed8a revert "net: account for current skb length when deciding about UFO" by Greg Kroah-Hartman · 7 years ago
  39. f628c9d igmp: Fix regression caused by igmp sysctl namespace code. by Nikolay Borisov · 7 years ago
  40. 69ffc96 net: avoid skb_warn_bad_offload false positives on UFO by Willem de Bruijn · 7 years ago
  41. 87fdcfe tcp: fastopen: tcp_connect() must refresh the route by Eric Dumazet · 7 years ago
  42. 05046af net: fix keepalive code vs TCP_FASTOPEN_CONNECT by Eric Dumazet · 7 years ago
  43. 3914a7e tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states by Yuchung Cheng · 7 years ago
  44. ef09c9f net: account for current skb length when deciding about UFO by Michal Kubeček · 7 years ago
  45. f102bb7 ipv4: Should use consistent conditional judgement for ip fragment in __ip_append_data and ip_finish_output by zheng li · 8 years ago
  46. ee96797 ipv4: make tcp_notsent_lowat sysctl knob behave as true unsigned int by Pavel Tikhomirov · 7 years ago
  47. 9acfb31 netfilter: use fwmark_reflect in nf_send_reset by Pau Espin Pedrol · 7 years ago
  48. 0c47f11 ipv4: initialize fib_trie prior to register_netdev_notifier call. by Mahesh Bandewar · 7 years ago
  49. a62bc8d ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check() by Alexander Potapenko · 7 years ago
  50. 0cd73c4 tcp_bbr: init pacing rate on first RTT sample by Neal Cardwell · 7 years ago
  51. 2e6b237 tcp_bbr: remove sk_pacing_rate=0 transient during init by Neal Cardwell · 7 years ago
  52. 0c0ede3 tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helper by Neal Cardwell · 7 years ago
  53. ec78968 tcp_bbr: introduce bbr_bw_to_pacing_rate() helper by Neal Cardwell · 7 years ago
  54. 73520d3 tcp_bbr: cut pacing rate only if filled pipe by Neal Cardwell · 7 years ago
  55. ef13840 tcp: reset sk_rx_dst in tcp_disconnect() by WANG Cong · 7 years ago
  56. 4211442 netfilter: use skb_to_full_sk in ip_route_me_harder by Florian Westphal · 7 years ago
  57. cac2a9b igmp: add a missing spin_lock_init() by WANG Cong · 7 years ago
  58. ecd6627 igmp: acquire pmc lock for ip_mc_clear_src() by WANG Cong · 7 years ago
  59. 74e24d1 NET: Fix /proc/net/arp for AX.25 by Ralf Baechle · 7 years ago
  60. 116589a tcp: tcp_probe: use spin_lock_bh() by Eric Dumazet · 7 years ago
  61. 0aa89f1 net: ping: do not abuse udp_poll() by Eric Dumazet · 7 years ago
  62. 3ee35b9 tcp: disallow cwnd undo when switching congestion control by Yuchung Cheng · 7 years ago
  63. 988b979 ipv4: add reference counting to metrics by Eric Dumazet · 7 years ago
  64. 4b81271 tcp: avoid fastopen API to be used on AF_UNSPEC by Wei Wang · 7 years ago
  65. 6864761 net: Improve handling of failures on link and route dumps by David Ahern · 7 years ago
  66. 0174b07 tcp: eliminate negative reordering in tcp_clean_rtx_queue by Soheil Hassas Yeganeh · 7 years ago
  67. 8d62524 tcp: avoid fragmenting peculiar skbs in SACK by Yuchung Cheng · 7 years ago
  68. 4eed440 dccp/tcp: do not inherit mc_list from parent by Eric Dumazet · 7 years ago
  69. f190653 ipv4, ipv6: ensure raw socket message is big enough to hold an IP header by Alexander Potapenko · 7 years ago
  70. 747a001 tcp: do not inherit fastopen_req from parent by Eric Dumazet · 7 years ago
  71. 91260ba tcp: fix wraparound issue in tcp_lp by Eric Dumazet · 7 years ago
  72. f3235cb tcp: do not underestimate skb->truesize in tcp_trim_head() by Eric Dumazet · 7 years ago
  73. 1dc1b7b tcp: memset ca_priv data to 0 properly by Wei Wang · 7 years ago
  74. 8c04e2a net-timestamp: avoid use-after-free in ip_recv_error by Willem de Bruijn · 7 years ago
  75. 479beb4 tcp: clear saved_syn in tcp_disconnect() by Eric Dumazet · 7 years ago
  76. dbaaa58 net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given by Florian Larysch · 7 years ago
  77. e88a8e0 ping: implement proper locking by Eric Dumazet · 7 years ago
  78. 9e13bce tcp: initialize icsk_ack.lrcvtime at session start time by Eric Dumazet · 7 years ago
  79. 62e85fe ipv4: provide stronger user input validation in nl_fib_input() by Eric Dumazet · 7 years ago
  80. 98933eb dccp/tcp: fix routing redirect race by Jon Maxwell · 7 years ago
  81. b07eed8 net/tunnel: set inner protocol in network gro hooks by Paolo Abeni · 7 years ago
  82. 07753bc tcp: fix various issues for sockets morphing to listen state by Eric Dumazet · 7 years ago
  83. bbaeb9b tcp/dccp: block BH for SYN processing by Eric Dumazet · 7 years ago
  84. 36931eb ipv4: mask tos for input route by Julian Anastasov · 7 years ago
  85. 481aedf ip: fix IP_CHECKSUM handling by Paolo Abeni · 7 years ago
  86. 7c4c32a tcp: fix mark propagation with fwmark_reflect enabled by Pau Espin Pedrol · 7 years ago
  87. 16a3fbe igmp, mld: Fix memory leak in igmpv3/mld_del_delrec() by Hangbin Liu · 7 years ago
  88. a700cf2 ping: fix a null pointer dereference by WANG Cong · 7 years ago
  89. 0f895f5 tcp: avoid infinite loop in tcp_splice_read() by Eric Dumazet · 7 years ago
  90. 66cdd43 netlabel: out of bound access in cipso_v4_validate() by Eric Dumazet · 7 years ago
  91. f5b5444 ipv4: keep skb->dst around in presence of IP options by Eric Dumazet · 7 years ago
  92. ca876df tcp: fix 0 divide in __tcp_select_window() by Eric Dumazet · 7 years ago
  93. 89c2588 net: Specify the owning module for lwtunnel ops by Robert Shearman · 7 years ago
  94. 0c687a7 tcp: initialize max window for a new fastopen socket by Alexey Kodanev · 7 years ago
  95. e9db042 lwtunnel: fix autoload of lwt modules by David Ahern · 7 years ago
  96. 3524f64 tcp: fix tcp_fastopen unaligned access complaints on sparc by Shannon Nelson · 7 years ago
  97. 958bb1b net: ipv4: fix table id in getroute response by David Ahern · 7 years ago
  98. 6980c52 net: lwtunnel: Handle lwtunnel_fill_encap failure by David Ahern · 7 years ago
  99. 7b7a5a8 net: ipv4: Fix multipath selection with vrf by David Ahern · 7 years ago
  100. efc455f ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rules by Alexander Duyck · 7 years ago