Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a3d539f3e80b41ca1462dd26b05dbd834a82b15a
/
net
/
ipv4
/
tcp_input.c
3930b48
tcp: fix marked lost packets not being retransmitted
by Pengcheng Yang
· 4 years, 10 months ago
638b632
tcp: minimize false-positives on TCP/GRO check
by Marcelo Ricardo Leitner
· 8 years ago
ea3cc78
tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACK
by Pengcheng Yang
· 4 years, 11 months ago
6aab2d9
tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWR
by Neal Cardwell
· 5 years ago
cc1b58c
tcp: limit payload size of sacked skbs
by Eric Dumazet
· 5 years ago
418894c
tcp: reduce tcp_fastretrans_alert() verbosity
by Eric Dumazet
· 7 years ago
80eae5e
tcp: tcp_grow_window() needs to respect tcp_space()
by Eric Dumazet
· 6 years ago
dfe4f69
tcp/dccp: drop SYN packets if accept queue is full
by Eric Dumazet
· 8 years ago
40852d5
tcp: handle inet_csk_reqsk_queue_add() failures
by Guillaume Nault
· 6 years ago
b475cf3
net: add rb_to_skb() and other rb tree helpers
by Eric Dumazet
· 6 years ago
4cded0a
tcp/dccp: fix lockdep issue when SYN is backlogged
by Eric Dumazet
· 6 years ago
36ee106
tcp: add tcp_ooo_try_coalesce() helper
by Eric Dumazet
· 6 years ago
019ea51
tcp: add one more quick ack after after ECN events
by Eric Dumazet
· 6 years ago
095ab5f4
tcp: refactor tcp_ecn_check_ce to remove sk type cast
by Yousuk Seung
· 6 years ago
65d986c
tcp: do not aggressively quick ack after ECN events
by Eric Dumazet
· 6 years ago
90cf17d
tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode
by Eric Dumazet
· 6 years ago
8ca41e4
tcp: do not force quickack when receiving out-of-order packets
by Eric Dumazet
· 6 years ago
94623c7
tcp: call tcp_drop() from tcp_data_queue_ofo()
by Eric Dumazet
· 6 years ago
a878681
tcp: detect malicious patterns in tcp_collapse_ofo_queue()
by Eric Dumazet
· 6 years ago
fdf258e
tcp: avoid collapses in tcp_prune_queue() if possible
by Eric Dumazet
· 6 years ago
2d08921
tcp: free batches of packets in tcp_prune_ofo_queue()
by Eric Dumazet
· 6 years ago
8736711
tcp: do not delay ACK in DCTCP upon CE status change
by Yuchung Cheng
· 6 years ago
65fb77c
tcp: prevent bogus FRTO undos with non-SACK flows
by Ilpo Järvinen
· 6 years ago
4e43b6a
tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()
by Eric Dumazet
· 7 years ago
7966e76
tcp: avoid integer overflows in tcp_rcv_space_adjust()
by Eric Dumazet
· 7 years ago
f838259
tcp: don't read out-of-bounds opsize
by Jann Horn
· 7 years ago
71c0b33
tcp: better validation of received ack sequences
by Eric Dumazet
· 7 years ago
5f63431
tcp: remove poll() flakes with FastOpen
by Eric Dumazet
· 8 years ago
e74fe72
tcp: invalidate rate samples during SACK reneging
by Yousuk Seung
· 7 years ago
fe8bdc9
tcp: correct memory barrier usage in tcp_check_space()
by Jason Baron
· 8 years ago
2ffd261
tcp/dccp: fix ireq->opt races
by Eric Dumazet
· 7 years ago
aadbe1f
tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
by Neal Cardwell
· 7 years ago
3914a7e
tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states
by Yuchung Cheng
· 7 years ago
0174b07
tcp: eliminate negative reordering in tcp_clean_rtx_queue
by Soheil Hassas Yeganeh
· 8 years ago
8d62524
tcp: avoid fragmenting peculiar skbs in SACK
by Yuchung Cheng
· 8 years ago
9e13bce
tcp: initialize icsk_ack.lrcvtime at session start time
by Eric Dumazet
· 8 years ago
bbaeb9b
tcp/dccp: block BH for SYN processing
by Eric Dumazet
· 8 years ago
dcb17d2
tcp: warn on bogus MSS and try to amend it
by Marcelo Ricardo Leitner
· 8 years ago
b50afd2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
f20fbc0
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Pablo Neira Ayuso
· 8 years ago
7a68257
netfilter: xt_socket: fix transparent match for IPv6 request sockets
by KOVACS Krisztian
· 8 years ago
019b1c9
tcp: fix a compile error in DBGUNDO()
by Eric Dumazet
· 8 years ago
d6989d4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
7e32b44
tcp: properly account Fast Open SYN-ACK retrans
by Yuchung Cheng
· 8 years ago
c040276
tcp: new CC hook to set sending rate with rate_sample in any CA state
by Yuchung Cheng
· 8 years ago
77bfc17
tcp: allow congestion control to expand send buffer differently
by Yuchung Cheng
· 8 years ago
b9f6482
tcp: track data delivery rate for a TCP connection
by Yuchung Cheng
· 8 years ago
0682e69
tcp: count packets marked lost for a TCP connection
by Neal Cardwell
· 8 years ago
6403389
tcp: use windowed min filter library for TCP min_rtt estimation
by Neal Cardwell
· 8 years ago
76f0dcb
tcp: fix a stale ooo_last_skb after a replace
by Eric Dumazet
· 8 years ago
2594a2a
tcp: better use ooo_last_skb in tcp_data_queue_ofo()
by Eric Dumazet
· 8 years ago
9f5afea
tcp: use an RB tree for ooo receive queue
by Yaogong Wang
· 8 years ago
36a6503
tcp: refine tcp_prune_ofo_queue() to not drop all packets
by Eric Dumazet
· 8 years ago
7a1e8b8
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 8 years ago
de0ba9a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
083ae30
tcp: enable per-socket rate limiting of all 'challenge acks'
by Jason Baron
· 8 years ago
75ff39c
tcp: make challenge acks less predictable
by Eric Dumazet
· 8 years ago
d011a4d
Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux into next
by James Morris
· 8 years ago
56ac42b
ipv6: Allow request socks to contain IPv6 options.
by Huw Davies
· 8 years ago
6f094b9
tcp: add in_flight to tcp_skb_cb
by Lawrence Brakmo
· 8 years ago
e00431b
tcp: accept RST if SEQ matches right edge of right-most SACK block
by Pau Espin Pedrol
· 8 years ago
756ee17
tcp: replace cnt & rtt with struct in pkts_acked()
by Lawrence Brakmo
· 9 years ago
46cc6e4
tcp: fix lockdep splat in tcp_snd_una_update()
by Eric Dumazet
· 9 years ago
fb3477c
tcp: do not block bh during prequeue processing
by Eric Dumazet
· 9 years ago
c10d931
tcp: do not assume TCP code is non preemptible
by Eric Dumazet
· 9 years ago
a643b5d
tcp: Handle eor bit when coalescing skb
by Martin KaFai Lau
· 9 years ago
0a2cf20
tcp: remove SKBTX_ACK_TSTAMP since it is redundant
by Soheil Hassas Yeganeh
· 9 years ago
02a1d6e
net: rename NET_{ADD|INC}_STATS_BH()
by Eric Dumazet
· 9 years ago
90bbcc6
net: tcp: rename TCP_INC_STATS_BH
by Eric Dumazet
· 9 years ago
0aea76d
tcp: SYN packets are now simply consumed
by Eric Dumazet
· 9 years ago
10d3be5
tcp-tso: do not split TSO packets at retransmit time
by Eric Dumazet
· 9 years ago
1602f49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
cfea5a6
tcp: Merge tx_flags and tskey in tcp_shifted_skb
by Martin KaFai Lau
· 9 years ago
479f85c
tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acks
by Martin KaFai Lau
· 9 years ago
8804b27
tcp: remove false sharing in tcp_rcv_state_process()
by Eric Dumazet
· 9 years ago
b3d0514
tcp: do not mess with listener sk_wmem_alloc
by Eric Dumazet
· 9 years ago
9caad86
tcp: increment sk_drops for listeners
by Eric Dumazet
· 9 years ago
532182c
tcp: increment sk_drops for dropped rx packets
by Eric Dumazet
· 9 years ago
6b08492
tcp: use one bit in TCP_SKB_CB to mark ACK timestamps
by Soheil Hassas Yeganeh
· 9 years ago
2349262
tcp: remove cwnd moderation after recovery
by Yuchung Cheng
· 9 years ago
b633353
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
3720228
tcp: do not set rtt_min to 1
by Eric Dumazet
· 9 years ago
1043e25
ipv4: Namespaceify tcp reordering sysctl knob
by Nikolay Borisov
· 9 years ago
12ed824
ipv4: Namespaceify tcp syncookies sysctl knob
by Nikolay Borisov
· 9 years ago
d452e6c
tcp: tcp_cong_control helper
by Yuchung Cheng
· 9 years ago
2d14a4d
tcp: make congestion control more robust against reordering
by Yuchung Cheng
· 9 years ago
3ebd8871
tcp: refactor pkts acked accounting
by Yuchung Cheng
· 9 years ago
ddf1af6
tcp: new delivery accounting
by Yuchung Cheng
· 9 years ago
31ba0c1
tcp: move cwnd reduction after recovery state procesing
by Yuchung Cheng
· 9 years ago
e662ca4
tcp: retransmit after recovery processing and congestion control
by Yuchung Cheng
· 9 years ago
e3e17b7
tcp: fastopen: call tcp_fin() if FIN present in SYNACK
by Eric Dumazet
· 9 years ago
61d2bca
tcp: fastopen: accept data/FIN present in SYNACK message
by Eric Dumazet
· 9 years ago
99b4dd9
tcp: avoid cwnd undo after receiving ECN
by Yuchung Cheng
· 9 years ago
d88270e
tcp: fix tcp_mark_head_lost to check skb len before fragmenting
by Neal Cardwell
· 9 years ago
9e0efaf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
8b8a321
tcp: fix zero cwnd in tcp_cwnd_reduction
by Yuchung Cheng
· 9 years ago
6dd9a14
net: Allow accepted sockets to be bound to l3mdev domain
by David Ahern
· 9 years ago
142a2e7
tcp: initialize tp->copied_seq in case of cross SYN connection
by Eric Dumazet
· 9 years ago
5d4c9bf
tcp: fix potential huge kmalloc() calls in TCP_REPAIR
by Eric Dumazet
· 9 years ago
4f41b1c
tcp: use RACK to detect losses
by Yuchung Cheng
· 9 years ago
Next »