summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_minisocks.c
AgeCommit message (Expand)Author
2018-10-13tcp: use an RB tree for ooo receive queueYaogong Wang
2018-09-15tcp: do not restart timewait timer on rst receptionFlorian Westphal
2017-05-14tcp: do not inherit fastopen_req from parentEric Dumazet
2017-03-30tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet
2016-04-20tcp: fix tcpi_segs_in after connection establishmentEric Dumazet
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
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner
2015-05-17tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet
2015-04-08tcp: do not rearm rsk_timer on FastOpen requestsEric Dumazet
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet
2015-02-08tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell
2015-01-05net: tcp: add per route congestion controlDaniel Borkmann
2014-09-29tcp: change TCP_ECN prefixes to lower caseFlorian Westphal
2014-09-29net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal
2014-09-05tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet
2014-07-01inet: move ipv6only in sock_commonEric Dumazet
2014-05-13tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet
2014-01-17ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot
2014-01-06tcp: out_of_order_queue do not use its lockEric Dumazet
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet
2013-07-22tcp: consolidate SYNACK RTT samplingYuchung Cheng
2013-05-20tcp: md5: remove spinlock usage in fast pathEric Dumazet