index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_input.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-30
tcp: Revert "tcp: remove header prediction"
Florian Westphal
1
-5
/
+183
2017-08-30
tcp: Revert "tcp: remove CA_ACK_SLOWPATH"
Florian Westphal
1
-16
/
+19
2017-08-29
neigh: increase queue_len_bytes to match wmem_default
Eric Dumazet
1
-1
/
+1
2017-08-23
tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsg
Mike Maloney
1
-4
/
+31
2017-08-22
tcp: Remove the unused parameter for tcp_try_fastopen.
Tonghao Zhang
1
-1
/
+1
2017-08-22
tcp: Get a proper dst before checking it.
Tonghao Zhang
1
-5
/
+4
2017-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+1
2017-08-18
tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
Neal Cardwell
1
-2
/
+1
2017-08-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-15
/
+19
2017-08-06
tcp: fix cwnd undo in Reno and HTCP congestion controls
Yuchung Cheng
1
-0
/
+1
2017-08-03
tcp: fix xmit timer to only be reset if data ACKed/SACKed
Neal Cardwell
1
-9
/
+16
2017-08-03
tcp: introduce tcp_rto_delta_us() helper for xmit timer fix
Neal Cardwell
1
-4
/
+1
2017-08-03
tcp: remove extra POLL_OUT added for finished active connect()
Neal Cardwell
1
-5
/
+0
2017-08-02
tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states
Yuchung Cheng
1
-2
/
+2
2017-08-02
tcp: tcp_data_queue() cleanup
Eric Dumazet
1
-8
/
+7
2017-07-31
tcp: remove CA_ACK_SLOWPATH
Florian Westphal
1
-19
/
+16
2017-07-31
tcp: remove header prediction
Florian Westphal
1
-183
/
+9
2017-07-31
tcp: reindent two spots after prequeue removal
Florian Westphal
1
-27
/
+23
2017-07-31
tcp: remove prequeue support
Florian Westphal
1
-62
/
+0
2017-07-24
tcp: remove redundant argument from tcp_rcv_established()
Matvejchikov Ilya
1
-1
/
+2
2017-07-01
bpf: Add support for changing congestion control
Lawrence Brakmo
1
-1
/
+2
2017-07-01
bpf: Add TCP connection BPF callbacks
Lawrence Brakmo
1
-1
/
+2
2017-07-01
bpf: Support for per connection SYN/SYN-ACK RTOs
Lawrence Brakmo
1
-1
/
+2
2017-06-08
tcp: Namespaceify sysctl_tcp_timestamps
Eric Dumazet
1
-3
/
+2
2017-06-08
tcp: Namespaceify sysctl_tcp_window_scaling
Eric Dumazet
1
-2
/
+1
2017-06-08
tcp: Namespaceify sysctl_tcp_sack
Eric Dumazet
1
-2
/
+1
2017-06-08
tcp: add a struct net parameter to tcp_parse_options()
Eric Dumazet
1
-7
/
+11
2017-06-02
tcp: use TS opt on RTTs for congestion control
Yuchung Cheng
1
-7
/
+8
2017-05-25
tcp: better validation of received ack sequences
Eric Dumazet
1
-13
/
+11
2017-05-19
tcp: warn on negative reordering values
Soheil Hassas Yeganeh
1
-0
/
+3
2017-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-05-18
tcp: fix tcp_rearm_rto()
Eric Dumazet
1
-6
/
+6
2017-05-17
tcp: switch TCP TS option (RFC 7323) to 1ms clock
Eric Dumazet
1
-48
/
+48
2017-05-17
tcp: replace misc tcp_time_stamp to tcp_jiffies32
Eric Dumazet
1
-1
/
+1
2017-05-17
tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()
Eric Dumazet
1
-2
/
+2
2017-05-17
tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime
Eric Dumazet
1
-3
/
+3
2017-05-17
tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stamp
Eric Dumazet
1
-7
/
+7
2017-05-17
tcp: use tcp_jiffies32 to feed tp->lsndtime
Eric Dumazet
1
-2
/
+2
2017-05-16
tcp: eliminate negative reordering in tcp_clean_rtx_queue
Soheil Hassas Yeganeh
1
-1
/
+1
2017-05-11
tcp: avoid fragmenting peculiar skbs in SACK
Yuchung Cheng
1
-4
/
+5
2017-05-05
tcp: randomize timestamps on syncookies
Eric Dumazet
1
-5
/
+3
2017-04-26
tcp: switch rcv_rtt_est and rcvq_space to high resolution timestamps
Eric Dumazet
1
-11
/
+17
2017-04-26
tcp: remove ack_time from struct tcp_sacktag_state
Eric Dumazet
1
-4
/
+0
2017-04-26
tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()
Eric Dumazet
1
-1
/
+1
2017-04-26
tcp: do not pass timestamp to tcp_rack_advance()
Eric Dumazet
1
-4
/
+2
2017-04-26
tcp: do not pass timestamp to tcp_rate_gen()
Eric Dumazet
1
-2
/
+1
2017-04-26
tcp: do not pass timestamp to tcp_fastretrans_alert()
Eric Dumazet
1
-8
/
+4
2017-04-26
tcp: do not pass timestamp to tcp_rack_identify_loss()
Eric Dumazet
1
-5
/
+4
2017-04-26
tcp: do not pass timestamp to tcp_rack_mark_lost()
Eric Dumazet
1
-1
/
+1
2017-04-26
tcp: add tp->tcp_mstamp field
Eric Dumazet
1
-0
/
+3
[next]