summaryrefslogtreecommitdiffstats
path: root/include/linux/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* tcp: set TCP_USER_TIMEOUT locklesslyEric Dumazet2023-08-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-201-1/+1
|\
| * tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2023-07-201-1/+1
* | tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet2023-07-181-1/+3
|/
* tcp: preserve const qualifier in tcp_sk()Eric Dumazet2023-03-181-4/+6
* tcp: add u32 counter in tcp_sock and an SNMP counter for PLBMubashir Adnan Qureshi2022-10-281-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-1/+1
|\
| * tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2022-09-301-1/+1
* | bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau2022-09-291-0/+6
|/
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-0/+30
* net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe2022-02-111-0/+1
* tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelayMaxim Galaganov2021-12-071-0/+2
* 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
|/