Age | Commit message (Expand) | Author |
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 |
2000-10-11 | printf format string typo in HIFN_DEBUG section. | Jun-ichiro itojun Hagino |
2000-08-15 | - deallocate all resources grabbed during hifn_attach() when an error occurs. | Jason Wright |
2000-08-13 | indent | Theo de Raadt |
2000-07-28 | Use the correct bits for determining which session to delete. Some style fixes. | Jason Wright |
2000-06-20 | call crypto_done() | Jason Wright |
2000-06-17 | knf | Jason Wright |
2000-06-13 | use the source length to calculate the output length instead of relying on | Jason Wright |
2000-06-13 | Be more careful when setting up the mbufs for destination buffers | Jason Wright |
2000-06-02 | callback is always static | Theo de Raadt |
2000-05-04 | fixed context memory sizing | Jason Wright |
2000-04-25 | if we have to allocate a new mbuf, don't forget to copy the header info from | Jason Wright |
2000-04-25 | fixing the frontend means fixing the backend too... add a countdown when | Jason Wright |
2000-04-25 | use the size of the allocation, not the minimum of what was requested and | Jason Wright |
2000-04-23 | freesession takes u_int64_t | Angelos D. Keromytis |
2000-04-19 | split out mbuf scatter gather function | Theo de Raadt |
2000-04-13 | - let hifn_process() compute the mask bits for the command descriptors | Jason Wright |
2000-04-13 | - complete rewrite of hifn_write_command() to avoid copies by removing the | Jason Wright |
2000-04-13 | match netsec 7751 card, and oh golly gee, will ya look at that, it's | Theo de Raadt |
2000-04-11 | - add support for buffers that are not aligned (or end on a non 4byte boundary) | Jason Wright |
2000-04-11 | - Don't bother with PCI_COMMAND_IO_ENABLE, the card doesn't support it. | Jason Wright |
2000-04-10 | - Add back code from the original aeon driver to handle missed interrupts by | Jason Wright |
2000-04-05 | run at splnet() instead of splimp() | Jason Wright |