summaryrefslogtreecommitdiff
path: root/net/mptcp/token.c
AgeCommit message (Expand)Author
2023-01-09mptcp: add statistics for mptcp socket in useMenglong Dong
2023-01-09mptcp: rename 'sk' to 'ssk' in mptcp_token_new_connect()Menglong Dong
2022-11-11mptcp: Fix grammar in a commentMat Martineau
2022-01-07mptcp: full disconnect implementationPaolo Abeni
2021-09-24mptcp: don't return sockets in foreign netnsFlorian Westphal
2021-05-28mptcp: using TOKEN_MAX_RETRIES instead of magic numberJianguo Wu
2021-05-28mptcp: fix pr_debug in mptcp_token_new_connectJianguo Wu
2021-04-16kunit: mptcp: adhere to KUNIT formatting standardNico Pache
2020-11-03mptcp: token: fix unititialized variableDavide Caratti
2020-07-31mptcp: subflow: add mptcp_subflow_init_cookie_req helperFlorian Westphal
2020-07-31mptcp: token: move retry to callerFlorian Westphal
2020-07-22mptcp: zero token hash at creation time.Paolo Abeni
2020-07-21mptcp: move helper to where its usedFlorian Westphal
2020-07-09mptcp: add msk interations helperPaolo Abeni
2020-06-26mptcp: introduce token KUNIT self-testsPaolo Abeni
2020-06-26mptcp: refactor token containerPaolo Abeni
2020-04-02mptcp: fix "fn parameter not described" warningsMatthieu Baerts
2020-03-29mptcp: Add handling of incoming MP_JOIN requestsPeter Krystad
2020-03-15mptcp: create msk earlyPaolo Abeni
2020-01-24mptcp: Add key generation and token treePeter Krystad