1. 60b9412 ip_tunnel: fix setting ttl and tos value in collect_md mode by Haishuang Yan · 7 years ago
  2. 1bcf187 Revert "net: fix percpu memory leaks" by Jesper Dangaard Brouer · 7 years ago
  3. 5a7a40b Revert "net: use lib/percpu_counter API for fragmentation mem accounting" by Jesper Dangaard Brouer · 7 years ago
  4. a10c510 tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0 by Wei Wang · 8 years ago
  5. aadbe1f tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP by Neal Cardwell · 7 years ago
  6. f29c9f4 ipv4: better IP_MAX_MTU enforcement by Eric Dumazet · 7 years ago
  7. 71501d9 ipv4: fix NULL dereference in free_fib_info_rcu() by Eric Dumazet · 7 years ago
  8. 33dc6a6 udp: consistently apply ufo or fragmentation by Willem de Bruijn · 7 years ago
  9. 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
  10. 53eed8a revert "net: account for current skb length when deciding about UFO" by Greg Kroah-Hartman · 7 years ago
  11. f628c9d igmp: Fix regression caused by igmp sysctl namespace code. by Nikolay Borisov · 7 years ago
  12. 69ffc96 net: avoid skb_warn_bad_offload false positives on UFO by Willem de Bruijn · 7 years ago
  13. 87fdcfe tcp: fastopen: tcp_connect() must refresh the route by Eric Dumazet · 7 years ago
  14. 05046af net: fix keepalive code vs TCP_FASTOPEN_CONNECT by Eric Dumazet · 7 years ago
  15. 3914a7e tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states by Yuchung Cheng · 7 years ago
  16. ef09c9f net: account for current skb length when deciding about UFO by Michal Kubeček · 8 years ago
  17. f102bb7 ipv4: Should use consistent conditional judgement for ip fragment in __ip_append_data and ip_finish_output by zheng li · 8 years ago
  18. ee96797 ipv4: make tcp_notsent_lowat sysctl knob behave as true unsigned int by Pavel Tikhomirov · 8 years ago
  19. 9acfb31 netfilter: use fwmark_reflect in nf_send_reset by Pau Espin Pedrol · 8 years ago
  20. 0c47f11 ipv4: initialize fib_trie prior to register_netdev_notifier call. by Mahesh Bandewar · 7 years ago
  21. a62bc8d ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check() by Alexander Potapenko · 7 years ago
  22. 0cd73c4 tcp_bbr: init pacing rate on first RTT sample by Neal Cardwell · 7 years ago
  23. 2e6b237 tcp_bbr: remove sk_pacing_rate=0 transient during init by Neal Cardwell · 7 years ago
  24. 0c0ede3 tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helper by Neal Cardwell · 7 years ago
  25. ec78968 tcp_bbr: introduce bbr_bw_to_pacing_rate() helper by Neal Cardwell · 7 years ago
  26. 73520d3 tcp_bbr: cut pacing rate only if filled pipe by Neal Cardwell · 7 years ago
  27. ef13840 tcp: reset sk_rx_dst in tcp_disconnect() by WANG Cong · 8 years ago
  28. 4211442 netfilter: use skb_to_full_sk in ip_route_me_harder by Florian Westphal · 8 years ago
  29. cac2a9b igmp: add a missing spin_lock_init() by WANG Cong · 8 years ago
  30. ecd6627 igmp: acquire pmc lock for ip_mc_clear_src() by WANG Cong · 8 years ago
  31. 74e24d1 NET: Fix /proc/net/arp for AX.25 by Ralf Baechle · 8 years ago
  32. 116589a tcp: tcp_probe: use spin_lock_bh() by Eric Dumazet · 8 years ago
  33. 0aa89f1 net: ping: do not abuse udp_poll() by Eric Dumazet · 8 years ago
  34. 3ee35b9 tcp: disallow cwnd undo when switching congestion control by Yuchung Cheng · 8 years ago
  35. 988b979 ipv4: add reference counting to metrics by Eric Dumazet · 8 years ago
  36. 4b81271 tcp: avoid fastopen API to be used on AF_UNSPEC by Wei Wang · 8 years ago
  37. 6864761 net: Improve handling of failures on link and route dumps by David Ahern · 8 years ago
  38. 0174b07 tcp: eliminate negative reordering in tcp_clean_rtx_queue by Soheil Hassas Yeganeh · 8 years ago
  39. 8d62524 tcp: avoid fragmenting peculiar skbs in SACK by Yuchung Cheng · 8 years ago
  40. 4eed440 dccp/tcp: do not inherit mc_list from parent by Eric Dumazet · 8 years ago
  41. f190653 ipv4, ipv6: ensure raw socket message is big enough to hold an IP header by Alexander Potapenko · 8 years ago
  42. 747a001 tcp: do not inherit fastopen_req from parent by Eric Dumazet · 8 years ago
  43. 91260ba tcp: fix wraparound issue in tcp_lp by Eric Dumazet · 8 years ago
  44. f3235cb tcp: do not underestimate skb->truesize in tcp_trim_head() by Eric Dumazet · 8 years ago
  45. 1dc1b7b tcp: memset ca_priv data to 0 properly by Wei Wang · 8 years ago
  46. 8c04e2a net-timestamp: avoid use-after-free in ip_recv_error by Willem de Bruijn · 8 years ago
  47. 479beb4 tcp: clear saved_syn in tcp_disconnect() by Eric Dumazet · 8 years ago
  48. dbaaa58 net: ipv4: fix multipath RTM_GETROUTE behavior when iif is given by Florian Larysch · 8 years ago
  49. e88a8e0 ping: implement proper locking by Eric Dumazet · 8 years ago
  50. 9e13bce tcp: initialize icsk_ack.lrcvtime at session start time by Eric Dumazet · 8 years ago
  51. 62e85fe ipv4: provide stronger user input validation in nl_fib_input() by Eric Dumazet · 8 years ago
  52. 98933eb dccp/tcp: fix routing redirect race by Jon Maxwell · 8 years ago
  53. b07eed8 net/tunnel: set inner protocol in network gro hooks by Paolo Abeni · 8 years ago
  54. 07753bc tcp: fix various issues for sockets morphing to listen state by Eric Dumazet · 8 years ago
  55. bbaeb9b tcp/dccp: block BH for SYN processing by Eric Dumazet · 8 years ago
  56. 36931eb ipv4: mask tos for input route by Julian Anastasov · 8 years ago
  57. 481aedf ip: fix IP_CHECKSUM handling by Paolo Abeni · 8 years ago
  58. 7c4c32a tcp: fix mark propagation with fwmark_reflect enabled by Pau Espin Pedrol · 8 years ago
  59. 16a3fbe igmp, mld: Fix memory leak in igmpv3/mld_del_delrec() by Hangbin Liu · 8 years ago
  60. a700cf2 ping: fix a null pointer dereference by WANG Cong · 8 years ago
  61. 0f895f5 tcp: avoid infinite loop in tcp_splice_read() by Eric Dumazet · 8 years ago
  62. 66cdd43 netlabel: out of bound access in cipso_v4_validate() by Eric Dumazet · 8 years ago
  63. f5b5444 ipv4: keep skb->dst around in presence of IP options by Eric Dumazet · 8 years ago
  64. ca876df tcp: fix 0 divide in __tcp_select_window() by Eric Dumazet · 8 years ago
  65. 89c2588 net: Specify the owning module for lwtunnel ops by Robert Shearman · 8 years ago
  66. 0c687a7 tcp: initialize max window for a new fastopen socket by Alexey Kodanev · 8 years ago
  67. e9db042 lwtunnel: fix autoload of lwt modules by David Ahern · 8 years ago
  68. 3524f64 tcp: fix tcp_fastopen unaligned access complaints on sparc by Shannon Nelson · 8 years ago
  69. 958bb1b net: ipv4: fix table id in getroute response by David Ahern · 8 years ago
  70. 6980c52 net: lwtunnel: Handle lwtunnel_fill_encap failure by David Ahern · 8 years ago
  71. 7b7a5a8 net: ipv4: Fix multipath selection with vrf by David Ahern · 8 years ago
  72. efc455f ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rules by Alexander Duyck · 8 years ago
  73. fe1e13c igmp: Make igmp group member RFC 3376 compliant by Michal Tesar · 8 years ago
  74. a8a213f net: ipv4: dst for local input routes should use l3mdev if relevant by David Ahern · 8 years ago
  75. e742208 net: fix incorrect original ingress device index in PKTINFO by Wei Zhang · 8 years ago
  76. d36a1cb inet: fix IP(V6)_RECVORIGDSTADDR for udp sockets by Willem de Bruijn · 8 years ago
  77. dcb17d2 tcp: warn on bogus MSS and try to amend it by Marcelo Ricardo Leitner · 8 years ago
  78. 0eab121 net: ping: check minimum size on ICMP header length by Kees Cook · 8 years ago
  79. a52ca62 ipv4: Drop suffix update from resize code by Alexander Duyck · 8 years ago
  80. 1a23917 ipv4: Drop leaf from suffix pull/push functions by Alexander Duyck · 8 years ago
  81. f418043 ipv4: Set skb->protocol properly for local output by Eli Cooper · 8 years ago
  82. 7bbf91c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 8 years ago
  83. 3d2dd61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  84. 17a49cd netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in 64bit kernel by Hongxu Jia · 8 years ago
  85. 7c7fedd esp4: Fix integrity verification when ESN are used by Tobias Brunner · 8 years ago
  86. a510887 GSO: Reload iph after pskb_may_pull by Arnaldo Carvalho de Melo · 8 years ago
  87. 4df21df tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is set by Julian Wollrath · 8 years ago
  88. 30c7be2 udplite: call proper backlog handlers by Eric Dumazet · 8 years ago
  89. 6d8b49c netfilter: Update ip_route_me_harder to consider L3 domain by David Ahern · 8 years ago
  90. 7082c5c tcp: zero ca_priv area when switching cc algorithms by Florian Westphal · 8 years ago
  91. 3114cdf ipv4: Fix memory leak in exception case for splitting tries by Alexander Duyck · 8 years ago
  92. 3b70933 ipv4: Restore fib_trie_flush_external function and fix call ordering by Alexander Duyck · 8 years ago
  93. 73e2d5e udp: restore UDPlite many-cast delivery by Pablo Neira · 8 years ago
  94. 24803f3 igmp: do not remove igmp souce list info when set link down by Hangbin Liu · 8 years ago
  95. ac6e780 tcp: take care of truncations done by sk_filter() by Eric Dumazet · 8 years ago
  96. 969447f ipv4: use new_gw for redirect neigh lookup by Stephen Suryaputra Lin · 8 years ago
  97. 0ace81e ipv4: update comment to document GSO fragmentation cases. by Lance Richardson · 8 years ago
  98. 9b6c14d net: tcp response should set oif only if it is L3 master by David Ahern · 8 years ago
  99. 9fa684e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  100. 9d1a6c4 net: icmp_route_lookup should use rt dev to determine L3 domain by David Ahern · 8 years ago