Age | Commit message (Expand) | Author |
2004-01-20 | don't limit the number of sessions to the onboard ram (always upload the | Jason Wright |
2003-10-09 | - from freebsd: 795[56] AES support | Jason Wright |
2003-06-02 | licence cleanup | Theo de Raadt |
2003-05-13 | typos from Jean-Francois Brousseau; | Jason McIntyre |
2003-02-24 | Add support for LZS compression (only usable by ipcomp at the moment) | Jason Wright |
2003-02-17 | whitespace, typos, and compression structure defns | Jason Wright |
2003-01-05 | spelling | Theo de Raadt |
2002-07-23 | Turn READ/WRITE into function calls (driver was getting too bloated with | Jason Wright |
2002-07-21 | Flip on the LEDs on a 7811 when each of the rings is active (and turn them | Jason Wright |
2002-07-21 | Deal with the fact that one of the 7811 revisions cannot correctly handle | Jason Wright |
2002-04-08 | Credit DARPA/USAF appropriately. | Jason Wright |
2002-01-08 | Add support for the Hifn 7811 (Thanks to GTGI for donating the card). | Jason Wright |
2001-11-12 | Don't abuse bus_dma(9) API by using dmamap->dm_* to hold results from | Jason Wright |
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski |
2001-11-04 | 7751 has two registers in config space (0x40 - RETRY_TIMEOUT and 0x41, | Jason Wright |
2001-08-28 | an attempt at deuglification of the previous commit (It's still ugly, tho) | Jason Wright |
2001-08-28 | Relax restriction on buffer length being % 4 = 0 for the last entry in the | Jason Wright |
2001-08-27 | Deal with __HAS_NEW_BUS_DMAMAP_SYNC and try to sync partial maps when possible. | Jason Wright |
2001-08-22 | rename hs_flags -> hs_state and use #defines for the state names. | Jason Wright |
2001-08-17 | Add RC4 support. | ben |
2001-08-11 | move hifn_stats definition to header | Jason Wright |
2001-08-08 | leave the dma engines polling for a bit after the last descriptor has been | Jason Wright |
2001-08-08 | Initial support for RC4 operations (This probably won't work yet as | Jason Wright |
2001-07-21 | - Clear all interrupts during initialization (shouldn't be necessary, but | Jason Wright |
2001-07-08 | Hifn has changed its company name, make the name consistent throughout | Brad Smith |
2001-06-27 | "IPsec" capitalization (jsyn@nthought.com) | Angelos D. Keromytis |
2001-06-26 | move bus access to var where it belongs | Jason Wright |
2001-06-24 | Remove some redundent copies of the total length/skip values and use the | Jason Wright |
2001-06-24 | reflect reality more closely and remove more invertex stuff | Jason Wright |
2001-06-23 | - put hw defines in *reg, software defines in *var, etc | Jason Wright |
2001-06-22 | Fix lotsa bugs: | Jason Wright |
2001-05-14 | use real uio | Theo de Raadt |
2001-05-13 | First try at bus_dma(9)-ifying hifn7751 driver... advantages: | Jason Wright |
2001-05-13 | initial cut at /dev/crypto support. takes original mbuf "try, and discard | Theo de Raadt |
2000-06-02 | callback is always static | Theo de Raadt |
2000-05-08 | crank MAX_SCATTER to handle large chain lengths; deraadt ok'd. | Jason Wright |
2000-04-14 | not EXPORT | Jason Wright |
2000-04-13 | remove bit definitions and associated macros for hifn_command.flags since it | Jason Wright |
2000-04-13 | - let hifn_process() compute the mask bits for the command descriptors | Jason Wright |
2000-04-13 | remove unnecessary variable | Jason Wright |
2000-04-11 | - add support for buffers that are not aligned (or end on a non 4byte boundary) | Jason Wright |
2000-04-10 | - Add back code from the original aeon driver to handle missed interrupts by | Jason Wright |
2000-04-04 | add mac result pointer to the callback routine | Jason Wright |
2000-03-29 | - update copyrights | Jason Wright |
2000-03-29 | remove round-robin use of the boards. We're depending on the upper layer | Jason Wright |
2000-03-29 | Long over due checkpoint: | Jason Wright |
2000-03-22 | eissed another renamning of result_status -> result_flags | Jason Wright |
2000-03-22 | convert some spaces to tabs and make variable names the same as the | Jason Wright |
2000-03-16 | move aeon to hifn7751 | Theo de Raadt |
1999-02-24 | handle scatter-gather, seperate src/dst mbuf, etc | Theo de Raadt |