Commit History

Author SHA1 Message Date
  Eric Dumazet b3d051477c tcp: do not mess with listener sk_wmem_alloc 9 years ago
  Eric Dumazet 9caad86415 tcp: increment sk_drops for listeners 9 years ago
  Eric Dumazet 532182cd61 tcp: increment sk_drops for dropped rx packets 9 years ago
  Soheil Hassas Yeganeh 6b084928ba tcp: use one bit in TCP_SKB_CB to mark ACK timestamps 9 years ago
  Yuchung Cheng 2349262397 tcp: remove cwnd moderation after recovery 9 years ago
  David S. Miller b633353115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 9 years ago
  Eric Dumazet 372022830b tcp: do not set rtt_min to 1 9 years ago
  Nikolay Borisov 1043e25ff9 ipv4: Namespaceify tcp reordering sysctl knob 9 years ago
  Nikolay Borisov 12ed8244ed ipv4: Namespaceify tcp syncookies sysctl knob 9 years ago
  Yuchung Cheng d452e6caf8 tcp: tcp_cong_control helper 9 years ago
  Yuchung Cheng 2d14a4def4 tcp: make congestion control more robust against reordering 9 years ago
  Yuchung Cheng 3ebd887105 tcp: refactor pkts acked accounting 9 years ago
  Yuchung Cheng ddf1af6fa0 tcp: new delivery accounting 9 years ago
  Yuchung Cheng 31ba0c1072 tcp: move cwnd reduction after recovery state procesing 9 years ago
  Yuchung Cheng e662ca40de tcp: retransmit after recovery processing and congestion control 9 years ago
  Eric Dumazet e3e17b773b tcp: fastopen: call tcp_fin() if FIN present in SYNACK 9 years ago
  Eric Dumazet 61d2bcae99 tcp: fastopen: accept data/FIN present in SYNACK message 9 years ago
  Yuchung Cheng 99b4dd9f24 tcp: avoid cwnd undo after receiving ECN 9 years ago
  Neal Cardwell d88270eef4 tcp: fix tcp_mark_head_lost to check skb len before fragmenting 9 years ago
  David S. Miller 9e0efaf6b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 9 years ago
  Yuchung Cheng 8b8a321ff7 tcp: fix zero cwnd in tcp_cwnd_reduction 9 years ago
  David Ahern 6dd9a14e92 net: Allow accepted sockets to be bound to l3mdev domain 9 years ago
  Eric Dumazet 142a2e7ece tcp: initialize tp->copied_seq in case of cross SYN connection 9 years ago
  Eric Dumazet 5d4c9bfbab tcp: fix potential huge kmalloc() calls in TCP_REPAIR 9 years ago
  Yuchung Cheng 4f41b1c58a tcp: use RACK to detect losses 9 years ago
  Yuchung Cheng 659a8ad56f tcp: track the packet timings in RACK 9 years ago
  Yuchung Cheng 77c631273d tcp: add tcp_tsopt_ecr_before helper 9 years ago
  Yuchung Cheng af82f4e848 tcp: remove tcp_mark_lost_retrans() 9 years ago
  Yuchung Cheng f672258391 tcp: track min RTT using windowed min-filter 9 years ago
  Yuchung Cheng 9e45a3e36b tcp: apply Kern's check on RTTs used for congestion control 9 years ago