aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_minisocks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-31tcp: do not restart timewait timer on rst receptionFlorian Westphal1-1/+2
2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann1-4/+4
2018-06-28tcp: remove one indentation level in tcp_create_openreq_childEric Dumazet1-110/+113
2018-06-05net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski1-1/+0
2018-05-10tcp: Add mark for TIMEWAIT socketsJon Maxwell1-0/+1
2018-03-31crypto : chtls - CPL handler definitionAtul Gupta1-0/+1
2018-02-14tcp: try to keep packet if SYN_RCV race is lostEric Dumazet1-1/+2
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet1-3/+4
2017-12-01tcp/dccp: block bh before arming time_wait timerEric Dumazet1-0/+6
2017-11-11tcp: use sequence distance to detect reorderingYuchung Cheng1-1/+0
2017-11-11tcp: retire FACK loss detectionYuchung Cheng1-4/+1
2017-11-05tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha1-0/+4
2017-10-28tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet1-1/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_fackEric Dumazet1-1/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_abort_on_overflowEric Dumazet1-3/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_rfc1337Eric Dumazet1-1/+1
2017-10-26tcp: TCP experimental option for SMCUrsula Braun1-0/+19
2017-10-24ipv4: tcp_minisocks: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva1-2/+1
2017-10-05tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet1-0/+1
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal1-0/+2
2017-07-31tcp: remove header predictionFlorian Westphal1-2/+0
2017-07-31tcp: remove prequeue supportFlorian Westphal1-1/+0
2017-07-01bpf: Support for setting initial receive windowLawrence Brakmo1-1/+8
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet1-2/+2
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet1-2/+2
2017-05-17tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet1-1/+1
2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet1-1/+1
2017-05-04tcp: do not inherit fastopen_req from parentEric Dumazet1-0/+1
2017-03-24tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck1-0/+4
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-03-22tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet1-0/+1
2017-03-16tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh1-18/+4
2017-02-22tcp: account for ts offset only if tsecr not zeroAlexey Kodanev1-1/+2
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet1-5/+2
2017-01-13tcp: remove early retransmitYuchung Cheng1-1/+0
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan1-9/+5
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal1-1/+3
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh1-0/+3
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell1-1/+1
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang1-1/+0
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet1-1/+1
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-5/+5
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet1-2/+2
2016-04-04tcp: rate limit ACK sent by SYN_RECV request socketsEric Dumazet1-1/+4
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau1-1/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-03-07tcp: fix tcpi_segs_in after connection establishmentEric Dumazet1-1/+2
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov1-3/+0
2015-12-22tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal1-5/+2
2015-11-05tcp: fix req->saved_syn raceEric Dumazet1-3/+0