summaryrefslogtreecommitdiff
path: root/net/mptcp/protocol.c
AgeCommit message (Expand)Author
2025-02-21mptcp: prevent excessive coalescing on receivePaolo Abeni
2025-02-21mptcp: 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-11-22mptcp: cope racing subflow creation in mptcp_rcv_space_adjustPaolo Abeni
2024-11-22mptcp: error out earlier on disconnectPaolo Abeni
2024-10-17mptcp: handle consistently DSS corruptionPaolo Abeni
2024-09-08mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)
2024-09-08mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)
2024-09-04mptcp: sched: check both backup in retransMatthieu Baerts (NGI0)
2024-09-04mptcp: close subflow when receiving TCP+FINMatthieu Baerts (NGI0)
2024-08-11mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni
2024-08-11mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)
2024-06-21mptcp: ensure snd_una is properly initialized on connectPaolo Abeni
2024-05-17mptcp: ensure snd_nxt is properly initialized on connectPaolo Abeni
2024-04-10mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti
2024-03-06mptcp: fix double-free on socket dismantleDavide Caratti
2024-03-06mptcp: fix snd_wnd initialization for passive socketPaolo Abeni
2024-03-06mptcp: push at DSS boundariesPaolo Abeni
2024-03-06mptcp: continue marking the first subflow as UNCONNECTEDMatthieu Baerts (NGI0)
2024-03-06mptcp: fix data races on local_idPaolo Abeni
2024-02-23mptcp: drop the push_pending fieldPaolo Abeni
2024-02-23mptcp: fix data re-injection from stale subflowPaolo Abeni
2024-02-23mptcp: get rid of msk->subflowPaolo Abeni
2023-11-28mptcp: deal with large GSO sizePaolo Abeni
2023-10-25mptcp: avoid sending RST when closing the initial subflowGeliang Tang
2023-10-25tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-10-25mptcp: more conservative check for zero probesPaolo Abeni
2023-10-19mptcp: fix delegated action racesPaolo Abeni
2023-10-10mptcp: process pending subflow error on closePaolo Abeni
2023-10-10mptcp: move __mptcp_error_report in protocol.cPaolo Abeni
2023-10-10mptcp: annotate lockless accesses to sk->sk_errEric Dumazet
2023-10-10mptcp: fix dangling connection hang-upPaolo Abeni
2023-10-10mptcp: rename timer related helper to less confusing namesPaolo Abeni
2023-09-19mptcp: annotate data-races around msk->rmem_fwd_allocEric Dumazet
2023-09-19net: annotate data-races around sk->sk_forward_allocEric Dumazet
2023-08-16mptcp: fix the incorrect judgment for msk->cb_flagsXiang Yang
2023-08-16mptcp: avoid bogus reset on fallback closePaolo Abeni
2023-08-03mptcp: ensure subflow is unhashed before cleaning the backlogPaolo Abeni
2023-08-03mptcp: do not rely on implicit state check in mptcp_listen()Paolo Abeni
2023-08-03mptcp: introduce 'sk' to replace 'sock->sk' in mptcp_listen()Menglong Dong
2023-07-01mptcp: ensure listener is unhashed before updating the sk statusPaolo Abeni
2023-06-28mptcp: consolidate fallback and non fallback state machinePaolo Abeni
2023-06-28mptcp: fix possible list corruption on passive MPJPaolo Abeni
2023-06-28mptcp: fix possible divide by zero in recvmsg()Paolo Abeni
2023-06-28mptcp: handle correctly disconnect() failuresPaolo Abeni
2023-06-09mptcp: fix active subflow finalizationPaolo Abeni
2023-06-09mptcp: fix connect timeout handlingPaolo Abeni
2023-06-09mptcp: add annotations around sk->sk_shutdown accessesPaolo Abeni