aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add support for the UART device found in lowRISC system-on-a-chip.Ruslan Bukin2018-10-122-0/+459
* Fix PNP entries for if_ix and if_ixv properly using the IFLIB_PNP_INFO()Yuri Pankov2018-10-112-5/+2
* Update Armada 38x UART device tree bindingMarcin Wojtas2018-10-101-0/+1
* Use mbuf defines to construct csum offload masks rather than literalsStephen Hurd2018-10-091-2/+5
* Add missing steering rules for virtual function, VF, in mlx4en(4) driver.Hans Petter Selasky2018-10-081-27/+37
* em/igb: Do not print link state messagesEric van Gyzen2018-10-081-2/+0
* Fix igb corrupting checksums with BPF and VLANStephen Hurd2018-10-051-9/+9
* hwpmc: Refactor sample ring buffer handling to fix racesMatt Macy2018-10-052-127/+108
* [ig4] style(9) clean-upOleksandr Tymoshenko2018-10-041-2/+2
* Fix the MODULE_PNP_INFO() for iwm(4) where I got the bus and moduleBjoern A. Zeeb2018-10-011-1/+1
* Use PNP metadata to allow devmatch to autoload ure(4)Allan Jude2018-09-301-0/+1
* Provide MODULE_PNP_INFO() for iwm(4) so that devmatch(8) canBjoern A. Zeeb2018-09-291-0/+2
* [sdhci] Add ACPI identifier for AMD eMMC 5.0 controllerOleksandr Tymoshenko2018-09-291-0/+3
* Centralize compat support for PCIOCGETCONF.Brooks Davis2018-09-271-18/+154
* cxgbe(4): Enable support for per-connection rate limiting in the defaultNavdeep Parhar2018-09-264-3/+11
* Remove bogus spaces.Warner Losh2018-09-263-3/+3
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-2615-40/+72
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-2642-45/+45
* Add PCIV_INVALID definitionSlava Shwartsman2018-09-261-0/+3
* cxgbe(4): Treat base/end of firmware parameters as signed integers whenNavdeep Parhar2018-09-261-3/+3
* cxgbe(4): Link related changes.Navdeep Parhar2018-09-256-368/+694
* Recognize the Amazon PCI serial device found in i3.metal EC2 instancesColin Percival2018-09-241-0/+1
* cxgbe(4): Reuse existing "switching" L2T entries when possible.Navdeep Parhar2018-09-223-69/+86
* Fix possible NULL pointer dereference in ffec_alloc_mbufcl().Andrey V. Elsukov2018-09-211-1/+2
* Add IFCAP_TSO6 for igbStephen Hurd2018-09-201-1/+2
* Convert x86 cache invalidation functions to ifuncs.Konstantin Belousov2018-09-192-6/+7
* cxgbe(4): Enable TXRTLMT by default when the feature is available in theNavdeep Parhar2018-09-181-2/+4
* Fixed isses:David C Somayajulu2018-09-171-8/+10
* [ig4] Fix device description for Kaby Lake systemsOleksandr Tymoshenko2018-09-161-2/+2
* Log a message after a successful boot-time microcode update.Mark Johnston2018-09-141-1/+1
* hwpmc: set default rate if event description lacks one / filter rate against ...Matt Macy2018-09-141-6/+21
* cxgbe(4): Use the correct number of parameters when querying the tidNavdeep Parhar2018-09-131-1/+1
* [ig4] Add PCI IDs for I2C controller on Intel Kaby Lake systemsOleksandr Tymoshenko2018-09-131-0/+4
* cxgbe/iw_cxgbe: Fix reported build breakage when the kernelNavdeep Parhar2018-09-131-0/+2
* xen: temporary disable SMAP when forwarding hypercalls from user-spaceRoger Pau Monné2018-09-131-1/+13
* ix(4), ixv(4): VLAN tag stripping fixes for Amazon EC2 Enhanced NetworkingEric Joyner2018-09-112-11/+22
* random(4): Squash non-error timeout codes from tsleep(9).Xin LI2018-09-091-1/+9
* intelspi: don't leak spibus children on detach.Konstantin Belousov2018-09-081-1/+1
* Specify the correct resource type in teardown paths.Mark Johnston2018-09-071-2/+2
* Avoid uninitialized read of ext_csd.Marius Strobl2018-09-061-3/+5
* - Explicitly compare a pointer to NULL. The __builtin_expect() of clangMarius Strobl2018-09-061-2/+1
* Make the MSIX module parameter limit per device, in mlx5en(4).Hans Petter Selasky2018-09-062-5/+13
* Add support for receive side scaling stride, RSSS, in mlx5en(4).Hans Petter Selasky2018-09-063-4/+28
* Don't stall transmit queue on drops in mlx5en(4).Hans Petter Selasky2018-09-061-4/+2
* Maximum number of mbuf frags is off-by-one for worst case scenario in mlx5en(4).Hans Petter Selasky2018-09-061-1/+2
* Assign to correct structure members.Konstantin Belousov2018-09-041-3/+3
* wmt(4): Fix regression introduced in r337289Vladimir Kondratyev2018-09-041-1/+1
* regulator: Use bool values instead of 0/1Emmanuel Vadot2018-09-041-5/+6
* Catch exceptions during EFI RT calls on amd64.Konstantin Belousov2018-09-021-49/+131
* Improve error messages from clock_if.m method failures.Konstantin Belousov2018-09-021-1/+2