aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/common/efx_mac.c
Commit message (Expand)AuthorAgeFilesLines
* sfxge(4): simplify efx_mac_selectAndrew Rybchenko2016-05-111-40/+21
* sfxge(4): remove EFSYS_OPT_MAC_FALCON_XMACAndrew Rybchenko2016-05-101-30/+0
* sfxge(4): remove EFSYS_OPT_MAC_FALCON_GMACAndrew Rybchenko2016-05-101-30/+0
* sfxge(4): remove EFSYS_OPT_FALCONAndrew Rybchenko2016-05-101-43/+4
* sfxge: if supported by firmware, use enhanced SET_MAC command to only configu...Andrew Rybchenko2016-01-181-1/+5
* sfxge: rename Huntington MAC methods to EF10 and use for MedfordAndrew Rybchenko2016-01-151-16/+29
* sfxge: cleanup: simplify EFX header includesAndrew Rybchenko2016-01-131-2/+0
* sfxge: remove obsolete efx_mac_hash_set() from common codeAndrew Rybchenko2016-01-121-49/+2
* sfxge: add prefast annotation to common code return typesAndrew Rybchenko2015-11-291-43/+43
* sfxge: cleanup: fix prefast annotations on mac stats updatesAndrew Rybchenko2015-11-271-1/+1
* sfxge: add 7xxx NICs family supportAndrew Rybchenko2015-05-251-95/+386
* sfxge: style fixesAndrew Rybchenko2015-02-161-2/+2
* sfxge: Add $FreeBSD$ tags to common code files.Philip Paeps2011-11-281-0/+3
* Add the sfxge(4) device driver, providing support for 10Gb Ethernet adaptersPhilip Paeps2011-11-161-0/+684