summaryrefslogtreecommitdiffstats
path: root/net/mptcp/subflow.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mptcp: remove the redundant assignment of 'new_ctx->tcp_sock' in subflow_ulp_...MoYuanhao2024-11-091-1/+0
* mptcp: use "middlebox interference" RST when no DSSDavide Caratti2024-10-281-4/+8
* mptcp: annotate data-races around subflow->fully_establishedGang Yan2024-10-281-2/+2
* mptcp: prevent MPC handshake on port-based signal endpointsPaolo Abeni2024-10-151-0/+11
* mptcp: fallback when MPTCP opts are dropped after 1st dataMatthieu Baerts (NGI0)2024-10-101-1/+1
* mptcp: handle consistently DSS corruptionPaolo Abeni2024-10-101-1/+3
* mptcp: disable active MPTCP in case of blackholeMatthieu Baerts (NGI0)2024-09-121-0/+4
* mptcp: MIB counters for sent MP_JOINMatthieu Baerts (NGI0)2024-09-041-3/+18
* mptcp: pm: reduce entries iterations on connectMatthieu Baerts (NGI0)2024-09-041-11/+18
* mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)2024-08-271-24/+24
* mptcp: close subflow when receiving TCP+FINMatthieu Baerts (NGI0)2024-08-271-2/+6
* mptcp: fix duplicate data handlingPaolo Abeni2024-08-011-4/+12
* mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)2024-07-301-0/+3
* mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)2024-07-301-0/+6
* mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)2024-07-301-0/+1
* mptcp: refer to 'MPTCP' socket in commentsDavide Caratti2024-06-061-1/+1
* mptcp: remove unnecessary else statementsMatthieu Baerts (NGI0)2024-05-141-15/+17
* mptcp: fix possible NULL dereferencesEric Dumazet2024-05-081-15/+17
* mptcp: fix typos in commentsShi-Sheng Yang2024-05-071-2/+2
* mptcp: introducing a helper into active reset logicJason Xing2024-04-261-4/+2
* mptcp: support rstreason for passive resetJason Xing2024-04-261-5/+17
* rstreason: prepare for active resetJason Xing2024-04-261-2/+3
* rstreason: prepare for passive resetJason Xing2024-04-261-3/+5
* tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()Eric Dumazet2024-04-091-4/+6
* mptcp: add reset reason options in some placesJason Xing2024-04-081-5/+15
* mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti2024-04-021-0/+2
* mptcp: drop duplicate header inclusionsGeliang Tang2024-03-071-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-231-7/+8
|\
| * mptcp: fix data races on remote_idPaolo Abeni2024-02-181-3/+3
| * mptcp: fix data races on local_idPaolo Abeni2024-02-181-4/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-161-27/+44
|\|
| * mptcp: corner case locking for rx path fields initializationPaolo Abeni2024-02-121-24/+32
| * mptcp: fix more tx path fields initializationPaolo Abeni2024-02-121-2/+11
| * mptcp: fix rcv space initializationPaolo Abeni2024-02-121-2/+2
* | mptcp: annotate access for msk keysPaolo Abeni2024-02-051-4/+6
|/
* mptcp: relax check on MPC passive fallbackPaolo Abeni2024-01-171-1/+2
* mptcp: refine opt_mp_capable determinationEric Dumazet2024-01-131-4/+4
* mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req()Eric Dumazet2024-01-131-2/+2
* mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()Eric Dumazet2024-01-131-1/+1
* mptcp: strict validation before using mp_opt->hmacEric Dumazet2024-01-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-051-0/+13
|\
| * mptcp: prevent tcp diag from closing listener subflowsPaolo Abeni2024-01-031-0/+13
* | mptcp: use mptcp_set_stateGeliang Tang2024-01-021-1/+1
|/
* mptcp: fix inconsistent state on fastopen racePaolo Abeni2023-12-171-11/+17
* Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-031-1/+1
|\
| * mptcp: Do not include crypto/algapi.hHerbert Xu2023-09-151-1/+1
* | ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai2023-10-261-1/+0
* | mptcp: refactor sndbuf auto-tuningPaolo Abeni2023-10-251-2/+1
* | mptcp: consolidate sockopt synchronizationPaolo Abeni2023-10-251-9/+9
* | mptcp: give rcvlowat some lovePaolo Abeni2023-10-251-2/+10