summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_minisocks.c
AgeCommit message (Expand)Author
2018-09-15tcp: do not restart timewait timer on rst receptionFlorian Westphal
2017-12-17tcp/dccp: block bh before arming time_wait timerEric Dumazet
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal
2017-07-31tcp: remove header predictionFlorian Westphal
2017-07-31tcp: remove prequeue supportFlorian Westphal
2017-07-01bpf: Support for setting initial receive windowLawrence Brakmo
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet
2017-05-17tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet
2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet
2017-05-04tcp: do not inherit fastopen_req from parentEric Dumazet
2017-03-24tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-22tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet
2017-03-16tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh
2017-02-22tcp: account for ts offset only if tsecr not zeroAlexey Kodanev
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet
2017-01-13tcp: remove early retransmitYuchung Cheng
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet
2016-04-04tcp: rate limit ACK sent by SYN_RECV request socketsEric Dumazet
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-07tcp: fix tcpi_segs_in after connection establishmentEric Dumazet
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov
2015-12-22tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal
2015-11-05tcp: fix req->saved_syn raceEric Dumazet
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet
2015-10-21tcp: track the packet timings in RACKYuchung Cheng
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet
2015-10-11tcp: fix RFS vs lockless listenersEric Dumazet
2015-10-03tcp: remove BUG_ON() in tcp_check_req()Eric Dumazet
2015-09-29tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet
2015-09-29tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet
2015-09-29tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-25tcp: constify tcp_openreq_init_rwin()Eric Dumazet
2015-09-24tcp: factorize sk_txhash initEric Dumazet
2015-09-21tcp/dccp: fix timewait races in timer handlingEric Dumazet
2015-09-21tcp: usec resolution SYN/ACK RTTYuchung Cheng
2015-07-09inet: inet_twsk_deschedule factorizationEric Dumazet
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-31tcp: fix child sockets to use system default congestion control if not setNeal Cardwell