Christoph Paasch
|
5924f17a8a
tcp: Fix divide by zero when pushing during tcp-repair
|
11 年之前 |
Kenjiro Nakayama
|
1536e2857b
tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listner
|
11 年之前 |
David S. Miller
|
67ddc87f16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
11 年之前 |
Eric Dumazet
|
740b0f1841
tcp: switch rtt estimations to usec resolution
|
11 年之前 |
Eric Dumazet
|
f5ddcbbb40
net-tcp: fastopen: fix high order allocations
|
11 年之前 |
Eric Dumazet
|
977cb0ecf8
tcp: add pacing_rate information into tcp_info
|
11 年之前 |
Jesper Juhl
|
b10bd54c05
tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 min
|
11 年之前 |
Linus Torvalds
|
4ba9920e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
|
11 年之前 |
Peter Zijlstra
|
1774e9f3e5
sched, net: Clean up preempt_enable_no_resched() abuse
|
11 年之前 |
Eric Dumazet
|
996b175e39
tcp: out_of_order_queue do not use its lock
|
11 年之前 |
Eric Dumazet
|
a181ceb501
tcp: autocork should not hold first packet in write queue
|
11 年之前 |
Eric Dumazet
|
f54b311142
tcp: auto corking
|
11 年之前 |
Linus Torvalds
|
e6d69a60b7
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
|
11 年之前 |
Eric Dumazet
|
98e09386c0
tcp: tsq: restore minimal amount of queueing
|
11 年之前 |
Vinod Koul
|
27bf697083
net: use DMA_COMPLETE for dma completion status
|
11 年之前 |
Eric W. Biederman
|
a4fe34bf90
tcp_memcontrol: Remove the per netns control.
|
11 年之前 |
Eric Dumazet
|
05dbc7b594
tcp/dccp: remove twchain
|
12 年之前 |
David S. Miller
|
06c54055be
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
12 年之前 |
Dave Jones
|
e2e5c4c07c
tcp: Add missing braces to do_tcp_setsockopt
|
12 年之前 |
Eric Dumazet
|
95bd09eb27
tcp: TSO packets automatic sizing
|
12 年之前 |
David S. Miller
|
b05930f5d1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
12 年之前 |
Andrey Vagin
|
7ed5c5ae96
tcp: set timestamps for restored skb-s
|
12 年之前 |
Dmitry Popov
|
c0155b2da4
tcp: Remove unused tcpct declarations and comments
|
12 年之前 |
Eric Dumazet
|
c9bee3b7fd
tcp: TCP_NOTSENT_LOWAT socket option
|
12 年之前 |
Eric Dumazet
|
64dc61306c
net: add sk_stream_is_writeable() helper
|
12 年之前 |
Eliezer Tamir
|
076bb0c82a
net: rename include/net/ll_poll.h to include/net/busy_poll.h
|
12 年之前 |
Eliezer Tamir
|
cbf55001b2
net: rename low latency sockets functions to busy poll
|
12 年之前 |
Eliezer Tamir
|
d30e383bb8
tcp: add low latency socket poll support.
|
12 年之前 |
Daniel Borkmann
|
28850dc7c7
net: tcp: move GRO/GSO functions to tcp_offload
|
12 年之前 |
Daniel Borkmann
|
5ee9859157
net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segment
|
12 年之前 |