index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_input.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-11
[TCP] MIB: Add counters for discarded SACK blocks
Ilpo Järvinen
1
-1
/
+9
2007-10-11
[TCP]: Discard fuzzy SACK blocks
Ilpo Järvinen
1
-0
/
+82
2007-10-11
[TCP]: Rename tcp_ack_packets_out -> tcp_rearm_rto
Ilpo Järvinen
1
-3
/
+2
2007-10-11
[TCP]: Remove unnecessary wrapper tcp_packets_out_dec
Ilpo Järvinen
1
-1
/
+1
2007-10-11
[TCP]: Move sack_ok access to obviously named funcs & cleanup
Ilpo Järvinen
1
-36
/
+46
2007-10-11
[TCP]: Reduce sacked_out with reno when purging write_queue
Ilpo Järvinen
1
-8
/
+7
2007-10-11
[TCP]: Keep state in Disorder also if only lost_out > 0
Ilpo Järvinen
1
-1
/
+1
2007-10-11
[TCP]: Restore over-zealous tcp_sync_left_out-like removals
Ilpo Järvinen
1
-0
/
+4
2007-10-11
[TCP]: Left out sync->verify (the new meaning of it) & definify
Ilpo Järvinen
1
-10
/
+10
2007-10-11
[TCP]: Add tcp_left_out(tp) "back" to get cleaner looking lines
Ilpo Järvinen
1
-1
/
+1
2007-10-11
[TCP]: Tighten tcp_sock's belt, drop left_out
Ilpo Järvinen
1
-9
/
+2
2007-10-11
[TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h & remove it
Ilpo Järvinen
1
-0
/
+50
2007-10-11
[TCP] FRTO: remove unnecessary fackets/sacked_out recounting
Ilpo Järvinen
1
-16
/
+7
2007-10-11
[TCP]: Move Reno SACKed_out counter functions earlier
Ilpo Järvinen
1
-51
/
+47
2007-10-11
[TCP]: Extract DSACK detection code from tcp_sacktag_write_queue().
David S. Miller
1
-20
/
+36
2007-10-11
[TCP]: Rexmit hint must be cleared instead of setting it
Ilpo Järvinen
1
-1
/
+1
2007-10-11
[TCP]: Extracted rexmit hint clearing from the LOST marking code
Ilpo Järvinen
1
-15
/
+16
2007-10-11
[TCP]: Add highest_sack seqno, points to globally highest SACK
Ilpo Järvinen
1
-1
/
+7
2007-10-08
[TCP]: Fix fastpath_cnt_hint when GSO skb is partially ACKed
Ilpo Järvinen
1
-0
/
+3
2007-09-01
[TCP]: 'dst' can be NULL in tcp_rto_min()
David S. Miller
1
-1
/
+1
2007-08-31
[TCP]: Allow minimum RTO to be configurable via routing metrics.
David S. Miller
1
-2
/
+12
2007-08-27
[TCP]: Describe tcp_init_cwnd() thoroughly in a comment.
David S. Miller
1
-1
/
+9
2007-08-03
[TCP]: DSACK signals data receival, be conservative
Ilpo Järvinen
1
-1
/
+4
2007-08-03
[TCP]: Also handle snd_una changes in tcp_cwnd_down
Ilpo Järvinen
1
-16
/
+18
2007-07-31
[TCP]: Bidir flow must not disregard SACK blocks for lost marking
Ilpo Järvinen
1
-1
/
+4
2007-07-31
[TCP]: Fix ratehalving with bidirectional flows
Ilpo Järvinen
1
-9
/
+12
2007-07-31
[TCP]: congestion control API pass RTT in microseconds
Stephen Hemminger
1
-5
/
+16
2007-07-18
[TCP]: remove unused argument to cong_avoid op
Stephen Hemminger
1
-4
/
+4
2007-07-15
[TCP]: Verify the presence of RETRANS bit when leaving FRTO
Ilpo Järvinen
1
-1
/
+3
2007-06-16
[TCP]: Fix logic breakage due to DSACK separation
Ilpo Järvinen
1
-4
/
+5
2007-06-16
[TCP]: Congestion control API RTT sampling fix
Ilpo Järvinen
1
-1
/
+5
2007-06-14
[TCP]: Add missing break to TCP option parsing code
Ilpo Järvinen
1
-0
/
+1
2007-06-13
[TCP]: Fix left_out setting during FRTO
Ilpo Järvinen
1
-1
/
+1
2007-06-04
[TCP]: Fix GSO ignorance of pkts_acked arg (cong.cntrl modules)
Ilpo Järvinen
1
-2
/
+2
2007-05-20
[TCP] FRTO: Prevent state inconsistency in corner cases
Ilpo Järvinen
1
-0
/
+2
2007-05-20
[TCP] FRTO: Add missing ECN CWR sending to one of the responses
Ilpo Järvinen
1
-0
/
+1
2007-04-30
[TCP] FRTO: RFC4138 allows Nagle override when new data must be sent
Ilpo Järvinen
1
-5
/
+8
2007-04-30
[TCP] FRTO: Delay skb available check until it's mandatory
Ilpo Järvinen
1
-8
/
+11
2007-04-26
[TCP]: Congestion control API update.
Stephen Hemminger
1
-17
/
+8
2007-04-26
[TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...)
Ilpo Järvinen
1
-59
/
+86
2007-04-26
[NET]: cleanup extra semicolons
Stephen Hemminger
1
-4
/
+5
2007-04-26
[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY
Herbert Xu
1
-3
/
+3
2007-04-26
[SK_BUFF]: Introduce skb_transport_header(skb)
Arnaldo Carvalho de Melo
1
-6
/
+7
2007-04-26
[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
Arnaldo Carvalho de Melo
1
-13
/
+15
2007-04-26
[SK_BUFF]: Introduce skb_set_transport_header
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[SK_BUFF]: Introduce skb_set_network_header
Arnaldo Carvalho de Melo
1
-1
/
+2
2007-04-26
[SK_BUFF]: Introduce skb_network_header()
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[SK_BUFF]: Introduce skb_mac_header()
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[TCP]: Use skb_set_mac_header in tcp_collapse
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[TCP]: Do the layer header setting in tcp_collapse relative to skb->data
Arnaldo Carvalho de Melo
1
-3
/
+5
[next]