aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-096-13/+13
* Consistently use `device_t`Jean-Sébastien Pédron2016-08-0918-25/+35
* Reliably return PCI_GETCONF_LAST_DEVICE from PCIOCGETCONF.John Baldwin2016-08-091-7/+7
* Track the base absolute ID of ingress and egress queues.John Baldwin2016-08-092-5/+29
* Remove NULL checks after M_WAITOK allocations from nand(4).Edward Tomasz Napierala2016-08-092-15/+0
* Remove NULL checks after M_WAITOK allocations from sys/dev/ofw/.Edward Tomasz Napierala2016-08-092-18/+0
* Remove NULL check after M_WAITOK allocation from mpt(4).Edward Tomasz Napierala2016-08-091-4/+0
* Remove NULL checks after M_WAITOK allocations from msk(4).Edward Tomasz Napierala2016-08-091-12/+0
* Remove NULL checks after M_WAITOK allocations from tws(4).Edward Tomasz Napierala2016-08-091-16/+0
* Fix for use after free.Hans Petter Selasky2016-08-091-0/+7
* hyperv/hn: Move gpa array out of netvsc_packet.Sepherosa Ziehau2016-08-094-35/+36
* Reserve an adapter flag IS_VF to mark VF devices vs PF devices.John Baldwin2016-08-081-0/+1
* Fix a typo.John Baldwin2016-08-081-1/+1
* Fixup ixl(4) options parsing to actually compile when using RSS/PCBGROUPSean Bruno2016-08-083-11/+10
* Switch to the new block based LRO input function for the mlx5enHans Petter Selasky2016-08-085-818/+13
* Don't enqueue NULL on a drbrRyan Stone2016-08-081-1/+2
* hyperv/ic: Pass the channel callback to hv_util_attach()Sepherosa Ziehau2016-08-086-23/+10
* hyperv/ic: Expose the receive buffer length for callers to use.Sepherosa Ziehau2016-08-086-22/+20
* hyperv/ic: Remove never used second parameter of hv_negotiate_version()Sepherosa Ziehau2016-08-085-13/+8
* etherswitch: Unbreak LINT buildSepherosa Ziehau2016-08-081-1/+2
* ixl(4): Update to ixl-1.6.6-k.Sean Bruno2016-08-0724-7460/+11697
* [arswitch] extend the debug support to be configurable at runtime.Adrian Chadd2016-08-075-38/+80
* Add Logitech Unifying receiver.Cy Schubert2016-08-061-0/+1
* Add hw.fdt sysctl node.Stephen J. Kiernan2016-08-063-0/+27
* Fix some logic in PCIe HotPlug; display EI statusEric van Gyzen2016-08-051-4/+4
* xen-netfront: improve the logic when handling nic features from ioctlRoger Pau Monné2016-08-051-27/+30
* Keep a reference count on USB keyboard polling to allow recursiveHans Petter Selasky2016-08-051-1/+11
* hyperv/vmbus: Only make sure the TX bufring will not be closed.Sepherosa Ziehau2016-08-051-2/+6
* ioat(4): Log channel number in CTR eventsConrad Meyer2016-08-051-16/+18
* Add __printflike() to bus_describe_intr() to enable -Wformat checks.John Baldwin2016-08-041-1/+1
* [etherswitch] add in an initial API for controlling per-port LED behaviour.Adrian Chadd2016-08-045-4/+146
* cxgbe/t4_tom: The page pod arena allocates from pod address space andNavdeep Parhar2016-08-041-1/+1
* hyperv/storvsc: Claim SPC-3 conformance, thus enable UNMAP supportSepherosa Ziehau2016-08-041-2/+21
* Use the port device name for the iov device for Chelsio T4/T5 cards.John Baldwin2016-08-033-16/+20
* Permit the name of the /dev/iov entry to be set by the driver.John Baldwin2016-08-034-4/+23
* Apply the fix from r232612 to fixed function counters.John Baldwin2016-08-031-1/+1
* cxgbe/t4_tom: Read the chip's DDP page sizes and save them in aNavdeep Parhar2016-08-022-11/+27
* Store the offset of the KDOORBELL and GTS registers in the softc.John Baldwin2016-08-016-17/+21
* Disable PCI hotplug support for slots with power controllers.John Baldwin2016-08-011-0/+7
* r293331 mistakingly failed to add an assignment of paddr to the rxbufSean Bruno2016-08-011-0/+1
* Sync CFE interface with upstream cfe-1.4.2 release.Landon J. Fuller2016-08-015-24/+134
* hyperv/storvsc: Stringent PRP list assertionsSepherosa Ziehau2016-08-011-4/+19
* hyperv/storvsc: Set maxio to 128KB.Sepherosa Ziehau2016-08-011-2/+18
* hyperv/vmbus: Remove the artificial entry limit of SG and PRP list.Sepherosa Ziehau2016-08-016-12/+17
* [ath] update comments.Adrian Chadd2016-08-011-2/+2
* [gpioled] add support for inverting the LED polarity.Adrian Chadd2016-07-311-0/+5
* Wrap previous MSIX workaround into #ifndef EARLY_AP_STARTUP.Alexander Motin2016-07-301-0/+4
* Try to declare _hw_pci for all sysctl cases needed after r303497.Bjoern A. Zeeb2016-07-301-1/+3
* [iwm] Fix iwm_poll_bit() usage in iwm_stop_device(), fixup r303418.Imre Vadász2016-07-301-2/+2
* Block MSIX negotiation until SMP started and IRQ reshuffled.Alexander Motin2016-07-301-0/+15