summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_minisocks.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet2015-09-291-1/+3
* tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet2015-09-291-1/+1
* tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet2015-09-291-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-7/+6
|\
| * tcp/dccp: fix timewait races in timer handlingEric Dumazet2015-09-211-7/+6
* | tcp: constify tcp_openreq_init_rwin()Eric Dumazet2015-09-251-10/+18
* | tcp: factorize sk_txhash initEric Dumazet2015-09-241-0/+1
* | tcp: usec resolution SYN/ACK RTTYuchung Cheng2015-09-211-1/+2
|/
* inet: inet_twsk_deschedule factorizationEric Dumazet2015-07-091-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-011-1/+4
|\
| * tcp: fix child sockets to use system default congestion control if not setNeal Cardwell2015-05-311-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-171-1/+1
* | tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner2015-05-211-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/+9
* 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
OpenPOWER on IntegriCloud