aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* hyperv/hn: Always query RSS capabilities.Sepherosa Ziehau2016-10-213-13/+13
* netmap: Unbreak LINT-VIMAGE buildingSepherosa Ziehau2016-10-211-3/+3
* netmap: Unbreak i386 LINT buildingSepherosa Ziehau2016-10-211-2/+2
* Remove a hack requiring dtsec0 to always be enabled for mdio.Justin Hibbits2016-10-217-71/+282
* Remove an unnecessary debug printf.Justin Hibbits2016-10-211-1/+0
* Driver for PCI Ethernet NIC on Alpine V1 and V2.Wojciech Macek2016-10-206-0/+6770
* Add support for adjusting the hardware buffering delay for USB audio.Hans Petter Selasky2016-10-191-5/+30
* Partial workaround for Intel PCI adapters reading past the end of theKonstantin Belousov2016-10-191-4/+15
* hyperv/vmbus: Expose channel management taskqueue for driver to use.Sepherosa Ziehau2016-10-192-0/+10
* 1. Use taskqueue_create() instead of taskqueue_create_fast() for bothDavid C Somayajulu2016-10-183-97/+108
* rtwn(4): fix build with 'options IEEE80211_SUPPORT_SUPERG'Andriy Voskoboinyk2016-10-182-3/+3
* remove stale and unused code from various filesLuigi Rizzo2016-10-187-104/+60
* remove conditional code for an obsolete feature. if_ptnet now does better.Luigi Rizzo2016-10-181-156/+0
* remove trailing whitespace. No code changes.Luigi Rizzo2016-10-184-11/+11
* Restore svn r306772 that was overwritten by netmap import at svn r307394Sean Bruno2016-10-181-0/+1
* REGULATOR: Move functions for handling with regulator ranges toMichal Meloun2016-10-182-0/+105
* Use proper integer-pointer type conversions.Justin Hibbits2016-10-186-23/+24
* cxgbe(4): Adjust whitespace to line up the column titles in cim_qcfgNavdeep Parhar2016-10-171-1/+2
* rtwn(4), urtwn(4): merge common code, add support for 11ac devices.Andriy Voskoboinyk2016-10-17150-13026/+25454
* Fix device delete child function.Hans Petter Selasky2016-10-1723-135/+4
* Assume all coreboot BIOSes have the need for these workarounds becauseWarner Losh2016-10-171-1/+1
* add two missing files for the netmap importLuigi Rizzo2016-10-162-0/+3739
* Import the current version of netmap, aligned with the one on github.Luigi Rizzo2016-10-1615-1602/+4404
* Do not try to create /dev/efi device node before devfs is initialized.Konstantin Belousov2016-10-161-14/+37
* Add driver for GPIO controlled regulator.Jared McNeill2016-10-151-0/+348
* aibs / atk0110: add support for querying sensors via GGRP and GITMAndriy Gapon2016-10-151-96/+319
* hyperv/vmbus: Add __FBSDIDSepherosa Ziehau2016-10-141-0/+3
* hyperv/hn: Management parts always need suspend and resume.Sepherosa Ziehau2016-10-141-7/+28
* hyperv/stor: Fix off-by-one bug; this brings back TRIM support.Sepherosa Ziehau2016-10-141-1/+1
* cxgbe(4): Allow the interface MTU to be set as high as the actualNavdeep Parhar2016-10-131-1/+1
* Fix a race in vm_page_busy_sleep(9).Konstantin Belousov2016-10-132-3/+3
* convert iicsmb to use iicbus_transfer for all operationsAndriy Gapon2016-10-131-166/+140
* Fix building on i386 and arm. But 'public domain' headers on the filesWarner Losh2016-10-131-9/+3
* net80211: convert all ieee80211_input_mimo*() consumersAndriy Voskoboinyk2016-10-123-6/+13
* [fdt] Add one more heuristic to determine MAC address of the SMSC deviceOleksandr Tymoshenko2016-10-121-3/+69
* Use M_WAITOK in PIO_KEYMAP ioctlEd Maste2016-10-121-1/+1
* smbus: allow child devices to be added via hintsAndriy Gapon2016-10-122-63/+139
* Make BCM28x USB driver compatible with upstream device treeOleksandr Tymoshenko2016-10-121-1/+6
* Create /dev/efidev to provide an ioctl interface toWarner Losh2016-10-111-0/+199
* sfxge(4): update external port mapping for MedfordAndrew Rybchenko2016-10-111-22/+54
* hyperv/hn: Rework link status support.Sepherosa Ziehau2016-10-114-32/+108
* hyperv/vmbus: Allow driver to inject synchronous task into channel taskq.Sepherosa Ziehau2016-10-112-0/+11
* sfxge(4): sync tlv_layout.h with firmwaresrc and update port-mode definition useAndrew Rybchenko2016-10-102-11/+29
* hyperv/hn: Suffix NDIS offload size with NDIS version.Sepherosa Ziehau2016-10-102-7/+9
* hyperv/hn: Generalize RSS capabilities query.Sepherosa Ziehau2016-10-101-13/+31
* hyperv/hn: Fix if_hw_tsomax setup.Sepherosa Ziehau2016-10-104-22/+95
* hyperv/hn: Fix checksum offload settingsSepherosa Ziehau2016-10-102-13/+328
* iwm: add missing 'Rx errors' counter incrementation.Andriy Voskoboinyk2016-10-091-3/+7
* wpi: restore frame header before submitting an mbuf toAndriy Voskoboinyk2016-10-082-1/+10
* Implement EVDEV_FLAG_MT_AUTOREL flag (autorelease touchpoints)Oleksandr Tymoshenko2016-10-084-7/+27