summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_minisocks.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: annotate tp->snd_nxt lockless readsEric Dumazet2019-10-131-2/+4
* tcp: annotate tp->write_seq lockless readsEric Dumazet2019-10-131-1/+1
* tcp: annotate tp->copied_seq lockless readsEric Dumazet2019-10-131-1/+1
* tcp: annotate tp->rcv_nxt lockless readsEric Dumazet2019-10-131-2/+5
* tcp: add rcu protection around tp->fastopen_rskEric Dumazet2019-10-131-1/+1
* tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet2019-09-271-0/+1
* tcp: add optional per socket transmit delayEric Dumazet2019-06-121-1/+1
* ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet2019-06-091-0/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng2019-05-011-0/+5
* 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-171-6/+0
* tcp: move tp->rack init to tcp_disconnect()Eric Dumazet2019-01-171-6/+0
* tcp: move app_limited init to tcp_disconnect()Eric Dumazet2019-01-171-3/+0
* tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...Eric Dumazet2019-01-171-4/+0
* tcp: do not clear urg_data in tcp_create_openreq_childEric Dumazet2019-01-171-2/+0
* tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet2019-01-171-8/+0
* tcp: move mdev_us init to tcp_disconnect()Eric Dumazet2019-01-171-1/+0
* tcp: do not clear srtt_us in tcp_create_openreq_childEric Dumazet2019-01-171-1/+0
* tcp: do not clear packets_out in tcp_create_openreq_child()Eric Dumazet2019-01-171-1/+0
* tcp: move icsk_rto init to tcp_disconnect()Eric Dumazet2019-01-171-1/+0
* tcp: do not set snd_ssthresh in tcp_create_openreq_child()Eric Dumazet2019-01-171-1/+0
* tcp: do not restart timewait timer on rst receptionFlorian Westphal2018-08-311-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/+0
* tcp: Add mark for TIMEWAIT socketsJon Maxwell2018-05-101-0/+1
* crypto : chtls - CPL handler definitionAtul Gupta2018-03-311-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/+0
* tcp: retire FACK loss detectionYuchung Cheng2017-11-111-4/+1
* 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/+1
* 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/+1
* tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet2017-10-051-0/+1
* tcp: Revert "tcp: remove header prediction"Florian Westphal2017-08-301-0/+2
* tcp: remove header predictionFlorian Westphal2017-07-311-2/+0
* tcp: remove prequeue supportFlorian Westphal2017-07-311-1/+0
* bpf: Support for setting initial receive windowLawrence Brakmo2017-07-011-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
OpenPOWER on IntegriCloud