Commit Graph

286 Commits (35ebf65e851c6d9731abc6362b189858eb59f4d3)

Author SHA1 Message Date
Eric Dumazet 4aea39c11c tcp: tcp_make_synack() consumes dst parameter 13 years ago
Eric Dumazet 90ba9b1986 tcp: tcp_make_synack() can use alloc_skb() 13 years ago
Eric Dumazet a2a385d627 tcp: bool conversions 13 years ago
Joe Perches 91df42bedc net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug 13 years ago
Joe Perches e87cc4728f net: Convert net_ratelimit uses to net_<level>_ratelimited 13 years ago
Yuchung Cheng 750ea2bafa tcp: early retransmit: delayed fast retransmit 13 years ago
Eric Dumazet 6746960140 ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizing 13 years ago
Pavel Emelyanov c0e88ff0f2 tcp: Repair socket queues 13 years ago
Pavel Emelyanov ee9952831c tcp: Initial repair mode 13 years ago
Pavel Emelyanov 370816aef0 tcp: Move code around 13 years ago
Eric Dumazet 22b4a4f22d tcp: fix retransmit of partially acked frames 13 years ago
Eric Dumazet 95c9617472 net: cleanup unsigned to unsigned int 13 years ago
Eric Dumazet a21d45726a tcp: avoid order-1 allocations on wifi and tx path 13 years ago
Neal Cardwell 5b35e1e6e9 tcp: fix tcp_trim_head() to adjust segment count with skb MSS 13 years ago
Eric Dumazet 09e9b813d3 tcp: add LINUX_MIB_TCPRETRANSFAIL counter 13 years ago
Glauber Costa 180d8cd942 foundations of per-cgroup memory pressure controlling. 13 years ago
Eric Dumazet 4fa48bf3c7 tcp: fix tcp_trim_head() 13 years ago
Eric Dumazet 117632e64d tcp: take care of misalignments 13 years ago
Neal Cardwell 6b5a5c0dbb tcp: do not scale TSO segment size with reordering degree 13 years ago
Feng King 6d67e9beb6 tcp: Fix comments for Nagle algorithm 13 years ago
Eric Dumazet cf533ea53e tcp: add const qualifiers where possible 13 years ago
Eric Dumazet 9e903e0852 net: add skb frag size accessors 14 years ago
Eric Dumazet 4de075e043 tcp: rename tcp_skb_cb flags 14 years ago
Nandita Dukkipati a262f0cdf1 Proportional Rate Reduction for TCP. 14 years ago
Ian Campbell aff65da0f1 net: ipv4: convert to SKB frag APIs 14 years ago
David S. Miller d9d8da805d inet: Pass flowi to ->queue_xmit(). 14 years ago
Ilpo Järvinen 2fceec1337 tcp: len check is unnecessarily devastating, change to WARN_ON 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Yuchung Cheng c24f691b56 tcp: undo_retrans counter fixes 14 years ago
Nandita Dukkipati 356f039822 TCP: increase default initial receive window. 14 years ago
David S. Miller 0dbaee3b37 net: Abstract default ADVMSS behind an accessor. 14 years ago
Eric Dumazet f19872575f tcp: protect sysctl_tcp_cookie_size reads 14 years ago
Eric Dumazet ad9f4f50fe tcp: avoid a possible divide by zero 14 years ago
Nandita Dukkipati b1afde60f2 tcp: Bug fix in initialization of receive window. 14 years ago
Shan Wei 97b1ce25e8 tcp: use TCP_BASE_MSS to set basic mss value 14 years ago
Tom Herbert 3853b5841c xps: Improvements in TX queue selection 14 years ago
Eric Paris ee58681195 network: tcp_connect should return certain errors up the stack 14 years ago
Uwe Kleine-König b595076a18 tree-wide: fix comment/printk typos 14 years ago
Eric Dumazet a02cec2155 net: return operator cleanup 15 years ago
Gerrit Renker 0705c6f0e2 tcp: update also tcp_output with regard to RFC 5681 15 years ago
Hagen Paul Pfeifer e88c64f0a4 tcp: allow effective reduction of TCP's rcv-buffer via setsockopt 15 years ago
Ilpo Järvinen 45e77d3145 tcp: fix crash in tcp_xmit_retransmit_queue 15 years ago
Eric Dumazet 4bc2f18ba4 net/ipv4: EXPORT_SYMBOL cleanups 15 years ago
Eric Dumazet c4ead4c595 tcp: tso_fragment() might avoid GFP_ATOMIC 15 years ago
Changli Gao a3433f35a5 tcp: unify tcp flag macros 15 years ago
Eric Dumazet de213e5eed tcp: tcp_synack_options() fix 15 years ago
Eric Dumazet a465419b1f net: Introduce sk_route_nocaps 15 years ago
Tom Herbert aa2ea0586d tcp: fix outsegs stat for TSO segments 15 years ago
Eric Dumazet 0eae88f31c net: Fix various endianness glitches 15 years ago
Shan Wei 4e15ed4d93 net: replace ipfragok with skb->local_df 15 years ago