summaryrefslogtreecommitdiff
path: root/sys/dev/sfxge
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2743-0/+86
* sfxge(4): compact the first hot part of RxQ controlAndrew Rybchenko2017-01-271-1/+1
* sfxge(4): fix RxQ structure layout vs usage on datapathAndrew Rybchenko2017-01-271-2/+2
* sfxge(4): fix invalid VLAN tagging after stop/startAndrew Rybchenko2017-01-271-1/+2
* sfxge(4): cleanup: remove unused soft context struct member rxq_cacheAndrew Rybchenko2017-01-271-1/+0
* sfxge(4): cleanup: remvoe trailing tabAndrew Rybchenko2017-01-271-1/+1
* sfxge(4): cleanup: remove unused txq_index TxQ control structure memberAndrew Rybchenko2017-01-272-2/+0
* sfxge(4): add sysctl to change MAC stats update periodAndrew Rybchenko2017-01-121-0/+47
* sfxge(4): add tunable to configure MAC stats update periodAndrew Rybchenko2017-01-122-2/+33
* 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
* sfxge(4): avoid unnecessary mbuf data prefetchAndrew Rybchenko2017-01-101-0/+14
* sfxge(4): allow DMA descs to cross 4k boundary on EF10Andrew Rybchenko2017-01-077-10/+41
* sfxge(4): treat EFX_LINK_UNKOWN as link downAndrew Rybchenko2017-01-071-1/+3
* sfxge(4): use SFXGE_LINK_UP() to report link up stateAndrew Rybchenko2017-01-071-2/+1
* 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
* 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