aboutsummaryrefslogtreecommitdiffstats
path: root/net/mptcp/protocol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-2/+2
2022-04-11mptcp: reset the packet scheduler on incoming MP_PRIOPaolo Abeni1-0/+2
2022-04-11mptcp: optimize release_cb for the common casePaolo Abeni1-7/+9
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-03-18mptcp: Fix crash due to tcp_tsorted_anchor was initialized before release skbYonglong Li1-0/+1
2022-03-08mptcp: strict local address ID selectionPaolo Abeni1-0/+3
2022-03-08mptcp: add tracepoint in mptcp_sendmsg_fragGeliang Tang1-0/+1
2022-02-24mptcp: Correctly set DATA_FIN timeout when number of retransmits is largeMat Martineau1-2/+5
2022-02-24mptcp: accurate SIOCOUTQ for fallback socketPaolo Abeni1-0/+11
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-01-07mptcp: Check reclaim amount before reducing allocationMat Martineau1-1/+3
2022-01-07mptcp: avoid atomic bit manipulation when possiblePaolo Abeni1-22/+25
2022-01-07mptcp: cleanup MPJ subflow list handlingPaolo Abeni1-67/+50
2022-01-07mptcp: do not block subflows creation on errorsPaolo Abeni1-0/+6
2022-01-07mptcp: keep track of local endpoint still available for each mskPaolo Abeni1-2/+1
2022-01-07mptcp: implement support for user-space disconnectPaolo Abeni1-4/+13
2022-01-07mptcp: cleanup accept and pollPaolo Abeni1-18/+7
2022-01-07mptcp: full disconnect implementationPaolo Abeni1-25/+76
2022-01-07mptcp: keep snd_una updated for fallback socketPaolo Abeni1-0/+1
2021-12-17mptcp: enforce HoL-blocking estimationPaolo Abeni1-25/+47
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2021-12-14mptcp: fix deadlock in __mptcp_push_pending()Maxim Galaganov1-1/+1
2021-12-14mptcp: clear 'kern' flag from fallback socketsFlorian Westphal1-1/+3
2021-12-07mptcp: expose mptcp_check_and_set_pendingMaxim Galaganov1-1/+1
2021-12-07mptcp: add SIOCINQ, OUTQ and OUTQNSD ioctlsFlorian Westphal1-0/+53
2021-12-07mptcp: add TCP_INQ cmsg supportFlorian Westphal1-1/+35
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+42
2021-11-20mptcp: use delegate action to schedule 3rd ack retransPaolo Abeni1-9/+42
2021-11-16net: cache align tcp_memory_allocated, tcp_sockets_allocatedEric Dumazet1-1/+1
2021-10-28tcp: factorize ip_summed settingEric Dumazet1-1/+1
2021-10-28tcp: no longer set skb->reserved_tailroomEric Dumazet1-1/+0
2021-10-28tcp: cleanup tcp_remove_empty_skb() useEric Dumazet1-2/+2
2021-10-27mptcp: drop unused sk in mptcp_push_releaseGeliang Tang1-5/+4
2021-10-27mptcp: allocate fwd memory separately on the rx and tx pathPaolo Abeni1-131/+94
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-40/+15
2021-10-08mptcp: fix possible stall on recvmsg()Paolo Abeni1-40/+15
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni1-1/+1
2021-09-25mptcp: re-arm retransmit timer if data is pendingFlorian Westphal1-3/+18
2021-09-25mptcp: remove tx_pending_dataFlorian Westphal1-4/+0
2021-09-25mptcp: use lockdep_assert_held_once() instead of open-coding itPaolo Abeni1-6/+3
2021-09-25mptcp: do not shrink snd_nxt when recoveringFlorian Westphal1-12/+31
2021-09-23mptcp: stop relying on tcp_tx_skb_cachePaolo Abeni1-60/+77
2021-09-23mptcp: ensure tx skbs always have the MPTCP extPaolo Abeni1-2/+2
2021-09-22mptcp: ensure tx skbs always have the MPTCP extPaolo Abeni1-2/+2
2021-09-03mptcp: Only send extra TCP acks in eligible socket statesMat Martineau1-9/+12
2021-09-01mptcp: fix possible divide by zeroPaolo Abeni1-41/+35
2021-08-27mptcp: make the locking tx schema more readablePaolo Abeni1-3/+7
2021-08-27mptcp: consolidate in_opt sub-options fields in a bitmaskPaolo Abeni1-2/+2
2021-08-14mptcp: add mibs for stale subflows processingPaolo Abeni1-0/+1