summaryrefslogtreecommitdiff
path: root/sys/dev/qlnx
AgeCommit message (Expand)Author
2025-12-29qlnxe: Avoid out-of-bounds reading the multicast ethernet addressZhenlei Huang
2025-09-09qlnxe: Report speeds in decimal formatZhenlei Huang
2025-09-09qlnxe: Support SIOCGIFXMEDIA ioctlZhenlei Huang
2025-09-09qlnxe: Unconditionally enable extended media typesZhenlei Huang
2025-07-22qlnxe: Advertise the IFCAP_HWSTATS capabilityZhenlei Huang
2025-07-22qlnxe: Fix advertising the IFCAP_LINKSTATE capabilityZhenlei Huang
2025-07-17qlnxe: Fix error handling of SIOCGI2C ioctlZhenlei Huang
2025-07-17qlnxe: Fix build with INETZhenlei Huang
2025-06-13qlnx: fix panic at startupKristof Provost
2024-11-13qlnx: Convert recent changes to IfAPIJustin Hibbits
2024-08-05qlnxe: Allow MAC address overrideKeith Reynolds
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-06-24log2: move log2 functions from linuxkpi to libkernDoug Moore
2024-06-02qlnx: Use device_set_descf()Mark Johnston
2024-05-27qlnxe: Fix multiple locking issuesKeith Reynolds
2024-05-27Revert "qlnxe: Fix multiple locking issues"Kevin Bowling
2024-05-27qlnxe: Fix multiple locking issuesKeith Reynolds
2024-05-27qlnxe: Fix promiscuous and allmulti settingsKeith Reynolds
2024-05-27qlnx: qlnxe: Fix kernel address leakageFuqian Huang
2024-02-02qlnx: Fix typo (triple M)Jose Luis Duran
2023-11-14qlnx: Fix a couple of type mismatches in function declarationsJohn Baldwin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-08qlnxe: Add missing #ifdef INET to fix amd64 LINT-NOINET/NOIP buildsJessica Clarke
2023-07-07Simplify buffer count calculationMark O'Donovan
2023-07-07Remove duplicate #includeMark O'Donovan
2023-07-01qlnxe: remove unused variable from ecore_ll2.cMark O'Donovan
2023-07-01qlnxe: Fix building as in-kernel componentMark O'Donovan
2023-07-01qlnxe: Fix unused but set variable warningMark O'Donovan
2023-07-01qlnxe: Remove #ifdef ECORE_PACKAGEMark O'Donovan
2023-07-01qlnxe: Fix too many args in call to internal_ram_wr()Mark O'Donovan
2023-07-01qlnxe: Move sriov includes to qlnx_os.cMark O'Donovan
2023-07-01qlnxe: Remove -Wno-case-qual from module buildMark O'Donovan
2023-03-24Mechanically convert qlnx(4) to IfAPIJustin Hibbits
2023-02-04qlnxr: cleanup secondary effects from EOL purgeElliott Mitchell
2023-02-04qlnx: purge EOL release compatibilityElliott Mitchell
2022-10-26qlnxe(4): Fix a typo in a source code commentGordon Bergling
2022-09-15qlnxe(4): Fix a typo in a source code commentGordon Bergling
2022-07-31qlnxe(4): Fix a typo in a source code commentGordon Bergling
2022-06-05qlnxe(4): Fix a typo in a source code commentGordon Bergling
2022-05-09qlnx/qlxgb/qlxgbe/qlxge: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-09qlnxe(4): Fix a typo in a source code commentGordon Bergling
2022-04-07qlnx: Mark variables only used in debug traces as unused.John Baldwin
2022-04-07qlnx: Return error from qlnxr_mod_load if it fails.John Baldwin
2022-04-07qlnx: Comment out remaining references to tx_data_bd.John Baldwin
2022-04-07qlnx: Move all references to total_rx_count under #ifdef QLNX_SOFT_LRO.John Baldwin
2022-04-07qlnx: Remove unused variables.John Baldwin
2022-03-28qlnxe(4): Fix a typo in a source code commentGordon Bergling
2021-11-18Fix typo on "Celsius"Elyes HAOUAS