Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ddf23e87a804cbf6fa3818076b33fe023cce09fd
/
net
/
ipv4
/
tcp_input.c
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
30099b2
tcp: TCP Fast Open Server - record retransmits after 3WHS
by Neal Cardwell
· 12 years ago
e69bebd
tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packets
by Neal Cardwell
· 12 years ago
016818d
tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHS
by Neal Cardwell
· 12 years ago
1d57f19
tcp: fix regression in urgent data handling
by Eric Dumazet
· 12 years ago
684bad1
tcp: use PRR to reduce cwin in CWR state
by Yuchung Cheng
· 12 years ago
fb4d3d1
tcp: move tcp_update_cwnd_in_recovery
by Yuchung Cheng
· 12 years ago
09484d1
tcp: move tcp_enter_cwr()
by Yuchung Cheng
· 12 years ago
168a8f5
tcp: TCP Fast Open Server - main code path
by Jerry Chu
· 12 years ago
1046716
tcp: TCP Fast Open Server - header & support functions
by Jerry Chu
· 12 years ago
c32f386
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
7c4a56f
tcp: fix cwnd reduction for non-sack recovery
by Yuchung Cheng
· 12 years ago
1304a73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
1b3a692
net: remove wrong initialization for snd_wl1
by Razvan Ghitulete
· 12 years ago
aae06bf
tcp: ecn: dont delay ACKS after CE
by Eric Dumazet
· 12 years ago
5d299f3
net: ipv6: fix TCP early demux
by Eric Dumazet
· 12 years ago
ac694db
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
c76562b
netvm: prevent a stream-specific deadlock
by Mel Gorman
· 12 years ago
404e0a8
net: ipv4: fix RCU races on dst refcounts
by Eric Dumazet
· 12 years ago
59ea33a
tcp: perform DMA to userspace only if there is a task waiting for it
by Jiri Kosina
· 12 years ago
505fbcf
ipv4: fix TCP early demux
by Eric Dumazet
· 12 years ago
92101b3
ipv4: Prepare for change of rt->rt_iif encoding.
by David S. Miller
· 12 years ago
67b95bd
tcp: Return bool instead of int where appropriate
by Vijay Subramanian
· 12 years ago
67da22d
net-tcp: Fast Open client - cookie-less mode
by Yuchung Cheng
· 12 years ago
aab4874
net-tcp: Fast Open client - detecting SYN-data drops
by Yuchung Cheng
· 12 years ago
8e4178c
net-tcp: Fast Open client - receiving SYN-ACK
by Yuchung Cheng
· 12 years ago
2100c8d
net-tcp: Fast Open base
by Yuchung Cheng
· 12 years ago
e371589
tcp: refine SYN handling in tcp_validate_incoming
by Eric Dumazet
· 12 years ago
0c24604
tcp: implement RFC 5961 4.2
by Eric Dumazet
· 12 years ago
282f23c
tcp: implement RFC 5961 3.2
by Eric Dumazet
· 12 years ago
a6df1ae
tcp: add OFO snmp counters
by Eric Dumazet
· 12 years ago
4aabd8e
tcp: Move dynamnic metrics handling into seperate file.
by David S. Miller
· 12 years ago
5110effe
net: Do delayed neigh confirmation.
by David S. Miller
· 12 years ago
41063e9
ipv4: Early TCP socket demux.
by David S. Miller
· 12 years ago
1ca7ee3
tcp: take care of overlaps in tcp_try_coalesce()
by Eric Dumazet
· 13 years ago
bad43ca
net: introduce skb_try_coalesce()
by Eric Dumazet
· 13 years ago
a2a385d
tcp: bool conversions
by Eric Dumazet
· 13 years ago
91df42b
net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug
by Joe Perches
· 13 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 13 years ago
1070b1b
tcp: Out-line tcp_try_rmem_schedule
by Pavel Emelyanov
· 13 years ago
3c961af
tcp: Schedule rmem for rcvq repair send
by Pavel Emelyanov
· 13 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
3a7c1ee4
skb: Add skb_head_is_locked helper function
by Alexander Duyck
· 13 years ago
34a802a
tcp: move stats merge to the end of tcp_try_coalesce
by Alexander Duyck
· 13 years ago
57b55a7
tcp: Move code related to head frag in tcp_try_coalesce
by Alexander Duyck
· 13 years ago
c73c3d9
tcp: Fix truesize accounting in tcp_try_coalesce
by Alexander Duyck
· 13 years ago
2996d31
net: Stop decapitating clones that have a head_frag
by Alexander Duyck
· 13 years ago
b081f85
net: implement tcp coalescing in tcp_queue_rcv()
by Eric Dumazet
· 13 years ago
923dd34
net: take care of cloned skbs in tcp_try_coalesce()
by Eric Dumazet
· 13 years ago
b49960a
tcp: change tcp_adv_win_scale and tcp_rmem[2]
by Eric Dumazet
· 13 years ago
750ea2b
tcp: early retransmit: delayed fast retransmit
by Yuchung Cheng
· 13 years ago
eed530b
tcp: early retransmit
by Yuchung Cheng
· 13 years ago
1fbc340
tcp: early retransmit: tcp_enter_recovery()
by Yuchung Cheng
· 13 years ago
329033f
tcp: makes tcp_try_coalesce aware of skb->head_frag
by Eric Dumazet
· 13 years ago
1cebce3
tcp: fix infinite cwnd in tcp_complete_cwr()
by Yuchung Cheng
· 13 years ago
651913c
tcp: clean up use of jiffies in tcp_rcv_rtt_measure()
by Neal Cardwell
· 13 years ago
783c175
tcp: tcp_try_coalesce returns a boolean
by Eric Dumazet
· 13 years ago
f240019
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
1402d36
tcp: introduce tcp_try_coalesce
by Eric Dumazet
· 13 years ago
370816a
tcp: Move code around
by Pavel Emelyanov
· 13 years ago
4d846f0
tcp: fix tcp_grow_window() for large incoming frames
by Eric Dumazet
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
a8cb05b
tcp: Remove redundant code entering quickack mode
by Vijay Subramanian
· 13 years ago
fd4f2ce
tcp: RFC6298 supersedes RFC2988bis
by Eric Dumazet
· 13 years ago
174808a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
94fb175
Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine
by Linus Torvalds
· 13 years ago
18a223e
tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sample
by Neal Cardwell
· 13 years ago
a2bd114
netdma: adding alignment check for NETDMA ops
by Dave Jiang
· 13 years ago
c862815
tcp: reduce out_of_order memory use
by Eric Dumazet
· 13 years ago
e86b2919
tcp: introduce tcp_data_queue_ofo
by Eric Dumazet
· 13 years ago
afd46503
net: ipv4: Standardize prefixes for message logging
by Joe Perches
· 13 years ago
058bd4d
net: Convert printks to pr_<level>
by Joe Perches
· 13 years ago
4648dc9
tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_una
by Neal Cardwell
· 13 years ago
c0638c2
tcp: don't fragment SACKed skbs in tcp_mark_head_lost()
by Neal Cardwell
· 13 years ago
4c90d3b
tcp: fix false reordering signal in tcp_shifted_skb
by Neal Cardwell
· 13 years ago
0af2a0d
tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACK
by Neal Cardwell
· 13 years ago
daef52b
tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()
by Neal Cardwell
· 13 years ago
cc9a672
tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbs
by Neal Cardwell
· 13 years ago
974c123
tcp: detect loss above high_seq in recovery
by Yuchung Cheng
· 13 years ago
ab56222
tcp: Replace constants with #define macros
by Vijay Subramanian
· 13 years ago
180d8cd
foundations of per-cgroup memory pressure controlling.
by Glauber Costa
· 13 years ago
dfd56b8
net: use IS_ENABLED(CONFIG_IPV6)
by Eric Dumazet
· 13 years ago
fdf5af0
tcp: drop SYN+FIN messages
by Eric Dumazet
· 13 years ago
8cd6d61
tcp: skip cwnd moderation in TCP_CA_Open in tcp_try_to_open
by Neal Cardwell
· 13 years ago
f698204
tcp: allow undo from reordered DSACKs
by Neal Cardwell
· 13 years ago
e95ae2f
tcp: use SACKs and DSACKs that arrive on ACKs below snd_una
by Neal Cardwell
· 13 years ago
5628adf
tcp: use DSACKs that arrive when packets_out is 0
by Neal Cardwell
· 13 years ago
7d2b55f
tcp: make is_dupack a parameter to tcp_fastretrans_alert()
by Neal Cardwell
· 13 years ago
cf533ea
tcp: add const qualifiers where possible
by Eric Dumazet
· 13 years ago
20c4cb7
tcp: remove unused tcp_fin() parameters
by Eric Dumazet
· 13 years ago
e9266a0
tcp: use TCP_DEFAULT_INIT_RCVWND in tcp_fixup_rcvbuf()
by Eric Dumazet
· 13 years ago
06a59ec
tcp: use TCP_INIT_CWND in tcp_fixup_sndbuf()
by Eric Dumazet
· 13 years ago
87fb4b7
net: more accurate skb truesize
by Eric Dumazet
· 13 years ago
88c5100
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
1e5289e
tcp: properly update lost_cnt_hint during shifting
by Yan, Zheng
· 13 years ago
4de075e
tcp: rename tcp_skb_cb flags
by Eric Dumazet
· 13 years ago
b82d1bb
tcp: unalias tcp_skb_cb flags and ip_dsfield
by Eric Dumazet
· 13 years ago
7a269ff
tcp: ECN blackhole should not force quickack mode
by Eric Dumazet
· 13 years ago
8decf86
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
Next »