1. a8f8d5e udp4: fix IP_CMSG_CHECKSUM for connected sockets by Paolo Abeni · 6 years ago
  2. 2b797b6 gso_segment: Reset skb->mac_len after modifying network header by Toke Høiland-Jørgensen · 6 years ago
  3. 33d2811 tcp: Revert "tcp: tcp_probe: use spin_lock_bh()" by Eric Dumazet · 7 years ago
  4. fe55bef tcp: do not restart timewait timer on rst reception by Florian Westphal · 6 years ago
  5. e801b69 ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT state by Eric Dumazet · 6 years ago
  6. e8e519f Cipso: cipso_v4_optptr enter infinite loop by yujuan.qi · 7 years ago
  7. e63303e tcp: identify cryptic messages as TCP seq # bugs by Randy Dunlap · 6 years ago
  8. d4efb85 tcp: remove DELAYED ACK events in DCTCP by Yuchung Cheng · 6 years ago
  9. 894b753 netfilter: x_tables: set module owner for icmp(6) matches by Florian Westphal · 6 years ago
  10. 36ee106 tcp: add tcp_ooo_try_coalesce() helper by Eric Dumazet · 6 years ago
  11. d59dcdf ipv4: frags: handle possible skb truesize change by Eric Dumazet · 6 years ago
  12. c5282a0 inet: frag: enforce memory limits earlier by Eric Dumazet · 6 years ago
  13. 019ea51 tcp: add one more quick ack after after ECN events by Eric Dumazet · 6 years ago
  14. 095ab5f4 tcp: refactor tcp_ecn_check_ce to remove sk type cast by Yousuk Seung · 6 years ago
  15. 65d986c tcp: do not aggressively quick ack after ECN events by Eric Dumazet · 6 years ago
  16. 90cf17d tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode by Eric Dumazet · 6 years ago
  17. 8ca41e4 tcp: do not force quickack when receiving out-of-order packets by Eric Dumazet · 6 years ago
  18. b3e349f tcp_bbr: fix bw probing to raise in-flight data for very small BDPs by Neal Cardwell · 6 years ago
  19. e364f1a ipv4: remove BUG_ON() from fib_compute_spec_dst by Lorenzo Bianconi · 6 years ago
  20. 34447a6 ipconfig: Correctly initialise ic_nameservers by Chris Novakovic · 6 years ago
  21. 94623c7 tcp: call tcp_drop() from tcp_data_queue_ofo() by Eric Dumazet · 6 years ago
  22. a878681 tcp: detect malicious patterns in tcp_collapse_ofo_queue() by Eric Dumazet · 6 years ago
  23. fdf258e tcp: avoid collapses in tcp_prune_queue() if possible by Eric Dumazet · 6 years ago
  24. 2d08921 tcp: free batches of packets in tcp_prune_ofo_queue() by Eric Dumazet · 6 years ago
  25. 8736711 tcp: do not delay ACK in DCTCP upon CE status change by Yuchung Cheng · 6 years ago
  26. 57ec882 tcp: do not cancel delay-AcK on DCTCP special ACK by Yuchung Cheng · 6 years ago
  27. 1fcccc5 tcp: helpers to send special DCTCP ack by Yuchung Cheng · 6 years ago
  28. 8417780 tcp: fix dctcp delayed ACK schedule by Yuchung Cheng · 6 years ago
  29. cc403d5 multicast: do not restore deleted record source filter mode to new one by Hangbin Liu · 6 years ago
  30. 03fbf2b ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull by Willem de Bruijn · 6 years ago
  31. 93d94fe ip: hash fragments consistently by Paolo Abeni · 6 years ago
  32. f08ca4c net/ipv4: Set oif in fib_compute_spec_dst by David Ahern · 6 years ago
  33. 66a7cfa net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort by Lorenzo Colitti · 6 years ago
  34. 79870c6 ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user ns by Tyler Hicks · 6 years ago
  35. 65fb77c tcp: prevent bogus FRTO undos with non-SACK flows by Ilpo Järvinen · 6 years ago
  36. 63253726 tcp: fix Fast Open key endianness by Yuchung Cheng · 6 years ago
  37. 40352e7 netfilter: x_tables: initialise match/target check parameter struct by Florian Westphal · 6 years ago
  38. 58d7ac7 ipv4: Fix error return value in fib_convert_metrics() by Ben Hutchings · 6 years ago
  39. 6caca34 tcp: verify the checksum of the first data segment in a new connection by Frank van der Linden · 6 years ago
  40. 4e43b6a tcp: do not overshoot window_clamp in tcp_rcv_space_adjust() by Eric Dumazet · 7 years ago
  41. 5300a1c net: metrics: add proper netlink validation by Eric Dumazet · 6 years ago
  42. d33ecd2 ipv4: remove warning in ip_recv_error by Willem de Bruijn · 6 years ago
  43. 7966e76 tcp: avoid integer overflows in tcp_rcv_space_adjust() by Eric Dumazet · 7 years ago
  44. 98d69fb Revert "vti4: Don't override MTU passed on link creation via IFLA_MTU" by Greg Kroah-Hartman · 6 years ago
  45. d82309e vti4: Don't override MTU passed on link creation via IFLA_MTU by Stefano Brivio · 6 years ago
  46. 69e6926 vti4: Don't count header length twice on tunnel setup by Stefano Brivio · 6 years ago
  47. d543907 ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu by Sabrina Dubroca · 6 years ago
  48. f981ef6 net/tcp/illinois: replace broken algorithm reference link by Joey Pabalinas · 6 years ago
  49. d805047 tcp_nv: fix potential integer overflow in tcpnv_acked by Gustavo A. R. Silva · 6 years ago
  50. 74a4c09 tcp: purge write queue in tcp_connect_init() by Eric Dumazet · 6 years ago
  51. 2ef22bd net: test tailroom before appending to linear skb by Willem de Bruijn · 6 years ago
  52. 832978f tcp: ignore Fast Open on repair mode by Yuchung Cheng · 6 years ago
  53. a9d361c tcp_bbr: fix to zero idle_restart only upon S/ACKed data by Neal Cardwell · 6 years ago
  54. d664986 ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsg by Andrey Ignatov · 6 years ago
  55. 869f538 tcp: fix TCP_REPAIR_QUEUE bound checking by Eric Dumazet · 6 years ago
  56. e68fb962 soreuseport: initialise timewait reuseport field by Eric Dumazet · 6 years ago
  57. 228ce13 tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established sockets by Eric Dumazet · 6 years ago
  58. f838259 tcp: don't read out-of-bounds opsize by Jann Horn · 6 years ago
  59. 8cba34a route: check sysctl_fib_multipath_use_neigh earlier than hash by Xin Long · 6 years ago
  60. 6cc0290 ip_tunnel: better validate user provided tunnel names by Eric Dumazet · 6 years ago
  61. 24123fd arp: fix arp_filter on l3slave devices by Miguel Fadon Perlines · 6 years ago
  62. 753b04d ipsec: check return value of skb_to_sgvec always by Jason A. Donenfeld · 7 years ago
  63. 71c0b33 tcp: better validation of received ack sequences by Eric Dumazet · 7 years ago
  64. a20049d arp: honour gratuitous ARP _replies_ by Ihar Hrachyshka · 7 years ago
  65. c4eca7e ipmr: vrf: Find VIFs using the actual device by Thomas Winter · 7 years ago
  66. 4d1fc27 netfilter: nf_nat_h323: fix logical-not-parentheses warning by Nick Desaulniers · 7 years ago
  67. 5f02dce net: Only honor ifindex in IP_PKTINFO if non-0 by David Ahern · 6 years ago
  68. 1562f14 net: Fix hlist corruptions in inet_evict_bucket() by Kirill Tkhai · 6 years ago
  69. 5f63431 tcp: remove poll() flakes with FastOpen by Eric Dumazet · 7 years ago
  70. db6a0cb netfilter: x_tables: pack percpu counter allocations by Florian Westphal · 8 years ago
  71. dac4448 netfilter: x_tables: pass xt_counters struct to counter allocator by Florian Westphal · 8 years ago
  72. 61346e2 netfilter: x_tables: pass xt_counters struct instead of packet counter by Florian Westphal · 8 years ago
  73. f506da5 netfilter: add back stackpointer size checks by Florian Westphal · 6 years ago
  74. 45fa661 tcp_bbr: better deal with suboptimal GSO by Eric Dumazet · 6 years ago
  75. 3efb90a tcp: Honor the eor bit in tcp_mtu_probe by Ilya Lesokhin · 6 years ago
  76. 5984901 udplite: fix partial checksum initialization by Alexey Kodanev · 6 years ago
  77. 06f0188 net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68 by Sabrina Dubroca · 6 years ago
  78. def37b7 fib_semantics: Don't match route with mismatching tclassid by Stefano Brivio · 6 years ago
  79. d58d78c netfilter: drop outermost socket lock in getsockopt() by Paolo Abeni · 6 years ago
  80. 4ec264d netfilter: on sockopt() acquire sock lock only in the required scope by Paolo Abeni · 6 years ago
  81. ab2b0f7 netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check() by Dmitry Vyukov · 6 years ago
  82. b980f71 tcp_bbr: fix pacing_gain to always be unity when using lt_bw by Neal Cardwell · 6 years ago
  83. ee46a86 tcp: release sk_frag.page in tcp_disconnect by Li RongQing · 6 years ago
  84. ce43c07 net: igmp: add a missing rcu locking section by Eric Dumazet · 6 years ago
  85. 3110e21 gso: validate gso_type in GSO handlers by Willem de Bruijn · 6 years ago
  86. 260eb69 ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANY by Jim Westfall · 6 years ago
  87. cf67be7 net: tcp: close sock if net namespace is exiting by Dan Streetman · 6 years ago
  88. 0ae1696 net: igmp: fix source address check for IGMPv3 reports by Felix Fietkau · 6 years ago
  89. 8824b2d tcp_bbr: reset long-term bandwidth sampling on loss recovery undo by Neal Cardwell · 7 years ago
  90. 61c51da tcp_bbr: reset full pipe detection on loss recovery undo by Neal Cardwell · 7 years ago
  91. e74fe72 tcp: invalidate rate samples during SACK reneging by Yousuk Seung · 7 years ago
  92. e4f6698 ipv4: Fix use-after-free when flushing FIB tables by Ido Schimmel · 6 years ago
  93. f75f910 net: ipv4: fix for a race condition in raw_sendmsg by Mohamed Ghannam · 7 years ago
  94. 7887a70 tcp md5sig: Use skb's saddr when replying to an incoming segment by Christoph Paasch · 7 years ago
  95. a4bf8ef tcp_bbr: record "full bw reached" decision in new full_bw_reached bit by Neal Cardwell · 7 years ago
  96. 2c1a0b2 net: igmp: Use correct source address on IGMPv3 reports by Kevin Cernekee · 7 years ago
  97. c2f78bf ipv4: igmp: guard against silly MTU values by Eric Dumazet · 7 years ago
  98. acc9672 tcp: fix under-evaluated ssthresh in TCP Vegas by Hoang Tran · 7 years ago
  99. 29c4f51 net: ipconfig: fix ic_close_devs() use-after-free by Mark Rutland · 7 years ago
  100. b5ed572 netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to register by Gao Feng · 7 years ago