summaryrefslogtreecommitdiffstats
path: root/net/mptcp/protocol.c
Commit message (Expand)AuthorAgeFilesLines
* mptcp: cope racing subflow creation in mptcp_rcv_space_adjustPaolo Abeni2024-11-111-1/+2
* mptcp: error out earlier on disconnectPaolo Abeni2024-11-111-4/+9
* mptcp: init: protect sched with rcu_read_lockMatthieu Baerts (NGI0)2024-10-281-0/+2
* mptcp: handle consistently DSS corruptionPaolo Abeni2024-10-091-3/+21
* mptcp: disable active MPTCP in case of blackholeMatthieu Baerts (NGI0)2024-09-111-3/+8
* mptcp: export mptcp_subflow_early_fallback()Matthieu Baerts (NGI0)2024-09-111-7/+0
* mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)2024-08-291-0/+6
* mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)2024-08-271-26/+26
* mptcp: sched: check both backup in retransMatthieu Baerts (NGI0)2024-08-271-1/+1
* mptcp: close subflow when receiving TCP+FINMatthieu Baerts (NGI0)2024-08-271-1/+4
* mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni2024-08-011-4/+4
* mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)2024-07-301-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-131-0/+1
|\
| * mptcp: ensure snd_una is properly initialized on connectPaolo Abeni2024-06-101-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-061-2/+7
|\|
| * mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTABJason Xing2024-06-051-2/+7
* | mptcp: refer to 'MPTCP' socket in commentsDavide Caratti2024-06-061-2/+2
* | mptcp: add mptcp_space_from_win helperGeliang Tang2024-06-061-1/+1
* | mptcp: use mptcp_win_from_space helperGeliang Tang2024-06-061-1/+1
|/
* Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds2024-05-181-6/+5
|\
| * net: change proto and proto_ops accept typeJens Axboe2024-05-131-6/+5
* | mptcp: prefer strscpy over strcpyMatthieu Baerts (NGI0)2024-05-131-2/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-0/+3
|\
| * mptcp: ensure snd_nxt is properly initialized on connectPaolo Abeni2024-04-301-0/+3
* | net: move sysctl_max_skb_frags to net_hotdataEric Dumazet2024-04-301-1/+2
* | mptcp: introducing a helper into active reset logicJason Xing2024-04-261-3/+1
* | rstreason: prepare for active resetJason Xing2024-04-261-1/+3
* | mptcp: add last time fields in mptcp_infoGeliang Tang2024-04-111-0/+7
* | tcp: annotate data-races around tp->window_clampEric Dumazet2024-04-051-1/+1
|/
* mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti2024-04-011-2/+0
* mptcp: drop duplicate header inclusionsGeliang Tang2024-03-061-1/+0
* mptcp: implement TCP_NOTSENT_LOWAT supportPaolo Abeni2024-03-041-5/+34
* mptcp: cleanup writer wake-upPaolo Abeni2024-03-041-12/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-1/+51
|\
| * mptcp: fix double-free on socket dismantleDavide Caratti2024-02-261-0/+49
| * mptcp: fix snd_wnd initialization for passive socketPaolo Abeni2024-02-261-1/+1
| * mptcp: push at DSS boundariesPaolo Abeni2024-02-261-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-221-1/+1
|\|
| * mptcp: fix data races on local_idPaolo Abeni2024-02-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-14/+17
|\|
| * mptcp: corner case locking for rx path fields initializationPaolo Abeni2024-02-121-3/+6
| * mptcp: fix more tx path fields initializationPaolo Abeni2024-02-121-4/+2
| * mptcp: fix rcv space initializationPaolo Abeni2024-02-121-4/+6
| * mptcp: drop the push_pending fieldPaolo Abeni2024-02-121-6/+6
* | mptcp: annotate lockless accesses around read-mostly fieldsPaolo Abeni2024-02-051-7/+7
* | mptcp: annotate lockless access for tokenPaolo Abeni2024-02-051-1/+1
* | mptcp: annotate lockless access for RX path fieldsPaolo Abeni2024-02-051-8/+11
* | mptcp: annotate lockless access for the tx pathPaolo Abeni2024-02-051-8/+7
* | mptcp: annotate access for msk keysPaolo Abeni2024-02-051-1/+1
|/
* mptcp: fix data re-injection from stale subflowPaolo Abeni2024-02-011-3/+0