Age | Commit message (Expand) | Author |
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 |
2001-06-23 | - put hw defines in *reg, software defines in *var, etc | Jason Wright |
2001-06-22 | Fix lotsa bugs: | Jason Wright |
2001-06-22 | Add support for RNG on 7951; many thanks to Soren Kristensen | Jason Wright |
2001-06-14 | hackish auto-IV mode for IOV operations | Theo de Raadt |
2001-06-14 | dst ring corruption fix; jason | Theo de Raadt |
2001-06-14 | KNF | Theo de Raadt |
2001-06-12 | Make pci_mapreg_map take an extra argument where we can | Niklas Hallqvist |
2001-05-14 | use bus_dmamap_sync() as appropriate | Jason Wright |
2001-05-14 | - simplify hifn_dmamap_aligned() | 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 | missing else | Jason Wright |
2001-05-13 | initial cut at /dev/crypto support. takes original mbuf "try, and discard | Theo de Raadt |
2001-05-11 | I think this will match and work on a hifn 7951 | Theo de Raadt |
2001-05-08 | simplify prints | Theo de Raadt |
2001-04-06 | typo in error message | Jason Wright |
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos D. Keromytis |
2001-02-18 | shorten message | Theo de Raadt |
2001-01-31 | before copying the packet header, make sure we actually got the mbuf | Jason Wright |
2000-11-22 | even bigger delay in ram probe; deraadt@ ok | Michael Shalayeff |
2000-11-17 | *HMAC96->*HMAC | Angelos D. Keromytis |
2000-10-26 | shadow the dmaier to avoid an additional pci read in the interrupt path | Jason Wright |
2000-10-24 | Duh, C_WAIT will always be set if the card is inactive, but that interrupt | Jason Wright |
2000-10-23 | unreset takes time too, and you notice this on a p3/933 | Theo de Raadt |
2000-10-13 | delays that permit more machines to work; itojun | Theo de Raadt |