aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/nlm/dev
Commit message (Expand)AuthorAgeFilesLines
* mips: Remove sys/mipsWarner Losh2021-12-3114-6650/+0
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-301-1/+0
* crypto: Add a new type of crypto buffer for a single mbuf.John Baldwin2021-05-252-0/+6
* OCF: Remove support for asymmetric cryptographic operations.John Baldwin2021-04-121-1/+1
* nlmrsa: Remove this deprecated driver.John Baldwin2021-04-092-549/+0
* nlmrsa: Mark deprecated for 14.John Baldwin2021-03-161-0/+1
* mips: clean up empty lines in .c and .h filesMateusz Guzik2020-09-015-6/+0
* Add some default cases for unreachable code to silence compiler warnings.John Baldwin2020-06-101-0/+2
* Update cryptocteon(4) and nlmsec(4) for changes in r361481.John Baldwin2020-05-252-10/+10
* Remove MD5 HMAC from OCF.John Baldwin2020-05-112-5/+0
* Remove support for DES and Triple DES from OCF.John Baldwin2020-05-112-39/+0
* Remove support for the ARC4 algorithm from OCF.John Baldwin2020-05-112-13/+2
* Remove incomplete support for plain MD5 from OCF.John Baldwin2020-05-112-5/+0
* Retire the CRYPTO_F_IV_GENERATE flag.John Baldwin2020-04-201-5/+1
* Fix build for mips.XLP64 kernel, by re-ordering headersRavi Pokala2020-03-311-1/+2
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-274-341/+260
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-4/+4
* Although most of the NIC drivers are epoch ready, due to peer pressureGleb Smirnoff2020-02-241-2/+1
* Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces thatGleb Smirnoff2020-01-231-1/+2
* Fix a write-only variable warning from external GCC.John Baldwin2019-10-151-2/+1
* Don't set the OUTPUT_FORMAT explicitly but let ld derive it.John Baldwin2019-10-151-1/+1
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-184-159/+26
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-4/+3
* mips: make some use of mallocarray(9).Pedro F. Giffuni2018-01-151-3/+4
* sys/mips: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2714-0/+28
* Consistently use `device_t`Jean-Sébastien Pédron2016-08-091-4/+4
* As <machine/param.h> is included from <sys/param.h>, there is no needSvatopluk Kraus2016-02-221-1/+0
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Whitespace fixes for sys/mips/nlm/devJayachandran C.2015-02-2816-131/+121
* Add subclass of simplebus for Broadcom XLPJayachandran C.2015-02-272-160/+0
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-6/+3
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-2/+2
* nclude missing net/if_var.h.Andre Oppermann2013-10-301-0/+1
* Fixes for the Netlogic XLP on-chip RSA block driverJayachandran C.2013-10-041-79/+77
* Style fixes for the Netlogic XLP RSA driverJayachandran C.2013-10-042-72/+75
* Netlogic XLP network driver updateJayachandran C.2013-09-074-197/+92
* Fix incorrect KASSERTs in xlpgeJayachandran C.2013-04-121-2/+2
* Little-endian and other fixes for Broadcom XLP network driverJayachandran C.2013-01-241-6/+8
* Broadcom XLP network driver update for XLP 8xx B1 revJayachandran C.2013-01-243-13/+27
* Minor updates to the Broadcom XLP NAE driverJayachandran C.2013-01-242-23/+11
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Support Netlogic XLP 8xx B1 revisions in xlpge.Jayachandran C.2012-07-091-20/+35
* Remove unnecessary assembly code.Jayachandran C.2012-03-292-30/+26
* Fix little-endian built.Juli Mallett2012-03-291-1/+1
* NOR flash driver for XLP.Jayachandran C.2012-03-271-0/+77
* XLP UART code udpate.Jayachandran C.2012-03-271-0/+83
* xlpge : driver for XLP network acceleratorJayachandran C.2012-03-2710-0/+4655
* Opencrypto driver for XLP Security and RSA/ECC blocksJayachandran C.2012-03-276-0/+2894