aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-11tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive.Arjun Roy1-1/+1
2021-01-22tcp: Add receive timestamp support for receive zerocopy.Arjun Roy1-0/+4
2021-01-22tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-0/+1
2021-01-11Fix whitespace in uapi/linux/tcp.h.Danilo Carvalho1-9/+9
2020-12-04net-zerocopy: Defer vm zap unless actually needed.Arjun Roy1-0/+2
2020-12-04net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy.Arjun Roy1-0/+2
2020-07-31tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-0/+1
2020-03-09tcp: add bytes not sent to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-0/+1
2020-02-16tcp-zerocopy: Return sk_err (if set) along with tcp receive zerocopy.Arjun Roy1-0/+1
2020-02-16tcp-zerocopy: Return inq along with tcp receive zerocopy.Arjun Roy1-0/+1
2020-01-26tcp: export count for rehash attemptsAbdul Kabbani1-0/+1
2020-01-02net: Add device index to tcp_md5sigDavid Ahern1-2/+3
2019-10-25tcp: add TCP_INFO status for failed client TFOJason Baron1-1/+9
2019-09-16tcp: Add snd_wnd to TCP_INFOThomas Higdon1-0/+4
2019-09-16tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon1-0/+2
2019-06-12tcp: add optional per socket transmit delayEric Dumazet1-0/+3
2019-03-23tcp: add documentation for tcp_ca_stateSoheil Hassas Yeganeh1-0/+27
2018-11-17tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-0/+1
2018-08-01tcp: add stat of data packet reordering eventsWei Wang1-0/+2
2018-08-01tcp: add dsack blocks received statsWei Wang1-0/+2
2018-08-01tcp: add data bytes retransmitted statsWei Wang1-0/+2
2018-08-01tcp: add data bytes sent statsWei Wang1-1/+3
2018-07-16tcp: Fix broken repair socket window probe patchStefan Baranoff1-0/+4
2018-05-01tcp: send in-queue bytes in cmsg upon readSoheil Hassas Yeganeh1-0/+3
2018-04-29tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receiveEric Dumazet1-0/+8
2018-04-19tcp: export packets delivery infoYuchung Cheng1-0/+5
2018-03-16tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-0/+1
2018-03-05tcp: add ca_state stat in SCM_TIMESTAMPING_OPT_STATSPriyaranjan Jha1-0/+1
2018-03-05tcp: add send queue size stat in SCM_TIMESTAMPING_OPT_STATSPriyaranjan Jha1-0/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman1-0/+1
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch1-0/+1
2017-10-20tcp: socket option to set TCP fast open keyYuchung Cheng1-0/+1
2017-09-01tcp_diag: report TCP MD5 signing keys and addressesIvan Delalande1-0/+9
2017-07-31tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang1-0/+8
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande1-3/+8
2017-06-15tcp: ULP infrastructureDave Watson1-0/+1
2017-01-29tcp: record pkts sent and retransmisttedYuchung Cheng1-0/+2
2017-01-25net/tcp-fastopen: Add new API supportWei Wang1-0/+1
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan1-0/+8
2016-11-30tcp: export sender limits chronographs to TCP_INFOFrancis Yan1-0/+4
2016-09-21tcp: export data delivery rateYuchung Cheng1-0/+3
2016-06-30tcp: add an ability to dump and restore window parametersAndrey Vagin1-0/+10
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau1-0/+2
2016-02-16tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_infoEric Dumazet1-0/+3
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner1-1/+3
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet1-0/+2
2015-04-29tcp: add TCP_CC_INFO socket optionEric Dumazet1-0/+1
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet1-0/+1
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet1-0/+1