aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* rsu: restore 40Mhz channel support.Andriy Voskoboinyk2017-01-021-1/+2
* [netmap] call RLOCK /and/ RUNLOCK.Adrian Chadd2017-01-021-1/+1
* 2017 IFLIB updates in preparation for commits to e1000 and ixgbe.Sean Bruno2017-01-021-22/+14
* Fix rcc_gpio_modify_bits(). Obviously (1 << 0) is not the same as 0.Luiz Otavio O Souza2016-12-311-8/+8
* rtwn: add (untested) radar detection support for RTL8821AUAndriy Voskoboinyk2016-12-3010-9/+423
* Add parenthesis.Ruslan Bukin2016-12-301-3/+3
* o Fix unlocking.Ruslan Bukin2016-12-302-4/+5
* [netmap] fix locking regressionsAdrian Chadd2016-12-301-4/+4
* sfxge(4): move queue size checks to after the NIC config has been populatedAndrew Rybchenko2016-12-301-12/+12
* sfxge(4): cleanup: add efsys_lock_state_t for type of state param in EFSYS_LO...Andrew Rybchenko2016-12-304-14/+16
* sfxge(4): support per-command MCDI timeoutAndrew Rybchenko2016-12-301-4/+7
* sfxge(4): remove obsolete Wake-On-LAN supportAndrew Rybchenko2016-12-306-505/+2
* sfxge(4): fix efx_filter_supported_filters APIAndrew Rybchenko2016-12-305-43/+132
* sfxge(4): add functions to efx_bootcfg supporting whole partition accessAndrew Rybchenko2016-12-302-23/+173
* sfxge(4): make verified update result available from ef10_nvram_partn_unlock()Andrew Rybchenko2016-12-302-8/+11
* sfxge(4): add per-command timeout reporting to the common codeAndrew Rybchenko2016-12-307-1/+90
* sfxge(4): support non-interrupting event queues creationAndrew Rybchenko2016-12-304-9/+72
* sfxge(4): cleanup: remove now-unused function flagsAndrew Rybchenko2016-12-302-36/+0
* sfxge(4): cleanup: check deferred packet list tunables onceAndrew Rybchenko2016-12-301-22/+23
* Fix bit value for a debug flag definition.Gavin Atkinson2016-12-301-1/+1
* cxgbe(4): Updates to link configuration.Navdeep Parhar2016-12-305-50/+196
* Add MSIX rewrite table quirk for use with VMs.Hans Petter Selasky2016-12-301-7/+45
* - Fix incorrect values in the computation of OFDM and MCS Tx power.Kevin Lo2016-12-301-11/+11
* rtwn: silence compiler warning (-Wmaybe-uninitialized).Andriy Voskoboinyk2016-12-291-1/+1
* Add support for audio on I2S based DesignWare HDMI controllers.Jared McNeill2016-12-294-14/+202
* sfxge(4): cleanup: clarify/unify variable name used for put-list lengthAndrew Rybchenko2016-12-291-5/+5
* sfxge(4): add support for firmware-verified NVRAM updates to the common codeAndrew Rybchenko2016-12-299-33/+140
* sfxge(4): sync up tlv_layout.h (from firmwaresrc 82cd8a5715e9)Andrew Rybchenko2016-12-291-18/+19
* sfxge(4): regenerate MCDI headers from firmwaresrc .ymlAndrew Rybchenko2016-12-291-30/+676
* sfxge(4): fix typo in pseudo header accessor function namesAndrew Rybchenko2016-12-293-9/+9
* sfxge(4): delete hunt_phy.cAndrew Rybchenko2016-12-291-39/+0
* sfxge(4): do not use enum type when values are bitmaskAndrew Rybchenko2016-12-294-16/+16
* sfxge(4): do not use enum for filter flagsAndrew Rybchenko2016-12-293-21/+23
* sfxge(4): don't use Tx descriptor push with TSO option descriptorsAndrew Rybchenko2016-12-291-13/+43
* sfxge(4): split EFX_FILTER_MATCH_LOC_MAC_IG back into separate flagsAndrew Rybchenko2016-12-293-54/+12
* sfxge(4): allow to have no NIC handle on Rx datapath in DPDK PMDAndrew Rybchenko2016-12-293-13/+20
* sfxge(4): add missing barrier in common code MCDI response handlingAndrew Rybchenko2016-12-291-0/+2
* sfxge(4): use correct port number in sensor decodingAndrew Rybchenko2016-12-291-6/+9
* sfxge(4): cleanup: simplify disable scatter logic in ef10_rx_qcreateAndrew Rybchenko2016-12-291-5/+3
* sfxge(4): provide a way to find out which MAC stats are supportedAndrew Rybchenko2016-12-298-0/+284
* sfxge(4): make the common code determine the number of PFsAndrew Rybchenko2016-12-293-0/+56
* sfxge(4): make the common code retrieve the number of FATSOv2 contextsAndrew Rybchenko2016-12-293-4/+18
* sfxge(4): fix efx_ev_qpoll for non-Siena buildsAndrew Rybchenko2016-12-291-150/+128
* sfxge(4): fix common code for non-Siena buildsAndrew Rybchenko2016-12-291-4/+2
* sfxge(4): fix misuse of siena_build_filter in common codeAndrew Rybchenko2016-12-291-1/+4
* sfxge(4): cleanup: remove last use of deprecated function flags with privileg...Andrew Rybchenko2016-12-281-4/+8
* sfxge(4): move BIST methods from hunt_phy.c to ef10_phy.cAndrew Rybchenko2016-12-284-186/+181
* sfxge(4): add UEFI ROM support to the common codeAndrew Rybchenko2016-12-282-1/+6
* sfxge(4): fix GET_RXDP_CONFIG usage for multi-PF on MedfordAndrew Rybchenko2016-12-281-2/+7
* sfxge(4): support Medford bootcfg partition layout in common codeAndrew Rybchenko2016-12-281-56/+147