summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_minisocks.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: use tcp_md5_needed for timewait socketsEric Dumazet2019-02-261-8/+13
* tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet2019-01-181-6/+0Star
* tcp: move tp->rack init to tcp_disconnect()Eric Dumazet2019-01-181-6/+0Star
* tcp: move app_limited init to tcp_disconnect()Eric Dumazet2019-01-181-3/+0Star
* tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...Eric Dumazet2019-01-181-4/+0Star
* tcp: do not clear urg_data in tcp_create_openreq_childEric Dumazet2019-01-181-2/+0Star
* tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet2019-01-181-8/+0Star
* tcp: move mdev_us init to tcp_disconnect()Eric Dumazet2019-01-181-1/+0Star
* tcp: do not clear srtt_us in tcp_create_openreq_childEric Dumazet2019-01-181-1/+0Star
* tcp: do not clear packets_out in tcp_create_openreq_child()Eric Dumazet2019-01-181-1/+0Star
* tcp: move icsk_rto init to tcp_disconnect()Eric Dumazet2019-01-181-1/+0Star
* tcp: do not set snd_ssthresh in tcp_create_openreq_child()Eric Dumazet2019-01-181-1/+0Star
* tcp: do not restart timewait timer on rst receptionFlorian Westphal2018-09-011-1/+2
* tcp: use monotonic timestamps for PAWSArnd Bergmann2018-07-121-4/+4
* tcp: remove one indentation level in tcp_create_openreq_childEric Dumazet2018-06-281-110/+113
* net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski2018-06-051-1/+0Star
* tcp: Add mark for TIMEWAIT socketsJon Maxwell2018-05-101-0/+1
* crypto : chtls - CPL handler definitionAtul Gupta2018-04-011-0/+1
* tcp: try to keep packet if SYN_RCV race is lostEric Dumazet2018-02-141-1/+2
* tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet2017-12-131-3/+4
* tcp/dccp: block bh before arming time_wait timerEric Dumazet2017-12-011-0/+6
* tcp: use sequence distance to detect reorderingYuchung Cheng2017-11-111-1/+0Star
* tcp: retire FACK loss detectionYuchung Cheng2017-11-111-4/+1Star
* tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha2017-11-051-0/+4
* tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet2017-10-281-1/+1
* tcp: Namespace-ify sysctl_tcp_fackEric Dumazet2017-10-271-1/+1
* tcp: Namespace-ify sysctl_tcp_abort_on_overflowEric Dumazet2017-10-271-3/+1Star
* tcp: Namespace-ify sysctl_tcp_rfc1337Eric Dumazet2017-10-271-1/+1
* tcp: TCP experimental option for SMCUrsula Braun2017-10-261-0/+19
* ipv4: tcp_minisocks: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva2017-10-241-2/+1Star
* tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet2017-10-061-0/+1
* tcp: Revert "tcp: remove header prediction"Florian Westphal2017-08-301-0/+2
* tcp: remove header predictionFlorian Westphal2017-07-311-2/+0Star
* tcp: remove prequeue supportFlorian Westphal2017-07-311-1/+0Star
* bpf: Support for setting initial receive windowLawrence Brakmo2017-07-021-1/+8
* tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet2017-06-081-2/+2
* tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-171-2/+2
* tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet2017-05-171-1/+1
* tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet2017-05-171-1/+1
* tcp: do not inherit fastopen_req from parentEric Dumazet2017-05-041-0/+1
* tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck2017-03-251-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-241-0/+1
|\
| * tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2017-03-221-0/+1
* | tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh2017-03-171-18/+4Star
|/
* tcp: account for ts offset only if tsecr not zeroAlexey Kodanev2017-02-221-1/+2
* tcp: add tcp_mss_clamp() helperEric Dumazet2017-02-031-5/+2Star
* tcp: remove early retransmitYuchung Cheng2017-01-141-1/+0Star
* ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan2016-12-291-9/+5Star
* tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal2016-12-021-1/+3
* tcp: track application-limited rate samplesSoheil Hassas Yeganeh2016-09-211-0/+3