index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
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
2018-10-18
tcp/dccp: fix lockdep issue when SYN is backlogged
Eric Dumazet
1
-1
/
+3
2018-09-19
net: add rb_to_skb() and other rb tree helpers
Eric Dumazet
1
-21
/
+12
2018-08-03
tcp: add one more quick ack after after ECN events
Eric Dumazet
1
-2
/
+2
2018-08-03
tcp: refactor tcp_ecn_check_ce to remove sk type cast
Yousuk Seung
1
-12
/
+14
2018-08-03
tcp: do not aggressively quick ack after ECN events
Eric Dumazet
1
-2
/
+2
2018-08-03
tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode
Eric Dumazet
1
-11
/
+13
2018-08-03
tcp: do not force quickack when receiving out-of-order packets
Eric Dumazet
1
-2
/
+0
2018-07-28
tcp: add tcp_ooo_try_coalesce() helper
Eric Dumazet
1
-4
/
+21
2018-07-28
tcp: call tcp_drop() from tcp_data_queue_ofo()
Eric Dumazet
1
-2
/
+2
2018-07-28
tcp: detect malicious patterns in tcp_collapse_ofo_queue()
Eric Dumazet
1
-2
/
+13
2018-07-28
tcp: avoid collapses in tcp_prune_queue() if possible
Eric Dumazet
1
-0
/
+3
2018-07-28
tcp: free batches of packets in tcp_prune_ofo_queue()
Eric Dumazet
1
-4
/
+11
2018-07-28
tcp: do not delay ACK in DCTCP upon CE status change
Yuchung Cheng
1
-1
/
+2
2018-07-22
tcp: prevent bogus FRTO undos with non-SACK flows
Ilpo Järvinen
1
-0
/
+9
2018-06-21
tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()
Eric Dumazet
1
-1
/
+1
2018-06-05
tcp: avoid integer overflows in tcp_rcv_space_adjust()
Eric Dumazet
1
-4
/
+6
2018-04-29
tcp: don't read out-of-bounds opsize
Jann Horn
1
-5
/
+2
2018-03-08
tcp: purge write queue upon RST
Soheil Hassas Yeganeh
1
-0
/
+1
2018-03-08
tcp: revert F-RTO extension to detect more spurious timeouts
Yuchung Cheng
1
-18
/
+12
2018-03-08
tcp: revert F-RTO middle-box workaround
Yuchung Cheng
1
-10
/
+7
2018-02-22
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
1
-1
/
+0
2018-01-02
tcp: fix potential underestimation on rcv_rtt
Wei Wang
1
-4
/
+6
2018-01-02
tcp: invalidate rate samples during SACK reneging
Yousuk Seung
1
-2
/
+8
2017-12-17
tcp: when scheduling TLP, time of RTO should account for current ACK
Neal Cardwell
1
-1
/
+1
2017-12-17
tcp: use current time in tcp_rcv_space_adjust()
Eric Dumazet
1
-0
/
+1
2017-11-10
tcp: fix tcp_fastretrans_alert warning
Yuchung Cheng
1
-2
/
+1
2017-11-05
tcp: fix DSACK-based undo on non-duplicate ACK
Priyaranjan Jha
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-21
tcp/dccp: fix ireq->opt races
Eric Dumazet
1
-1
/
+1
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
[next]