summaryrefslogtreecommitdiff
path: root/net/mptcp/subflow.c
AgeCommit message (Expand)Author
2025-03-31mptcp: fix NULL pointer in can_accept_new_subflowGang Yan
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-25mptcp: reset when MPTCP opts are dropped after joinMatthieu Baerts (NGI0)
2025-02-21net: better track kernel sockets lifetimeEric Dumazet
2025-02-19mptcp: drop __mptcp_fastopen_gen_msk_ackseq()Paolo Abeni
2025-02-19mptcp: consolidate subflow cleanupPaolo Abeni
2024-11-09mptcp: remove the redundant assignment of 'new_ctx->tcp_sock' in subflow_ulp_...MoYuanhao
2024-10-28mptcp: use "middlebox interference" RST when no DSSDavide Caratti
2024-10-28mptcp: annotate data-races around subflow->fully_establishedGang Yan
2024-10-15mptcp: prevent MPC handshake on port-based signal endpointsPaolo Abeni
2024-10-09mptcp: fallback when MPTCP opts are dropped after 1st dataMatthieu Baerts (NGI0)
2024-10-09mptcp: handle consistently DSS corruptionPaolo Abeni
2024-09-11mptcp: disable active MPTCP in case of blackholeMatthieu Baerts (NGI0)
2024-09-03mptcp: MIB counters for sent MP_JOINMatthieu Baerts (NGI0)
2024-09-03mptcp: pm: reduce entries iterations on connectMatthieu Baerts (NGI0)
2024-08-27mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)
2024-08-27mptcp: close subflow when receiving TCP+FINMatthieu Baerts (NGI0)
2024-08-01mptcp: fix duplicate data handlingPaolo Abeni
2024-07-30mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)
2024-07-30mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)
2024-07-30mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)
2024-06-06mptcp: refer to 'MPTCP' socket in commentsDavide Caratti
2024-05-13mptcp: remove unnecessary else statementsMatthieu Baerts (NGI0)
2024-05-07mptcp: fix possible NULL dereferencesEric Dumazet
2024-05-06mptcp: fix typos in commentsShi-Sheng Yang
2024-04-26mptcp: introducing a helper into active reset logicJason Xing
2024-04-26mptcp: support rstreason for passive resetJason Xing
2024-04-26rstreason: prepare for active resetJason Xing
2024-04-26rstreason: prepare for passive resetJason Xing
2024-04-09tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()Eric Dumazet
2024-04-08mptcp: add reset reason options in some placesJason Xing
2024-04-01mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti
2024-03-06mptcp: drop duplicate header inclusionsGeliang Tang
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-18mptcp: fix data races on remote_idPaolo Abeni
2024-02-18mptcp: fix data races on local_idPaolo Abeni
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-12mptcp: corner case locking for rx path fields initializationPaolo Abeni
2024-02-12mptcp: fix more tx path fields initializationPaolo Abeni
2024-02-12mptcp: fix rcv space initializationPaolo Abeni
2024-02-05mptcp: annotate access for msk keysPaolo Abeni
2024-01-17mptcp: relax check on MPC passive fallbackPaolo Abeni
2024-01-12mptcp: refine opt_mp_capable determinationEric Dumazet
2024-01-12mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req()Eric Dumazet
2024-01-12mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()Eric Dumazet
2024-01-12mptcp: strict validation before using mp_opt->hmacEric Dumazet
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-02mptcp: prevent tcp diag from closing listener subflowsPaolo Abeni
2024-01-02mptcp: use mptcp_set_stateGeliang Tang
2023-12-17mptcp: fix inconsistent state on fastopen racePaolo Abeni