Age | Commit message (Expand) | Author |
2001-06-14 | OOPS | Theo de Raadt |
2001-06-14 | hackish auto-IV mode for IOV operations | Theo de Raadt |
2001-06-12 | Make pci_mapreg_map take an extra argument where we can | Niklas Hallqvist |
2001-06-08 | Put back bus_dmaification of context's (seems to have been fixed by | Jason Wright |
2001-05-30 | Un-bus_dma(9) mcr1 context and mcr operations (causes problems under load). | Jason Wright |
2001-05-23 | - relax alignment constraints | Jason Wright |
2001-05-23 | bus_dmaify mcr handling (just leaves buffer lists and mac buffer to go...) | Jason Wright |
2001-05-22 | - delay allocation of rng handling structures | Jason Wright |
2001-05-22 | - Don't poll the rng more than 100 times a second | Jason Wright |
2001-05-14 | kill agregate messages; reported by stephen@etunnels.com | Theo de Raadt |
2001-05-14 | use real uio | Theo de Raadt |
2001-05-13 | use criov_copydata for grabbing iv for next packet | Jason Wright |
2001-05-13 | initial cut at /dev/crypto support. takes original mbuf "try, and discard | Theo de Raadt |
2001-05-13 | Initial support for Broadcom 5820, which is very much like the 5805 except | Jason Wright |
2001-04-29 | When expanding the session table, only copy the number of sessions already | Jason Wright |
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-03-25 | Fix potential dangling mbuf and potential double free. Thanks to Dawson and team | Constantine Sapuntzakis |
2001-02-02 | The read/write indication bit in DMAERR reg is bit 1, not bit 0 | Jason Wright |
2001-01-31 | before copying the packet header, make sure we actually got the mbuf | Jason Wright |
2001-01-29 | grab rng stuff more often (now 6400bytes/sec) | Jason Wright |
2001-01-29 | - add infrastructure for dealing with the key generator (MCR2) | Jason Wright |
2001-01-11 | oops | Theo de Raadt |
2001-01-11 | move ich to auich at mickey's request | Theo de Raadt |
2000-11-17 | *HMAC96->*HMAC | Angelos D. Keromytis |
2000-09-21 | style | Jason Wright |
2000-08-19 | - introduce new function ubsec_mcopy() which copies the header and trailer | Jason Wright |
2000-08-17 | use destination lengths when trimming the output packet (cut and pasto) | Jason Wright |
2000-08-17 | - auth+enc sorta works: fixup all of the offsets for encryption/authentication | Jason Wright |
2000-08-15 | use pci_mapreg_map, deallocate resources on failure in attachment; jason@ ok | Michael Shalayeff |
2000-08-15 | Put the bcopy back in place for the decryption CRD_F_EXPLICIT_IV case (missed | Jason Wright |
2000-08-15 | don't forget the initial swizzling with IPAD for inner state (fixes | Jason Wright |
2000-08-15 | - Can't avoid one of those bcopy's so easily (only happens with old ESP | Jason Wright |
2000-08-13 | do iv copying by hand, to avoid bcopy overhead | Theo de Raadt |
2000-08-13 | fix session code | Theo de Raadt |
2000-08-13 | not completely working session code from jason | Theo de Raadt |
2000-08-13 | indent | Theo de Raadt |
2000-08-12 | mcr aggregation now works, best i have seen yet is 5 (huh?) | Theo de Raadt |
2000-08-11 | move mcr out of q; and write prelim mcr aggregation code, which does not yet | Theo de Raadt |
2000-07-31 | since byte order bugs are gone, interrupts work ok | Theo de Raadt |
2000-07-29 | remove the (unused) sc_intrmask, and be more careful about initializing | Jason Wright |
2000-07-20 | work around broken A0 5805 silicon that fails to set the status result word i... | Theo de Raadt |
2000-06-20 | call crypto_done() | Jason Wright |
2000-06-19 | oops, nuke unused variable | Jason Wright |
2000-06-19 | add authentication-only handling (easy setup). | Jason Wright |
2000-06-18 | Use the same field data types as the reference code and adjust offsets | Jason Wright |
2000-06-14 | readd queue limiting code that was backed out yesterday. (ip_esp.c change | Jason Wright |
2000-06-13 | backout previous 2 changes... causes panics down the line. | Jason Wright |
2000-06-13 | Oops: initialize q to avoid using the unitialized value when the queue fills | Jason Wright |
2000-06-13 | put an upperbound on queue length | Jason Wright |