summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_minisocks.c
AgeCommit message (Expand)Author
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
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