summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2019-12-21tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault
2019-12-21tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault
2019-12-21tcp: fix rejected syncookies due to stale timestampsGuillaume Nault
2019-09-06tcp: fix tcp_rtx_queue_tail in case of empty retransmit queueTim Froidcoeur
2019-08-11tcp: be more careful in tcp_fragment()Eric Dumazet
2019-08-04tcp: reset sk_send_head in tcp_write_queue_purgeSoheil Hassas Yeganeh
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet
2019-02-23tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng
2018-08-06tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet
2018-07-28tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng
2018-07-28tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng
2018-03-22tcp: sysctl: Fix a race to avoid unexpected 0 window from spaceGao Feng
2018-01-02tcp: invalidate rate samples during SACK renegingYousuk Seung
2017-11-18tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-11-03net: tcp: check skb is non-NULL for exact match on lookupsDavid Ahern
2016-10-17net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern
2016-09-21tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng
2016-09-21tcp: allow congestion control to expand send buffer differentlyYuchung Cheng
2016-09-21tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segmentsNeal Cardwell
2016-09-21tcp: allow congestion control module to request TSO skb segment countNeal Cardwell
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-29tcp: add tcp_add_backlog()Eric Dumazet
2016-08-28tcp: Set read_sock and peek_len proto_opsTom Herbert
2016-08-28net: Add read_sock proto_opTom Herbert
2016-08-23net-tcp: retire TFO_SERVER_WO_SOCKOPT2 configYuchung Cheng
2016-08-18tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet
2016-07-01tcp: md5: use kmalloc() backed scratch areasEric Dumazet
2016-06-30tcp: increase size at which tcp_bound_to_half_wnd bounds to > TCP_MSS_DEFAULTSeymour, Shane M
2016-06-10tcp: add in_flight to tcp_skb_cbLawrence Brakmo
2016-05-11net: l3mdev: Add hook in ip and ipv6David Ahern
2016-05-11tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo
2016-05-09tcp: refactor struct tcp_skb_cbLawrence Brakmo
2016-04-28tcp: Make use of MSG_EOR in tcp_sendmsgMartin KaFai Lau
2016-04-27net: snmp: kill STATS_BH macrosEric Dumazet
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet
2016-04-24tcp-tso: do not split TSO packets at retransmit timeEric Dumazet
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-21tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau
2016-04-15tcp: do not mess with listener sk_wmem_allocEric Dumazet
2016-04-04tcp: increment sk_drops for listenersEric Dumazet
2016-04-04tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh
2016-04-02tcp: remove cwnd moderation after recoveryYuchung Cheng