summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/hifn7751.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sizes for free(); ok sthenderaadt2015-09-101-7/+7
* Fixup potential use after free and a memory leak.mikeb2015-05-121-2/+5
* Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianderaadt2014-07-131-3/+3
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-8/+8
* handle m_copyback errors, this code is too sensitive for suchmikeb2012-01-131-4/+12
* Passing M_WAITOK to mbuf functions is supposed to be a contract betweenblambert2011-04-051-3/+4
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-3/+3
* A bunch more explicit_bzero calls for key materialderaadt2011-01-121-3/+10
* Bring CBC oracle attack countermeasure from r1.32 of cryptosoft.c tomikeb2010-12-151-30/+3
* timeout_add -> timeout_add_secblambert2010-07-051-3/+3
* m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsblambert2010-07-021-4/+5
* BUS_DMA_ZERO instead of alloc, map, bzero.oga2010-05-191-3/+3
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+2
* M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly dealkrw2009-09-131-5/+14
* remove dead store.chl2008-09-251-2/+2
* remove http links to dead/changed domains.jsg2008-08-311-2/+2
* rename arc4random_bytes => arc4random_buf to match libc's nicer name;djm2008-06-091-2/+2
* More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' wherekrw2007-10-011-4/+2
* arc4random_bytes() is the preferred interface for generating nonces;djm2007-09-181-2/+2
* do not check for master/io/mem enables; ok kettenisderaadt2006-06-291-12/+1
* update comment to match what the code does as of rev 1.149.brad2006-01-041-7/+9
* potential memory leak in hifn7751.c:hifn_newsession; 3873, fixed by jasonderaadt2005-11-291-2/+2
* Leave the command wait interrupt enabled as long as there is at least onejason2004-08-121-9/+5
* Return EINVAL in case of a zero length descriptor. The hifn can not handlehshoexer2004-03-141-1/+6
* advertise features of our crypto chips better; ok tdevalderaadt2004-02-031-5/+12
* don't limit the number of sessions to the onboard ram (always upload thejason2004-01-201-35/+43
* remove uvm_extern.hbrad2004-01-091-3/+1
* - from freebsd: 795[56] AES supportjason2003-10-091-51/+114
* hifn 7956 supportjason2003-09-251-3/+12
* initial support for hifn 7955 (no AES or PK yet)jason2003-09-241-2/+13
* kill unneeded caddr_t casts for *_copybackjason2003-08-141-3/+3
* ansideraadt2003-08-011-91/+38
* print LZS-only and such for the cards (more clear than saying "disabled" for the 9751 which isn't true these days)jason2003-03-131-5/+10
* Add support for LZS compression (only usable by ipcomp at the moment)jason2003-02-241-32/+479
* whitespace, typos, and compression structure defnsjason2003-02-171-9/+9
* kill the remaining typedefs (These are about the last trace of Invertexjason2003-02-151-14/+14
* Whitespace diff; from FreeBSDjason2002-11-261-11/+11
* From Angelos:jason2002-11-211-15/+14
* Add a simplistic table driven lookup routine and use it where appropriate.jason2002-11-191-15/+11
* whoops, last write tracker should be updated on every write to avoid the burst write problem on 7811.jason2002-08-011-3/+3
* hifn isn't sure if the burst write problem applies to the 7811 rev 1 or not, so play it safe and apply the workaround on all 7811's.jason2002-07-291-10/+3
* house cleaning, also fix a couple of incorrect bit definitions in thejason2002-07-251-4/+4
* from reading sam@errno.com's code:jason2002-07-231-11/+16
* Don't use a magic constantjason2002-07-231-2/+2
* Turn READ/WRITE into function calls (driver was getting too bloated withjason2002-07-231-12/+30
* uninitialized variable; pointed out by sam@errno.comjason2002-07-221-2/+2
* Flip on the LEDs on a 7811 when each of the rings is active (and turn themjason2002-07-211-2/+9
* Deal with the fact that one of the 7811 revisions cannot correctly handlejason2002-07-211-1/+41
* Two fixes from sam@errno.com:jason2002-07-161-2/+5
* Never call crp_callback directly, use crypto_done() insteadjason2002-07-051-2/+2