aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Historically we have two fields in tcpcb to describe sender MSS: t_maxopd,Gleb Smirnoff2016-01-072-4/+2
* ioat(4): Add ioat_get_max_io_size() KPIConrad Meyer2016-01-052-0/+10
* iwm: revert r293178Andriy Voskoboinyk2016-01-051-1/+5
* Fix undefined behavior when using asmc_fan_getstring()Ulrich Spörlein2016-01-051-4/+4
* Fix for directly connected FULL or LOW speed USB devices.Hans Petter Selasky2016-01-051-6/+21
* iw_cxgbe: Shut down the socket but do not close the fd in case of error.Navdeep Parhar2016-01-051-1/+1
* urtwn: add bits for R92C_HWSEQ_CTRL and R92C_TXPAUSE registersAndriy Voskoboinyk2016-01-042-3/+21
* iwn: reduce code duplication in iwn_read_firmware()Andriy Voskoboinyk2016-01-041-11/+17
* iwm: free firmware related resources after uploading it to the hardwareAndriy Voskoboinyk2016-01-041-6/+2
* iwm: store pointer for 'struct firmware' instead ofAndriy Voskoboinyk2016-01-042-16/+12
* iwm: use m_collapse() to defragment a mbuf chainAndriy Voskoboinyk2016-01-031-14/+6
* Fix ixl(4) compilation with PCI_IOV pre-r266974Enji Cooper2016-01-031-0/+4
* [ath] remove the inline version of the register access macros.Adrian Chadd2016-01-032-16/+13
* Eliminate code for walking through the early static env data. This codeIan Lepore2016-01-031-22/+2
* iwm: convert to ieee80211_tx_complete()Andriy Voskoboinyk2016-01-031-20/+17
* iwm: reorganize if_iwmvar.hAndriy Voskoboinyk2016-01-033-118/+113
* Make using the #address-cells property on the interrupt parent in deviceNathan Whitehorn2016-01-021-3/+4
* ... and that would've never worked. Sorry!Adrian Chadd2016-01-021-8/+3
* [ath] add explicit bus barriers.Adrian Chadd2016-01-022-2/+33
* Replace the cosine table with a sine table, which (due to the vagaries ofDag-Erling Smørgrav2016-01-023-39/+64
* Accidentally dropped the 0 padding.Justin Hibbits2016-01-011-1/+1
* Fix a couple printf formats.Justin Hibbits2016-01-012-2/+3
* 17 years and change after I wrote warp_saver, here's a simple plasma effectDag-Erling Smørgrav2016-01-013-0/+454
* [rtwn] bring over initial rtwn driver.Adrian Chadd2015-12-312-0/+5596
* Add suppoort for the Sitecom LN-031Kristof Provost2015-12-312-0/+2
* Implement interface link header precomputation API.Alexander V. Chernikov2015-12-312-2/+2
* Add support for modifying coalescing parameters runtime.Hans Petter Selasky2015-12-303-42/+107
* Allow I2C to read address 0x51 as well as address 0x50.Hans Petter Selasky2015-12-301-4/+15
* 10G ER/LR should present itself as LR.Hans Petter Selasky2015-12-302-3/+3
* - Add entries for the more prominent members of the Digi InternationalMarius Strobl2015-12-291-16/+69
* Update metadata for "tools/tools/bus_autoconf" after r292080. UseHans Petter Selasky2015-12-292-75/+34
* hyperv: vmbus: run non-blocking message handlers in vmbus_msg_swintr()Xin LI2015-12-293-29/+64
* hyperv: vmbus: remove the per-channel control_work_queueXin LI2015-12-292-30/+3
* - Add an entry for the SIIG Cyber 2SP1 PCIe adapter, which is basedMarius Strobl2015-12-281-4/+11
* Add support for CQE zipping. CQE zipping reduces PCI overhead byHans Petter Selasky2015-12-287-3/+131
* Add support for sysctl tunables to 10-stable and older. Pushed throughHans Petter Selasky2015-12-281-6/+30
* Make the eeprom dump function more readable and rename variables forHans Petter Selasky2015-12-281-17/+16
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2015-12-277-10/+8
* Allocate separate scratch space for scanner purposes.Alexander Motin2015-12-272-114/+95
* Split DMA buffers for request, response and ATIO queues.Alexander Motin2015-12-273-182/+222
* Add missing #ifdef INET after r292674 to allow NOIP and NOINET kernelsBjoern A. Zeeb2015-12-261-0/+2
* [mdio] Add MDIO support for "extended" registers as defined by IEEE 802.3 Cla...Adrian Chadd2015-12-263-6/+92
* Use single DMA tag for scratch areas of all virtual ports.Alexander Motin2015-12-262-29/+32
* Make port logins asynchronous, following r292739 logic.Alexander Motin2015-12-261-66/+55
* cxgbei: Hardware accelerated iSCSI target and initiator for TOE capableNavdeep Parhar2015-12-265-0/+2828
* Make virtual ports control asynchronous.Alexander Motin2015-12-263-87/+111
* [mdio] migrate mdiobus out of etherswitch and into a top-level device of its ...Adrian Chadd2015-12-2616-17/+20
* cxgbe(4): Updates to the base NIC driver and t4_tom to support the iSCSINavdeep Parhar2015-12-267-244/+176
* Fix typo (s/harware/hardware/)Kevin Lo2015-12-252-2/+2
* Unify handles allocation for initiator and target IOCBs.Alexander Motin2015-12-257-191/+60