summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Ensure a minimum packet length before creating a mbuf in if_ure.Hans Petter Selasky2020-12-191-1/+1
* Move SYSCTL_ADD_PROC() to unlocked context in if_ure to avoid lock order reve...Hans Petter Selasky2020-12-191-9/+9
* usb: Replace ITUNERNET vendor with MICROCHIP and improve product namesJessica Clarke2020-12-182-6/+6
* acpi: Ensure that adjacent memory affinity table entries are coalescedMark Johnston2020-12-181-12/+25
* virtio_mmio: Fix feature negotiation copy-paste issue in r361943Jessica Clarke2020-12-181-2/+2
* pci_iov: When pci_iov_detach(9) is called, destroy VF childrenKonstantin Belousov2020-12-181-15/+38
* ice: quiet -Wredundant-declsRyan Libby2020-12-171-9/+0
* Use __containerof() instead of home-rolled versions.John Baldwin2020-12-175-11/+5
* Add IRQ resource to SPIBUSEmmanuel Vadot2020-12-173-0/+44
* Fix whitespace in r368698Jessica Clarke2020-12-161-1/+1
* Use the standard method for localizing of MSI-X table bar.Michal Meloun2020-12-162-5/+2
* Use more standard types for manipulating pointers.John Baldwin2020-12-161-2/+2
* Use uintptr_t instead of unsigned long for integers holding pointers.John Baldwin2020-12-161-4/+4
* Use uintptr_t instead of unsigned long for pointers.John Baldwin2020-12-161-4/+4
* Improve handling of alternate settings in the USB stack.Hans Petter Selasky2020-12-151-3/+3
* Improve handling of alternate settings in the USB stack.Hans Petter Selasky2020-12-153-4/+21
* Improve handling of alternate settings in the USB stack.Hans Petter Selasky2020-12-151-2/+14
* amdtemp(4): Add missing Family 17h modelsConrad Meyer2020-12-121-3/+4
* amdsmn(4), amdtemp(4): add support for Family 19h (Zen 3)Conrad Meyer2020-12-122-19/+53
* Provide userland notification of gpio pin changes ("userland gpio interrupts").Ian Lepore2020-12-122-74/+917
* if_wg: appease gccRyan Libby2020-12-113-9/+0
* qat: quiet -Wredundant-declsRyan Libby2020-12-111-2/+0
* ntb: quiet gcc -Wreturn-typeRyan Libby2020-12-111-0/+1
* ndis(4): expand deprecation to the whole driverBrooks Davis2020-12-113-1/+6
* hme(4): Remove as previous announcedBrooks Davis2020-12-115-2639/+1
* Add deprecation notice for bvmconsole and bvmdebugRobert Wing2020-12-102-0/+4
* hyperv/vmbus: avoid crash, panic if vbe fb info is missingBradley T. Hughes2020-12-101-17/+15
* dmar: reserve memory windows of PCIe root portRyan Libby2020-12-092-5/+69
* dev/mfi: Make a seemingly bogus conditional unconditionalJustin Hibbits2020-12-091-9/+5
* [ath] also remove the magic size value here for the transmit antenna statistics.Adrian Chadd2020-12-081-1/+2
* [ath] Don't use hard-coded values in the sanity check.Adrian Chadd2020-12-081-3/+6
* [ath] replace the hard-coded magic values in if_athioctl.h with constant definesAdrian Chadd2020-12-081-4/+11
* Fix compilation after r368397.Hans Petter Selasky2020-12-071-1/+1
* Add deprecation notice to mn(4)Ed Maste2020-12-061-0/+1
* atkbd(4): Just use nitems() for quirk enumerationConrad Meyer2020-12-051-3/+1
* Remove remaning definition of GFB_<foo> options.Michal Meloun2020-12-051-1/+0
* Add basic support for Freescale LX2160A SoC.Michal Meloun2020-12-052-49/+348
* ig4(4): Add PCI IDs for Intel Tiger LakeVladimir Kondratyev2020-12-053-3/+46
* atkbd(4): Change quirk table end-of-list marker to NULL vendor/maker/productVladimir Kondratyev2020-12-051-1/+2
* DesignWare PCIe driver: Don't call bus_generic_attach() twice.Michal Meloun2020-12-051-1/+1
* nvme: Remove a wmb() that's not necessary.Warner Losh2020-12-041-8/+0
* Add a driver for FAN53555 based PMIC.Michal Meloun2020-12-041-0/+477
* Add a driver for HYM8563 based RTC.Michal Meloun2020-12-041-0/+314
* Add a driver for ACT8846 used as PMIC for RK3288 SoC.Michal Meloun2020-12-044-0/+914
* Clear TLS offload mode if a TLS socket hangs without receiving data.John Baldwin2020-12-037-24/+84
* cxgbe(4): Fix vertical alignment in sysctl_cpl_stats.Navdeep Parhar2020-12-031-2/+2
* Don't transmit mbufs that aren't yet ready on TOE sockets.John Baldwin2020-12-031-3/+6
* cxgbe(4): two new debug sysctls.Navdeep Parhar2020-12-033-0/+138
* Clear TLS offload mode for unsupported cipher suites and versions.John Baldwin2020-12-031-9/+28
* Fix downgrading of TOE TLS sockets to plain TOE.John Baldwin2020-12-032-6/+27