summaryrefslogtreecommitdiff
path: root/include/uapi/linux/tcp.h
AgeCommit message (Expand)Author
2022-10-28tcp: add rcv_wnd and plb_rehash to TCP_INFOMubashir Adnan Qureshi
2022-10-28tcp: add u32 counter in tcp_sock and an SNMP counter for PLBMubashir Adnan Qureshi
2021-02-11tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive.Arjun Roy
2021-01-22tcp: Add receive timestamp support for receive zerocopy.Arjun Roy
2021-01-22tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2021-01-11Fix whitespace in uapi/linux/tcp.h.Danilo Carvalho
2020-12-04net-zerocopy: Defer vm zap unless actually needed.Arjun Roy
2020-12-04net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy.Arjun Roy
2020-07-31tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2020-03-09tcp: add bytes not sent to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2020-02-16tcp-zerocopy: Return sk_err (if set) along with tcp receive zerocopy.Arjun Roy
2020-02-16tcp-zerocopy: Return inq along with tcp receive zerocopy.Arjun Roy
2020-01-26tcp: export count for rehash attemptsAbdul Kabbani
2020-01-02net: Add device index to tcp_md5sigDavid Ahern
2019-10-25tcp: add TCP_INFO status for failed client TFOJason Baron
2019-09-16tcp: Add snd_wnd to TCP_INFOThomas Higdon
2019-09-16tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon
2019-06-12tcp: add optional per socket transmit delayEric Dumazet
2019-03-23tcp: add documentation for tcp_ca_stateSoheil Hassas Yeganeh
2018-11-17tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2018-08-01tcp: add stat of data packet reordering eventsWei Wang
2018-08-01tcp: add dsack blocks received statsWei Wang
2018-08-01tcp: add data bytes retransmitted statsWei Wang
2018-08-01tcp: add data bytes sent statsWei Wang
2018-07-16tcp: Fix broken repair socket window probe patchStefan Baranoff
2018-05-01tcp: send in-queue bytes in cmsg upon readSoheil Hassas Yeganeh
2018-04-29tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receiveEric Dumazet
2018-04-19tcp: export packets delivery infoYuchung Cheng
2018-03-16tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2018-03-05tcp: add ca_state stat in SCM_TIMESTAMPING_OPT_STATSPriyaranjan Jha
2018-03-05tcp: add send queue size stat in SCM_TIMESTAMPING_OPT_STATSPriyaranjan Jha
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch
2017-10-20tcp: socket option to set TCP fast open keyYuchung Cheng
2017-09-01tcp_diag: report TCP MD5 signing keys and addressesIvan Delalande
2017-07-31tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande
2017-06-15tcp: ULP infrastructureDave Watson
2017-01-29tcp: record pkts sent and retransmisttedYuchung Cheng
2017-01-25net/tcp-fastopen: Add new API supportWei Wang
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan
2016-11-30tcp: export sender limits chronographs to TCP_INFOFrancis Yan
2016-09-21tcp: export data delivery rateYuchung Cheng
2016-06-30tcp: add an ability to dump and restore window parametersAndrey Vagin
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau
2016-02-16tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_infoEric Dumazet
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet
2015-04-29tcp: add TCP_CC_INFO socket optionEric Dumazet