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
/
crypto
/
via
/
padlock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the fpu_kern_enter() interface to properly separate usermode FPU
kib
2010-06-05
1
-1
/
+7
*
identify routine takes driver_t *, not device_t *.
imp
2009-02-05
1
-1
/
+1
*
Connect padlock(4) to amd64 build for VIA Nano processors.
jkim
2009-01-12
1
-2
/
+2
*
Fix a potential NULL-pointer dereference in padlock(4).
philip
2008-11-17
1
-1
/
+5
*
Simplify session selection/allocation.
pjd
2008-08-09
1
-10
/
+5
*
- Fix freeing session on newsession failure.
pjd
2008-08-09
1
-9
/
+24
*
Implify sessions freeing loop.
pjd
2008-08-09
1
-2
/
+1
*
We don't have to drop a lock around malloc(M_NOWAIT).
pjd
2008-08-09
1
-4
/
+4
*
When freeing session, restore its ID after zeroing memory.
pjd
2008-08-09
1
-0
/
+1
*
Sessions in-use are at the end of the queue, so use TAILQ_FOREACH_REVERSE()
pjd
2008-08-09
1
-3
/
+5
*
Convert lock that protects sessions list from a mutex to a rwlock.
pjd
2008-07-20
1
-16
/
+16
*
Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC
gnn
2007-07-03
1
-1
/
+1
*
Overhaul driver/subsystem api's:
sam
2007-03-21
1
-74
/
+68
*
Remove trailing spaces.
pjd
2006-07-28
1
-1
/
+1
*
Style fixes.
pjd
2006-07-25
1
-1
/
+1
*
Implement support for HMAC/SHA1 and HMAC/SHA256 acceleration found in
pjd
2006-07-22
1
-335
/
+64
*
Correct few bzero()s.
pjd
2006-07-22
1
-3
/
+3
*
Set ses_ictx and ses_octx to NULL after freeing them, so we won't free
pjd
2006-07-22
1
-0
/
+2
*
Use the already stored VIA RNG probe information
mr
2006-07-13
1
-16
/
+5
*
Fix gratuitous compiler warning.
pjd
2006-06-08
1
-1
/
+2
*
- Pretend to accelerate various HMAC algorithms, so padlock(4) can be used
pjd
2006-06-05
1
-91
/
+266
*
padlock(4) doesn't support explicitly provided keys yet.
pjd
2006-04-20
1
-0
/
+4
*
On padlock initialization, allocate memory with M_WAITOK.
pjd
2006-04-12
1
-5
/
+1
*
Add VIA/ACE "PadLock" support as a crypto(9) driver.
pjd
2005-08-18
1
-0
/
+504