summaryrefslogtreecommitdiffstats
path: root/net/mptcp/token.c
Commit message (Expand)AuthorAgeFilesLines
* mptcp: don't return sockets in foreign netnsFlorian Westphal2021-09-241-3/+8
* mptcp: using TOKEN_MAX_RETRIES instead of magic numberJianguo Wu2021-05-281-2/+1
* mptcp: fix pr_debug in mptcp_token_new_connectJianguo Wu2021-05-281-3/+3
* kunit: mptcp: adhere to KUNIT formatting standardNico Pache2021-04-161-1/+1
* mptcp: token: fix unititialized variableDavide Caratti2020-11-031-1/+1
* mptcp: subflow: add mptcp_subflow_init_cookie_req helperFlorian Westphal2020-07-311-0/+26
* mptcp: token: move retry to callerFlorian Westphal2020-07-311-8/+4
* mptcp: zero token hash at creation time.Paolo Abeni2020-07-221-1/+1
* mptcp: move helper to where its usedFlorian Westphal2020-07-211-0/+12
* mptcp: add msk interations helperPaolo Abeni2020-07-091-1/+60
* mptcp: introduce token KUNIT self-testsPaolo Abeni2020-06-261-0/+9
* mptcp: refactor token containerPaolo Abeni2020-06-261-79/+192
* mptcp: fix "fn parameter not described" warningsMatthieu Baerts2020-04-021-4/+5
* mptcp: Add handling of incoming MP_JOIN requestsPeter Krystad2020-03-291-0/+27
* mptcp: create msk earlyPaolo Abeni2020-03-151-29/+2
* mptcp: Add key generation and token treePeter Krystad2020-01-241-0/+195