Eric Dumazet
|
b0270e9101
ipv4: add a sock pointer to ip_queue_xmit()
|
11 years ago |
Eric Dumazet
|
a0b8486caf
tcp: tcp_make_synack() minor changes
|
11 years ago |
Peter Pan(潘卫平)
|
cc93fc51f3
tcp: delete unused parameter in tcp_nagle_check()
|
11 years ago |
David S. Miller
|
85dcce7a73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
11 years ago |
Eric Dumazet
|
c3f9b01849
tcp: tcp_release_cb() should release socket ownership
|
11 years ago |
Eric Dumazet
|
431a91242d
tcp: timestamp SYN+DATA messages
|
11 years ago |
Eric Dumazet
|
2196269242
tcp: do not leak non zero tstamp in output packets
|
11 years ago |
David S. Miller
|
f7324acd98
tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent()
|
11 years ago |
David S. Miller
|
67ddc87f16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
11 years ago |
Yuchung Cheng
|
f19c29e3e3
tcp: snmp stats for Fast Open, SYN rtx, and data pkts
|
11 years ago |
Yuchung Cheng
|
c84a57113f
tcp: fix bogus RTT on special retransmission
|
11 years ago |
Eric Dumazet
|
740b0f1841
tcp: switch rtt estimations to usec resolution
|
11 years ago |
Florian Westphal
|
8e165e2034
net: tcp: add mib counters to track zero window transitions
|
11 years ago |
Eric Dumazet
|
9a9bfd032f
net: tcp: use NET_INC_STATS()
|
11 years ago |
Eric Dumazet
|
f5ddcbbb40
net-tcp: fastopen: fix high order allocations
|
11 years ago |
Florian Westphal
|
86c1a04564
tcp: use zero-window when free_space is low
|
11 years ago |
stephen hemminger
|
2045ceaed4
net: remove unnecessary return's
|
11 years ago |
John Ogness
|
bf06200e73
tcp: tsq: fix nonagle handling
|
11 years ago |
Eric Dumazet
|
4a5ab4e224
tcp: remove 1ms offset in srtt computation
|
11 years ago |
stephen hemminger
|
f7e56a76ac
tcp: make local functions static
|
11 years ago |
Eric Dumazet
|
d4589926d7
tcp: refine TSO splits
|
11 years ago |
stephen hemminger
|
8e3bff96af
net: more spelling fixes
|
11 years ago |
Eric Dumazet
|
7b7fc97aa3
tcp: optimize some skb_shinfo(skb) uses
|
11 years ago |
Andrey Vagin
|
dbde497966
tcp: don't update snd_nxt, when a socket is switched from repair mode
|
12 years ago |
Eric Dumazet
|
98e09386c0
tcp: tsq: restore minimal amount of queueing
|
12 years ago |
David S. Miller
|
c3fa32b976
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
12 years ago |
Neal Cardwell
|
675297c904
tcp: remove redundant code in __tcp_retransmit_skb()
|
12 years ago |
Eric Dumazet
|
8f26fb1c1e
tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs()
|
12 years ago |
Eric Dumazet
|
c52e2421f7
tcp: must unclone packets before mangling them
|
12 years ago |
Eric Dumazet
|
ccdbb6e96b
tcp: tcp_transmit_skb() optimizations
|
12 years ago |