aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-08tcp: more struct tcp_sock adjustmentsEric Dumazet1-3/+3
2024-03-04tcp: align tcp_sock_write_rx groupEric Dumazet1-1/+1
2024-02-28tcp: remove some holes in struct tcp_sockEric Dumazet1-4/+4
2024-02-12tcp: move tp->tcp_usec_ts to tcp_sock_read_txrx groupEric Dumazet1-2/+2
2024-02-12tcp: move tp->scaling_ratio to tcp_sock_read_txrx groupEric Dumazet1-1/+1
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+2
2023-12-06net/tcp: Don't store TCP-AO maclen on reqskDmitry Safonov1-6/+2
2023-12-05tcp: reorganize tcp_sock fast path variablesCoco Li1-114/+134
2023-11-03tcp: fix fastopen code vs usec TSEric Dumazet1-1/+1
2023-10-27net/tcp: Wire TCP-AO to request socketsDmitry Safonov1-0/+18
2023-10-27net/tcp: Add TCP-AO sign to twskDmitry Safonov1-0/+3
2023-10-27net/tcp: Add TCP-AO config and structuresDmitry Safonov1-2/+7
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet1-1/+3
2023-10-23tcp: add RTAX_FEATURE_TCP_USEC_TSEric Dumazet1-0/+5
2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V1-0/+8
2023-09-12tcp: defer regular ACK while processing socket backlogEric Dumazet1-6/+8
2023-08-06tcp: set TCP_USER_TIMEOUT locklesslyEric Dumazet1-1/+1
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-07-20tcp: annotate data-races around fastopenq.max_qlenEric Dumazet1-1/+1
2023-07-18tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet1-1/+3
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet1-4/+6
2022-10-28tcp: add u32 counter in tcp_sock and an SNMP counter for PLBMubashir Adnan Qureshi1-0/+1
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-09-30tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell1-1/+1
2022-09-29bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau1-0/+6
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-0/+30
2022-02-11net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe1-0/+1
2021-12-07tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelayMaxim Galaganov1-0/+2
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
2018-04-19tcp: track total bytes delivered with ECN CE marksYuchung Cheng1-0/+1
2018-01-25bpf: Adds field bpf_sock_ops_cb_flags to tcp_sockLawrence Brakmo1-0/+11
2017-12-12tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet1-1/+1
2017-12-08tcp: invalidate rate samples during SACK renegingYousuk Seung1-1/+2
2017-11-11tcp: use sequence distance to detect reorderingYuchung Cheng1-1/+0
2017-11-11tcp: retire FACK loss detectionYuchung Cheng1-1/+0
2017-11-05tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha1-2/+7
2017-10-26tcp: TCP experimental option for SMCUrsula Braun1-2/+7
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch1-1/+2
2017-10-05tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet1-0/+1
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal1-0/+6
2017-08-06tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng1-1/+1
2017-07-31tcp: remove header predictionFlorian Westphal1-6/+0
2017-07-31tcp: remove prequeue supportFlorian Westphal1-9/+0
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet1-11/+11
2017-05-16tcp: internal implementation for pacingEric Dumazet1-0/+2
2017-04-26tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet1-6/+6
2017-04-26tcp: add tp->tcp_mstamp fieldEric Dumazet1-0/+1
2017-04-24net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang1-0/+1
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet1-0/+9
2017-01-25net/tcp-fastopen: Add new API supportWei Wang1-1/+2
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2017-01-13tcp: remove thin_dupack featureYuchung Cheng1-1/+1
2017-01-13tcp: remove early retransmitYuchung Cheng1-2/+1
2017-01-13tcp: remove forward retransmit featureYuchung Cheng1-1/+0
2017-01-13tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng1-0/+1
2017-01-13tcp: record most recent RTT in RACK loss detectionYuchung Cheng1-0/+1
2017-01-13tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson1-1/+6
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet1-1/+0
2016-12-05tcp: tsq: add tsq_flags / tsq_enumEric Dumazet1-1/+10
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal1-0/+1
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan1-0/+2
2016-11-30tcp: instrument tcp sender limits chronographsFrancis Yan1-2/+5
2016-11-09tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet1-2/+0
2016-09-21tcp: export data delivery rateYuchung Cheng1-1/+4
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh1-0/+1
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng1-0/+2
2016-09-21tcp: count packets marked lost for a TCP connectionNeal Cardwell1-0/+1
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell1-3/+2
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang1-4/+3
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau1-0/+6
2016-02-11tcp: __tcp_hdrlen() helperCraig Gallek1-1/+6
2016-02-07tcp: new delivery accountingYuchung Cheng1-0/+1
2015-11-05tcp: fix req->saved_syn raceEric Dumazet1-0/+7
2015-10-22tcp: fastopen: limit max_qlenEric Dumazet1-1/+2
2015-10-21tcp: track the packet timings in RACKYuchung Cheng1-0/+6
2015-10-21tcp: remove tcp_mark_lost_retrans()Yuchung Cheng1-2/+0
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng1-0/+3
2015-10-12tcp: shrink tcp_timewait_sock by 8 bytesEric Dumazet1-2/+2
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet1-18/+4
2015-09-21tcp: usec resolution SYN/ACK RTTYuchung Cheng1-1/+1
2015-09-17tcp: provide skb->hash to synack packetsEric Dumazet1-0/+1
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet1-0/+2
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner1-1/+6
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet1-0/+8
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet1-0/+4
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet1-0/+4
2015-04-07tcp: RFC7413 option support for Fast Open clientDaniel Lee1-0/+1
2015-04-07tcp: RFC7413 option support for Fast Open serverDaniel Lee1-0/+1
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet1-1/+1
2015-02-28tcp: tso: remove tp->tso_deferredEric Dumazet1-1/+0
2015-02-08tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell1-0/+4
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell1-0/+1
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell1-0/+1
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller1-1/+1
2014-12-09tcp: refine TSO autosizingEric Dumazet1-1/+1
2014-12-09switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro1-1/+1
2014-10-29tcp: allow for bigger reordering levelEric Dumazet1-2/+2
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-8/+0
2014-09-28net_dma: simple removalDan Williams1-8/+0
2014-08-22tcp: improve undo on timeoutYuchung Cheng1-1/+1
2014-06-27tcp: add init_req method to tcp_request_sock_opsOctavian Purdila1-3/+0
2014-05-22tcp: make cwnd-limited checks measurement-based, and gentlerNeal Cardwell1-2/+4
2014-05-13tcp: simplify fast open cookie processingYuchung Cheng1-5/+0
2014-05-02tcp: fix cwnd limited checking to improve congestion controlEric Dumazet1-0/+1
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet1-4/+4
2014-01-06tcp: out_of_order_queue do not use its lockEric Dumazet1-1/+4
2013-07-31tcp: Remove unused tcpct declarations and commentsDmitry Popov1-1/+0
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet1-0/+1
2013-05-19tcp: remove bad timeout logic in fast recoveryYuchung Cheng1-1/+0
2013-03-21tcp: implement RFC5682 F-RTOYuchung Cheng1-1/+2
2013-03-21tcp: refactor F-RTOYuchung Cheng1-4/+2
2013-03-17tcp: Remove TCPCTChristoph Paasch1-10/+0
2013-03-12tcp: TLP loss detection.Nandita Dukkipati1-0/+1
2013-03-12tcp: Tail loss probe (TLP)Nandita Dukkipati1-1/+0
2013-03-10tcp: Remove unused tw_cookie_values from tcp_timewait_sockChristoph Paasch1-4/+0
2013-02-13tcp: adding a per-socket timestamp offsetAndrey Vagin1-0/+3
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger1-1/+0
2012-12-09net: Add support for hardware-offloaded encapsulationJoseph Gasparakis1-0/+10
2012-10-22tcp: add SYN/data info to TCP_INFOYuchung Cheng1-1/+2
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-207/+1
2012-09-20ipv4: Don't add TCP-code in inet_sock_destructChristoph Paasch1-0/+4
2012-08-31tcp: TCP Fast Open Server - header & support functionsJerry Chu1-3/+42
2012-07-23tcp: dont drop MTU reduction indicationsEric Dumazet1-0/+6
2012-07-20tcp: improve latencies of timer triggered eventsEric Dumazet1-1/+3
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng1-0/+1
2012-07-19net-tcp: Fast Open client - sending SYN-dataYuchung Cheng1-1/+5
2012-07-19net-tcp: Fast Open baseYuchung Cheng1-0/+10
2012-07-11tcp: TCP Small QueuesEric Dumazet1-0/+9
2012-07-10tcp: Remove tw->tw_peerDavid S. Miller1-1/+0
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+10
2012-06-09net: Make linux/tcp.h C++ friendly (trivial)Paul Pluzhnikov1-10/+10
2012-06-09[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller1-1/+2
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-05-09net: Fix tcp_build_and_update_options comment in struct tcp_sockKyle McMartin1-1/+1
2012-05-02tcp: early retransmit: delayed fast retransmitYuchung Cheng1-1/+2
2012-05-02tcp: early retransmitYuchung Cheng1-0/+1
2012-04-26tcp repair: Fix unaligned access when repairing options (v2)Pavel Emelyanov1-0/+5
2012-04-21tcp: Repair connection-time negotiated parametersPavel Emelyanov1-0/+1
2012-04-21tcp: Initial repair modePavel Emelyanov1-1/+13
2012-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-02-28tcp: fix comment for tp->highest_sackNeal Cardwell1-1/+2
2012-02-01tcp: md5: protects md5sig_info with RCUEric Dumazet1-1/+1
2012-01-31tcp: md5: rcu conversionEric Dumazet1-2/+1
2011-12-21tcp: Replace constants with #define macrosVijay Subramanian1-0/+5
2011-10-03tcp: report ECN_SEEN in tcp_infoEric Dumazet1-1/+2
2011-08-24Proportional Rate Reduction for TCP.Nandita Dukkipati1-0/+4
2011-06-08tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu1-0/+1
2010-08-30tcp: Add TCP_USER_TIMEOUT socket option.Jerry Chu1-0/+1
2010-02-18net: TCP thin dupackAndreas Petlund1-1/+3