summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_minisocks.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcp: change TCP_ECN prefixes to lower caseFlorian Westphal2014-09-291-3/+3
* net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal2014-09-291-3/+2
* tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet2014-09-051-1/+1
* inet: move ipv6only in sock_commonEric Dumazet2014-07-011-1/+1
* tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng2014-05-131-0/+31
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* tcp: switch rtt estimations to usec resolutionEric Dumazet2014-02-261-2/+2
* ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot2014-01-171-0/+1
* tcp: out_of_order_queue do not use its lockEric Dumazet2014-01-061-1/+1
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-5/+2
* tcp: consolidate SYNACK RTT samplingYuchung Cheng2013-07-221-6/+2
* tcp: md5: remove spinlock usage in fast pathEric Dumazet2013-05-201-4/+2
* tcp: reset timer after any SYNACK retransmitYuchung Cheng2013-04-291-1/+6
* tcp: refactor F-RTOYuchung Cheng2013-03-211-3/+0
* tcp: Remove TCPCTChristoph Paasch2013-03-171-35/+5
* tcp: TLP loss detection.Nandita Dukkipati2013-03-121-0/+1
* tcp: send packets with a socket timestampAndrey Vagin2013-02-131-0/+1
* tcp: adding a per-socket timestamp offsetAndrey Vagin2013-02-131-0/+2
* tcp: remove Appropriate Byte Count supportStephen Hemminger2013-02-051-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-101-0/+1
|\
| * tcp: add SYN/data info to TCP_INFOYuchung Cheng2012-10-221-0/+1
* | tcp: better retrans tracking for defer-acceptEric Dumazet2012-11-031-4/+4
|/
* tcp: TCP Fast Open Server - note timestamps and retransmits for SYNACK RTTNeal Cardwell2012-09-221-4/+6
* tcp: Document use of undefined variable.Alan Cox2012-09-201-0/+4
* tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-08-311-11/+50
* net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell2012-08-201-2/+0
* net: ipv6: fix TCP early demuxEric Dumazet2012-08-061-1/+1
* net: ipv4: fix RCU races on dst refcountsEric Dumazet2012-07-301-2/+1
* ipv4: fix TCP early demuxEric Dumazet2012-07-271-0/+1
* net-tcp: Fast Open baseYuchung Cheng2012-07-191-2/+2
* tcp: TCP Small QueuesEric Dumazet2012-07-111-0/+1
* tcp: Remove tw->tw_peerDavid S. Miller2012-07-101-14/+2
* tcp: Move timestamps from inetpeer to metrics cache.David S. Miller2012-07-101-46/+0
* ipv4: Early TCP socket demux.David S. Miller2012-06-191-0/+2
* [PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller2012-06-091-7/+20
* tcp: Get rid of inetpeer special cases.David S. Miller2012-06-091-4/+1
* tcp: bool conversionsEric Dumazet2012-05-171-12/+12
* tcp: early retransmitYuchung Cheng2012-05-021-0/+1
* tcp: md5: rcu conversionEric Dumazet2012-01-311-6/+6
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-1/+1
* tcp: inherit listener congestion control for passive cnxEric Dumazet2011-11-301-1/+3