aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* The buffer address is always overwritten in the extended descriptor format,Sean Bruno2016-10-281-1/+1
* Fix indentation and remove duplicate queue stopped stats increment.Hans Petter Selasky2016-10-281-8/+7
* hyeprv/hn: Rename cleaned up RNDIS header file.Sepherosa Ziehau2016-10-283-2/+2
* hyperv/hn: Change header guardian; in preparation for the upcoming rename.Sepherosa Ziehau2016-10-281-3/+3
* hyperv/hn: Cleanup RNDIS related files.Sepherosa Ziehau2016-10-283-26/+31
* hyperv/hn: Pull data path code up.Sepherosa Ziehau2016-10-283-40/+36
* hyperv/hn: Reorganize RX path; mainly pull non-control code path upSepherosa Ziehau2016-10-284-379/+364
* hyperv/hn: Nuke unnecessary indirection.Sepherosa Ziehau2016-10-284-12/+3
* hyperv/hn: Rename cleaned up NVS source file.Sepherosa Ziehau2016-10-281-0/+0
* hyperv/hn: Rename cleaned up NVS header file.Sepherosa Ziehau2016-10-284-3/+3
* hyperv/hn: Change header guardian; in preparation for the upcoming rename.Sepherosa Ziehau2016-10-281-3/+3
* Various fixes for ptnet/ptnetmap (passthrough of netmap ports). In detail:Luigi Rizzo2016-10-278-285/+214
* hyperv/hn: NVS inclusion cleanup and forward declare functions.Sepherosa Ziehau2016-10-271-18/+24
* hyperv/hn: Move send context to NVS domain.Sepherosa Ziehau2016-10-275-135/+118
* hyperv/hn: Move hn_softc to if_hnvar.hSepherosa Ziehau2016-10-274-258/+230
* hyperv/hn: Shuffle chimney sending buffer alloc/free around.Sepherosa Ziehau2016-10-273-49/+47
* hyperv/hn: Define empty packet filter.Sepherosa Ziehau2016-10-272-3/+3
* hyperv/hn: Move %b format string for capabilities near their definition.Sepherosa Ziehau2016-10-272-12/+6
* hyperv/hn: Nuke unnecessary M_NETVSCSepherosa Ziehau2016-10-273-21/+17
* hyperv/hn: Properly configure RSS according to RSS capabilitiesSepherosa Ziehau2016-10-274-16/+113
* Disable CLKREQ for ASPM since re(4) doesn't implement link level power saving.Kevin Lo2016-10-271-3/+5
* Pull the common FDT interrupt values into a new header rather than be magicAndrew Turner2016-10-261-0/+44
* Stop including a possibly GPLd header from the GPIO code. Add the onlyAndrew Turner2016-10-262-1/+2
* hyperv/vmbus: Implement vmbus_chan_printf.Sepherosa Ziehau2016-10-261-57/+79
* hyperv/vmbus: Add missing white space.Sepherosa Ziehau2016-10-261-1/+1
* uhso(4): Fix a null pointer dereferenceConrad Meyer2016-10-251-1/+1
* Check m_getcl() return value.Gleb Smirnoff2016-10-251-0/+2
* Create a new PSCI error code and use it to signal that starting the CPU isAndrew Turner2016-10-252-2/+6
* Make the USB attach strings in dmesg include product name.Edward Tomasz Napierala2016-10-251-4/+5
* Use proper if_getdrvflags() API.Bryan Drewery2016-10-251-2/+2
* hyperv/hn: Set baudrate properlySepherosa Ziehau2016-10-251-0/+1
* cxgbe(4): Fix bug in the calculation of the number of physicallyNavdeep Parhar2016-10-241-25/+8
* hyperv/ic: Rework framework/message version negotiation.Sepherosa Ziehau2016-10-249-88/+207
* hyperv/hn: Nuke unused forward declaration.Sepherosa Ziehau2016-10-241-5/+0
* hyperv/hn: Fix RX filter settings.Sepherosa Ziehau2016-10-242-30/+85
* hyperv/hn: Start link status check, if no network changes were pending.Sepherosa Ziehau2016-10-241-4/+10
* hyperv/hn: Properly handle synthetic parts reattach failure.Sepherosa Ziehau2016-10-241-16/+21
* hyperv/hn: Fix chimney sending buffer leakage upon NVS sending failure.Sepherosa Ziehau2016-10-241-19/+19
* hyperv/hn: Move chimney buffer index and size to txdesc.Sepherosa Ziehau2016-10-245-75/+81
* Use the correct name for the qm_portals class.Justin Hibbits2016-10-231-5/+5
* EVDEV: ums evdev support improvements: locking and event reportingOleksandr Tymoshenko2016-10-221-23/+40
* EVDEV: Add shortcut functions for event typesOleksandr Tymoshenko2016-10-223-21/+67
* jedec_ts: a driver for thermal sensors on memory modulesAndriy Gapon2016-10-221-0/+179
* Initialize the ofw_bus_devinfo on the portals to prevent a crash.Justin Hibbits2016-10-222-2/+2
* cxgbe(4): Dump any mailbox command that times out.Navdeep Parhar2016-10-221-0/+15
* Add names for some DASP devices.Alexander Motin2016-10-211-0/+3
* netmap: fix kernel build on GCC-using architecturesEd Maste2016-10-211-1/+1
* hyperv/hn: Function renaming; consistent w/ hardware capabilities query.Sepherosa Ziehau2016-10-213-4/+4
* hyperv/hn: Add network change support.Sepherosa Ziehau2016-10-215-13/+90
* hyperv/hn: Check NVS version for HASHVAL pktinfo on sending path.Sepherosa Ziehau2016-10-213-6/+17