summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/hifn7751var.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hifn(4): timeout_add(9) -> timeout_add_msec(9)cheloha2020-01-111-2/+2
* Bring CBC oracle attack countermeasure from r1.32 of cryptosoft.c tomikeb2010-12-151-2/+1
* don't limit the number of sessions to the onboard ram (always upload thejason2004-01-201-9/+4
* - from freebsd: 795[56] AES supportjason2003-10-091-8/+12
* licence cleanupderaadt2003-06-021-2/+1
* typos from Jean-Francois Brousseau;jmc2003-05-131-3/+3
* Add support for LZS compression (only usable by ipcomp at the moment)jason2003-02-241-4/+6
* whitespace, typos, and compression structure defnsjason2003-02-171-6/+6
* spellingderaadt2003-01-051-2/+2
* Turn READ/WRITE into function calls (driver was getting too bloated withjason2002-07-231-23/+5
* Flip on the LEDs on a 7811 when each of the rings is active (and turn themjason2002-07-211-1/+11
* Deal with the fact that one of the 7811 revisions cannot correctly handlejason2002-07-211-3/+24
* Credit DARPA/USAF appropriately.jason2002-04-081-1/+5
* Add support for the Hifn 7811 (Thanks to GTGI for donating the card).jason2002-01-081-1/+2
* Don't abuse bus_dma(9) API by using dmamap->dm_* to hold results fromjason2001-11-121-1/+3
* Switch everything to the new bus_dmamap_sync API.art2001-11-051-4/+4
* 7751 has two registers in config space (0x40 - RETRY_TIMEOUT and 0x41,jason2001-11-041-1/+3
* an attempt at deuglification of the previous commit (It's still ugly, tho)jason2001-08-281-3/+2
* Relax restriction on buffer length being % 4 = 0 for the last entry in thejason2001-08-281-7/+10
* Deal with __HAS_NEW_BUS_DMAMAP_SYNC and try to sync partial maps when possible.jason2001-08-271-1/+20
* rename hs_flags -> hs_state and use #defines for the state names.jason2001-08-221-2/+7
* Add RC4 support.ben2001-08-171-1/+2
* move hifn_stats definition to headerjason2001-08-111-3/+13
* leave the dma engines polling for a bit after the last descriptor has beenjason2001-08-081-3/+3
* Initial support for RC4 operations (This probably won't work yet asjason2001-08-081-1/+2
* - Clear all interrupts during initialization (shouldn't be necessary, butjason2001-07-211-1/+2
* Hifn has changed its company name, make the name consistent throughoutbrad2001-07-081-2/+2
* "IPsec" capitalization (jsyn@nthought.com)angelos2001-06-271-3/+3
* move bus access to var where it belongsjason2001-06-261-1/+6
* Remove some redundent copies of the total length/skip values and use thejason2001-06-241-4/+2
* reflect reality more closely and remove more invertex stuffjason2001-06-241-62/+13
* - put hw defines in *reg, software defines in *var, etcjason2001-06-231-4/+71
* Fix lotsa bugs:jason2001-06-221-3/+3
* use real uioderaadt2001-05-141-3/+3
* First try at bus_dma(9)-ifying hifn7751 driver... advantages:jason2001-05-131-9/+3
* initial cut at /dev/crypto support. takes original mbuf "try, and discardderaadt2001-05-131-1/+4
* callback is always staticderaadt2000-06-021-12/+1
* crank MAX_SCATTER to handle large chain lengths; deraadt ok'd.jason2000-05-081-2/+2
* not EXPORTjason2000-04-141-4/+4
* remove bit definitions and associated macros for hifn_command.flags since itjason2000-04-131-18/+1
* - let hifn_process() compute the mask bits for the command descriptorsjason2000-04-131-2/+2
* remove unnecessary variablejason2000-04-131-2/+1
* - add support for buffers that are not aligned (or end on a non 4byte boundary)jason2000-04-111-2/+4
* - Add back code from the original aeon driver to handle missed interrupts byjason2000-04-101-1/+2
* add mac result pointer to the callback routinejason2000-04-041-4/+4
* - update copyrightsjason2000-03-291-24/+11
* remove round-robin use of the boards. We're depending on the upper layerjason2000-03-291-2/+1
* Long over due checkpoint:jason2000-03-291-5/+5
* eissed another renamning of result_status -> result_flagsjason2000-03-221-2/+2
* convert some spaces to tabs and make variable names the same as thejason2000-03-221-36/+45