summaryrefslogtreecommitdiff
path: root/net/mptcp/subflow.c
AgeCommit message (Expand)Author
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
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-10-25ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai
2023-10-25mptcp: refactor sndbuf auto-tuningPaolo Abeni
2023-10-25mptcp: consolidate sockopt synchronizationPaolo Abeni
2023-10-25mptcp: give rcvlowat some lovePaolo Abeni
2023-10-25mptcp: use plain bool instead of custom binary enumPaolo Abeni