summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-11/+42
|\
| * tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau2016-03-141-0/+10
| * tcp: Add tcp_inq to get available receive bytes on socketTom Herbert2016-03-091-0/+24
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-1/+1
| |\
| * | ipv4: Namespaceify tcp_notsent_lowat sysctl knobNikolay Borisov2016-02-071-2/+2
| * | ipv4: Namespaceify tcp_fin_timeout sysctl knobNikolay Borisov2016-02-071-2/+1
| * | ipv4: Namespaceify tcp_orphan_retries sysctl knobNikolay Borisov2016-02-071-1/+0
| * | ipv4: Namespaceify tcp_retries2 sysctl knobNikolay Borisov2016-02-071-1/+0
| * | ipv4: Namespaceify tcp_retries1 sysctl knobNikolay Borisov2016-02-071-1/+0
| * | ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov2016-02-071-1/+3
| * | ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov2016-02-071-1/+0
| * | ipv4: Namespaceify tcp synack retries sysctl knobNikolay Borisov2016-02-071-1/+0
| * | ipv4: Namespaceify tcp syn retries sysctl knobNikolay Borisov2016-02-071-1/+0
| * | tcp: fastopen: call tcp_fin() if FIN present in SYNACKEric Dumazet2016-02-061-0/+1
| * | tcp: fastopen: accept data/FIN present in SYNACK messageEric Dumazet2016-02-061-0/+1
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-5/+1
|\ \ \ | |_|/ |/| |
| * | tcp: Use ahashHerbert Xu2016-01-271-5/+1
* | | tcp: do not drop syn_recv on all icmp reportsEric Dumazet2016-02-091-1/+1
| |/ |/|
* | tcp: Change reference to experimental CWND RFC.Jörg Thalheim2016-01-291-1/+1
|/
* net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner2016-01-141-2/+2
* net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner2016-01-141-2/+3
* ipv4: Namespecify the tcp_keepalive_intvl sysctl knobNikolay Borisov2016-01-101-2/+3
* ipv4: Namespecify tcp_keepalive_probes sysctl knobNikolay Borisov2016-01-101-2/+3
* ipv4: Namespaceify tcp_keepalive_time sysctl knobNikolay Borisov2016-01-101-2/+3
* net: add inet_sk_transparent() helperFlorian Westphal2015-12-221-0/+12
* net: diag: Support destroying TCP sockets.Lorenzo Colitti2015-12-151-0/+2
* tcp/dccp: fix hashdance race for passive sessionsEric Dumazet2015-10-231-1/+3
* tcp: use RACK to detect lossesYuchung Cheng2015-10-211-0/+9
* tcp: track the packet timings in RACKYuchung Cheng2015-10-211-0/+5
* tcp: track min RTT using windowed min-filterYuchung Cheng2015-10-211-0/+7
* tcp: do not set queue_mapping on SYNACKEric Dumazet2015-10-181-1/+1
* tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet2015-10-031-2/+4
* tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2015-10-031-3/+0
* tcp: get_openreq[46]() changesEric Dumazet2015-10-031-1/+0
* tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet2015-09-291-1/+1
* tcp: cookie_init_sequence() cleanupsEric Dumazet2015-09-291-9/+10
* tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet2015-09-291-1/+1
* tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet2015-09-291-1/+1
* tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet2015-09-291-2/+1
* tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet2015-09-291-1/+1
* tcp: avoid reorders for TFO passive connectionsEric Dumazet2015-09-281-4/+4
* tcp/dccp: constify rtx_synack() and friendsEric Dumazet2015-09-251-1/+1
* tcp: constify tcp_v{4|6}_send_synack() socket argumentEric Dumazet2015-09-251-1/+1
* tcp: constify tcp_make_synack() socket argumentEric Dumazet2015-09-251-1/+1
* tcp: md5: constify tcp_md5_do_lookup() socket argumentEric Dumazet2015-09-251-5/+5
* tcp: constify tcp_openreq_init_rwin()Eric Dumazet2015-09-251-1/+2
* tcp: constify listener socket in tcp_v[46]_init_req()Eric Dumazet2015-09-251-1/+2
* tcp: usec resolution SYN/ACK RTTYuchung Cheng2015-09-211-0/+1
* tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann2015-08-311-1/+1
* tcp: refine pacing rate determinationEric Dumazet2015-08-251-0/+2
OpenPOWER on IntegriCloud