summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-29tcp: Remove "linux/unaligned/access_ok.h" include.David S. Miller1-1/+0
2017-10-28tcp: Namespace-ify sysctl_tcp_pacing_ca_ratioEric Dumazet1-3/+1
2017-10-28tcp: Namespace-ify sysctl_tcp_pacing_ss_ratioEric Dumazet1-8/+1
2017-10-28tcp: Namespace-ify sysctl_tcp_invalid_ratelimitEric Dumazet1-2/+1
2017-10-28tcp: Namespace-ify sysctl_tcp_min_rtt_wlenEric Dumazet1-2/+1
2017-10-28tcp: Namespace-ify sysctl_tcp_challenge_ack_limitEric Dumazet1-8/+6
2017-10-28tcp: Namespace-ify sysctl_tcp_moderate_rcvbufEric Dumazet1-3/+2
2017-10-27tcp: Namespace-ify sysctl_tcp_frtoEric Dumazet1-2/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_adv_win_scaleEric Dumazet1-8/+5
2017-10-27tcp: Namespace-ify sysctl_tcp_app_winEric Dumazet1-4/+4
2017-10-27tcp: Namespace-ify sysctl_tcp_dsackEric Dumazet1-3/+2
2017-10-27tcp: Namespace-ify sysctl_tcp_max_reorderingEric Dumazet1-2/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_fackEric Dumazet1-2/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_rfc1337Eric Dumazet1-1/+0
2017-10-27tcp: Namespace-ify sysctl_tcp_stdurgEric Dumazet1-2/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_recoveryEric Dumazet1-1/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_early_retransEric Dumazet1-1/+0
2017-10-26tcp: TCP experimental option for SMCUrsula Braun1-0/+35
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch1-1/+1
2017-10-24tcp: add tracepoint trace_tcp_receive_resetSong Liu1-0/+3
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet1-1/+1
2017-10-18ipv4: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet1-62/+71
2017-10-07tcp: pass previous skb to tcp_shifted_skb()Eric Dumazet1-4/+5
2017-10-07tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet1-2/+2
2017-10-07tcp: tcp_mark_head_lost() optimizationEric Dumazet1-4/+4
2017-10-07net: add rb_to_skb() and other rb tree helpersEric Dumazet1-21/+12
2017-10-06tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet1-2/+7
2017-10-06tcp: clean up TFO server's initial tcp_rearm_rto() callWei Wang1-12/+9
2017-10-06tcp: uniform the set up of sockets after successful connectionWei Wang1-18/+3
2017-09-20net: sk_buff rbnode reorgEric Dumazet1-22/+5
2017-09-18net: tcp_input: Neaten DBGUNDOJoe Perches1-4/+2
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal1-5/+183
2017-08-30tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal1-16/+19
2017-08-30neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet1-1/+1
2017-08-24tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney1-4/+31
2017-08-23tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang1-1/+1
2017-08-23tcp: Get a proper dst before checking it.Tonghao Zhang1-5/+4
2017-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2017-08-19tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell1-2/+1
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+19
2017-08-07tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng1-0/+1
2017-08-04tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell1-9/+16
2017-08-04tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell1-4/+1
2017-08-03tcp: remove extra POLL_OUT added for finished active connect()Neal Cardwell1-5/+0
2017-08-02tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng1-2/+2
2017-08-02tcp: tcp_data_queue() cleanupEric Dumazet1-8/+7