aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* acpi: Post/pre device suspend/resume eventhandlersAymeric Wibo2026-02-022-1/+5
* sym(4): Map HCB memory as uncacheable also on x86Marius Strobl2026-02-021-27/+19
* Revert "sym(4): Employ memory barriers also on x86"Marius Strobl2026-02-021-15/+27
* smartpqi: Update to vendor version 14.4690.0.2008 - 15.2.0.2008John Hall2026-02-0216-19/+237
* e1000: Fix setting the promiscuous modeZhenlei Huang2026-02-021-1/+1
* hwpmc_amd: Add support for additional counters.Ali Mashtizadeh2026-02-012-106/+137
* ig4: Add support for Lunar Lake-M I2CDefenso-EBO2026-02-011-0/+8
* ice(4): Handle allmulti flag in ice_if_promisc_set functionYogesh Bhosale2026-02-011-5/+20
* ath_hal(4): Fix a typo in a source code commentGordon Bergling2026-01-311-1/+1
* ure: improve checksum offloadingMichael Tuexen2026-01-311-0/+3
* dpaa2: add support for several interface countersMichael Tuexen2026-01-301-0/+14
* usb: indentation (whitespace change only)Bjoern A. Zeeb2026-01-291-1/+1
* vtnet: remove M_HASHTYPE when there is only one pair of rx/tx queueCheng Cui2026-01-281-2/+10
* acpi: Use AcpiGbl_FACS even on ACPI_REDUCED_HARDWAREOlivier Certner2026-01-281-2/+0
* acpi: Use only AcpiGetSleepTypeData() to determine Sx supportOlivier Certner2026-01-281-5/+5
* acpi_spmc(4): Fix compilation on 32-bit platformsOlivier Certner2026-01-281-1/+4
* ahc(4): Fix a warning on i386 compilationOlivier Certner2026-01-281-1/+1
* bnxt_re/libbnxtre: Add support for Variable WQE on BCM576xx controllersSreekanth Reddy2026-01-279-86/+195
* bnxt_re: Add support to display board_id in ibv_devinfo outputSreekanth Reddy2026-01-275-1/+31
* bnxt_re: Fix active_speed value when two ports are aggregatedSreekanth Reddy2026-01-278-30/+103
* bnxt_en/re: Use FW defined resource limit for RoCESreekanth Reddy2026-01-277-16/+42
* bnxt_re/libbnxtre: Add RoCE support for BCM576xx controllersSreekanth Reddy2026-01-2713-39/+93
* cxgbe(4): Fix netmap rx behavior with nm_split_rssNavdeep Parhar2026-01-271-3/+1
* bnxt: don't set media status if link is downAnaƫlle CAZUC2026-01-261-4/+3
* acpi: Add ACPI_SPMC debug layer defineAymeric Wibo2026-01-261-0/+1
* sym(4): Employ memory barriers also on x86Marius Strobl2026-01-261-27/+15
* sym(4): Provide a DEVICE_DETACH(9) methodMarius Strobl2026-01-261-15/+19
* sym(4): Use memcpy(9) instead of bcopy(9)Marius Strobl2026-01-261-5/+5
* sym(4): Consistently use device_printf(9) where applicableMarius Strobl2026-01-261-108/+114
* acpi_spmc: Add system power management controller driverAymeric Wibo2026-01-262-0/+619
* hpt: remove unnecessary macro expansion hacksAhmad Khalifa2026-01-264-23/+10
* cam/scsi: Restore scsi_start_stop() and add scsi_start_stop_pc()Jaeyoon Choi2026-01-263-3/+1
* netinet6: store ND context directly in struct in6_ifextraGleb Smirnoff2026-01-231-2/+2
* dpnaa2: announce transmit checksum supportMichael Tuexen2026-01-231-2/+8
* dpaa2: cleanupMichael Tuexen2026-01-211-20/+4
* dpaa: Simplify CPU binding for bman and qmanJustin Hibbits2026-01-212-61/+18
* dwc: cleanupMichael Tuexen2026-01-201-10/+6
* acpi: Fix not calling AcpiLeaveSleepState() in S3 pathAymeric Wibo2026-01-191-6/+3
* vmm: Avoid clobbering errors from vmm_modinit()Mark Johnston2026-01-191-3/+5
* dwc: add receive checksum offload for IPv6Michael Tuexen2026-01-173-6/+6
* dwc: add transmit checksum offload for IPv6Michael Tuexen2026-01-172-3/+9
* rockship: Fix a typo in a source code commentGordon Bergling2026-01-171-1/+1
* dwc: prepare for IPv6 transmit checksum offloadingMichael Tuexen2026-01-161-3/+3
* mxge(4): avoid clang 21 warning in NO-IP configurationDimitry Andric2026-01-161-1/+1
* smartpqi: Avoid declaring extern inline functionsMark Johnston2026-01-162-6/+2
* bge: disable TXCSUM if UDP transmit checksum offloading is disabledMichael Tuexen2026-01-161-1/+13
* dwc: improve IPv4 transmit checksum offloadingMichael Tuexen2026-01-161-14/+7
* acpi: Add a function to deregister all ioctl commands using the same functionJohn Baldwin2026-01-153-7/+17
* nvme: Fix a typoMark Johnston2026-01-151-1/+2
* nvme: Add ability to override ioq to put the request onWarner Losh2026-01-152-2/+22