aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* e1000: Increase FC pause/refresh time on PCH2 and newerKevin Bowling6 days1-2/+2
* qlnxe: Remove a pointless copy back from the link-layer addressZhenlei Huang7 days1-2/+0
* qlnxe: Advertise the IFCAP_HWSTATS capabilityZhenlei Huang7 days1-1/+1
* qlnx: fix panic at startupKristof Provost7 days1-3/+3
* qlnxe: Overhaul setting the multicast MAC filtersZhenlei Huang9 days5-190/+66
* qlnxe: Allow tapping the TX packetsZhenlei Huang9 days1-0/+1
* qlnxe: Refactor setting the promiscuous and allmulti modeZhenlei Huang9 days2-45/+36
* qlnxe: Let ether_ioctl() handle SIOCSIFADDR ioctlZhenlei Huang9 days1-19/+0
* qlnxe: Avoid reinitializing the interface when it is already initializedZhenlei Huang9 days1-1/+2
* qlnxe: Prevent potential concurrency between ioctlsZhenlei Huang9 days1-8/+9
* qlnxe: Fix setting the unicast MAC filter of RX pathZhenlei Huang9 days1-11/+3
* qlnxe: Avoid memcpy with same source and destinationZhenlei Huang9 days2-7/+7
* qlnxe: Fix promiscuous and allmulti settingsKeith Reynolds9 days1-11/+22
* evdev: Drop comments from input-event-codes.hVladimir Kondratyev2026-02-171-308/+177
* evdev: Sync event codes with Linux kernel 6.18Vladimir Kondratyev2026-02-172-30/+71
* ice(4): Handle allmulti flag in ice_if_promisc_set functionYogesh Bhosale2026-02-091-5/+20
* e1000: Fix setting the promiscuous modeZhenlei Huang2026-02-051-1/+1
* qlnxe: Avoid out-of-bounds reading the multicast ethernet addressZhenlei Huang2026-01-311-3/+3
* lio: Avoid out-of-bounds read or write MAC addressZhenlei Huang2026-01-312-8/+6
* mxge(4): avoid clang 21 warning in NO-IP configurationDimitry Andric2026-01-261-1/+1
* Revert "e1000: Try auto-negotiation for fixed 100 or 10 configuration"Kevin Bowling2026-01-242-41/+8
* mfi(4): Add subvendor and subdevice for Fujitsu RAID Controller SAS 6Gbit/s 1...Michael Osipov2026-01-061-0/+1
* sys/xen: Use __printflike() instead of format(printf)Alex Richardson2026-01-041-1/+1
* ocs_fc: Use __printflike() instead of format(printf)Alex Richardson2026-01-044-13/+7
* ofw: Fix inverted bcmp in ofw_bus_node_status_okayJessica Clarke2025-12-151-1/+1
* netmap: Fix error handling in nm_os_extmem_create()Mark Johnston2025-12-151-0/+1
* nvme: Add handling for bar5Jasper Tran O'Leary2025-11-043-15/+48
* qlnxe: Report speeds in decimal formatZhenlei Huang2025-10-042-4/+4
* qlnxe: Support SIOCGIFXMEDIA ioctlZhenlei Huang2025-10-041-1/+3
* qlnxe: Unconditionally enable extended media typesZhenlei Huang2025-10-042-28/+9
* qlnxe: Fix advertising the IFCAP_LINKSTATE capabilityZhenlei Huang2025-10-041-1/+1
* gpioc: allocate new fifo sizeAhmad Khalifa2025-10-011-1/+1
* gpioc: fix race in ioctl(GPIOCONFIGEVENTS)Ahmad Khalifa2025-10-011-10/+19
* gpioc: allocate priv->events with the correct sizeAhmad Khalifa2025-10-011-2/+2
* ixl(4): Fix queue MSI and legacy IRQ rearmingKrzysztof Galazka2025-09-291-8/+17
* ixgbe: Correct ixgbe_link_speed_to_str commentKevin Bowling2025-09-121-1/+1
* ixgbe: Fix incomplete speed coverage in link status loggingYogesh Bhosale2025-09-121-3/+31
* mwl(4): Fix a typo in a source code commentGordon Bergling2025-08-281-1/+1
* bce(4): Fix a typo in a source code commentGordon Bergling2025-08-281-1/+1
* ice(4): Fix a typo in a source code commentGordon Bergling2025-08-281-1/+1
* hpt27xx(4): Fix a couple of typos in source code commentsGordon Bergling2025-08-281-3/+3
* MFC: ice: unbreak build with update to 1.42.5-kEric Joyner2025-07-2610-109/+126
* ice: Update to 1.42.1-kEric Joyner2025-07-2440-2156/+5678
* qlnxe: Fix error handling of SIOCGI2C ioctlZhenlei Huang2025-07-201-2/+2
* axgbe: Fix setting promisc modeZhenlei Huang2025-07-082-5/+7
* ads111x: initialize the lock earlier, before it's usedAndriy Gapon2025-06-271-2/+2
* dwc_otg_fdt: do not create and leak extra usbus childAndriy Gapon2025-06-271-4/+0
* ena: Bump driver version to v2.8.1Arthur Kiyanovski2025-05-011-1/+1
* ena: Fix misconfiguration when requesting regular LLQDavid Arinzon2025-05-011-11/+30
* pcib: Clear any pending slot status events during attachJohn Baldwin2025-04-291-0/+1