aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* hid: bump HID_ITEM_MAXUSAGES to 8Warner Losh2021-02-081-1/+1
* acpi: limit the AMDI0020/AMDI0010 workaround to an optionWarner Losh2021-02-081-0/+3
* wsp: Add sysctl tunable for Z-Axis inversionVladimir Kondratyev2021-02-081-1/+6
* nvme: Make nvme_ctrlr_hw_reset staticWarner Losh2021-02-082-2/+1
* nvme: use NVME_GONE rather than hard-coded 0xffffffffWarner Losh2021-02-083-4/+6
* vt: terminal size can grow too big with small fontToomas Soome2021-02-081-6/+12
* mrsas: unbreak i386 buildAlfredo Dal'Ava Junior2021-02-051-3/+1
* ixl(4): Fix VLAN HW filteringKrzysztof Galazka2021-02-0411-313/+487
* [POWERPC64BE] mrsas: add big-endian supportAlfredo Dal'Ava Junior2021-02-044-201/+510
* dwmmc: Multiple busdma fixes.Michal Meloun2021-02-031-15/+32
* Always clamp curve25519 keys prior to use.Peter Grehan2021-02-031-0/+1
* Make DataSN counter of solicited Data-Out local.Alexander Motin2021-02-022-6/+5
* vt: parse_font_info_static should set refcount, not parse_font_infoToomas Soome2021-02-011-2/+8
* iflib: Free resources in a consistent order during detachSai Rajesh Tallamraju2021-02-012-14/+7
* cxgbe(4): Fixes to tx coalescing.Navdeep Parhar2021-02-014-13/+62
* cxgb(4): Remove assumption of physically contiguous mbufs.Alexander Motin2021-01-313-36/+5
* Catch up with 6edfd179c86: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG.Gleb Smirnoff2021-01-292-6/+6
* Add missing newlines.Alexander Motin2021-01-281-2/+2
* Add support for some more Intel VMD controllers. Some of theDoug Ambrisko2021-01-283-36/+113
* Make software iSCSI more configurable.Alexander Motin2021-01-282-22/+25
* Fix missing value in uar_page field for ratelimit in mlx5en(4).Hans Petter Selasky2021-01-281-0/+1
* safexcel: Disallow unsupported buffer layoutsMark Johnston2021-01-271-0/+3
* qat: Add support for separate AAD and output buffersMark Johnston2021-01-275-100/+281
* e1000: fix build after c1655b0fMarius Strobl2021-01-271-44/+44
* vt: panic while changing vt fontToomas Soome2021-01-261-0/+2
* e1000: consistently use the hw variablesMarius Strobl2021-01-261-82/+75
* ndis(4): remove as previous announcedBrooks Davis2021-01-254-4283/+0
* Add support for enabling and disabling IFCAP_VLAN_HWTSO viaHans Petter Selasky2021-01-251-0/+2
* netmap: simplify parameter passingVincenzo Maffione2021-01-244-44/+45
* Exclude reserved iSCSI Initiator Task Tag.Alexander Motin2021-01-241-0/+5
* Revert "Define PNP info after defining driver modules"Mark Johnston2021-01-239-29/+17
* axgbe: fix some link related issuesVincenzo Maffione2021-01-233-6/+25
* mmcsd(4): properly set BIO error when partition switching failsMarius Strobl2021-01-211-6/+4
* sym(4): handle mixed tagged/untagged commands gracefullyMarius Strobl2021-01-211-18/+12
* sym(4): fix nits reported by CoverityMarius Strobl2021-01-211-4/+6
* fb_if: remove unused methodMarius Strobl2021-01-211-5/+0
* boot_font(4): remove obsolete fontMarius Strobl2021-01-212-4680/+0
* Define PNP info after defining driver modulesMark Johnston2021-01-219-17/+29
* Remove FirstBurstLength limit for software iSCSI.Alexander Motin2021-01-211-1/+1
* virtio_mmio: Delete a stale #if 0'ed debug printJessica Clarke2021-01-211-4/+1
* virtio: Reduce boilerplate for device driver module definitionsJessica Clarke2021-01-217-40/+21
* virtio_mmio: Fix V1 device probing spec conformance (section 4.2.3.1.1)Jessica Clarke2021-01-214-12/+46
* virtio_mmio: Fix a style(9) issueJessica Clarke2021-01-211-1/+1
* pms: handle maximum size IO with any alignmentRyan Libby2021-01-202-2/+3
* pms: quiet -Wunused-variableRyan Libby2021-01-201-1/+1
* evdev: Make variable-size ioctls return actual length of copyouted dataVladimir Kondratyev2021-01-201-6/+23
* hmt: Allow I2C sampling mode support to be compiled out.Vladimir Kondratyev2021-01-201-0/+10
* hms: Workaround idle mouse drift in I2C sampling mode.Vladimir Kondratyev2021-01-201-1/+70
* hconf(4): Do not fetch report before writing new usage values back.Vladimir Kondratyev2021-01-201-30/+27
* ixl: Permit 802.1ad frames to pass though the chipLutz Donnerhacke2021-01-191-0/+40