summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in ofwbus_release_resource() for non-ofwbus descendantszbb2016-02-181-4/+9
* hyperv/hn: Use buf_ring for txdesc listsephe2016-02-182-10/+66
* hyperv/hn: Split TX ring data structure out of softcsephe2016-02-182-208/+404
* hyperv/hn: Use non-fast taskqueue for transmissionsephe2016-02-181-2/+2
* hyperv/hn: Use taskqueue_enqueue()sephe2016-02-181-6/+4
* hyperv/hn: Split RX ring data structure out of softcsephe2016-02-182-112/+262
* hyperv/hn: Change global tunable prefix to hw.hnsephe2016-02-181-50/+24
* hyperv/hn: Always do transmission scheduling.sephe2016-02-181-0/+7
* hyperv/hn: Add option to allow sharing TX taskq between hn instancessephe2016-02-181-5/+37
* hyperv/hn: Set the TCP ACK/data segment aggregation limitsephe2016-02-182-42/+53
* Fix a bug introduced in r295736yongari2016-02-181-1/+2
* Remove duplicated check.yongari2016-02-181-11/+8
* Fix variable assignment.yongari2016-02-187-7/+7
* Fix a potentially "forever" loop.glebius2016-02-171-1/+1
* Ternary operator has lower priority than OR.glebius2016-02-171-3/+2
* Add missing braces.glebius2016-02-171-1/+2
* Create an API to reset a struct bio (g_reset_bio). This is mandatoryimp2016-02-172-4/+6
* Convert a few more long -> rman_res_t.jhibbits2016-02-162-6/+6
* Allow callers of OF_decode_addr to get the size of the found mapping. Thisandrew2016-02-165-5/+6
* ichsmb: add PCI device ID for Intel Sunrise Point-H SMBus controllervangyzen2016-02-161-0/+4
* Filemon: Fix panic when fork1() is called from kproc_create().bdrewery2016-02-161-1/+1
* Fix the spelling of OF_getencprop. It will fix the data correctly for theandrew2016-02-152-6/+4
* Add support for the Allwinner i2c device. This is similar to the existingandrew2016-02-154-314/+602
* Move the twsi driver source to be under iicbus. It is in a separateandrew2016-02-141-0/+644
* NTB: workaround for high traffic hardware hangcem2016-02-143-35/+406
* Restore maximum number of host keys to 64.hselasky2016-02-141-1/+1
* Don't dereference a pointer immediately after determining that it iscperciva2016-02-141-1/+1
* Fix variable assignment inside if-clause in the smsc driver.hselasky2016-02-141-1/+1
* Reduce the number of supported WLAN keys in the rum driver, else wehselasky2016-02-142-4/+4
* hyperv/hn: Fix typo in commentsephe2016-02-141-1/+1
* ioat(4): On error detected in ithread, defer HW reset to taskqueuecem2016-02-132-0/+22
* ioat(4): Also check for errors if the channel is suspendedcem2016-02-131-1/+1
* ioat(4): Decode/define more capabilities, operationscem2016-02-132-1/+23
* ioat(4): Recheck status register on zero-descriptor wakeupscem2016-02-131-3/+11
* Remove duplicate definition (CPL_TRACE_PKT_T5).np2016-02-122-2/+1
* If full width writes to the performance monitoring counters arekib2016-02-122-11/+34
* Remove tautological cast.kib2016-02-121-1/+1
* UART: Fix spurious interrupts generated by ns8250 and lpc drivers:mmel2016-02-122-4/+6
* nvme: avoid duplicate SET_NUM_QUEUES commandsjimharris2016-02-111-8/+10
* xen-netfront: remove useless NULL check in netif_freeroyger2016-02-111-5/+3
* xen-netfront: rearrange error paths in setup_txqsroyger2016-02-111-3/+1
* xen-netfront: remove pointless assignment in xn_ioctlroyger2016-02-111-2/+0
* ntb_hw(4): Print correct PAT name for non-WC/WB types mapped at loadcem2016-02-101-4/+28
* ntb_hw(4): Allow any x86 PAT caching flags for MW defaultscem2016-02-101-11/+44
* Add a kern.icl.drivers sysctl, to retrieve the list of registeredtrasz2016-02-101-2/+32
* Garbage collect unused arguments of m_init().glebius2016-02-102-6/+4
* Remove stray semicolons from the iSCSI code.trasz2016-02-101-1/+1
* Explicitly include <sys/systm.h>. Previously we were pulling it in due toandrew2016-02-101-0/+1
* sfxge: implement SIOCGI2C to read information from phy modulesarybchik2016-02-105-0/+284
* Correct PCI device description.hselasky2016-02-101-1/+1
OpenPOWER on IntegriCloud