summaryrefslogtreecommitdiff
path: root/sys/dev/pci/hifn7751.c
AgeCommit message (Expand)Author
2017-02-07Reduce the per-packet allocation costs for crypto operations (cryptop)Patrick Wildt
2017-01-19Zero a return value variable at the start of hifn_process() to avoidJonathan Gray
2016-11-29m_free() and m_freem() test for NULL. Simplify callers which had their ownJonathan Gray
2015-12-10Remove plain DES from the kernel crypto framework, including the cryptoChristian Weisgerber
2015-11-13remove unused ARC4 support; ok mikeb@Christian Weisgerber
2015-11-13Remove unused non HMAC versions of MD5 and SHA1; ok mpi, deraadt, naddyMike Belopuhov
2015-09-10sizes for free(); ok sthenTheo de Raadt
2015-05-12Fixup potential use after free and a memory leak.Mike Belopuhov
2014-07-13Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianTheo de Raadt
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2012-01-13handle m_copyback errors, this code is too sensitive for suchMike Belopuhov
2011-04-05Passing M_WAITOK to mbuf functions is supposed to be a contract betweenBret Lambert
2011-04-03use nitems(); no binary change for drivers that are compiled on amd64.Jasper Lievisse Adriaanse
2011-01-12A bunch more explicit_bzero calls for key materialTheo de Raadt
2010-12-15Bring CBC oracle attack countermeasure from r1.32 of cryptosoft.c toMike Belopuhov
2010-07-05timeout_add -> timeout_add_secBret Lambert
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2010-05-19BUS_DMA_ZERO instead of alloc, map, bzero.Owain Ainsworth
2010-04-08these files don't need to include proc.h anymore. ok oga for agpTed Unangst
2009-09-13M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly dealKenneth R Westerback
2008-09-25remove dead store.Charles Longeau
2008-08-31remove http links to dead/changed domains.Jonathan Gray
2008-06-09rename arc4random_bytes => arc4random_buf to match libc's nicer name;Damien Miller
2007-10-01More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' whereKenneth R Westerback
2007-09-18arc4random_bytes() is the preferred interface for generating nonces;Damien Miller
2006-06-29do not check for master/io/mem enables; ok kettenisTheo de Raadt
2006-01-04update comment to match what the code does as of rev 1.149.Brad Smith
2005-11-29potential memory leak in hifn7751.c:hifn_newsession; 3873, fixed by jasonTheo de Raadt
2004-08-12Leave the command wait interrupt enabled as long as there is at least oneJason Wright
2004-03-14Return EINVAL in case of a zero length descriptor. The hifn can not handleHans-Joerg Hoexer
2004-02-03advertise features of our crypto chips better; ok tdevalTheo de Raadt
2004-01-20don't limit the number of sessions to the onboard ram (always upload theJason Wright
2004-01-09remove uvm_extern.hBrad Smith
2003-10-09- from freebsd: 795[56] AES supportJason Wright
2003-09-25hifn 7956 supportJason Wright
2003-09-24initial support for hifn 7955 (no AES or PK yet)Jason Wright
2003-08-14kill unneeded caddr_t casts for *_copybackJason Wright
2003-08-01ansiTheo de Raadt
2003-03-13print LZS-only and such for the cards (more clear than saying "disabled" for ...Jason Wright
2003-02-24Add support for LZS compression (only usable by ipcomp at the moment)Jason Wright
2003-02-17whitespace, typos, and compression structure defnsJason Wright
2003-02-15kill the remaining typedefs (These are about the last trace of InvertexJason Wright
2002-11-26Whitespace diff; from FreeBSDJason Wright
2002-11-21From Angelos:Jason Wright
2002-11-19Add a simplistic table driven lookup routine and use it where appropriate.Jason Wright
2002-08-01whoops, last write tracker should be updated on every write to avoid the burs...Jason Wright
2002-07-29hifn isn't sure if the burst write problem applies to the 7811 rev 1 or not, ...Jason Wright
2002-07-25house cleaning, also fix a couple of incorrect bit definitions in theJason Wright
2002-07-23from reading sam@errno.com's code:Jason Wright
2002-07-23Don't use a magic constantJason Wright