aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-22tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-1/+2
2020-09-10tcp: record received TOS value in the request socketWei Wang1-0/+1
2020-08-24tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau1-5/+8
2020-08-24tcp: Add saw_unknown to struct tcp_options_receivedMartin KaFai Lau1-0/+2
2020-08-24tcp: Use a struct to represent a saved_synMartin KaFai Lau1-1/+6
2020-07-31tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-1/+2
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+4
2020-07-23tcp: allow at most one TLP probe per flightYuchung Cheng1-2/+4
2020-06-24tcp: Expose tcp_sock_set_keepidle_lockedDmitry Yakunin1-0/+1
2020-05-28tcp: add tcp_sock_set_keepcntChristoph Hellwig1-0/+1
2020-05-28tcp: add tcp_sock_set_keepintvlChristoph Hellwig1-0/+1
2020-05-28tcp: add tcp_sock_set_keepidleChristoph Hellwig1-0/+1
2020-05-28tcp: add tcp_sock_set_user_timeoutChristoph Hellwig1-0/+1
2020-05-28tcp: add tcp_sock_set_syncntChristoph Hellwig1-0/+1
2020-05-28tcp: add tcp_sock_set_quickackChristoph Hellwig1-0/+1
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig1-0/+1
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig1-0/+2
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni1-0/+3
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-51/+0
2020-04-30tcp: add tp->dup_ack_counterEric Dumazet1-0/+1
2020-04-30mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni1-51/+0
2020-03-29mptcp: Add handling of incoming MP_JOIN requestsPeter Krystad1-1/+7
2020-03-29mptcp: Add ADD_ADDR handlingPeter Krystad1-2/+18
2020-01-29mptcp: handle tcp fallback when using syn cookiesFlorian Westphal1-2/+0
2020-01-26tcp: export count for rehash attemptsAbdul Kabbani1-0/+2
2020-01-24mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch1-1/+2
2020-01-24mptcp: Implement MPTCP receive pathMat Martineau1-0/+10
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad1-0/+3
2020-01-24mptcp: Associate MPTCP context with TCP socketPeter Krystad1-0/+3
2020-01-24mptcp: Handle MPTCP TCP optionsPeter Krystad1-0/+18
2019-10-25tcp: add TCP_INFO status for failed client TFOJason Baron1-1/+1
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet1-3/+3
2019-09-16tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon1-0/+2
2019-06-22net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel1-1/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2019-06-17net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel1-6/+1
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet1-0/+4
2019-06-12tcp: add optional per socket transmit delayEric Dumazet1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-11-21tcp: defer SACK compression after DupThreshEric Dumazet1-0/+1
2018-10-15tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet1-0/+1
2018-09-21tcp: add tcp_wstamp_ns socket fieldEric Dumazet1-0/+2
2018-08-01tcp: add stat of data packet reordering eventsWei Wang1-2/+2
2018-08-01tcp: add dsack blocks received statsWei Wang1-0/+3
2018-08-01tcp: add data bytes retransmitted statsWei Wang1-0/+3
2018-08-01tcp: add data bytes sent statsWei Wang1-0/+3
2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann1-2/+2
2018-06-22tcp: ignore rcv_rtt sample with old ts ecr valueWei Wang1-0/+1
2018-05-18tcp: add SACK compressionEric Dumazet1-0/+2
2018-05-01tcp: send in-queue bytes in cmsg upon readSoheil Hassas Yeganeh1-1/+1