aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove incomplete support for plain MD5 from OCF.John Baldwin2020-05-113-17/+0
* Remove ubsec(4).John Baldwin2020-05-114-3169/+0
* em/ix/ixv/ixl/iavf: Implement ifdi_needs_restart iflib methodEric Joyner2020-05-115-1/+107
* qnlx: Do not redifines types.Emmanuel Vadot2020-05-101-5/+2
* rtwn: Add a new USB ID.Mark Johnston2020-05-092-2/+4
* [etherswitch] bump register width to 32 bits.Adrian Chadd2020-05-081-1/+1
* Set PCM_CAP_VIRTUAL for virtual DSP devices.Hans Petter Selasky2020-05-071-0/+5
* virtio_mmio: Add casts missing from r360722Jessica Clarke2020-05-071-3/+3
* gpioiic_attach: fix a NULL pointer crash on hints-based systemsAndriy Gapon2020-05-071-1/+11
* Optimize ENA Rx refill for low memory conditionsMarcin Wojtas2020-05-074-7/+28
* virtio: Support MMIO bus for all devicesJessica Clarke2020-05-064-0/+12
* virtio_mmio: Support non-transitional version 2 devicesJessica Clarke2020-05-062-22/+146
* Deprecate ubsec(4) for FreeBSD 13.0.John Baldwin2020-05-061-0/+1
* usbhid: add several missing usages from Digitizer pageAndriy Gapon2020-05-061-0/+3
* acpi_video: try our best to work on systems without non-essential methodsAndriy Gapon2020-05-051-24/+73
* [evdev] Sync event codes with Linux kernel 5.6Vladimir Kondratyev2020-05-042-6/+109
* [evdev] Add AT translated set1 scancodes for F-unlocked F1-12 keys.Vladimir Kondratyev2020-05-041-6/+6
* Mechanically rename MBUF_EXT_PGS_ASSERT() to M_ASSERTEXTPG() to matchGleb Smirnoff2020-05-033-7/+7
* Step 4.1: mechanically rename M_NOMAP to M_EXTPGGleb Smirnoff2020-05-035-11/+11
* Step 3: anonymize struct mbuf_ext_pgs and move all its fields into mbufGleb Smirnoff2020-05-035-55/+55
* Step 2.4: Stop using 'struct mbuf_ext_pgs' in drivers.Gleb Smirnoff2020-05-023-52/+36
* Step 2.3: Rename mbuf_ext_pg_len() to m_epg_pagelen() thatGleb Smirnoff2020-05-022-7/+7
* Step 2.2:Gleb Smirnoff2020-05-023-18/+21
* Continuation of multi page mbuf redesign from r359919.Gleb Smirnoff2020-05-024-41/+36
* Fix various Coverity-detected errors in nvme driverDavid Bright2020-05-027-17/+24
* Add KASSERT to ensure sane nsid.Warner Losh2020-05-011-1/+6
* Rename ns notification function...Warner Losh2020-05-011-3/+3
* Style(9) nit: put function name at start of line.Warner Losh2020-04-301-1/+2
* Move / reword a comment.Warner Losh2020-04-301-7/+5
* ig4iic_acpi_probe: remove set but unused variableAndriy Gapon2020-04-301-2/+0
* Make sure that we get the sbuf resources we need.Warner Losh2020-04-301-1/+2
* Return the nvmeX device associated with the ndaX device.Warner Losh2020-04-301-0/+2
* Generate a devctl event for interesting eventsWarner Losh2020-04-301-8/+43
* Fix style(9). Strip write only variables.Michal Meloun2020-04-292-13/+5
* Add support for KTLS RX over TOE to T6.John Baldwin2020-04-273-76/+197
* Initial support for kernel offload of TLS receive.John Baldwin2020-04-271-1/+7
* Don't run strcmp() against strings stored in user memory.John Baldwin2020-04-271-4/+13
* Add support for reading temperature in mlx5en(4).Hans Petter Selasky2020-04-274-0/+238
* iwm: Print the command code for any unhandled commands.Mark Johnston2020-04-271-3/+2
* snd_hda: use bool for hdac_reset's boolean wakeup paramEd Maste2020-04-261-7/+7
* ig4(4): Add PCI IDs for Intel Bay Trail I2C controllers.Vladimir Kondratyev2020-04-261-0/+14
* psm(4): Fix wrong key-release event occuring after trackpoint use.Vladimir Kondratyev2020-04-261-1/+1
* Add family 0x5F (Denverton) to PMC_CPU_INTEL_ATOM_GOLDMONT.Alexander Motin2020-04-241-0/+1
* Remove PCI_IO_WINDOW_OFFSET from the pci host generic fdt attachment.Andrew Turner2020-04-241-4/+1
* acpi_video: fix a crash in detach with an LCD outputAndriy Gapon2020-04-241-1/+4
* acpi_iicbus: set device description in the probe methodAndriy Gapon2020-04-241-2/+1
* ig4: ensure that drivers always attach in correct orderAndriy Gapon2020-04-241-1/+2
* cxgbe/crypto: Fix the key size in a couple of places to catch up withNavdeep Parhar2020-04-231-2/+2
* acpi_ec(4): Don't probe erroneously if success occurredConrad Meyer2020-04-231-0/+2
* cxgbe/iw_cxgbe: Create a LinuxKPI pci device for an adapter and use itNavdeep Parhar2020-04-222-2/+9