aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Eliminate kmem_malloc()'s unused arena parameter. (The arena parameterAlan Cox2018-08-211-2/+2
* De-spl mly(4).John Baldwin2018-08-211-4/+0
* cxgbe/tom: Provide the hardware tid in tcp_info.Navdeep Parhar2018-08-201-0/+2
* [ig4] add ACPI Device HID for AMD platformsOleksandr Tymoshenko2018-08-203-4/+3
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-204-10/+9
* add snps IP uart support / genaralize UARTMatt Macy2018-08-1916-71/+78
* Extending the delay cycles to give the codec more time to pump ADC data acros...Tai-hwa Liang2018-08-191-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-1942-45/+45
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-1942-45/+45
* Oops. r338030 didn't eliminate the unused arena argument from all ofAlan Cox2018-08-182-10/+8
* Eliminate the unused arena parameter from kmem_alloc_attr().Alan Cox2018-08-183-5/+5
* Use the size of one bge_devs element for the MODULE_PNP_INFO macro,Dimitry Andric2018-08-181-1/+1
* Rudimentary AER reading code for ddb(4).Konstantin Belousov2018-08-182-5/+218
* cxgbe(4): Replace T4_PKT_TIMESTAMP with something slightly less hackish.Navdeep Parhar2018-08-183-18/+41
* cxgbe(4): Adjust ntids to account for nhptids in the TOE case too.Navdeep Parhar2018-08-171-0/+6
* cxgbe/tom: Put the ifnet or VLAN's PCP value in the 802.1Q tag of framesNavdeep Parhar2018-08-174-20/+26
* random: Add PowerPC 'darn' instruction entropy sourceJustin Hibbits2018-08-172-0/+143
* Fix a module Makefile error on amd64 so the IPMI HW interfaces are built.Doug Ambrisko2018-08-161-0/+2
* cxgbe(4): Use VLAN_TRUNKDEV instead of private cookie to figure out theNavdeep Parhar2018-08-153-22/+1
* cxgbe(4): Use two hashes instead of a table to keep track ofNavdeep Parhar2018-08-154-66/+272
* Fix several memory leaks.David Bright2018-08-141-1/+1
* Disable the auto negotiation if the port is set to fixed-link.Luiz Otavio O Souza2018-08-141-0/+1
* Add support to the Marvell Xenon SDHCI controller.Luiz Otavio O Souza2018-08-142-0/+646
* Fix a typo on the PSCI smc call wrapper.Luiz Otavio O Souza2018-08-142-2/+2
* Add library and kernel support for AMD Family 17h countersMatt Macy2018-08-141-1/+13
* Export the eeprom device size via readonly sysctl. Also export the writeIan Lepore2018-08-131-0/+13
* Copy out from kernel to data, not the other way around.Brooks Davis2018-08-131-1/+1
* Remove the duplicated CSUM_IP6_TCP introduced in r311849 from the TXMarius Strobl2018-08-131-2/+2
* Port the mps panic-safe shutdown_final handling to mprWarner Losh2018-08-133-14/+26
* Call xpt_sim_poll in shutdown_final handler.Warner Losh2018-08-131-1/+4
* Whitespace nit in t4_tom.hNavdeep Parhar2018-08-131-1/+1
* evdev: Remove evdev.ko linkage dependency on kbd driverVladimir Kondratyev2018-08-137-46/+100
* evdev: remove soft context from evdev methods parameter list.Vladimir Kondratyev2018-08-139-45/+92
* [ig4] Fix initialization sequence for newer ig4 chipsOleksandr Tymoshenko2018-08-132-0/+28
* Implement kernel support for early loading of Intel microcode updates.Mark Johnston2018-08-131-24/+13
* Add USB ID for rebranded RTL8153 found on NVIDIA Jetson TX1 board.Michal Meloun2018-08-132-0/+5
* ipmi/opal: Enable polled mode and proper callbackJustin Hibbits2018-08-121-0/+2
* Remove unused stuff from iw_cxgbe.hNavdeep Parhar2018-08-121-16/+0
* cxgbe(4): Move all control queues to the adapter.Navdeep Parhar2018-08-1110-77/+72
* cxgbe(4): Create two variants of service_iq, one for queues withNavdeep Parhar2018-08-114-143/+250
* Fix misspellings of transmitter/transmittedDevin Teske2018-08-101-1/+1
* ath: Minor style cleanupsKyle Evans2018-08-101-4/+4
* bwi(4): Set ic->ic_softc before bwi_getradiocaps to avoid bad derefKyle Evans2018-08-101-1/+3
* cxgbe(4): Add a sysctl to control the tx credit reclaim mechanism forNavdeep Parhar2018-08-091-2/+8
* cxgbe(4): Set fl_pktshift to 0 by default.Navdeep Parhar2018-08-091-3/+3
* cxgbe(4): Display pkt-size and burst-size in traffic class parameters.Navdeep Parhar2018-08-091-0/+4
* cxgbe(4): Add support for high priority filters on T6+. They have theirNavdeep Parhar2018-08-096-68/+243
* - Fix hash calculation by MAC addressKevin Lo2018-08-081-2/+2
* cxgbe(4): Allow the driver to specify a burst size when configuring aNavdeep Parhar2018-08-075-9/+30
* Recognize ICS1893C PHYs.Mark Johnston2018-08-072-0/+2