summaryrefslogtreecommitdiffstats
path: root/include/linux/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2021-01-221-1/+2
* tcp: record received TOS value in the request socketWei Wang2020-09-101-0/+1
* tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau2020-08-241-5/+8
* tcp: Add saw_unknown to struct tcp_options_receivedMartin KaFai Lau2020-08-241-0/+2
* tcp: Use a struct to represent a saved_synMartin KaFai Lau2020-08-241-1/+6
* tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2020-07-311-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-2/+4
|\
| * tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-231-2/+4
* | tcp: Expose tcp_sock_set_keepidle_lockedDmitry Yakunin2020-06-241-0/+1
|/
* tcp: add tcp_sock_set_keepcntChristoph Hellwig2020-05-281-0/+1
* tcp: add tcp_sock_set_keepintvlChristoph Hellwig2020-05-281-0/+1
* tcp: add tcp_sock_set_keepidleChristoph Hellwig2020-05-281-0/+1
* tcp: add tcp_sock_set_user_timeoutChristoph Hellwig2020-05-281-0/+1
* tcp: add tcp_sock_set_syncntChristoph Hellwig2020-05-281-0/+1
* tcp: add tcp_sock_set_quickackChristoph Hellwig2020-05-281-0/+1
* tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-281-0/+1
* tcp: add tcp_sock_set_corkChristoph Hellwig2020-05-281-0/+2
* mptcp: add new sock flag to deal with join subflowsPaolo Abeni2020-05-151-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-51/+0
|\
| * mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni2020-04-301-51/+0
* | tcp: add tp->dup_ack_counterEric Dumazet2020-04-301-0/+1
|/
* mptcp: Add handling of incoming MP_JOIN requestsPeter Krystad2020-03-291-1/+7
* mptcp: Add ADD_ADDR handlingPeter Krystad2020-03-291-2/+18
* mptcp: handle tcp fallback when using syn cookiesFlorian Westphal2020-01-291-2/+0
* tcp: export count for rehash attemptsAbdul Kabbani2020-01-261-0/+2
* mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch2020-01-241-1/+2
* mptcp: Implement MPTCP receive pathMat Martineau2020-01-241-0/+10
* mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad2020-01-241-0/+3
* mptcp: Associate MPTCP context with TCP socketPeter Krystad2020-01-241-0/+3
* mptcp: Handle MPTCP TCP optionsPeter Krystad2020-01-241-0/+18
* tcp: add TCP_INFO status for failed client TFOJason Baron2019-10-251-1/+1
* tcp: add rcu protection around tp->fastopen_rskEric Dumazet2019-10-131-3/+3
* tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon2019-09-161-0/+2
* net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel2019-06-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-0/+4
|\
| * tcp: limit payload size of sacked skbsEric Dumazet2019-06-151-0/+4
* | net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel2019-06-171-6/+1
* | tcp: add optional per socket transmit delayEric Dumazet2019-06-121-0/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* tcp: defer SACK compression after DupThreshEric Dumazet2018-11-211-0/+1
* tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet2018-10-151-0/+1
* tcp: add tcp_wstamp_ns socket fieldEric Dumazet2018-09-211-0/+2
* tcp: add stat of data packet reordering eventsWei Wang2018-08-011-2/+2
* tcp: add dsack blocks received statsWei Wang2018-08-011-0/+3
* tcp: add data bytes retransmitted statsWei Wang2018-08-011-0/+3
* tcp: add data bytes sent statsWei Wang2018-08-011-0/+3
* tcp: use monotonic timestamps for PAWSArnd Bergmann2018-07-121-2/+2
* tcp: ignore rcv_rtt sample with old ts ecr valueWei Wang2018-06-221-0/+1
* tcp: add SACK compressionEric Dumazet2018-05-181-0/+2
* tcp: send in-queue bytes in cmsg upon readSoheil Hassas Yeganeh2018-05-011-1/+1