summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_minisocks.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: shrink struct sock and request_sock by 8 bytesEric Dumazet2015-10-121-9/+9
* tcp: fix RFS vs lockless listenersEric Dumazet2015-10-111-0/+1
* tcp: remove BUG_ON() in tcp_check_req()Eric Dumazet2015-10-031-2/+0
* tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet2015-09-291-1/+3
* tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet2015-09-291-1/+1
* tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet2015-09-291-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-7/+6
|\
| * tcp/dccp: fix timewait races in timer handlingEric Dumazet2015-09-211-7/+6
* | tcp: constify tcp_openreq_init_rwin()Eric Dumazet2015-09-251-10/+18
* | tcp: factorize sk_txhash initEric Dumazet2015-09-241-0/+1
* | tcp: usec resolution SYN/ACK RTTYuchung Cheng2015-09-211-1/+2
|/
* inet: inet_twsk_deschedule factorizationEric Dumazet2015-07-091-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-011-1/+4
|\
| * tcp: fix child sockets to use system default congestion control if not setNeal Cardwell2015-05-311-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-1/+1
|\|
| * tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot2015-05-171-1/+1
* | tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner2015-05-211-0/+1
* | tcp: provide SYN headers for passive connectionsEric Dumazet2015-05-051-0/+3
|/
* inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet2015-04-241-3/+4
* tcp/dccp: get rid of central timewait timerEric Dumazet2015-04-131-26/+9
* tcp: do not rearm rsk_timer on FastOpen requestsEric Dumazet2015-04-081-4/+10
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-031-3/+3
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-1/+1
* inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-201-2/+3
* inet: drop prev pointer handling in request sockEric Dumazet2015-03-201-3/+2
* tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell2015-02-081-5/+24
* tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell2015-02-081-0/+1
* tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell2015-02-081-1/+5
* net: tcp: add per route congestion controlDaniel Borkmann2015-01-051-4/+26