Age | Commit message (Expand) | Author |
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 |
1999-02-19 | invertex aeon driver base | Theo de Raadt |