Commit Graph

51518 Commits (57effc70a5be9f7804e9a99964eb7265367effca)
 

Author SHA1 Message Date
Stephen Hemminger 43e683926f [TCP] TCP Yeah: cleanup 18 years ago
Stephen Hemminger c5f5877c04 [TCP] tcp_cubic: faster cube root 18 years ago
YOSHIFUJI Hideaki 8570419fb7 [ATM] ENI: Convert to struct timeval to ktime_t. 18 years ago
David S. Miller fc910a2783 [NETLINK]: Limit NLMSG_GOODSIZE to 8K. 18 years ago
YOSHIFUJI Hideaki ca04356939 [IPV6] ADDRCONF: Fix possible inet6_ifaddr leakage with CONFIG_OPTIMISTIC_DAD. 18 years ago
Neil Horman 95c385b4d5 [IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support. 18 years ago
Yasuyuki Kozakai 502b093569 [IPV6] IP6TUNNEL: Enable to control the handled inner protocol. 18 years ago
Yasuyuki Kozakai 3144581cb0 [IPV6] IP6TUNNEL: Rename functions ip6ip6_* to ip6_tnl_*. 18 years ago
Yasuyuki Kozakai c4d3efafcc [IPV6] IP6TUNNEL: Add support to IPv4 over IPv6 tunnel. 18 years ago
Yasuyuki Kozakai 61ec2aec28 [IPV6] IP6TUNNEL: Split out generic routine in ip6ip6_xmit(). 18 years ago
Yasuyuki Kozakai 8359925be8 [IPV6] IP6TUNNEL: Split out generic routine in ip6ip6_rcv(). 18 years ago
Yasuyuki Kozakai e490d1d85c [IPV6] IP6TUNNEL: Split out generic routine in ip6ip6_err(). 18 years ago
YOSHIFUJI Hideaki 7159039a12 [IPV6]: Decentralize EXPORT_SYMBOLs. 18 years ago
David S. Miller b558ff7999 [NETLINK]: Mirror UDP MSG_TRUNC semantics. 18 years ago
Eric Dumazet b7aa0bf70c [NET]: convert network timestamps to ktime_t 18 years ago
Stephen Hemminger 3927f2e8f9 [NET]: div64_64 consolidate (rev3) 18 years ago
James Morris 9d729f72dc [NET]: Convert xtime.tv_sec to get_seconds() 18 years ago
Stephen Hemminger 39df232f1a [PKTGEN]: fix device name handling 18 years ago
Stephen Hemminger d5f1ce9a5e [PKTGEN]: don't use __constant_htonl() 18 years ago
Stephen Hemminger 5fa6fc76f5 [PKTGEN]: use random32 18 years ago
Stephen Hemminger 25c4e53a4c [PKTGEN]: use pr_debug 18 years ago
Eric Dumazet fa438ccfdf [NET]: Keep sk_backlog near sk_lock 18 years ago
Ilpo Järvinen e317f6f69c [TCP]: FRTO undo response falls back to ratehalving one if ECEd 18 years ago
Ilpo Järvinen e01f9d7793 [TCP]: Complete icsk-to-local-variable change (in tcp_enter_cwr) 18 years ago
Ilpo Järvinen 89808060b7 [TCP] Sysctl documentation: tcp_frto_response 18 years ago
Ilpo Järvinen 3cfe3baaf0 [TCP]: Add two new spurious RTO responses to FRTO 18 years ago
Ilpo Järvinen c5e7af0df5 [TCP]: Correct reordering detection change (no FRTO case) 18 years ago
David S. Miller e0ef57cc56 [TCP]: Make snd_cwnd_clamp a u32. 18 years ago
Eric Dumazet 54287cc178 [TCP]: Keep copied_seq, rcv_wup and rcv_next together. 18 years ago
Ilpo Järvinen cf4c6bf83d [TCP]: struct *sock argument renamed: sp -> sk 18 years ago
John Heffner 886236c124 [TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_ssthresh. 18 years ago
Angelo P. Castellani 5ef814753e [TCP] YeAH-TCP: algorithm implementation 18 years ago
Ilpo Järvinen 127af0c44f [TCP] FRTO: Sysctl documentation for SACK enhanced version 18 years ago
Ilpo Järvinen 4dc2665e36 [TCP]: SACK enhanced FRTO 18 years ago
Ilpo Järvinen 288035f915 [TCP]: Prevent reordering adjustments during FRTO 18 years ago
Ilpo Järvinen 66e93e45c0 [TCP] FRTO: Fake cwnd for ssthresh callback 18 years ago
Ilpo Järvinen d1a54c6a0a [TCP] FRTO: Reverse RETRANS bit clearing logic 18 years ago
Ilpo Järvinen 46d0de4ed9 [TCP] FRTO: Entry is allowed only during (New)Reno like recovery 18 years ago
Ilpo Järvinen 7c9a4a5b67 [TCP]: Prevent unrelated cwnd adjustment while using FRTO 18 years ago
Ilpo Järvinen 94d0ea7786 [TCP] FRTO: frto_counter modulo-op converted to two assignments 18 years ago
Ilpo Järvinen 52c63f1e86 [TCP]: Don't enter to fast recovery while using FRTO 18 years ago
Ilpo Järvinen aa8b6a7ad1 [TCP] FRTO: Response should reset also snd_cwnd_cnt 18 years ago
Ilpo Järvinen 95c4922bf9 [TCP] FRTO: fixes fallback to conventional recovery 18 years ago
Ilpo Järvinen 6408d206c7 [TCP] FRTO: Ignore some uninteresting ACKs 18 years ago
Ilpo Järvinen 7b0eb22b1d [TCP] FRTO: Use Disorder state during operation instead of Open 18 years ago
Ilpo Järvinen 7487c48c4f [TCP] FRTO: Consecutive RTOs keep prior_ssthresh and ssthresh 18 years ago
Ilpo Järvinen 30935cf4f9 [TCP] FRTO: Comment cleanup & improvement 18 years ago
Ilpo Järvinen bdaae17da8 [TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.c 18 years ago
Ilpo Järvinen 9ead9a1d38 [TCP] FRTO: Separated response from FRTO detection algorithm 18 years ago
Ilpo Järvinen 522e7548a9 [TCP] FRTO: Incorrectly clears TCPCB_EVER_RETRANS bit 18 years ago