aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/liquidio
Commit message (Expand)AuthorAgeFilesLines
* lio: Avoid out-of-bounds read or write MAC addressZhenlei Huang6 days2-8/+6
* liquidio(4): Stop checking for failures from malloc/taskqueue_create/buf_ring...Zhenlei Huang2024-09-304-20/+0
* ifnet: Remove if_getamcount()Mark Johnston2024-09-201-1/+1
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-07-121-5/+0
* liquidio: Use device_set_descf()Mark Johnston2024-06-271-4/+2
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1631-31/+0
* Mechanically convert liquidio(4) to IfAPIJustin Hibbits2023-02-078-62/+62
* kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin2022-09-221-2/+2
* lio: Remove unneeded include.Zhenlei Huang2022-09-211-1/+0
* lio: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-2/+1
* lio: Quiet set but unused warnings.John Baldwin2022-04-064-15/+7
* Fix some common typos in source code commentsGordon Bergling2021-08-141-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-39/+36
* Mark lio taskqueue as requiring network epoch.Gleb Smirnoff2020-02-111-1/+1
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-23/+18
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-0/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-251-1/+1
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-201-2/+2
* Fix build of liquidio with base gcc on i386Dimitry Andric2018-06-131-2/+2
* tcp_lro.h requires <netinet/in.h>, include it directly instead ofAndrey V. Elsukov2018-06-051-0/+1
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-212-7/+7
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-132-7/+7
* Enable i386 build of the Cavium LiquidIO driver (lio) module.Sean Bruno2017-10-2510-90/+128
* The diff is the initial submission of Cavium Liquidio 2350/2360 10/25GSean Bruno2017-09-1231-0/+16122