Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
35c265e008b2c4e56765f07d47750d13f95a55c1
/
net
/
ipv4
/
tcp.c
9d186ca
tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)
by Andrey Vagin
· 10 years ago
f066e2b
net-timestamp: cumulative tcp timestamping fixes
by Willem de Bruijn
· 10 years ago
4ed2d76
net-timestamp: TCP timestamping
by Willem de Bruijn
· 10 years ago
5924f17
tcp: Fix divide by zero when pushing during tcp-repair
by Christoph Paasch
· 10 years ago
1536e28
tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listner
by Kenjiro Nakayama
· 11 years ago
67ddc87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
740b0f1
tcp: switch rtt estimations to usec resolution
by Eric Dumazet
· 11 years ago
f5ddcbb
net-tcp: fastopen: fix high order allocations
by Eric Dumazet
· 11 years ago
977cb0e
tcp: add pacing_rate information into tcp_info
by Eric Dumazet
· 11 years ago
b10bd54
tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 min
by Jesper Juhl
· 11 years ago
4ba9920
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
1774e9f
sched, net: Clean up preempt_enable_no_resched() abuse
by Peter Zijlstra
· 11 years ago
996b175
tcp: out_of_order_queue do not use its lock
by Eric Dumazet
· 11 years ago
a181ceb
tcp: autocork should not hold first packet in write queue
by Eric Dumazet
· 11 years ago
f54b311
tcp: auto corking
by Eric Dumazet
· 11 years ago
e6d69a6
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 11 years ago
98e0938
tcp: tsq: restore minimal amount of queueing
by Eric Dumazet
· 11 years ago
27bf697
net: use DMA_COMPLETE for dma completion status
by Vinod Koul
· 11 years ago
a4fe34b
tcp_memcontrol: Remove the per netns control.
by Eric W. Biederman
· 11 years ago
05dbc7b
tcp/dccp: remove twchain
by Eric Dumazet
· 11 years ago
06c5405
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
e2e5c4c
tcp: Add missing braces to do_tcp_setsockopt
by Dave Jones
· 11 years ago
95bd09e
tcp: TSO packets automatic sizing
by Eric Dumazet
· 11 years ago
b05930f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
7ed5c5a
tcp: set timestamps for restored skb-s
by Andrey Vagin
· 11 years ago
c0155b2
tcp: Remove unused tcpct declarations and comments
by Dmitry Popov
· 11 years ago
c9bee3b7
tcp: TCP_NOTSENT_LOWAT socket option
by Eric Dumazet
· 11 years ago
64dc613
net: add sk_stream_is_writeable() helper
by Eric Dumazet
· 11 years ago
076bb0c
net: rename include/net/ll_poll.h to include/net/busy_poll.h
by Eliezer Tamir
· 11 years ago
cbf5500
net: rename low latency sockets functions to busy poll
by Eliezer Tamir
· 11 years ago
d30e383
tcp: add low latency socket poll support.
by Eliezer Tamir
· 11 years ago
28850dc
net: tcp: move GRO/GSO functions to tcp_offload
by Daniel Borkmann
· 11 years ago
5ee9859
net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segment
by Daniel Borkmann
· 11 years ago
c3f1dba
net: Update RFS target at poll for tcp/udp
by David Majnemer
· 11 years ago
f7c0c2a
ipv4: Correct comparisons and calculations using skb->tail and skb-transport_header
by Simon Horman
· 11 years ago
0d89d20
MPLS: Add limited GSO support
by Simon Horman
· 11 years ago
e6ff4c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
71cea17
tcp: md5: remove spinlock usage in fast path
by Eric Dumazet
· 11 years ago
6ff50cd
tcp: gso: do not generate out of order packets
by Eric Dumazet
· 11 years ago
54d27fc
tcp: fix tcp_md5_hash_skb_data()
by Eric Dumazet
· 11 years ago
bece1b9
tcp: tcp_tso_segment() small optimization
by Eric Dumazet
· 12 years ago
d6a4a10
tcp: GSO should be TSQ friendly
by Eric Dumazet
· 12 years ago
6181659
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
1a2c618
tcp: Remove TCPCT
by Christoph Paasch
· 12 years ago
16fad69
tcp: fix skb_availroom()
by Eric Dumazet
· 12 years ago
7313626
tunneling: Add generic Tunnel segmentation.
by Pravin B Shelar
· 12 years ago
5115f3c
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 12 years ago
68c3316
v4 GRE: Add TCP segmentation offload for GRE
by Pravin B Shelar
· 12 years ago
c9af6db
net: Fix possible wrong checksum generation.
by Pravin B Shelar
· 12 years ago
93be6ce
tcp: set and get per-socket timestamp
by Andrey Vagin
· 12 years ago
ceaa1fe
tcp: adding a per-socket timestamp offset
by Andrey Vagin
· 12 years ago
ca2eb56
tcp: remove Appropriate Byte Count support
by Stephen Hemminger
· 12 years ago
cef401d
net: fix possible wrong checksum generation
by Eric Dumazet
· 12 years ago
50c3a48
ipv4: Use IS_ERR_OR_NULL().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
f26845b
tcp: fix splice() and tcp collapsing interaction
by Eric Dumazet
· 12 years ago
ff905b1
tcp: splice: fix an infinite loop in tcp_read_sock()
by Eric Dumazet
· 12 years ago
e239345f
dmaengine: remove dma_async_memcpy_complete() macro
by Bartlomiej Zolnierkiewicz
· 12 years ago
b9ee868
dmaengine: remove dma_async_memcpy_pending() macro
by Bartlomiej Zolnierkiewicz
· 12 years ago
6be35c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
02275a2
tcp: don't abort splice() after small transfers
by Willy Tarreau
· 12 years ago
64022d0
tcp: fix crashes in do_tcp_sendpages()
by Eric Dumazet
· 12 years ago
fd90b29
tcp: change default tcp hash size
by Eric Dumazet
· 12 years ago
52e804c
net: Allow userns root to control ipv4
by Eric W. Biederman
· 12 years ago
67f4efd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
ec34232
tcp: fix retransmission in repair mode
by Andrew Vagin
· 12 years ago
d4185bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
6f73601
tcp: add SYN/data info to TCP_INFO
by Yuchung Cheng
· 12 years ago
0e71c55
tcp: speedup SIOCINQ ioctl
by Eric Dumazet
· 12 years ago
a3374c4
tcp: fix FIONREAD/SIOCINQ
by Eric Dumazet
· 12 years ago
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
5640f76
net: use a per task frag allocator
by Eric Dumazet
· 12 years ago
bc26ccd
tcp: restore rcv_wscale in a repair mode (v2)
by Andrey Vagin
· 12 years ago
bb68b64
ipv4: Don't add TCP-code in inet_sock_destruct
by Christoph Paasch
· 12 years ago
15c0417
tcp: flush DMA queue before sk_wait_data if rcv_wnd is zero
by Michal Kubeček
· 12 years ago
8336886
tcp: TCP Fast Open Server - support TFO listeners
by Jerry Chu
· 12 years ago
1485348
tcp: Apply device TSO segment limit earlier
by Ben Hutchings
· 12 years ago
4249357
tcp: Add TCP_USER_TIMEOUT negative value check
by Hangbin Liu
· 12 years ago
cf60af0
net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)
by Yuchung Cheng
· 12 years ago
46d3cea
tcp: TCP Small Queues
by Eric Dumazet
· 12 years ago
ae86b9e
net: Fix non-kernel-doc comments with kernel-doc start marker
by Ben Hutchings
· 12 years ago
51c5d0c
tcp: Maintain dynamic metrics in local cache.
by David S. Miller
· 12 years ago
31fe62b
mm: add a low limit to alloc_large_system_hash
by Tim Bird
· 12 years ago
17eea0d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
413c27d
net/ipv4: replace simple_strtoul with kstrtoul
by Eldad Zack
· 12 years ago
bad115c
tcp: do_tcp_sendpages() must try to push data out on oom conditions
by Willy Tarreau
· 12 years ago
a2a385d
tcp: bool conversions
by Eric Dumazet
· 12 years ago
dc6b9b7
net: include/net/sock.h cleanup
by Eric Dumazet
· 12 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 12 years ago
292e8d8
tcp: Move rcvq sending to tcp_input.c
by Pavel Emelyanov
· 13 years ago
0d6c4a2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
b081f85
net: implement tcp coalescing in tcp_queue_rcv()
by Eric Dumazet
· 13 years ago
b49960a
tcp: change tcp_adv_win_scale and tcp_rmem[2]
by Eric Dumazet
· 13 years ago
eed530b
tcp: early retransmit
by Yuchung Cheng
· 13 years ago
de248a7
tcp repair: Fix unaligned access when repairing options (v2)
by Pavel Emelyanov
· 13 years ago
38ba0a6
net: skb_can_coalesce returns a boolean
by Eric Dumazet
· 13 years ago
900f65d
tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()
by Neal Cardwell
· 13 years ago
b139ba4
tcp: Repair connection-time negotiated parameters
by Pavel Emelyanov
· 13 years ago
5e6a3ce
tcp: Report mss_clamp with TCP_MAXSEG option in repair mode
by Pavel Emelyanov
· 13 years ago
c0e88ff
tcp: Repair socket queues
by Pavel Emelyanov
· 13 years ago
ee99528
tcp: Initial repair mode
by Pavel Emelyanov
· 13 years ago
Next »