summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_minisocks.c
Commit message (Expand)AuthorAge
* tcp: track application-limited rate samplesSoheil Hassas Yeganeh2016-09-21
* tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell2016-09-21
* tcp: use an RB tree for ooo receive queueYaogong Wang2016-09-08
* tcp: do not assume TCP code is non preemptibleEric Dumazet2016-05-02
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-27
* net: tcp: rename TCP_INC_STATS_BHEric Dumazet2016-04-27
* tcp: rate limit ACK sent by SYN_RECV request socketsEric Dumazet2016-04-04
* tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau2016-03-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-08
|\
| * tcp: fix tcpi_segs_in after connection establishmentEric Dumazet2016-03-07
* | ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov2016-02-07
|/
* tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal2015-12-22
* tcp: fix req->saved_syn raceEric Dumazet2015-11-05
* tcp/dccp: fix hashdance race for passive sessionsEric Dumazet2015-10-23
* tcp: track the packet timings in RACKYuchung Cheng2015-10-21
* tcp: track min RTT using windowed min-filterYuchung Cheng2015-10-21
* net: shrink struct sock and request_sock by 8 bytesEric Dumazet2015-10-12
* tcp: fix RFS vs lockless listenersEric Dumazet2015-10-11
* tcp: remove BUG_ON() in tcp_check_req()Eric Dumazet2015-10-03
* tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet2015-09-29
* tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet2015-09-29
* tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet2015-09-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-26
|\
| * tcp/dccp: fix timewait races in timer handlingEric Dumazet2015-09-21
* | tcp: constify tcp_openreq_init_rwin()Eric Dumazet2015-09-25
* | tcp: factorize sk_txhash initEric Dumazet2015-09-24
* | tcp: usec resolution SYN/ACK RTTYuchung Cheng2015-09-21
|/
* inet: inet_twsk_deschedule factorizationEric Dumazet2015-07-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-01
|\
| * tcp: fix child sockets to use system default congestion control if not setNeal Cardwell2015-05-31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-23
|\ \ | |/
| * tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot2015-05-17
* | tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner2015-05-21
* | tcp: provide SYN headers for passive connectionsEric Dumazet2015-05-05
|/
* 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-01
* tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng2014-05-13