summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-23tcp: do not increment BeyondWindow MIB for old seqPaolo Abeni1-1/+5
2025-07-23tcp: do not set a zero size receive bufferPaolo Abeni1-0/+4
2025-07-17tcp: fix UaF in tcp_prune_ofo_queue()Paolo Abeni1-1/+1
2025-07-15tcp: stronger sk_rcvbuf checksEric Dumazet1-6/+16
2025-07-15tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skbEric Dumazet1-1/+1
2025-07-15tcp: call tcp_measure_rcv_mss() for ooo packetsEric Dumazet1-0/+1
2025-07-15tcp: add LINUX_MIB_BEYOND_WINDOWEric Dumazet1-0/+1
2025-07-15tcp: do not accept packets beyond windowEric Dumazet1-5/+17
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2025-07-10tcp: refine sk_rcvbuf increase for ooo packetsEric Dumazet1-1/+3
2025-07-08tcp: update the outdated ref draft-ietf-tcpm-rackXin Guo1-1/+1
2025-06-28tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK rangexin.guo1-1/+2
2025-06-20tcp: tcp_time_to_recover() cleanupEric Dumazet1-5/+3
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+25
2025-06-18tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behaviorNeal Cardwell1-12/+25
2025-06-18tcp: remove RFC3517/RFC6675 tcp_clear_retrans_hints_partial()Neal Cardwell1-2/+0
2025-06-18tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hintNeal Cardwell1-19/+0
2025-06-18tcp: remove obsolete and unused RFC3517/RFC6675 loss recovery codeNeal Cardwell1-127/+10
2025-05-15tcp: skip big rtt sample if receive queue is not emptyEric Dumazet1-0/+3
2025-05-15tcp: always seek for minimal rtt in tcp_rcv_rtt_update()Eric Dumazet1-14/+8
2025-05-15tcp: fix initial tp->rcvq_space.space value for passive TS enabled flowsEric Dumazet1-3/+3
2025-05-15tcp: remove zero TCP TS samples for autotuningEric Dumazet1-5/+5
2025-05-15tcp: add receive queue awareness in tcp_rcv_space_adjust()Eric Dumazet1-2/+4
2025-05-15tcp: adjust rcvbuf in presence of reordersEric Dumazet1-0/+4
2025-05-15tcp: fix sk_rcvbuf overshootEric Dumazet1-34/+25
2025-05-15tcp: add tcp_rcvbuf_grow() tracepointEric Dumazet1-0/+2
2025-04-01Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"Eric Dumazet1-3/+3
2025-03-25tcp: avoid atomic operations on sk->sk_rmem_allocEric Dumazet1-3/+3
2025-03-24tcp: move icsk_clean_acked to a better locationEric Dumazet1-6/+6
2025-03-18tcp: cache RTAX_QUICKACK metric in a hot cache lineEric Dumazet1-2/+1
2025-03-17tcp: helpers for ECN mode handlingIlpo Järvinen1-7/+7
2025-03-17tcp: rework {__,}tcp_ecn_check_ce() -> tcp_data_ecn_check()Ilpo Järvinen1-9/+6
2025-03-17tcp: create FLAG_TS_PROGRESSIlpo Järvinen1-9/+28
2025-03-17tcp: reorganize tcp_in_ack_event() and tcp_count_delivered()Ilpo Järvinen1-24/+32
2025-03-04tcp: add a drop_reason pointer to tcp_check_req()Eric Dumazet1-3/+2
2025-02-27tcp: be less liberal in TSEcr received while in SYN_RECV stateEric Dumazet1-0/+1
2025-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+2
2025-02-21bpf: Prevent unsafe access to the sock fields in the BPF timestamping callbackJason Xing1-0/+2
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+13
2025-02-20tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca1-4/+4
2025-02-19tcp: adjust rcvq_space after updating scaling ratioJakub Kicinski1-3/+9
2025-02-18trace: tcp: Add tracepoint for tcp_cwnd_reduction()Breno Leitao1-0/+2
2025-02-15tcp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet1-7/+7
2025-02-11tcp: add the ability to control max RTOEric Dumazet1-1/+1
2025-02-11tcp: use tcp_reset_xmit_timer()Eric Dumazet1-7/+5
2025-02-11tcp: add a @pace_delay parameter to tcp_reset_xmit_timer()Eric Dumazet1-2/+2
2025-02-11tcp: remove tcp_reset_xmit_timer() @max_when argumentEric Dumazet1-3/+2
2025-02-07tcp: rename inet_csk_{delete|reset}_keepalive_timer()Eric Dumazet1-3/+3
2025-02-07tcp: do not export tcp_parse_mss_option() and tcp_mtup_init()Eric Dumazet1-1/+0
2025-01-15tcp: add LINUX_MIB_PAWS_OLD_ACK SNMP counterEric Dumazet1-3/+4