aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-1513-18/+18
* arswitch: Ensure the lock is always held when calling arswitch_modifyreg()Kristof Provost2017-01-155-1/+21
* [etherswitch] Support Micrel KSZ8995MA switch chipMichael Zhilin2017-01-141-0/+960
* Use getsock_cap() instead of deprecated fgetsock().Gleb Smirnoff2017-01-132-12/+5
* Increase retry count to 100 in r88e_fw_cmd() and r92c_fw_cmd().Kevin Lo2017-01-132-2/+2
* Fix typo in r311971.Alexander Kabaev2017-01-121-1/+1
* Allow uart(4) to use MSI interrupts on single-port PCI instances.Bruce M Simpson2017-01-122-3/+40
* Fix panic on mb_free_ext() due to NULL destructor.Sean Bruno2017-01-121-3/+3
* sfxge(4): add sysctl to change MAC stats update periodAndrew Rybchenko2017-01-121-0/+47
* Restore fixup for newer em(4) devices WOL capabilities post iflib integration.Sean Bruno2017-01-121-3/+9
* Deprecate kernel configuration option EM_MULTIQUEUE now that the em(4)Sean Bruno2017-01-121-9/+0
* Reset the EIAC register to include the LINK status bit and restoreSean Bruno2017-01-121-1/+1
* Attempt to use the "new" BAR address for newer igb(4) devices. This codeSean Bruno2017-01-121-0/+11
* sfxge(4): add tunable to configure MAC stats update periodAndrew Rybchenko2017-01-122-2/+33
* Report random flash storage as non-rotating to GEOM_DISK.Alexander Motin2017-01-123-4/+5
* sfxge(4): stats refresh in SW should depend on HW update periodAndrew Rybchenko2017-01-122-3/+9
* sfxge(4): do not ignore requested MAC stats update periodAndrew Rybchenko2017-01-122-11/+15
* Print out the number of queues/MSIx vectors.Scott Long2017-01-122-0/+2
* Include sys/systm.h for use of bootverbose. Fixes powerpc MPC85XXSPE build.Ian Lepore2017-01-121-0/+1
* cxgbe/tom: Add VIMAGE support to the TOE driver.Navdeep Parhar2017-01-116-57/+114
* rtwn: fix R92C_TXDW4_RTSRATE_M definition (0x3f -> 0x1f)Andriy Voskoboinyk2017-01-111-1/+1
* Pretend we support some IOCTLs to not scary upper layers.Alexander Motin2017-01-111-0/+5
* Restore v6 offload caps for igb(4) class devices.Sean Bruno2017-01-113-3/+4
* [sdhci] Add ACPI platform support for SDHCI driverOleksandr Tymoshenko2017-01-111-0/+370
* The iw_cxgb and iw_cxgbe drivers should not use a FreeBSD device_t whereNavdeep Parhar2017-01-102-2/+2
* sfxge(4): avoid unnecessary mbuf data prefetchAndrew Rybchenko2017-01-101-0/+14
* Add an ACPI attachment to the existing ahci_generic driver. This is usedAndrew Turner2017-01-101-14/+74
* Add copywrite notices, 2-clause BSD.Sean Bruno2017-01-104-0/+104
* Use the post-reset hook to force the controller to host mode. This willIan Lepore2017-01-101-2/+19
* Migrate e1000 to the IFLIB framework:Sean Bruno2017-01-108-16114/+3085
* cxgbe(4): Attach to the 2x25 debug card. This is for internal use only.Navdeep Parhar2017-01-101-0/+1
* Allow udbp(4) to claim Belkin "Windows Easy Transfer Cable" for Netgraph use.Bruce M Simpson2017-01-101-0/+1
* cxgbe(4): Refresh t4_msg.h, mainly for definitions related to the cryptoNavdeep Parhar2017-01-101-1/+594
* rtwn_pci(4): fix possible race while accessing 'matched_chip' variable.Andriy Voskoboinyk2017-01-101-11/+23
* Add PID for Belkin F5U258 "Windows Easy Transfer Cable", a udbp-like device.Bruce M Simpson2017-01-101-0/+1
* rtwn_usb(4): do not try to modify global static structure.Andriy Voskoboinyk2017-01-091-1/+7
* cxgbe(4): Enable automatic cidx flush for all control queues.Navdeep Parhar2017-01-091-1/+2
* cxgbe(4): The wraparound logic in start_wrq_wr() should not get involvedNavdeep Parhar2017-01-091-1/+1
* [rsu] add support for the "green" rsu NICs.Adrian Chadd2017-01-091-0/+6
* Add sdhci_handle_card_present_locked() that can be called from the interruptIan Lepore2017-01-091-4/+11
* - Add support for Intel Apollo Lake and Bay Trail eMMC controllers.Marius Strobl2017-01-093-8/+37
* In mmcsd_task(), bio_resid was not being set to 0 on a successful readMarius Strobl2017-01-091-0/+2
* hyperv: Add method to read 64bit Hyper-V specific time value.Sepherosa Ziehau2017-01-095-17/+50
* Use the new sdhci_fdt_gpio helper functions to add full support for FDTIan Lepore2017-01-091-24/+21
* Add new helper routines for sdhci bridge drivers that use gpio pins forIan Lepore2017-01-092-0/+325
* Add support for non-removable media, and a quirk to use polling to detectIan Lepore2017-01-092-29/+77
* rtwn_usb(4): fix Rx buffer size calculation.Andriy Voskoboinyk2017-01-084-4/+8
* Convert gpioc to use the make_dev_s(9) KPI. This fix a possible race whereLuiz Otavio O Souza2017-01-081-5/+12
* Convert etherswitch to use the make_dev_s(9) KPI. This fix a possible raceLuiz Otavio O Souza2017-01-081-6/+13
* Now that the PRESENT_STATE register is only used for the inhibit bits loopIan Lepore2017-01-081-5/+2