index
:
cryptodev-linux.git
bugfixes
integration
master
sockets
userspace
Kernel crypto API for user space
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cryptodev_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added some initial for of key. Added helper functions to enforce per user and...
Nikos Mavrogiannopoulos
2010-06-17
1
-8
/
+1
*
Corrected nasty bug and added some debugging info.
Nikos Mavrogiannopoulos
2010-06-17
1
-3
/
+0
*
Added data functionality and a test program.
Nikos Mavrogiannopoulos
2010-06-17
1
-1
/
+9
*
Some updates to compile.
Nikos Mavrogiannopoulos
2010-06-17
1
-10
/
+9
*
Tried to introduce new api.
Nikos Mavrogiannopoulos
2010-06-17
1
-18
/
+35
*
Avoid the use of packed attribute by directly assigning variables.
Nikos Mavrogiannopoulos
2010-06-17
1
-4
/
+18
*
eliminate warnings about unused result of copy_*_user
Phil Sutter
2010-06-17
1
-24
/
+24
*
ioctl_compat: hide code from user, enable conditionally
Phil Sutter
2010-06-17
1
-0
/
+7
*
crypto_op_to_*: fix typo into the correct direction
Phil Sutter
2010-06-17
1
-4
/
+4
*
*_to_compat, compat_to_*: fix different size pointer casting
Phil Sutter
2010-06-17
1
-12
/
+12
*
corrected typos.
Nikos Mavrogiannopoulos
2010-06-16
1
-4
/
+4
*
whitespace cleanup
Phil Sutter
2010-06-16
1
-6
/
+6
*
add compat_ioctl code
Phil Sutter
2010-06-16
1
-0
/
+93
*
Corrected handling of error conditions (properly release memory).
Nikos Mavrogiannopoulos
2010-05-26
1
-7
/
+10
*
Use unlikely() on unlikely situations.
Nikos Mavrogiannopoulos
2010-03-03
1
-10
/
+11
*
cryptodev initialises its sg with sg_set_buf. Although I'm not
Michael Weiser
2010-02-26
1
-3
/
+3
*
Use only async API since it is a superset of the synchronous one.
Nikos Mavrogiannopoulos
2010-02-20
1
-7
/
+7
*
Reintroduced dprintk() everywhere.
Nikos Mavrogiannopoulos
2010-02-19
1
-22
/
+3
*
Applied Michael's patch for 3des.
Nikos Mavrogiannopoulos
2010-02-19
1
-1
/
+1
*
Corrected bug in IV setting for ciphers.
Nikos Mavrogiannopoulos
2010-02-19
1
-3
/
+2
*
Added async hash support.
Nikos Mavrogiannopoulos
2010-02-19
1
-48
/
+15
*
Added support for asynchronous block ciphers.
Nikos Mavrogiannopoulos
2010-02-19
1
-0
/
+689