aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/qlnx
Commit message (Expand)AuthorAgeFilesLines
* qlnx: Convert recent changes to IfAPIJustin Hibbits5 hours1-10/+14
* qlnxe: Allow MAC address overrideKeith Reynolds2024-08-051-1/+10
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-4/+0
* log2: move log2 functions from linuxkpi to libkernDoug Moore2024-06-241-18/+0
* qlnx: Use device_set_descf()Mark Johnston2024-06-021-19/+6
* qlnxe: Fix multiple locking issuesKeith Reynolds2024-05-287-38/+40
* Revert "qlnxe: Fix multiple locking issues"Kevin Bowling2024-05-286-16/+14
* qlnxe: Fix multiple locking issuesKeith Reynolds2024-05-286-14/+16
* qlnxe: Fix promiscuous and allmulti settingsKeith Reynolds2024-05-281-11/+22
* qlnx: qlnxe: Fix kernel address leakageFuqian Huang2024-05-281-3/+0
* qlnx: Fix typo (triple M)Jose Luis Duran2024-02-031-1/+1
* qlnx: Fix a couple of type mismatches in function declarationsJohn Baldwin2023-11-152-3/+5
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1626-52/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1686-172/+0
* qlnxe: Add missing #ifdef INET to fix amd64 LINT-NOINET/NOIP buildsJessica Clarke2023-07-071-2/+6
* Simplify buffer count calculationMark O'Donovan2023-07-071-12/+3
* Remove duplicate #includeMark O'Donovan2023-07-071-1/+0
* qlnxe: remove unused variable from ecore_ll2.cMark O'Donovan2023-07-011-2/+1
* qlnxe: Fix building as in-kernel componentMark O'Donovan2023-07-011-2/+3
* qlnxe: Fix unused but set variable warningMark O'Donovan2023-07-011-2/+2
* qlnxe: Remove #ifdef ECORE_PACKAGEMark O'Donovan2023-07-011-3/+0
* qlnxe: Fix too many args in call to internal_ram_wr()Mark O'Donovan2023-07-011-1/+6
* qlnxe: Move sriov includes to qlnx_os.cMark O'Donovan2023-07-012-6/+6
* qlnxe: Remove -Wno-case-qual from module buildMark O'Donovan2023-07-013-25/+28
* Mechanically convert qlnx(4) to IfAPIJustin Hibbits2023-03-246-135/+143
* qlnxr: cleanup secondary effects from EOL purgeElliott Mitchell2023-02-043-88/+32
* qlnx: purge EOL release compatibilityElliott Mitchell2023-02-0410-980/+8
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-10-261-1/+1
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-09-151-1/+1
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-07-311-1/+1
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-06-051-1/+1
* qlnx/qlxgb/qlxgbe/qlxge: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-5/+2
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* qlnx: Mark variables only used in debug traces as unused.John Baldwin2022-04-081-5/+5
* qlnx: Return error from qlnxr_mod_load if it fails.John Baldwin2022-04-082-2/+2
* qlnx: Comment out remaining references to tx_data_bd.John Baldwin2022-04-081-2/+2
* qlnx: Move all references to total_rx_count under #ifdef QLNX_SOFT_LRO.John Baldwin2022-04-081-1/+6
* qlnx: Remove unused variables.John Baldwin2022-04-085-60/+2
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-03-281-2/+2
* Fix typo on "Celsius"Elyes HAOUAS2021-11-191-1/+1
* qlnxe: Fix typos in two error messagesGordon Bergling2021-10-021-2/+2
* Fix some common typos in source code commentsGordon Bergling2021-08-281-1/+1
* Fix some common typos in commentsGordon Bergling2021-08-081-1/+1
* ibcore: Kernel space update based on Linux 5.7-rc1.Hans Petter Selasky2021-07-284-206/+107
* ibcore: Declare ib_post_send() and ib_post_recv() arguments constHans Petter Selasky2021-07-124-33/+33
* ibcore: Simplify ib_modify_qp_is_ok().Hans Petter Selasky2021-07-121-18/+0
* qlnxr: Properly initialize the Linux device structureMark Johnston2021-04-122-7/+5
* qlnxr: remove netdevice.hBjoern A. Zeeb2021-03-261-1/+0
* qlnxr: remove duplicate definesBjoern A. Zeeb2021-03-241-5/+0