summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_minisocks.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-021-1/+4
|\
| * tcp: fix child sockets to use system default congestion control if not setNeal Cardwell2015-06-011-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-1/+1
|\|
| * tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot2015-05-181-1/+1
* | tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner2015-05-221-0/+1
* | tcp: provide SYN headers for passive connectionsEric Dumazet2015-05-051-0/+3
|/
* inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet2015-04-241-3/+4
* tcp/dccp: get rid of central timewait timerEric Dumazet2015-04-131-26/+9Star
* tcp: do not rearm rsk_timer on FastOpen requestsEric Dumazet2015-04-091-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/+2Star
* 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-061-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/+2Star
* tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet2014-09-061-1/+1
* inet: move ipv6only in sock_commonEric Dumazet2014-07-021-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-181-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/+2Star
* tcp: consolidate SYNACK RTT samplingYuchung Cheng2013-07-231-6/+2Star
* tcp: md5: remove spinlock usage in fast pathEric Dumazet2013-05-201-4/+2Star
* tcp: reset timer after any SYNACK retransmitYuchung Cheng2013-04-291-1/+6
* tcp: refactor F-RTOYuchung Cheng2013-03-211-3/+0Star
* tcp: Remove TCPCTChristoph Paasch2013-03-171-35/+5Star
* 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/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111-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-09-011-11/+50
* net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell2012-08-201-2/+0Star
* net: ipv6: fix TCP early demuxEric Dumazet2012-08-061-1/+1
* net: ipv4: fix RCU races on dst refcountsEric Dumazet2012-07-301-2/+1Star
* 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-121-0/+1
* tcp: Remove tw->tw_peerDavid S. Miller2012-07-111-14/+2Star
* tcp: Move timestamps from inetpeer to metrics cache.David S. Miller2012-07-111-46/+0Star