summaryrefslogtreecommitdiffstats
path: root/net/mptcp/subflow.c
Commit message (Expand)AuthorAgeFilesLines
* mptcp: disable active MPTCP in case of blackholeMatthieu Baerts (NGI0)2024-09-111-0/+4
* mptcp: MIB counters for sent MP_JOINMatthieu Baerts (NGI0)2024-09-031-3/+18
* mptcp: pm: reduce entries iterations on connectMatthieu Baerts (NGI0)2024-09-031-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-131-15/+17
* mptcp: fix possible NULL dereferencesEric Dumazet2024-05-071-15/+17
* mptcp: fix typos in commentsShi-Sheng Yang2024-05-061-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-011-0/+2
* mptcp: drop duplicate header inclusionsGeliang Tang2024-03-061-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-221-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-151-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-121-4/+4
* mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req()Eric Dumazet2024-01-121-2/+2
* mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()Eric Dumazet2024-01-121-1/+1
* mptcp: strict validation before using mp_opt->hmacEric Dumazet2024-01-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-041-0/+13
|\
| * mptcp: prevent tcp diag from closing listener subflowsPaolo Abeni2024-01-021-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-021-1/+1
|\
| * mptcp: Do not include crypto/algapi.hHerbert Xu2023-09-151-1/+1
* | ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai2023-10-251-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
* | mptcp: use plain bool instead of custom binary enumPaolo Abeni2023-10-251-6/+6
* | mptcp: fix delegated action racesPaolo Abeni2023-10-051-2/+8
* | mptcp: fix dangling connection hang-upPaolo Abeni2023-09-181-0/+1
* | mptcp: rename timer related helper to less confusing namesPaolo Abeni2023-09-181-1/+1
* | mptcp: move __mptcp_error_report in protocol.cPaolo Abeni2023-09-181-36/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-29/+29
|\