aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: tasklet add (*callback) supportBjoern A. Zeeb2022-11-081-0/+2
* gpio: Fix typo causing GPIO configuration mismatchJakub Kołodziej2022-11-081-1/+1
* pcireg.h: Add values for ACS PCIe Extended capability.Navdeep Parhar2022-11-071-0/+25
* dpaa: Go to cleanup exit point on fman attach errorJustin Hibbits2022-11-061-1/+1
* bnxt: Only filter out i386Warner Losh2022-11-051-1/+1
* if_bnxt: Added support for mgmt interface for passthrough hwrmsSumit Saxena2022-11-046-4/+588
* if_bnxt: Add support for smaller backing_store_cfg message sizeSumit Saxena2022-11-042-2/+7
* if_bnxt: Fix the PORT_PHY_CFG HWRM requests while setting PauseSumit Saxena2022-11-041-0/+3
* if_bnxt: Fix the issue when kernel invokes _init() again without _stop()Sumit Saxena2022-11-042-1/+6
* if_bnxt: Remove sysctl node vlan_only which is not being usedSumit Saxena2022-11-042-38/+1
* if_bnxt: Add support for VLAN on ThorSumit Saxena2022-11-044-53/+74
* if_bnxt: Add support for RSS on ThorSumit Saxena2022-11-042-13/+24
* if_bnxt: Display firmware version along with SIT package versionSumit Saxena2022-11-043-0/+34
* if_bnxt: Add support for async link status updateSumit Saxena2022-11-043-33/+73
* if_bnxt: Add support for admin down/up and jumboSumit Saxena2022-11-045-14/+296
* if_bnxt: add support for Thor controllerSumit Saxena2022-11-046-301/+1547
* if_bnxt: Convert all doorbell writes into function pointersSumit Saxena2022-11-043-110/+86
* if_bnxt: update hsi_struct_def.h headersSumit Saxena2022-11-044-22001/+55813
* sound(4): Fix memory map of /dev/dsp devices when buffer size is not a multip...Florian Walpen2022-11-041-1/+1
* arm64: Hyper-V: making INTR MP SafeSouradeep Chakrabarti2022-11-041-1/+1
* mana(4): Make the code cross-platformLi-Wen Hsu2022-11-041-12/+3
* xen/netfront: deal with mbuf data crossing a page boundaryRoger Pau Monné2022-11-031-56/+138
* vtblk: Fix dumpingColin Percival2022-11-031-3/+17
* sys: Nuke double-semicolonsElliott Mitchell2022-11-026-6/+6
* vmw_pvscsi: Expand vcpuHint to 16 bit to aliagn with host side change.Wentao Wang2022-11-021-2/+2
* ipmi: use a queue for kcs driver requests when possibleChuck Silvers2022-11-013-4/+59
* arm64: Hyper-V: fixing hung issue during Hyper-V initializationSouradeep Chakrabarti2022-11-011-1/+41
* isci(4): Fix common typos in source code commentsGordon Bergling2022-11-014-6/+6
* isci(4): Fix a typo in a source code commentGordon Bergling2022-11-011-1/+1
* bxe(4): Fix a typo in a source code commentGordon Bergling2022-11-011-1/+1
* iommu_gas: drop fini cleanup loopDoug Moore2022-10-291-12/+4
* iommu_gas: start space search from 1st free spaceDoug Moore2022-10-292-20/+52
* wg: Trim compat shims for versions older than current stable/13.John Baldwin2022-10-283-1761/+52
* wg: Retire now unused support.h.John Baldwin2022-10-283-23/+0
* wg: Use zfree.John Baldwin2022-10-282-10/+5
* wg: Use atomic(9) instead of concurrency-kit atomics.John Baldwin2022-10-282-63/+65
* Import the WireGuard driver from zx2c4.com.John Baldwin2022-10-2811-0/+7357
* ns8250: Fix sense of LSR_TEMT FCR checkColin Percival2022-10-281-1/+1
* Only include regdev_if.h when it's neededAndrew Turner2022-10-281-0/+2
* Fix the includes in regulator_fixed.cAndrew Turner2022-10-281-1/+2
* Only include phydev_if.h when neededAndrew Turner2022-10-282-2/+2
* Include sys/systm.h in phy_usb.c for KASSERTAndrew Turner2022-10-281-0/+1
* Allow clk_fixed.c to be built without FDTAndrew Turner2022-10-281-0/+4
* Remove unneeded headers from clk_link.cAndrew Turner2022-10-281-2/+0
* Make sure error is defined in dpaa2Andrew Turner2022-10-271-1/+1
* Allow the extres regulator code to build without FDTAndrew Turner2022-10-272-1/+3
* Fix xdma_if.m in an ACPI only kernelAndrew Turner2022-10-271-0/+4
* arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 3, final)Souradeep Chakrabarti2022-10-2711-546/+120
* psci: set psci_present as early as possibleKyle Evans2022-10-271-1/+1
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-10-261-1/+1