index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
opencrypto
/
cryptodev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sendfile() a method in the struct fileops. Currently only
glebius
2013-08-15
1
-0
/
+1
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
Add the fo_chown and fo_chmod methods to struct fileops and use them
kib
2011-08-16
1
-1
/
+3
*
After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9)
kib
2011-04-01
1
-1
/
+1
*
Add support for AES-XTS.
pjd
2010-09-23
1
-0
/
+3
*
Fix typo in comment.
jhb
2010-08-11
1
-1
/
+1
*
Add compat32 shims for opencrypto(4).
kib
2010-07-29
1
-7
/
+266
*
If crypto operation is finished with EAGAIN, don't repeat operation from
pjd
2009-09-04
1
-8
/
+9
*
Fix cryptodev UIO creation.
raj
2009-05-23
1
-1
/
+3
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
1
-7
/
+7
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-17
/
+14
*
Make ftruncate a 'struct file' operation rather than a vnode operation.
jhb
2008-01-07
1
-0
/
+14
*
Remove explicit locking of struct file.
jeff
2007-12-30
1
-6
/
+1
*
Deny attempt to malloc unbounded amount of the memory.
kib
2007-10-08
1
-3
/
+6
*
Integrate the Camellia Block Cipher. For more information see RFC 4132
gnn
2007-05-09
1
-0
/
+3
*
Replace custom file descriptor array sleep lock constructed using a mutex
rwatson
2007-04-04
1
-1
/
+3
*
Overhaul driver/subsystem api's:
sam
2007-03-21
1
-29
/
+101
*
Fix usage of HMAC algorithms via /dev/crypto.
pjd
2006-05-22
1
-10
/
+10
*
- Fix a very old bug in HMAC/SHA{384,512}. When HMAC is using SHA384
pjd
2006-05-17
1
-15
/
+12
*
If kern.cryptodevallowsoft is TRUE allow also for symmetric software crypto
pjd
2006-05-17
1
-2
/
+8
*
This patch fixes a problem, which exists if you have IPSEC in your kernel
wkoszek
2006-02-27
1
-0
/
+1
*
Fix bogus check. It was possible to panic the kernel by giving 0 length.
pjd
2005-08-18
1
-2
/
+4
*
Use dynamic major number allocation.
phk
2005-02-27
1
-2
/
+0
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Push Giant down through ioctl.
phk
2004-11-17
1
-3
/
+16
*
Don't acquire Giant in cryptof_close(), as the code is intended to be
rwatson
2004-08-10
1
-7
/
+0
*
Push acquisition of Giant from fdrop_closed() into fo_close() so that
rwatson
2004-07-22
1
-0
/
+7
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-5
/
+5
*
add missing #include <sys/module.h>
phk
2004-05-30
1
-0
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
eliminate an unnecessary 8Kbyte bzero that was being done for each
sam
2003-11-19
1
-8
/
+5
*
falloc allocates a file structure and adds it to the file descriptor
dwmalone
2003-10-19
1
-1
/
+1
*
The present defaults for the open and close for device drivers which
phk
2003-09-27
1
-1
/
+0
*
Initialize struct fileops with C99 sparse initialization.
phk
2003-06-18
1
-7
/
+7
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Flush my local cache of cryto subsystem fixes:
sam
2003-06-02
1
-6
/
+26
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-14
/
+7
*
o add a CRYPTO_F_CBIMM flag to symmetric ops to indicate the callback
sam
2003-02-23
1
-1
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-6
/
+6
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-6
/
+6
*
Bow to the whining masses and change a union back into void *. Retain
dillon
2003-01-13
1
-4
/
+4
*
Change struct file f_data to un_data, a union of the correct struct
dillon
2003-01-12
1
-4
/
+4
*
MFS: crypto timing support; purge usercrypto sysctl (just don't config
sam
2003-01-03
1
-2
/
+0
*
correct minor # in make_dev call
sam
2002-11-08
1
-1
/
+1
*
Module-ize the 'core' crypto stuff. This may still need to be compiled
markm
2002-10-16
1
-0
/
+1
*
remove CIOGSSESSION (get software session); it was added only for testing
sam
2002-10-07
1
-3
/
+1
*
In-kernel crypto framework derived from openbsd. This facility provides
sam
2002-10-04
1
-0
/
+798