aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_minisocks.c
Commit message (Expand)AuthorAge
* tcp: fix child sockets to use system default congestion control if not setNeal Cardwell2015-06-01
* tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot2015-05-17
* inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet2015-04-24
* tcp/dccp: get rid of central timewait timerEric Dumazet2015-04-13
* tcp: do not rearm rsk_timer on FastOpen requestsEric Dumazet2015-04-08
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-03
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-03
* inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-20
* inet: drop prev pointer handling in request sockEric Dumazet2015-03-20
* tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell2015-02-08
* tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell2015-02-08
* tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell2015-02-08
* net: tcp: add per route congestion controlDaniel Borkmann2015-01-05
* tcp: change TCP_ECN prefixes to lower caseFlorian Westphal2014-09-29
* net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal2014-09-29
* tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet2014-09-05
* inet: move ipv6only in sock_commonEric Dumazet2014-07-02
* tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng2014-05-13
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* tcp: switch rtt estimations to usec resolutionEric Dumazet2014-02-26
* ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot2014-01-17
* tcp: out_of_order_queue do not use its lockEric Dumazet2014-01-06
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-09
* tcp: consolidate SYNACK RTT samplingYuchung Cheng2013-07-22
* tcp: md5: remove spinlock usage in fast pathEric Dumazet2013-05-20
* tcp: reset timer after any SYNACK retransmitYuchung Cheng2013-04-29
* tcp: refactor F-RTOYuchung Cheng2013-03-21
* tcp: Remove TCPCTChristoph Paasch2013-03-17
* tcp: TLP loss detection.Nandita Dukkipati2013-03-12
* tcp: send packets with a socket timestampAndrey Vagin2013-02-13
* tcp: adding a per-socket timestamp offsetAndrey Vagin2013-02-13
* tcp: remove Appropriate Byte Count supportStephen Hemminger2013-02-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-10
|\
| * tcp: add SYN/data info to TCP_INFOYuchung Cheng2012-10-22
* | tcp: better retrans tracking for defer-acceptEric Dumazet2012-11-03
|/
* tcp: TCP Fast Open Server - note timestamps and retransmits for SYNACK RTTNeal Cardwell2012-09-22
* tcp: Document use of undefined variable.Alan Cox2012-09-20
* tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-08-31
* net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell2012-08-20
* net: ipv6: fix TCP early demuxEric Dumazet2012-08-06
* net: ipv4: fix RCU races on dst refcountsEric Dumazet2012-07-30
* ipv4: fix TCP early demuxEric Dumazet2012-07-27
* net-tcp: Fast Open baseYuchung Cheng2012-07-19
* tcp: TCP Small QueuesEric Dumazet2012-07-11
* tcp: Remove tw->tw_peerDavid S. Miller2012-07-11
* tcp: Move timestamps from inetpeer to metrics cache.David S. Miller2012-07-11
* ipv4: Early TCP socket demux.David S. Miller2012-06-20
* [PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller2012-06-09
* tcp: Get rid of inetpeer special cases.David S. Miller2012-06-09
* tcp: bool conversionsEric Dumazet2012-05-17