aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_minisocks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2015-05-31tcp: fix child sockets to use system default congestion control if not setNeal Cardwell1-1/+4
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner1-0/+1
2015-05-17tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot1-1/+1
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet1-0/+3
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet1-3/+4
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet1-26/+9
2015-04-08tcp: do not rearm rsk_timer on FastOpen requestsEric Dumazet1-4/+10
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-3/+3
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-1/+1
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet1-2/+3
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet1-3/+2
2015-02-08tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell1-5/+24
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell1-0/+1
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell1-1/+5
2015-01-05net: tcp: add per route congestion controlDaniel Borkmann1-4/+26
2014-09-29tcp: change TCP_ECN prefixes to lower caseFlorian Westphal1-3/+3
2014-09-29net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal1-3/+2
2014-09-05tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet1-1/+1
2014-07-01inet: move ipv6only in sock_commonEric Dumazet1-1/+1
2014-05-13tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng1-0/+31
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet1-2/+2
2014-01-17ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot1-0/+1
2014-01-06tcp: out_of_order_queue do not use its lockEric Dumazet1-1/+1
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-5/+2
2013-07-22tcp: consolidate SYNACK RTT samplingYuchung Cheng1-6/+2
2013-05-20tcp: md5: remove spinlock usage in fast pathEric Dumazet1-4/+2
2013-04-29tcp: reset timer after any SYNACK retransmitYuchung Cheng1-1/+6
2013-03-21tcp: refactor F-RTOYuchung Cheng1-3/+0
2013-03-17tcp: Remove TCPCTChristoph Paasch1-35/+5
2013-03-12tcp: TLP loss detection.Nandita Dukkipati1-0/+1
2013-02-13tcp: send packets with a socket timestampAndrey Vagin1-0/+1
2013-02-13tcp: adding a per-socket timestamp offsetAndrey Vagin1-0/+2
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger1-1/+0
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet1-4/+4
2012-10-22tcp: add SYN/data info to TCP_INFOYuchung Cheng1-0/+1
2012-09-22tcp: TCP Fast Open Server - note timestamps and retransmits for SYNACK RTTNeal Cardwell1-4/+6
2012-09-20tcp: Document use of undefined variable.Alan Cox1-0/+4
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu1-11/+50
2012-08-20net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell1-2/+0
2012-08-06net: ipv6: fix TCP early demuxEric Dumazet1-1/+1
2012-07-30net: ipv4: fix RCU races on dst refcountsEric Dumazet1-2/+1
2012-07-27ipv4: fix TCP early demuxEric Dumazet1-0/+1
2012-07-19net-tcp: Fast Open baseYuchung Cheng1-2/+2
2012-07-11tcp: TCP Small QueuesEric Dumazet1-0/+1
2012-07-10tcp: Remove tw->tw_peerDavid S. Miller1-14/+2
2012-07-10tcp: Move timestamps from inetpeer to metrics cache.David S. Miller1-46/+0