| Commit message (Expand) | Author | Age | Files | Lines |
* | Add FPU_KERN_KTHR flag to fpu_kern_enter(9), which avoids saving FPU | kib | 2014-06-23 | 3 | -33/+12 |
* | Add support for the extended FPU states on amd64, both for native | kib | 2012-01-21 | 4 | -7/+18 |
* | MFaesni r215427: | kib | 2010-11-26 | 3 | -9/+31 |
* | Use the fpu_kern_enter() interface to properly separate usermode FPU | kib | 2010-06-05 | 4 | -3/+34 |
* | Changed to M_NOWAIT when reallocing psc_buf in padlock_sha_update(), | vanhu | 2009-05-27 | 1 | -1/+3 |
* | 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 | 2 | -3/+3 |
* | 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 |
* | Less magic. | pjd | 2006-09-15 | 1 | -2/+3 |
* | Remove trailing spaces. | pjd | 2006-07-28 | 1 | -1/+1 |
* | Use existing roundup2() macro. | pjd | 2006-07-28 | 1 | -1/+1 |
* | Remove redundant check committed by accident. | pjd | 2006-07-25 | 1 | -2/+0 |
* | Avoid memory allocations when the given address is already 16 bytes aligned. | pjd | 2006-07-25 | 1 | -6/+51 |
* | Modify PADLOCK_ALIGN() macro, so when the given address is already 16 bytes | pjd | 2006-07-25 | 1 | -1/+1 |
* | Style fixes. | pjd | 2006-07-25 | 4 | -10/+10 |
* | Implement support for HMAC/SHA1 and HMAC/SHA256 acceleration found in | pjd | 2006-07-22 | 4 | -335/+766 |
* | 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 |