aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/qlnx/qlnxe
Commit message (Expand)AuthorAgeFilesLines
* qlnxe: Report speeds in decimal formatZhenlei Huang2025-09-092-4/+4
* qlnxe: Support SIOCGIFXMEDIA ioctlZhenlei Huang2025-09-091-1/+3
* qlnxe: Unconditionally enable extended media typesZhenlei Huang2025-09-092-28/+9
* qlnxe: Advertise the IFCAP_HWSTATS capabilityZhenlei Huang2025-07-221-0/+1
* qlnxe: Fix advertising the IFCAP_LINKSTATE capabilityZhenlei Huang2025-07-221-3/+1
* qlnxe: Fix error handling of SIOCGI2C ioctlZhenlei Huang2025-07-171-2/+2
* qlnxe: Fix build with INETZhenlei Huang2025-07-171-0/+2
* qlnx: fix panic at startupKristof Provost2025-06-131-3/+3
* qlnx: Convert recent changes to IfAPIJustin Hibbits2024-11-131-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-1623-46/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1682-164/+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-243-105/+104
* qlnx: purge EOL release compatibilityElliott Mitchell2023-02-044-148/+2
* 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-081-1/+1
* 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-083-53/+1
* 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