summaryrefslogtreecommitdiff
path: root/net/mptcp/subflow.c
AgeCommit message (Expand)Author
14 daysmptcp: cleanup fallback dummy mapping generationPaolo Abeni
14 daysmptcp: cleanup fallback data fin receptionPaolo Abeni
14 daysmptcp: fix memcg accounting for passive socketsPaolo Abeni
14 daysmptcp: factor-out cgroup data inherit helperPaolo Abeni
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-13mptcp: Disallow MPTCP subflows from sockmapJiayuan Chen
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-15mptcp: set remote_deny_join_id0 on SYN recvMatthieu Baerts (NGI0)
2025-08-19mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n.Kuniyuki Iwashima
2025-07-25mptcp: remove pr_fallback()Paolo Abeni
2025-07-25mptcp: track fallbacks accurately via mibsPaolo Abeni
2025-07-15mptcp: plug races between subflow fail and subflow creationPaolo Abeni
2025-07-15mptcp: make fallback action and fallback decision atomicPaolo Abeni
2025-04-15mptcp: add MPJoinRejected MIB counterMatthieu Baerts (NGI0)
2025-04-15mptcp: pass right struct to subflow_hmac_validMatthieu Baerts (NGI0)
2025-04-08mptcp: only inc MPJoinAckHMacFailure for HMAC failuresMatthieu Baerts (NGI0)
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