Age | Commit message (Expand) | Author |
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 |
2000-04-05 | maintain state about keys, upload them to context ram once (and avoid the | Jason Wright |
2000-04-04 | add mac result pointer to the callback routine | Jason Wright |
2000-03-31 | Remove the timeout and print_stats functions (debugging code) | Jason Wright |
2000-03-30 | document hook functions | Jason Wright |
2000-03-30 | instrument bad crp's and bad crp callbacks, too | Jason Wright |
2000-03-30 | add some instrumentation for tracking input (commands/bytes) and output | 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 | fix arguments to failure printf's (correct numbers and types) | Jason Wright |
2000-03-22 | Oops... catch up with variable renaming in header file | Jason Wright |
2000-03-18 | cap the maximum sessions at 2048 since that's all that is available in | Jason Wright |
2000-03-17 | Be sure to mask out the chip stepping when examining the chip level | Jason Wright |
2000-03-17 | Fix some space->\t | Jason Wright |
2000-03-16 | document that other vendors use the hifn pci id too | Theo de Raadt |
2000-03-16 | move aeon to hifn7751 | Theo de Raadt |
2000-03-15 | Bring in bit definitions from the datasheet and allow shared interrupts. | Jason Wright |
2000-03-10 | repair ramcfg whacking code; mickey | Theo de Raadt |
2000-03-10 | unlock cryptography functions on Hi/fn 7751 cryptography card. Based on reve... | Michael Shalayeff |
2000-01-10 | sync pcidevs and let the aeon driver match the Hi/Fn 7751 | Jason Wright |
1999-12-15 | nuke *vm_alloc_page_contig, use bus_dma | Jason Wright |
1999-12-06 | Make this work for uvm. | Artur Grabowski |
1999-02-24 | handle scatter-gather, seperate src/dst mbuf, etc | Theo de Raadt |
1999-02-21 | use src/dst descriptor chaining out of an mbuf | Theo de Raadt |