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