summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_minisocks.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud