aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/nlm
Commit message (Expand)AuthorAgeFilesLines
* 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-093-550/+0
* nlmrsa: Mark deprecated for 14.John Baldwin2021-03-161-0/+1
* mips: fix NLM platforms breakage caused by e0a0a3efOleksandr Tymoshenko2021-02-011-0/+18
* Avoid dump_avail[] redefinition.Konstantin Belousov2020-10-141-0/+1
* mips: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0114-37/+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-275-343/+262
* Use a GCC-compatile compiler flag in files.xlpAlex Richardson2020-03-221-1/+1
* Fix build of XLP MIPS kernel with clangAlex Richardson2020-03-171-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-263-8/+11
* 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
* schedlock 4/4Jeff Roberson2019-12-151-2/+1
* schedlock 1/4Jeff Roberson2019-12-151-3/+3
* 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
* Move phys_avail definition into MI code. It is consumed in the MI layer andJeff Roberson2019-08-161-0/+2
* [mips] Fix error condition check that always evaluates to falseOleksandr Tymoshenko2019-01-251-1/+1
* [mips] remove dublicate values in enable mask in nlm_usb_intr_enOleksandr Tymoshenko2019-01-251-2/+1
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-184-159/+26
* Use boot_parse_* to parse command line args and retire cut-n-pasteWarner Losh2018-07-131-32/+3
* Create a new macro for static DPCPU data.Andrew Turner2018-07-051-5/+5
* Rename assym.s to assym.incEd Maste2018-03-201-1/+1
* 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
* Use the TSLOG framework to record entry/exit timestamps for DELAY andColin Percival2017-12-311-0/+2
* sys/mips: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2755-0/+110
* Fix build: include machine/bus.h before uart.hRuslan Bukin2017-03-021-5/+5
* Include pcib_private.h for prototypes.Warner Losh2017-02-261-0/+1
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* Allow the use of soft-interrupts for sending IPIs.Ruslan Bukin2016-09-081-2/+9
* Consistently use `device_t`Jean-Sébastien Pédron2016-08-091-4/+4
* Add a bus_null_rescan() method that always fails with an error.John Baldwin2016-04-271-1/+1
* Implement a PCI bus rescan method.John Baldwin2016-04-271-0/+1
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-211-2/+2
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-211-2/+1
* mips: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.John Baldwin2016-04-151-2/+2
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-182-3/+3
* Let rman_init() initialize the default rman range.Justin Hibbits2016-03-031-8/+0
* As <machine/param.h> is included from <sys/param.h>, there is no needSvatopluk Kraus2016-02-222-2/+0