summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Change uses of taskqueue_start_threads_pinned() -> taskqueue_start_threads_cp...adrian2015-02-244-8/+28
* - Updated all files with 2015 Avago copyright, and updated LSI's copyrightslm2015-02-2423-259/+577
* cxgbe(4): allow tx hardware checksumming on the netmap interface.np2015-02-241-6/+9
* cxgbe(4): set up congestion management for netmap rx queues.np2015-02-243-4/+38
* cxgbe(4): do not set the netmap rxq interrupts on a hair-trigger.np2015-02-241-2/+4
* cxgbe(4): wait for the hardware to catch up before destroying a netmap txq.np2015-02-241-5/+10
* cxgbe(4): request an automatic tx update when a netmap txq idles.np2015-02-241-1/+2
* Enable 'receive timeout' interrupt allowing us to notbr2015-02-241-10/+25
* Ensure that the XHCI driver will refresh the control endpoint settingshselasky2015-02-241-0/+7
* Add native netmap support to ixl.luigi2015-02-243-0/+514
* sfxge: add put-list high watermarkarybchik2015-02-242-0/+9
* sfxge: use goto to cleanup to avoid duplicate cleanup codearybchik2015-02-241-11/+13
* Correct a typo.yongari2015-02-241-1/+1
* Previous version of mbufq were fine initialized by M_ZERO, whileglebius2015-02-231-0/+3
* Add support for the DWC OTG v2 chipset found in the STM32F4 series ofhselasky2015-02-232-11/+48
* add MODULE_VERSION, needed to track module dependenciesluigi2015-02-231-0/+1
* sfxge: implement if_get_counter callbackarybchik2015-02-225-2/+91
* sfxge: add common code support for changing TX queue pacearybchik2015-02-223-0/+73
* sfxge: correct event queue interrupt moderation timer quantaarybchik2015-02-225-7/+11
* sfxge: DMA allocated memory is set to zeros because of BUS_DMA_ZERO flagarybchik2015-02-222-2/+0
* sfxge: do no allow EFSYS_MEM_ALLOC sleeparybchik2015-02-221-1/+5
* sfxge: assert event queue lock in event handlersarybchik2015-02-221-0/+19
* sfxge: pass correct address to free allocated memory in the case of load errorarybchik2015-02-221-2/+2
* sfxge: using bus_space_*_stream_* API for better portabilityarybchik2015-02-221-35/+64
* sfxge: add missing Siena sensors to common codearybchik2015-02-221-0/+30
* sfxge: add missing common code NVRAM types and map from MCDIarybchik2015-02-222-0/+12
* sfxge: add new identities to Siena static configarybchik2015-02-221-1/+3
* sfxge: TxQ block level should use EFX_TXQ_LIMIT as maximum TxQ sizearybchik2015-02-221-7/+13
* sfxge: use sparse index to retrieve sensor valuearybchik2015-02-221-4/+6
* sfxge: use macros to acquire and release BAR locks everywherearybchik2015-02-221-10/+10
* sfxge: packet can't require more than n_dma_seg descriptors plus onearybchik2015-02-221-2/+2
* sfxge: use common definitions of MC shared memory offsets and PDU lengtharybchik2015-02-221-17/+12
* sfxge: synchronize EF10 registers headerarybchik2015-02-221-2/+134
* sfxge: style fixes and cleanuparybchik2015-02-229-16/+21
* sfxge: allow TX and RX queue limits to be changedarybchik2015-02-214-6/+20
* sfxge: check allocations are non-NULL before freeing themarybchik2015-02-211-6/+14
* sfxge: keep fw and driver view of autoneg parameters consistentarybchik2015-02-211-0/+13
* sfxge: never set RX_DESCQ_EN during self-testarybchik2015-02-211-1/+1
* sfxge: more accurate calculation of maximum number of TSO segmentsarybchik2015-02-212-4/+14
* cxgbe(4): there is no need to force an "unimplemented" panic needlessly.np2015-02-201-3/+0
* sfxge: reap Tx descriptors on unblockarybchik2015-02-201-1/+4
* sfxge: add assertions that required event handlers are implementedarybchik2015-02-201-0/+6
* sfxge: style fixesarybchik2015-02-204-25/+15
* sfxge: regenerate sensor maparybchik2015-02-202-2/+30
* sfxge: add Florence R7 turbo mode support to common codearybchik2015-02-204-17/+38
* sfxge: regenerate MCDI protocol headersarybchik2015-02-201-41/+2348
* sfxge: handle fragmented TCP header in mbufarybchik2015-02-201-3/+16
* Bring the XL710 drivers up to the SW3 release level.jfv2015-02-2012-234/+335
* Adda function to iterate over the cpu nodes in the OFW or FDT data. Thisandrew2015-02-192-0/+86
* Add support to get the cpu ID from its device driver in a generic way.andrew2015-02-191-0/+11
OpenPOWER on IntegriCloud