aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_minisocks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet1-7/+4
2015-10-21tcp: track the packet timings in RACKYuchung Cheng1-0/+2
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng1-0/+1
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet1-9/+9
2015-10-11tcp: fix RFS vs lockless listenersEric Dumazet1-0/+1
2015-10-03tcp: remove BUG_ON() in tcp_check_req()Eric Dumazet1-2/+0
2015-09-29tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet1-1/+3
2015-09-29tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet1-1/+1
2015-09-29tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet1-2/+1
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+6
2015-09-25tcp: constify tcp_openreq_init_rwin()Eric Dumazet1-10/+18
2015-09-24tcp: factorize sk_txhash initEric Dumazet1-0/+1
2015-09-21tcp/dccp: fix timewait races in timer handlingEric Dumazet1-7/+6
2015-09-21tcp: usec resolution SYN/ACK RTTYuchung Cheng1-1/+2
2015-07-09inet: inet_twsk_deschedule factorizationEric Dumazet1-4/+2
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2015-05-31tcp: fix child sockets to use system default congestion control if not setNeal Cardwell1-1/+4
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner1-0/+1
2015-05-17tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot1-1/+1
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet1-0/+3
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet1-3/+4
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet1-26/+9