Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ad62d81a9e5262555de0501329bd635f5886124f
/
net
/
ipv4
/
tcp_input.c
1ca7ee3
tcp: take care of overlaps in tcp_try_coalesce()
by Eric Dumazet
· 12 years ago
bad43ca
net: introduce skb_try_coalesce()
by Eric Dumazet
· 12 years ago
a2a385d
tcp: bool conversions
by Eric Dumazet
· 12 years ago
91df42b
net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug
by Joe Perches
· 12 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 12 years ago
1070b1b
tcp: Out-line tcp_try_rmem_schedule
by Pavel Emelyanov
· 12 years ago
3c961af
tcp: Schedule rmem for rcvq repair send
by Pavel Emelyanov
· 12 years ago
292e8d8
tcp: Move rcvq sending to tcp_input.c
by Pavel Emelyanov
· 12 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
f779b2d
tcp: fix validation of D-SACK
by Zheng Yan
· 13 years ago
a262f0c
Proportional Rate Reduction for TCP.
by Nandita Dukkipati
· 13 years ago
9ad7c04
tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open side
by Jerry Chu
· 13 years ago
f615273
tcp: Make undo_ssthresh arg to tcp_undo_cwr() a bool.
by David S. Miller
· 14 years ago
67d4120
tcp: avoid cwnd moderation in undo
by Yuchung Cheng
· 14 years ago
c337ffb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
febf081
tcp: fix RTT for quick packets in congestion control
by stephen hemminger
· 14 years ago
0a0e9ae
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
c24f691
tcp: undo_retrans counter fixes
by Yuchung Cheng
· 14 years ago
442b963
tcp: Increase the initial congestion window to 10.
by David S. Miller
· 14 years ago
44f5324
TCP: fix a bug that triggers large number of TCP RST by mistake
by Jerry Chu
· 14 years ago
d9f4fba
tcp: cleanup of cwnd initialization in tcp_init_metrics()
by Jiri Kosina
· 14 years ago
defb351
net: Abstract away all dst_entry metrics accesses.
by David S. Miller
· 14 years ago
8d987e5
net: avoid limits overflow
by Eric Dumazet
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
631dd1a
Update broken web addresses in the kernel.
by Justin P. Mattock
· 14 years ago
1fdb936
tcp: sack lost marking fixes
by Ilpo Järvinen
· 14 years ago
9c6d5e5
TCP: Fix setting of snd_ssthresh in tcp_mtu_probe_success
by John Heffner
· 14 years ago
21a180c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
1b9f409
tcp: tcp_enter_quickack_mode can be static
by stephen hemminger
· 14 years ago
b3de755
tcp: fix TSO FACK loss marking in tcp_mark_head_lost
by Yuchung Cheng
· 14 years ago
e40051d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
a02cec2
net: return operator cleanup
by Eric Dumazet
· 14 years ago
a4d2580
tcp: Fix race in tcp_poll
by Tom Marshall
· 14 years ago
22b71c8
tcp/dccp: Consolidate common code for RFC 3390 conversion
by Gerrit Renker
· 14 years ago
ba78e2d
tcp: no md5sig option size check bug
by Dmitry Popov
· 14 years ago
4bc2f18
net/ipv4: EXPORT_SYMBOL cleanups
by Eric Dumazet
· 14 years ago
a3433f3
tcp: unify tcp flag macros
by Changli Gao
· 14 years ago
288fcee
net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1
by Joe Perches
· 14 years ago
ccbd6a5
net: Remove unnecessary semicolons after switch statements
by Joe Perches
· 14 years ago
f84af32
net: ip_queue_rcv_skb() helper
by Eric Dumazet
· 15 years ago
b6c6712
net: sk_dst_cache RCUification
by Eric Dumazet
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
Next »