| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Drop <cryptodev.h> | Miloslav Trmač | 2010-08-24 | 1 | -154/+0 |
| | | | | | Also drop implementation of its ioctls, examples, openssl patch. | ||||
| * | Use types from <linux/types.h> for public headers. | Miloslav Trmač | 2010-08-08 | 1 | -27/+26 |
| | | | | | | | | | | | | | | When included in the kernel tree, <inttypes.h> is not available, so <linux/types.h> has to be used. <linux/types.h> does not provide the uintNN_t and size_t types when installed to /usr/include/linux (package kernel-headers on Fedora). Therefore, use the types from <linux/types.h> that are available in userspace. Also fix user-space users of the headers not to assume that they provide the <stdint.h> types. | ||||
| * | sparse: Fix __user annotations | Miloslav Trmač | 2010-07-19 | 1 | -6/+8 |
| | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
| * | ioctl_compat: hide code from user, enable conditionally | Phil Sutter | 2010-06-17 | 1 | -38/+0 |
| | | |||||
| * | whitespace cleanup | Phil Sutter | 2010-06-16 | 1 | -3/+3 |
| | | |||||
| * | add compat_ioctl code | Phil Sutter | 2010-06-16 | 1 | -0/+38 |
| | | |||||
| * | Finally rewritten to avoid copyright issues. | Nikos Mavrogiannopoulos | 2010-03-03 | 1 | -140/+91 |
| | | |||||
| * | The kernel driver compiles and works fine. But cryptodev.h is now | Nikos Mavrogiannopoulos | 2010-03-02 | 1 | -1/+1 |
| | | | | | incompatible with openssl's cryptodev engine. Reported by Michael Weiser. | ||||
| * | Added modified cryptodev.h to avoid copyright issues with no license from ↵ | Nikos Mavrogiannopoulos | 2010-02-26 | 1 | -117/+163 |
| | | | | | previous one (suggestion from savanah admins) | ||||
| * | Revert "Added CIOCCRYPTV that will encrypt/hash iovectors.". This | Nikos Mavrogiannopoulos | 2009-12-04 | 1 | -28/+1 |
| | | | | | | | | | | | | is a cryptodev release that intends to be fully compatible with OpenBSD and FreeBSD APIs. This reverts commit 30181c1a49a63fddc97dd10dbac1b49568aede1f. Conflicts: cryptodev.c | ||||
| * | Only check that size is multiple of blocksize on ciphers. | Nikos Mavrogiannopoulos | 2009-11-29 | 1 | -1/+1 |
| | | |||||
| * | Added CIOCCRYPTV that will encrypt/hash iovectors. | Nikos Mavrogiannopoulos | 2009-11-28 | 1 | -1/+28 |
| | | |||||
| * | Added files. | Nikos Mavrogiannopoulos | 2009-11-28 | 1 | -0/+156 |
