Age | Commit message (Expand) | Author |
2012-01-13 | handle m_copyback errors, this code is too sensitive for such | Mike Belopuhov |
2011-04-05 | Passing M_WAITOK to mbuf functions is supposed to be a contract between | Bret Lambert |
2011-04-03 | use nitems(); no binary change for drivers that are compiled on amd64. | Jasper Lievisse Adriaanse |
2011-01-12 | A bunch more explicit_bzero calls for key material | Theo de Raadt |
2010-12-15 | Bring CBC oracle attack countermeasure from r1.32 of cryptosoft.c to | Mike Belopuhov |
2010-07-05 | timeout_add -> timeout_add_sec | Bret Lambert |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-05-19 | BUS_DMA_ZERO instead of alloc, map, bzero. | Owain Ainsworth |
2010-04-08 | these files don't need to include proc.h anymore. ok oga for agp | Ted Unangst |
2009-09-13 | M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal | Kenneth R Westerback |
2008-09-25 | remove dead store. | Charles Longeau |
2008-08-31 | remove http links to dead/changed domains. | Jonathan Gray |
2008-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where | Kenneth R Westerback |
2007-09-18 | arc4random_bytes() is the preferred interface for generating nonces; | Damien Miller |
2006-06-29 | do not check for master/io/mem enables; ok kettenis | Theo de Raadt |
2006-01-04 | update comment to match what the code does as of rev 1.149. | Brad Smith |
2005-11-29 | potential memory leak in hifn7751.c:hifn_newsession; 3873, fixed by jason | Theo de Raadt |
2004-08-12 | Leave the command wait interrupt enabled as long as there is at least one | Jason Wright |
2004-03-14 | Return EINVAL in case of a zero length descriptor. The hifn can not handle | Hans-Joerg Hoexer |
2004-02-03 | advertise features of our crypto chips better; ok tdeval | Theo de Raadt |
2004-01-20 | don't limit the number of sessions to the onboard ram (always upload the | Jason Wright |
2004-01-09 | remove uvm_extern.h | Brad Smith |
2003-10-09 | - from freebsd: 795[56] AES support | Jason Wright |
2003-09-25 | hifn 7956 support | Jason Wright |
2003-09-24 | initial support for hifn 7955 (no AES or PK yet) | Jason Wright |
2003-08-14 | kill unneeded caddr_t casts for *_copyback | Jason Wright |
2003-08-01 | ansi | Theo de Raadt |
2003-03-13 | print LZS-only and such for the cards (more clear than saying "disabled" for ... | Jason Wright |
2003-02-24 | Add support for LZS compression (only usable by ipcomp at the moment) | Jason Wright |
2003-02-17 | whitespace, typos, and compression structure defns | Jason Wright |
2003-02-15 | kill the remaining typedefs (These are about the last trace of Invertex | Jason Wright |
2002-11-26 | Whitespace diff; from FreeBSD | Jason Wright |
2002-11-21 | From Angelos: | Jason Wright |
2002-11-19 | Add a simplistic table driven lookup routine and use it where appropriate. | Jason Wright |
2002-08-01 | whoops, last write tracker should be updated on every write to avoid the burs... | Jason Wright |
2002-07-29 | hifn isn't sure if the burst write problem applies to the 7811 rev 1 or not, ... | Jason Wright |
2002-07-25 | house cleaning, also fix a couple of incorrect bit definitions in the | Jason Wright |
2002-07-23 | from reading sam@errno.com's code: | Jason Wright |
2002-07-23 | Don't use a magic constant | Jason Wright |
2002-07-23 | Turn READ/WRITE into function calls (driver was getting too bloated with | Jason Wright |
2002-07-22 | uninitialized variable; pointed out by sam@errno.com | Jason Wright |
2002-07-21 | Flip on the LEDs on a 7811 when each of the rings is active (and turn them | Jason Wright |
2002-07-21 | Deal with the fact that one of the 7811 revisions cannot correctly handle | Jason Wright |
2002-07-16 | Two fixes from sam@errno.com: | Jason Wright |
2002-07-05 | Never call crp_callback directly, use crypto_done() instead | Jason Wright |
2002-07-05 | KNF (no space after casts) | Jason Wright |
2002-05-17 | simplify dmesg printout (all models have all crypto) | Theo de Raadt |
2002-05-07 | 7811 needs a short pause before setting up the DMA CSR during reset or it | Jason Wright |
2002-04-30 | - increase sample size from 1 byte to 4 bytes so that we can detect | Jason Wright |