Commit Graph

303 Commits (dda54f4b872512eba484c38631bd6ae5b5716f41)

Author SHA1 Message Date
Satoru SATOH 0c266898b4 tcp: Fix tcp_prequeue() to get correct rto_min value 16 years ago
Ilpo Järvinen 86bcebafc5 tcp: fix >2 iw selection 16 years ago
John Dykstra 96e0bf4b51 tcp: Discard segments that ack data not yet sent 16 years ago
Ilpo Järvinen a0bffffc14 net/*: use linux/kernel.h swap() 16 years ago
Ilpo Järvinen 0c54b85f28 tcp: simplify tcp_current_mss 16 years ago
Ilpo Järvinen 72211e9050 tcp: don't check mtu probe completion in the loop 16 years ago
Ilpo Järvinen c887e6d2d9 tcp: consolidate paws check 16 years ago
Ilpo Järvinen c43d558a51 tcp: kill dead end_seq variable in clean_rtx_queue 16 years ago
Ilpo Järvinen 5861f8e58d tcp: remove pointless .dsack/.num_sacks code 16 years ago
Hantzis Fotis ee7537b63a tcp: tcp_init_wl / tcp_update_wl argument cleanup 16 years ago
Ilpo Järvinen cabeccbd17 tcp: kill eff_sacks "cache", the sole user can calculate itself 16 years ago
Ilpo Järvinen 7363a5b233 tcp: separate timeout marking loop to it's own function 16 years ago
Ilpo Järvinen d0af4160d1 tcp: remove redundant code from tcp_mark_lost_retrans 16 years ago
Ilpo Järvinen 59a08cba6a tcp: fix lost_cnt_hint miscounts 16 years ago
Ilpo Järvinen 9ec06ff57a tcp: fix retrans_out leaks 16 years ago
Dan Williams f67b459992 net_dma: convert to dma_find_channel 16 years ago
Ilpo Järvinen 41834b7332 tcp: share code through function, not through copy-paste. :-) 16 years ago
Ilpo Järvinen ee6aac5950 tcp: drop tcp_bound_rto, merge content of it tcp_set_rto 16 years ago
Ilpo Järvinen 50133161a8 tcp: no need to pass prev skb around, reduces arg pressure 16 years ago
Ilpo Järvinen a1197f5a6f tcp: introduce struct tcp_sacktag_state to reduce arg pressure 16 years ago
Ilpo Järvinen 775ffabf77 tcp: make mtu probe failure to not break gso'ed skbs unnecessarily 16 years ago
Ilpo Järvinen 9969ca5f20 tcp: Fix thinko making the not-shiftable to cover S|R as well 16 years ago
Ilpo Järvinen f0bc52f38b tcp: force mss equality with the next skb too. 16 years ago
Ilpo Järvinen 8eecaba900 tcp: tcp_limit_reno_sacked can become static 16 years ago
Ilpo Järvinen 111cc8b913 tcp: add some mibs to track collapsing 16 years ago
Ilpo Järvinen 92ee76b6d9 tcp: Make shifting not clear the hints 16 years ago
Ilpo Järvinen 832d11c5cd tcp: Try to restore large SKBs while SACK processing 16 years ago
Ilpo Järvinen f58b22fd3c tcp: make tcp_sacktag_one able to handle partial skb too 16 years ago
Ilpo Järvinen adb92db857 tcp: Make SACK code to split only at mss boundaries 16 years ago
Ilpo Järvinen e8bae275d9 tcp: more aggressive skipping 16 years ago
Ilpo Järvinen e1aa680fa4 tcp: move tcp_simple_retransmit to tcp_input 16 years ago
Harvey Harrison 673d57e723 net: replace NIPQUAD() in net/ipv4/ net/ipv6/ 16 years ago
Harvey Harrison 5b095d9892 net: replace %p6 with %pI6 16 years ago
Harvey Harrison 0c6ce78abf net: replace uses of NIP6_FMT with %p6 16 years ago
Ali Saidi 53240c2087 tcp: Fix possible double-ack w/ user dma 17 years ago
Ilpo Järvinen 4a7e56098f tcp: cleanup messy initializer 17 years ago
Ilpo Järvinen 33f5f57eeb tcp: kill pointless urg_mode 17 years ago
David S. Miller 28e3487b7d tcp: Fix queue traversal in tcp_use_frto(). 17 years ago
David S. Miller 43f59c8939 net: Remove __skb_insert() calls outside of skbuff internals. 17 years ago
Ilpo Järvinen 90638a04ad tcp: don't clear lost_skb_hint when not necessary 17 years ago
Ilpo Järvinen ef9da47c7c tcp: don't clear retransmit_skb_hint when not necessary 17 years ago
Ilpo Järvinen 184d68b2b0 tcp: No need to clear retransmit_skb_hint when SACKing 17 years ago
Ilpo Järvinen f09142eddb tcp: Kill precaution that's very likely obsolete 17 years ago
Ilpo Järvinen 006f582c73 tcp: convert retransmit_cnt_hint to seqno 17 years ago
Ilpo Järvinen 41ea36e35a tcp: add helper for lost bit toggling 17 years ago
Ilpo Järvinen c8c213f20c tcp: move tcp_verify_retransmit_hint 17 years ago
Ilpo Järvinen 64edc2736e tcp: Partial hint clearing has again become meaningless 17 years ago
Gerrit Renker 410e27a49b This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp" 17 years ago
Gerrit Renker 6224877b2c tcp/dccp: Consolidate common code for RFC 3390 conversion 17 years ago
Ilpo Järvinen a4356b2920 tcp: Add tcp_parse_aligned_timestamp 17 years ago