summaryrefslogtreecommitdiffstats
path: root/net/mptcp/token.c
AgeCommit message (Expand)AuthorLines
2022-01-07mptcp: full disconnect implementationPaolo Abeni-0/+1
2021-09-24mptcp: don't return sockets in foreign netnsFlorian Westphal-3/+8
2021-05-28mptcp: using TOKEN_MAX_RETRIES instead of magic numberJianguo Wu-2/+1
2021-05-28mptcp: fix pr_debug in mptcp_token_new_connectJianguo Wu-3/+3
2021-04-16kunit: mptcp: adhere to KUNIT formatting standardNico Pache-1/+1
2020-11-03mptcp: token: fix unititialized variableDavide Caratti-1/+1
2020-07-31mptcp: subflow: add mptcp_subflow_init_cookie_req helperFlorian Westphal-0/+26
2020-07-31mptcp: token: move retry to callerFlorian Westphal-8/+4
2020-07-22mptcp: zero token hash at creation time.Paolo Abeni-1/+1
2020-07-21mptcp: move helper to where its usedFlorian Westphal-0/+12
2020-07-09mptcp: add msk interations helperPaolo Abeni-1/+60
2020-06-26mptcp: introduce token KUNIT self-testsPaolo Abeni-0/+9
2020-06-26mptcp: refactor token containerPaolo Abeni-79/+192
2020-04-02mptcp: fix "fn parameter not described" warningsMatthieu Baerts-4/+5
2020-03-29mptcp: Add handling of incoming MP_JOIN requestsPeter Krystad-0/+27
2020-03-15mptcp: create msk earlyPaolo Abeni-29/+2
2020-01-24mptcp: Add key generation and token treePeter Krystad-0/+195