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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bogus check. It was possible to panic the kernel by giving 0 length.
pjd
2005-08-18
1
-2
/
+4
*
Check key size for rijndael, as invalid key size can lead to kernel panic.
pjd
2005-08-16
1
-0
/
+2
*
malloc.h relies on param.h for a definition of MAXCPU. I guess that there is
scottl
2005-05-30
1
-0
/
+1
*
just use crypto/rijndael, and nuke opencrypto/rindael.[ch].
ume
2005-03-11
3
-1286
/
+1
*
- use 1/2 space for rijndael context in ipsec
ume
2005-03-11
3
-25
/
+14
*
refer opencrypto/cast.h directly.
ume
2005-03-11
1
-1
/
+1
*
Use dynamic major number allocation.
phk
2005-02-27
1
-2
/
+0
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
20
-20
/
+20
*
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
2
-0
/
+2
*
kthread_exit() no longer requires Giant, so don't force callers to acquire
jhb
2004-03-05
1
-1
/
+0
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Do not aggressively unroll the AES implementation, in non-benchmarking use
phk
2004-02-04
1
-2
/
+0
*
Add CRD_F_KEY_EXPLICIT which allows the key to be changed per
phk
2004-02-02
2
-0
/
+11
*
style(9) pass and type fixups.
bms
2003-12-16
1
-1
/
+1
*
Purge crmbuf.c as the routines are now in uipc_mbuf.c.
bms
2003-12-15
1
-119
/
+0
*
Push m_apply() and m_getptr() up into the colleciton of standard mbuf
bms
2003-12-15
2
-11
/
+1
*
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
*
consolidate callback optimization check in one location by adding a flag
sam
2003-06-30
2
-7
/
+17
*
Add support to eliminate a context switch per crypto op when using the
sam
2003-06-27
3
-23
/
+33
*
Initialize struct fileops with C99 sparse initialization.
phk
2003-06-18
1
-7
/
+7
*
Use __FBSDID().
obrien
2003-06-11
11
-16
/
+37
*
Flush my local cache of cryto subsystem fixes:
sam
2003-06-02
3
-18
/
+43
*
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
3
-29
/
+78
*
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
*
Invoke the driver directly when a request is submitted via crypto_dispatch
sam
2003-01-09
1
-21
/
+52
*
correct flags passed when allocation crypto request structures so we
sam
2003-01-06
1
-2
/
+2
*
manage kernel threads properly; especially shutting them down on module unload
sam
2003-01-03
1
-52
/
+133
*
MFS: crypto timing support; purge usercrypto sysctl (just don't config
sam
2003-01-03
3
-9
/
+107
*
correct minor # in make_dev call
sam
2002-11-08
1
-1
/
+1
*
change load order so module is present before crypto drivers
sam
2002-11-08
1
-1
/
+1
*
Module-ize the 'core' crypto stuff. This may still need to be compiled
markm
2002-10-16
2
-3
/
+31
*
Change iov_base's type from `char *' to the standard `void *'. All
mike
2002-10-11
1
-1
/
+1
*
o split crypto_proc into two threads: one for processing requests and one
sam
2002-10-07
1
-52
/
+92
*
remove CIOGSSESSION (get software session); it was added only for testing
sam
2002-10-07
2
-4
/
+1
*
In-kernel crypto framework derived from openbsd. This facility provides
sam
2002-10-04
21
-0
/
+7317