summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-121-2/+1
|\
| * tcp: fix tcp_fastretrans_alert warningYuchung Cheng2017-11-101-2/+1
* | tcp: use sequence distance to detect reorderingYuchung Cheng2017-11-111-87/+68
* | tcp: retire FACK loss detectionYuchung Cheng2017-11-111-46/+7
* | tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet2017-11-101-6/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-1/+1
|\|
| * tcp: fix DSACK-based undo on non-duplicate ACKPriyaranjan Jha2017-11-051-1/+1
* | tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha2017-11-051-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\|
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | tcp: Remove "linux/unaligned/access_ok.h" include.David S. Miller2017-10-291-1/+0
* | tcp: Namespace-ify sysctl_tcp_pacing_ca_ratioEric Dumazet2017-10-281-3/+1
* | tcp: Namespace-ify sysctl_tcp_pacing_ss_ratioEric Dumazet2017-10-281-8/+1
* | tcp: Namespace-ify sysctl_tcp_invalid_ratelimitEric Dumazet2017-10-281-2/+1
* | tcp: Namespace-ify sysctl_tcp_min_rtt_wlenEric Dumazet2017-10-281-2/+1
* | tcp: Namespace-ify sysctl_tcp_challenge_ack_limitEric Dumazet2017-10-281-8/+6
* | tcp: Namespace-ify sysctl_tcp_moderate_rcvbufEric Dumazet2017-10-281-3/+2
* | tcp: Namespace-ify sysctl_tcp_frtoEric Dumazet2017-10-271-2/+1
* | tcp: Namespace-ify sysctl_tcp_adv_win_scaleEric Dumazet2017-10-271-8/+5
* | tcp: Namespace-ify sysctl_tcp_app_winEric Dumazet2017-10-271-4/+4
* | tcp: Namespace-ify sysctl_tcp_dsackEric Dumazet2017-10-271-3/+2
* | tcp: Namespace-ify sysctl_tcp_max_reorderingEric Dumazet2017-10-271-2/+1
* | tcp: Namespace-ify sysctl_tcp_fackEric Dumazet2017-10-271-2/+1
* | tcp: Namespace-ify sysctl_tcp_rfc1337Eric Dumazet2017-10-271-1/+0
* | tcp: Namespace-ify sysctl_tcp_stdurgEric Dumazet2017-10-271-2/+1
* | tcp: Namespace-ify sysctl_tcp_recoveryEric Dumazet2017-10-271-1/+1
* | tcp: Namespace-ify sysctl_tcp_early_retransEric Dumazet2017-10-271-1/+0
* | tcp: TCP experimental option for SMCUrsula Braun2017-10-261-0/+35
* | tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch2017-10-241-1/+1
* | tcp: add tracepoint trace_tcp_receive_resetSong Liu2017-10-241-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-1/+1
|\|
| * tcp/dccp: fix ireq->opt racesEric Dumazet2017-10-211-1/+1
* | ipv4: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-0/+2
* | tcp: implement rb-tree based retransmit queueEric Dumazet2017-10-071-62/+71
* | tcp: pass previous skb to tcp_shifted_skb()Eric Dumazet2017-10-071-4/+5
* | tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet2017-10-071-2/+2
* | tcp: tcp_mark_head_lost() optimizationEric Dumazet2017-10-071-4/+4
* | net: add rb_to_skb() and other rb tree helpersEric Dumazet2017-10-071-21/+12
* | tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet2017-10-061-2/+7
* | tcp: clean up TFO server's initial tcp_rearm_rto() callWei Wang2017-10-061-12/+9
* | tcp: uniform the set up of sockets after successful connectionWei Wang2017-10-061-18/+3
* | net: sk_buff rbnode reorgEric Dumazet2017-09-201-22/+5
* | net: tcp_input: Neaten DBGUNDOJoe Perches2017-09-181-4/+2
|/
* tcp: Revert "tcp: remove header prediction"Florian Westphal2017-08-301-5/+183
* tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal2017-08-301-16/+19
* neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet2017-08-301-1/+1
* tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney2017-08-241-4/+31
* tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang2017-08-221-1/+1
* tcp: Get a proper dst before checking it.Tonghao Zhang2017-08-221-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-221-2/+1
|\