summaryrefslogtreecommitdiff
path: root/sys/dev/qlnx
AgeCommit message (Expand)Author
2026-02-24chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper
2026-02-08qlnxe(4): Fix a typo in a source code commentGordon Bergling
2026-02-07qlnxe: Overhaul setting the multicast MAC filtersZhenlei Huang
2026-02-07qlnxe: Allow tapping the TX packetsZhenlei Huang
2026-02-07qlnxe: Refactor setting the promiscuous and allmulti modeZhenlei Huang
2026-02-07qlnxe: Let ether_ioctl() handle SIOCSIFADDR ioctlZhenlei Huang
2026-02-07qlnxe: Avoid reinitializing the interface when it is already initializedZhenlei Huang
2026-02-07qlnxe: Prevent potential concurrency between ioctlsZhenlei Huang
2026-02-07qlnxe: Fix setting the unicast MAC filter of RX pathZhenlei Huang
2026-02-07qlnxe: Avoid memcpy with same source and destinationZhenlei Huang
2026-02-07qlnxe: Remove a pointless copy back from the link-layer addressZhenlei Huang
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