summaryrefslogtreecommitdiffstats
path: root/net/mptcp/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* kunit: mptcp: adhere to KUNIT formatting standardNico Pache2021-04-161-1/+1
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-61/+2
|\
| * mptcp: move crypto test to KUNITPaolo Abeni2020-06-261-61/+2
* | mptcp: use sha256() instead of open codingEric Biggers2020-07-161-12/+3
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-011-2/+2
|\
| * mptcp: use SHA256_BLOCK_SIZE, not SHA_MESSAGE_BYTESEric Biggers2020-05-081-2/+2
* | mptcp: use untruncated hash in ADD_ADDR HMACTodd Malsbary2020-05-221-15/+9
|/
* mptcp: Add ADD_ADDR handlingPeter Krystad2020-03-291-6/+11
* mptcp: move from sha1 (v0) to sha256 (v1)Paolo Abeni2020-01-241-55/+85
* mptcp: Add key generation and token treePeter Krystad2020-01-241-0/+122