summaryrefslogtreecommitdiff
path: root/net/mptcp
AgeCommit message (Expand)AuthorFilesLines
2023-01-14mptcp: use proper req destructor for IPv6Mat Martineau1-3/+16
2023-01-14mptcp: dedicated request sock for subflow in v6Mat Martineau1-8/+26
2023-01-14mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMat Martineau1-1/+11
2023-01-14mptcp: mark ops structures as ro_after_initMat Martineau1-8/+7
2022-08-31net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima1-3/+3
2022-08-03tcp: Fix data-races around sysctl_tcp_moderate_rcvbuf.Kuniyuki Iwashima1-1/+1
2021-12-22mptcp: clear 'kern' flag from fallback socketsFlorian Westphal1-1/+3
2021-12-01mptcp: fix delack timerEric Dumazet1-1/+2
2021-10-06mptcp: don't return sockets in foreign netnsFlorian Westphal6-24/+20
2021-07-28mptcp: fix warning in __skb_flow_dissect() when do syn cookie for subflow joinJianguo Wu1-1/+15
2021-07-14mptcp: generate subflow hmac after mptcp_finish_join()Jianguo Wu1-3/+3
2021-07-14mptcp: fix pr_debug in mptcp_token_new_connectJianguo Wu1-3/+3
2021-06-23mptcp: do not warn on bad input from the networkPaolo Abeni1-5/+5
2021-06-23mptcp: try harder to borrow memory from subflow under pressurePaolo Abeni1-4/+6
2021-06-23mptcp: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy1-0/+2
2021-06-10mptcp: always parse mptcp options for MPC reqskPaolo Abeni1-9/+8
2021-06-03mptcp: fix data stream corruptionPaolo Abeni1-0/+6
2021-06-03mptcp: drop unconditional pr_warn on bad optPaolo Abeni1-1/+0
2021-06-03mptcp: avoid error message on infinite mappingPaolo Abeni1-1/+0
2021-05-19mptcp: fix splat when closing unaccepted socketPaolo Abeni1-2/+1
2021-04-14mptcp: forbit mcast-related sockopt on MPTCP socketsPaolo Abeni1-0/+45
2021-03-30ipv6: weaken the v4mapped source checkJakub Kicinski1-0/+5
2021-03-07mptcp: do not wakeup listener for MPJ subflowsPaolo Abeni1-0/+6
2021-02-23mptcp: skip to next candidate if subflow has unacked dataFlorian Westphal1-1/+4
2021-01-06mptcp: fix security context on server socketPaolo Abeni1-0/+2
2020-12-08mptcp: print new line in mptcp_seq_show() if mptcp isn't in useJianguo Wu1-0/+1
2020-11-27mptcp: fix NULL ptr dereference on bad MPJPaolo Abeni1-3/+2
2020-11-10mptcp: provide rmem[0] limitPaolo Abeni1-0/+1
2020-11-04mptcp: token: fix unititialized variableDavide Caratti1-1/+1
2020-10-29mptcp: add missing memory scheduling in the rx pathPaolo Abeni1-0/+10
2020-10-21mptcp: depends on IPV6 but not as a moduleMatthieu Baerts1-1/+1
2020-10-21mptcp: MPTCP_IPV6 should depend on IPV6 instead of selecting itGeert Uytterhoeven1-1/+1
2020-10-21mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting itGeert Uytterhoeven1-3/+1
2020-10-21mptcp: move mptcp_options_received's port initializationGeliang Tang1-1/+1
2020-10-21mptcp: initialize mptcp_options_received's ahmacGeliang Tang1-0/+1
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-13/+61
2020-10-10mptcp: subflows garbage collectionPaolo Abeni3-0/+24
2020-10-10mptcp: fix fallback for MP_JOIN subflowsPaolo Abeni3-9/+34
2020-10-09net: mptcp: make DACK4/DACK8 usage consistent among all subflowsDavide Caratti3-4/+3
2020-10-09mptcp: fix infinite loop on recvmsg()/worker() race.Paolo Abeni1-1/+8
2020-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+6
2020-10-06mptcp: don't skip needed ackPaolo Abeni1-2/+4
2020-10-06mptcp: more DATA FIN fixesPaolo Abeni2-6/+6
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-13/+27
2020-10-05mptcp: Constify mptcp_pm_opsRikard Falkeborn1-1/+1
2020-10-04mptcp: ADD_ADDRs with echo bit are smallerMatthieu Baerts3-6/+8
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-09-30mptcp: Handle incoming 32-bit DATA_FIN valuesMat Martineau3-7/+18
2020-09-30mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seqMat Martineau2-6/+6
2020-09-25net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal1-2/+1