1. 4077ddb ip: process in-order fragments efficiently by Peter Oskolkov · 6 years ago
  2. e9e4ac4 ip: add helpers to process in-order fragments faster. by Peter Oskolkov · 6 years ago
  3. 1004395 ip: use rb trees for IP frag queue. by Peter Oskolkov · 6 years ago
  4. b475cf3 net: add rb_to_skb() and other rb tree helpers by Eric Dumazet · 6 years ago
  5. 82f36cb ip: discard IPv4 datagrams with overlapping segments. by Peter Oskolkov · 6 years ago
  6. d838486 inet: frags: fix ip6frag_low_thresh boundary by Eric Dumazet · 6 years ago
  7. 7a87ec9 inet: frags: do not clone skb in ip_expire() by Eric Dumazet · 6 years ago
  8. 7f61706 inet: frags: break the 2GB limit for frags storage by Eric Dumazet · 6 years ago
  9. 965e2ad inet: frags: remove inet_frag_maybe_warn_overflow() by Eric Dumazet · 6 years ago
  10. 49106f3 inet: frags: get rif of inet_frag_evicting() by Eric Dumazet · 6 years ago
  11. ea7496f inet: frags: remove some helpers by Eric Dumazet · 6 years ago
  12. 23ce9c5 inet: frags: use rhashtables for reassembly units by Eric Dumazet · 6 years ago
  13. bbf6d86 inet: frags: refactor ipfrag_init() by Eric Dumazet · 6 years ago
  14. 2ffb1c3 inet: frags: add a pointer to struct netns_frags by Eric Dumazet · 6 years ago
  15. 7fca771 inet: frags: change inet_frags_init_net() return value by Eric Dumazet · 6 years ago
  16. 6b2f36b inet: make sure to grab rcu_read_lock before using ireq->ireq_opt by Eric Dumazet · 6 years ago
  17. 4cded0a tcp/dccp: fix lockdep issue when SYN is backlogged by Eric Dumazet · 6 years ago
  18. 8d59c3a net: ipv4: update fnhe_pmtu when first hop's MTU changes by Sabrina Dubroca · 6 years ago
  19. c476a44 ipv4: fix use-after-free in ip_cmsg_recv_dstaddr() by Eric Dumazet · 6 years ago
  20. 2b7b2c4 ip_tunnel: be careful when accessing the inner header by Paolo Abeni · 6 years ago
  21. e2290bd Merge android-4.9.116 (52be322) into msm-4.9 by Minming Qi · 6 years ago
  22. 56b08f8 Merge android-4.9.115 (e6f9a8a) into msm-4.9 by Minming Qi · 6 years ago
  23. 1c7637c Merge 4.9.130 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  24. a8f8d5e udp4: fix IP_CMSG_CHECKSUM for connected sockets by Paolo Abeni · 6 years ago
  25. 2b797b6 gso_segment: Reset skb->mac_len after modifying network header by Toke Høiland-Jørgensen · 6 years ago
  26. f56989b Merge android-4.9.114 (dbcb748) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  27. 0422a21 Merge android-4.9.113 (7f6f94c) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  28. be4935d Merge 4.9.127 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  29. 33d2811 tcp: Revert "tcp: tcp_probe: use spin_lock_bh()" by Eric Dumazet · 7 years ago
  30. fe55bef tcp: do not restart timewait timer on rst reception by Florian Westphal · 6 years ago
  31. e801b69 ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT state by Eric Dumazet · 6 years ago
  32. a925dfb Merge 4.9.125 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  33. e8e519f Cipso: cipso_v4_optptr enter infinite loop by yujuan.qi · 7 years ago
  34. 6a1b592 Merge 4.9.124 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  35. e63303e tcp: identify cryptic messages as TCP seq # bugs by Randy Dunlap · 6 years ago
  36. d4efb85 tcp: remove DELAYED ACK events in DCTCP by Yuchung Cheng · 6 years ago
  37. 894b753 netfilter: x_tables: set module owner for icmp(6) matches by Florian Westphal · 6 years ago
  38. 92e8704 Merge 4.9.119 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  39. 36ee106 tcp: add tcp_ooo_try_coalesce() helper by Eric Dumazet · 6 years ago
  40. 47b77b8 Merge 4.9.118 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  41. 1722cc2 tcp: detect malicious patterns in tcp_collapse_ofo_queue() by Eric Dumazet · 6 years ago
  42. b1c8954 tcp: avoid collapses in tcp_prune_queue() if possible by Eric Dumazet · 6 years ago
  43. 02324a2 tcp: free batches of packets in tcp_prune_ofo_queue() by Eric Dumazet · 6 years ago
  44. d59dcdf ipv4: frags: handle possible skb truesize change by Eric Dumazet · 6 years ago
  45. c5282a0 inet: frag: enforce memory limits earlier by Eric Dumazet · 6 years ago
  46. 019ea51 tcp: add one more quick ack after after ECN events by Eric Dumazet · 6 years ago
  47. 095ab5f4 tcp: refactor tcp_ecn_check_ce to remove sk type cast by Yousuk Seung · 6 years ago
  48. 65d986c tcp: do not aggressively quick ack after ECN events by Eric Dumazet · 6 years ago
  49. 90cf17d tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode by Eric Dumazet · 6 years ago
  50. 8ca41e4 tcp: do not force quickack when receiving out-of-order packets by Eric Dumazet · 6 years ago
  51. b3e349f tcp_bbr: fix bw probing to raise in-flight data for very small BDPs by Neal Cardwell · 6 years ago
  52. e364f1a ipv4: remove BUG_ON() from fib_compute_spec_dst by Lorenzo Bianconi · 6 years ago
  53. 8b21e85 Merge 4.9.117 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  54. 34447a6 ipconfig: Correctly initialise ic_nameservers by Chris Novakovic · 6 years ago
  55. 52be322 Merge 4.9.116 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  56. e6f9a8a Merge 4.9.115 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  57. dbcb748 Merge 4.9.114 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  58. 94623c7 tcp: call tcp_drop() from tcp_data_queue_ofo() by Eric Dumazet · 6 years ago
  59. a878681 tcp: detect malicious patterns in tcp_collapse_ofo_queue() by Eric Dumazet · 6 years ago
  60. fdf258e tcp: avoid collapses in tcp_prune_queue() if possible by Eric Dumazet · 6 years ago
  61. 2d08921 tcp: free batches of packets in tcp_prune_ofo_queue() by Eric Dumazet · 6 years ago
  62. 8736711 tcp: do not delay ACK in DCTCP upon CE status change by Yuchung Cheng · 6 years ago
  63. 57ec882 tcp: do not cancel delay-AcK on DCTCP special ACK by Yuchung Cheng · 6 years ago
  64. 1fcccc5 tcp: helpers to send special DCTCP ack by Yuchung Cheng · 6 years ago
  65. 8417780 tcp: fix dctcp delayed ACK schedule by Yuchung Cheng · 6 years ago
  66. cc403d5 multicast: do not restore deleted record source filter mode to new one by Hangbin Liu · 6 years ago
  67. 03fbf2b ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull by Willem de Bruijn · 6 years ago
  68. 93d94fe ip: hash fragments consistently by Paolo Abeni · 6 years ago
  69. 34912e6 tcp: detect malicious patterns in tcp_collapse_ofo_queue() by Eric Dumazet · 6 years ago
  70. 8e71920 tcp: avoid collapses in tcp_prune_queue() if possible by Eric Dumazet · 6 years ago
  71. 2b4dbcd tcp: free batches of packets in tcp_prune_ofo_queue() by Eric Dumazet · 6 years ago
  72. f08ca4c net/ipv4: Set oif in fib_compute_spec_dst by David Ahern · 6 years ago
  73. 66a7cfa net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort by Lorenzo Colitti · 6 years ago
  74. 79870c6 ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user ns by Tyler Hicks · 6 years ago
  75. 65fb77c tcp: prevent bogus FRTO undos with non-SACK flows by Ilpo Järvinen · 6 years ago
  76. 63253726 tcp: fix Fast Open key endianness by Yuchung Cheng · 6 years ago
  77. 7f6f94c Merge 4.9.113 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  78. 40352e7 netfilter: x_tables: initialise match/target check parameter struct by Florian Westphal · 6 years ago
  79. 68a56a7 Merge android-4.9.112 (9e79039) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  80. 9e79039 Merge 4.9.112 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  81. 58d7ac7 ipv4: Fix error return value in fib_convert_metrics() by Ben Hutchings · 6 years ago
  82. a237e18 Merge android-4.9.110 (00a0bcb) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  83. 80f55ac Merge android-4.9.108 (b7d377b) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  84. 00a0bcb Merge 4.9.110 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  85. 6caca34 tcp: verify the checksum of the first data segment in a new connection by Frank van der Linden · 6 years ago
  86. 4e43b6a tcp: do not overshoot window_clamp in tcp_rcv_space_adjust() by Eric Dumazet · 7 years ago
  87. 40834dd Merge android-4.9.105 (859e0a8) into msm-4.9 by Blagovest Kolenichev · 6 years ago
  88. b7d377b Merge 4.9.108 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  89. 5300a1c net: metrics: add proper netlink validation by Eric Dumazet · 6 years ago
  90. d33ecd2 ipv4: remove warning in ip_recv_error by Willem de Bruijn · 6 years ago
  91. 42a730a Merge 4.9.107 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  92. 7966e76 tcp: avoid integer overflows in tcp_rcv_space_adjust() by Eric Dumazet · 7 years ago
  93. 98d69fb Revert "vti4: Don't override MTU passed on link creation via IFLA_MTU" by Greg Kroah-Hartman · 6 years ago
  94. 135beb9 Revert "vti4: Don't override MTU passed on link creation via IFLA_MTU" by Greg Kroah-Hartman · 6 years ago
  95. 9797dcb Merge 4.9.104 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  96. d82309e vti4: Don't override MTU passed on link creation via IFLA_MTU by Stefano Brivio · 6 years ago
  97. 69e6926 vti4: Don't count header length twice on tunnel setup by Stefano Brivio · 6 years ago
  98. d543907 ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu by Sabrina Dubroca · 6 years ago
  99. f981ef6 net/tcp/illinois: replace broken algorithm reference link by Joey Pabalinas · 6 years ago
  100. d805047 tcp_nv: fix potential integer overflow in tcpnv_acked by Gustavo A. R. Silva · 6 years ago