Age | Commit message (Expand) | Author |
2002-07-05 | Never call crp_callback directly, use crypto_done() instead | Jason Wright |
2002-07-05 | KNF (no space after casts) | Jason Wright |
2002-05-17 | simplify dmesg printout (all models have all crypto) | Theo de Raadt |
2002-05-07 | 7811 needs a short pause before setting up the DMA CSR during reset or it | Jason Wright |
2002-04-30 | - increase sample size from 1 byte to 4 bytes so that we can detect | Jason Wright |
2002-04-29 | Rework memory detection (again) based on code from Henric Jungheim <henric@he... | Jason Wright |
2002-04-08 | Credit DARPA/USAF appropriately. | Jason Wright |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-31 | Whoops! Add back matching of 7951; Matthias Bauer <bauerm@immd1.informatik.u... | Jason Wright |
2002-01-23 | Add defn for MIPS reset register and use it. | Jason Wright |
2002-01-09 | o There's no such thing as a source overrun, remove the definition | Jason Wright |
2002-01-08 | Add support for the Hifn 7811 (Thanks to GTGI for donating the card). | Jason Wright |
2001-11-14 | - Sprinkle more htole16/htole32s so that this thing has a chance of working | Jason Wright |
2001-11-12 | Sprinkle with htole32, add a garnish of htole16 and finish off with a | Jason Wright |
2001-11-12 | Don't abuse bus_dma(9) API by using dmamap->dm_* to hold results from | Jason Wright |
2001-11-09 | be way more sure that software cannot be used | Theo de Raadt |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
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-09-06 | Rewrite interrupt handler a bit... ack interrupts sooner. | 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-27 | initial support for non-HMAC md5/sha1 (work by ben@ and myself) | Jason Wright |
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski |
2001-08-22 | rename hs_flags -> hs_state and use #defines for the state names. | Jason Wright |
2001-08-22 | better error handling (a merge of ben's stuff and mine) | Jason Wright |
2001-08-22 | Better error catching (badly aligned iov's are EINVAL not ENOMEM) | Jason Wright |
2001-08-17 | Add RC4 support. | ben |
2001-08-15 | - Attempt to recover from PCI aborts. This is a heavy handed approach which | Jason Wright |
2001-08-12 | remove redundant vm includes | Michael Shalayeff |
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-20 | Since the aborts seem recoverable (thus far), don't printf() about them, | Jason Wright |
2001-07-18 | Enable reception of PCI abort interrupts and attempt to handle them. | Jason Wright |
2001-07-16 | oops, remove some debugging stuff | Jason Wright |
2001-07-16 | - Separate out reset function of proc unit | Jason Wright |
2001-07-08 | Hifn has changed its company name, make the name consistent throughout | Brad Smith |
2001-06-25 | Have to enable PIER as well as DMAIER in order to get interrupts from the | 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-24 | - oops, masking off wrong bits in destination total length field | Jason Wright |
2001-06-23 | copydata, not copyback | Angelos D. Keromytis |
2001-06-23 | Correctly handle the IV_PRESENT flag. | Angelos D. Keromytis |
2001-06-23 | be sure to clear (by writing 1) the public done by in the status register | Jason Wright |
2001-06-23 | Conform to new prototype for crypto_register() | Angelos D. Keromytis |
2001-06-23 | add some infrastructure for the public engine | Jason Wright |
2001-06-23 | merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts in... | Theo de Raadt |