summaryrefslogtreecommitdiff
path: root/net/mptcp/protocol.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-04mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)1-0/+6
2024-09-04mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)1-26/+26
2024-09-04mptcp: sched: check both backup in retransMatthieu Baerts (NGI0)1-1/+1
2024-09-04mptcp: close subflow when receiving TCP+FINMatthieu Baerts (NGI0)1-1/+4
2024-08-11mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni1-4/+4
2024-08-11mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)1-4/+6
2024-06-11mptcp: ensure snd_una is properly initialized on connectPaolo Abeni1-0/+1
2024-06-05mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTABJason Xing1-2/+7
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds1-6/+5
2024-05-14mptcp: prefer strscpy over strcpyMatthieu Baerts (NGI0)1-2/+3
2024-05-14net: change proto and proto_ops accept typeJens Axboe1-6/+5
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2024-05-01mptcp: ensure snd_nxt is properly initialized on connectPaolo Abeni1-0/+3
2024-05-01net: move sysctl_max_skb_frags to net_hotdataEric Dumazet1-1/+2
2024-04-26mptcp: introducing a helper into active reset logicJason Xing1-3/+1
2024-04-26rstreason: prepare for active resetJason Xing1-1/+3
2024-04-11mptcp: add last time fields in mptcp_infoGeliang Tang1-0/+7
2024-04-06tcp: annotate data-races around tp->window_clampEric Dumazet1-1/+1
2024-04-02mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti1-2/+0
2024-03-07mptcp: drop duplicate header inclusionsGeliang Tang1-1/+0
2024-03-04mptcp: implement TCP_NOTSENT_LOWAT supportPaolo Abeni1-5/+34
2024-03-04mptcp: cleanup writer wake-upPaolo Abeni1-12/+3
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+51
2024-02-27mptcp: fix double-free on socket dismantleDavide Caratti1-0/+49
2024-02-27mptcp: fix snd_wnd initialization for passive socketPaolo Abeni1-1/+1
2024-02-27mptcp: push at DSS boundariesPaolo Abeni1-0/+1
2024-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-02-18mptcp: fix data races on local_idPaolo Abeni1-1/+1
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+17
2024-02-12mptcp: corner case locking for rx path fields initializationPaolo Abeni1-3/+6
2024-02-12mptcp: fix more tx path fields initializationPaolo Abeni1-4/+2
2024-02-12mptcp: fix rcv space initializationPaolo Abeni1-4/+6
2024-02-12mptcp: drop the push_pending fieldPaolo Abeni1-6/+6
2024-02-05mptcp: annotate lockless accesses around read-mostly fieldsPaolo Abeni1-7/+7
2024-02-05mptcp: annotate lockless access for tokenPaolo Abeni1-1/+1
2024-02-05mptcp: annotate lockless access for RX path fieldsPaolo Abeni1-8/+11
2024-02-05mptcp: annotate lockless access for the tx pathPaolo Abeni1-8/+7
2024-02-05mptcp: annotate access for msk keysPaolo Abeni1-1/+1
2024-02-01mptcp: fix data re-injection from stale subflowPaolo Abeni1-3/+0
2024-01-02mptcp: use mptcp_set_stateGeliang Tang1-19/+19
2024-01-02mptcp: add CurrEstab MIB counter supportGeliang Tang1-0/+18
2023-12-27mptcp: don't overwrite sock_ops in mptcp_is_tcpsk()Davide Caratti1-64/+44
2023-12-17mptcp: fix inconsistent state on fastopen racePaolo Abeni1-3/+3
2023-11-15mptcp: fix possible NULL pointer dereference on closePaolo Abeni1-3/+4
2023-11-15mptcp: deal with large GSO sizePaolo Abeni1-0/+4
2023-10-27mptcp: use mptcp_get_ext helperGeliang Tang1-2/+2
2023-10-27mptcp: drop useless ssk in pm_subflow_check_nextGeliang Tang1-1/+1
2023-10-25mptcp: refactor sndbuf auto-tuningPaolo Abeni1-2/+16
2023-10-25mptcp: consolidate sockopt synchronizationPaolo Abeni1-2/+0
2023-10-25mptcp: use copy_from_iter helpers on transmitPaolo Abeni1-4/+15