summaryrefslogtreecommitdiff
path: root/include/linux/tcp.h
AgeCommit message (Expand)Author
2024-03-04tcp: align tcp_sock_write_rx groupEric Dumazet
2024-02-28tcp: remove some holes in struct tcp_sockEric Dumazet
2024-02-12tcp: move tp->tcp_usec_ts to tcp_sock_read_txrx groupEric Dumazet
2024-02-12tcp: move tp->scaling_ratio to tcp_sock_read_txrx groupEric Dumazet
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-06net/tcp: Don't store TCP-AO maclen on reqskDmitry Safonov
2023-12-05tcp: reorganize tcp_sock fast path variablesCoco Li
2023-11-03tcp: fix fastopen code vs usec TSEric Dumazet
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov
2023-10-27net/tcp: Add TCP-AO sign to twskDmitry Safonov
2023-10-27net/tcp: Add TCP-AO config and structuresDmitry Safonov
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet
2023-10-23tcp: add RTAX_FEATURE_TCP_USEC_TSEric Dumazet
2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V
2023-09-12tcp: defer regular ACK while processing socket backlogEric Dumazet
2023-08-06tcp: set TCP_USER_TIMEOUT locklesslyEric Dumazet
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-20tcp: annotate data-races around fastopenq.max_qlenEric Dumazet
2023-07-18tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet
2022-10-28tcp: add u32 counter in tcp_sock and an SNMP counter for PLBMubashir Adnan Qureshi
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-30tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell
2022-09-29bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-02-11net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe
2021-12-07tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelayMaxim Galaganov
2021-01-22tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2020-09-10tcp: record received TOS value in the request socketWei Wang
2020-08-24tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau
2020-08-24tcp: Add saw_unknown to struct tcp_options_receivedMartin KaFai Lau
2020-08-24tcp: Use a struct to represent a saved_synMartin KaFai Lau
2020-07-31tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-23tcp: allow at most one TLP probe per flightYuchung Cheng
2020-06-24tcp: Expose tcp_sock_set_keepidle_lockedDmitry Yakunin
2020-05-28tcp: add tcp_sock_set_keepcntChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_keepintvlChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_keepidleChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_user_timeoutChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_syncntChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_quickackChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-04-30tcp: add tp->dup_ack_counterEric Dumazet
2020-04-30mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni
2020-03-29mptcp: Add handling of incoming MP_JOIN requestsPeter Krystad
2020-03-29mptcp: Add ADD_ADDR handlingPeter Krystad