summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_minisocks.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck2017-03-241-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-231-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-161-18/+4
|/
* 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/+2
* tcp: remove early retransmitYuchung Cheng2017-01-131-1/+0
* ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan2016-12-291-9/+5
* 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
* tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell2016-09-211-1/+1
* tcp: use an RB tree for ooo receive queueYaogong Wang2016-09-081-1/+0
* tcp: do not assume TCP code is non preemptibleEric Dumazet2016-05-021-1/+1
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-271-5/+5
* net: tcp: rename TCP_INC_STATS_BHEric Dumazet2016-04-271-2/+2
* tcp: rate limit ACK sent by SYN_RECV request socketsEric Dumazet2016-04-041-1/+4
* tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau2016-03-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-1/+2
|\
| * tcp: fix tcpi_segs_in after connection establishmentEric Dumazet2016-03-071-1/+2
* | ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov2016-02-071-3/+0
|/
* tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal2015-12-221-5/+2
* tcp: fix req->saved_syn raceEric Dumazet2015-11-051-3/+0
* tcp/dccp: fix hashdance race for passive sessionsEric Dumazet2015-10-231-7/+4
* tcp: track the packet timings in RACKYuchung Cheng2015-10-211-0/+2
* tcp: track min RTT using windowed min-filterYuchung Cheng2015-10-211-0/+1
OpenPOWER on IntegriCloud