summaryrefslogtreecommitdiff
path: root/net/mptcp/protocol.c
AgeCommit message (Expand)Author
2026-06-19mptcp: fix missing wakeups in edge scenariosPaolo Abeni
2026-06-19mptcp: fix retransmission loop when csum is enabledPaolo Abeni
2026-06-09mptcp: do not drop partial packetsShardul Bankar
2026-06-09mptcp: handle first subflow closing consistentlyPaolo Abeni
2026-06-09mptcp: introduce the mptcp_init_skb helperPaolo Abeni
2026-06-09mptcp: reset rcv wnd on disconnectPaolo Abeni
2026-06-09mptcp: cleanup fallback dummy mapping generationPaolo Abeni
2026-06-01mptcp: sync the msk->sndbuf at accept() timeGang Yan
2026-05-23mptcp: drop __mptcp_fastopen_gen_msk_ackseq()Paolo Abeni
2026-05-14mptcp: fastclose msk when linger time is 0Matthieu Baerts (NGI0)
2026-04-18mptcp: fix slab-use-after-free in __inet_lookup_establishedJiayuan Chen
2026-03-04mptcp: fix receive space timestamp initializationPaolo Abeni
2026-02-06mptcp: avoid dup SUB_CLOSED events after disconnectMatthieu Baerts (NGI0)
2026-02-06mptcp: only reset subflow errors when propagatedMatthieu Baerts (NGI0)
2026-01-11mptcp: ensure context reset on disconnect()Paolo Abeni
2026-01-08mptcp: avoid deadlock on fallback while reinjectingPaolo Abeni
2026-01-08mptcp: schedule rtx timer only after pushing dataPaolo Abeni
2025-12-07mptcp: Initialise rcv_mss before calling tcp_send_active_reset() in mptcp_do_...Kuniyuki Iwashima
2025-12-07mptcp: clear scheduled subflows on retransmitPaolo Abeni
2025-12-01mptcp: do not fallback when OoO is presentPaolo Abeni
2025-12-01mptcp: decouple mptcp fastclose from tcp closePaolo Abeni
2025-12-01mptcp: fix premature close in case of fallbackPaolo Abeni
2025-12-01mptcp: fix duplicate reset on fastclosePaolo Abeni
2025-12-01mptcp: fix race condition in mptcp_schedule_work()Eric Dumazet
2025-12-01mptcp: Fix proto fallback detection with BPFJiayuan Chen
2025-11-24mptcp: fix MSG_PEEK stream corruptionPaolo Abeni
2025-11-13mptcp: restore window probePaolo Abeni
2025-11-13mptcp: drop bogus optimization in __mptcp_check_push()Paolo Abeni
2025-09-25mptcp: propagate shutdown to subflows when possibleMatthieu Baerts (NGI0)
2025-07-24mptcp: reset fallback status gracefully at disconnect() timePaolo Abeni
2025-07-24mptcp: plug races between subflow fail and subflow creationPaolo Abeni
2025-07-24mptcp: make fallback action and fallback decision atomicPaolo Abeni
2025-02-17mptcp: prevent excessive coalescing on receivePaolo Abeni
2025-02-08mptcp: handle fastopen disconnect correctlyPaolo Abeni
2025-01-09mptcp: don't always assume copied data in mptcp_cleanup_rbuf()Paolo Abeni
2025-01-09mptcp: fix recvbuffer adjust on sleeping rcvmsgPaolo Abeni
2024-12-14mptcp: fix possible integer overflow in mptcp_reset_tout_timerDmitry Kandybka
2024-12-14mptcp: annotate data-races around subflow->fully_establishedGang Yan
2024-11-11mptcp: cope racing subflow creation in mptcp_rcv_space_adjustPaolo Abeni
2024-11-11mptcp: error out earlier on disconnectPaolo Abeni
2024-10-28mptcp: init: protect sched with rcu_read_lockMatthieu Baerts (NGI0)
2024-10-09mptcp: handle consistently DSS corruptionPaolo Abeni
2024-09-11mptcp: disable active MPTCP in case of blackholeMatthieu Baerts (NGI0)
2024-09-11mptcp: export mptcp_subflow_early_fallback()Matthieu Baerts (NGI0)
2024-08-29mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)
2024-08-27mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)
2024-08-27mptcp: sched: check both backup in retransMatthieu Baerts (NGI0)
2024-08-27mptcp: close subflow when receiving TCP+FINMatthieu Baerts (NGI0)
2024-08-01mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni
2024-07-30mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)