summaryrefslogtreecommitdiff
path: root/net/mptcp/protocol.c
AgeCommit message (Expand)Author
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-09mptcp: 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-11-08mptcp: init: protect sched with rcu_read_lockMatthieu Baerts (NGI0)
2024-10-17mptcp: handle consistently DSS corruptionPaolo Abeni
2024-09-08mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)
2024-09-08mptcp: avoid duplicated SUB_CLOSED eventsMatthieu 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-08-11tcp: annotate data-races around tp->window_clampEric Dumazet
2024-08-11mptcp: give rcvlowat some lovePaolo Abeni
2024-06-21mptcp: ensure snd_una is properly initialized on connectPaolo Abeni
2024-06-21mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTABJason Xing
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-04-10mptcp: don't overwrite sock_ops in mptcp_is_tcpsk()Davide 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-01mptcp: fix data races on local_idPaolo Abeni
2024-03-01mptcp: corner case locking for rx path fields initializationPaolo Abeni
2024-03-01mptcp: fix more tx path fields initializationPaolo Abeni
2024-03-01mptcp: use mptcp_set_stateGeliang Tang
2024-03-01mptcp: add CurrEstab MIB counter supportGeliang Tang
2024-02-23mptcp: fix rcv space initializationPaolo Abeni
2024-02-23mptcp: drop the push_pending fieldPaolo Abeni
2024-02-23mptcp: fix data re-injection from stale subflowPaolo Abeni
2024-01-05mptcp: fix inconsistent state on fastopen racePaolo Abeni
2024-01-05mptcp: fix possible NULL pointer dereference on closePaolo Abeni
2024-01-05mptcp: refactor sndbuf auto-tuningPaolo Abeni
2023-11-28mptcp: deal with large GSO sizePaolo Abeni
2023-10-19mptcp: avoid sending RST when closing the initial subflowGeliang Tang
2023-10-19mptcp: more conservative check for zero probesPaolo Abeni
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-10-05mptcp: fix delegated action racesPaolo Abeni
2023-09-18mptcp: fix dangling connection hang-upPaolo Abeni
2023-09-18mptcp: rename timer related helper to less confusing namesPaolo Abeni
2023-09-18mptcp: process pending subflow error on closePaolo Abeni
2023-09-18mptcp: move __mptcp_error_report in protocol.cPaolo Abeni
2023-09-01mptcp: annotate data-races around msk->rmem_fwd_allocEric Dumazet
2023-09-01net: annotate data-races around sk->sk_forward_allocEric Dumazet
2023-08-22mptcp: register default schedulerGeliang Tang
2023-08-22mptcp: use get_retrans wrapperGeliang Tang
2023-08-22mptcp: use get_send wrapperGeliang Tang