Commit Graph

335 Commits (c8de3f1005e8359ea07083e37f3f993646e1adba)

Author SHA1 Message Date
Gerrit Renker 22b71c8f4f tcp/dccp: Consolidate common code for RFC 3390 conversion 15 years ago
Dmitry Popov ba78e2ddca tcp: no md5sig option size check bug 15 years ago
Eric Dumazet 4bc2f18ba4 net/ipv4: EXPORT_SYMBOL cleanups 15 years ago
Changli Gao a3433f35a5 tcp: unify tcp flag macros 15 years ago
Joe Perches 288fcee8b7 net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1 15 years ago
Joe Perches ccbd6a5a4f net: Remove unnecessary semicolons after switch statements 15 years ago
Eric Dumazet f84af32cbc net: ip_queue_rcv_skb() helper 15 years ago
Eric Dumazet b6c6712a42 net: sk_dst_cache RCUification 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Frans Pop b138338056 net: remove trailing space in messages 15 years ago
Lennart Schulte 6830c25b7d tcp: Fix tcp_mark_head_lost() with packets == 0 15 years ago
Andreas Petlund 7e38017557 net: TCP thin dupack 15 years ago
Damian Lukowski 598856407d tcp: fix ICMP-RTO war 15 years ago
David S. Miller bb5b7c1126 tcp: Revert per-route SACK/DSACK/TIMESTAMP changes. 15 years ago
Ilpo Järvinen 77722b177a tcp: fix retrans_stamp advancing in error cases 15 years ago
William Allen Simpson 4957faade1 TCPCT part 1g: Responder Cookie => Initiator 15 years ago
Joe Perches 9d4fb27db9 net/ipv4: Move && and || to end of previous line 15 years ago
William Allen Simpson bee7ca9ec0 net: TCP_MSS_DEFAULT, TCP_MSS_DESIRED 15 years ago
Gilad Ben-Yossef 6a2a2d6bf8 tcp: Use defaults when no route options are available 15 years ago
Gilad Ben-Yossef dc343475ed Allow disabling of DSACK TCP option per route 16 years ago
Gilad Ben-Yossef 345cda2fd6 Allow to turn off TCP window scale opt per route 16 years ago
Gilad Ben-Yossef cda42ebd67 Allow disabling TCP timestamp options per route 16 years ago
Gilad Ben-Yossef 1aba721eba Add the no SACK route option feature 16 years ago
Gilad Ben-Yossef 022c3f7d82 Allow tcp_parse_options to consult dst entry 16 years ago
Andreas Petlund ea84e5555a net: Corrected spelling error heurestics->heuristics 16 years ago
Ilpo Järvinen 0b6a05c1db tcp: fix ssthresh u16 leftover 16 years ago
Damian Lukowski f1ecd5d9e7 Revert Backoff [v3]: Revert RTO on ICMP destination unreachable 16 years ago
Ilpo Järvinen 2df9001edc tcp: fix loop in ofo handling code and reduce its complexity 16 years ago
David S. Miller 915219441d tcp: Use SKB queue and list helpers instead of doing it by-hand. 16 years ago
Satoru SATOH 0c266898b4 tcp: Fix tcp_prequeue() to get correct rto_min value 16 years ago
Ilpo Järvinen 255cac91c3 tcp: extend ECN sysctl to allow server-side only ECN 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