aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/common
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1642-84/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1623-46/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1240-40/+40
* Fix unused variable warning in sfxge's ef10_tx.cDimitry Andric2022-07-261-0/+1
* sfxge: plug set-but-not-used varsMateusz Guzik2022-04-192-0/+5
* sfxge(4): Remove a double word in a few source code commentsGordon Bergling2022-04-092-2/+2
* sfxge(4): Remove some double words in source code commentsGordon Bergling2022-04-091-4/+4
* Fix a common typo in source code commentsGordon Bergling2021-09-041-1/+1
* sfxge: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0154-822/+0
* Remove support for FreeBSD 7 and 8Warner Losh2020-02-271-6/+1
* Remove sparc64 kernel supportWarner Losh2020-02-031-20/+0
* sfxge(4): unify power of 2 alignment check macroAndrew Rybchenko2019-07-273-27/+48
* sfxge(4): fix align to power of 2 when align has smaller typeAndrew Rybchenko2019-07-273-5/+5
* sfxge(4): fix power of 2 round up when align has smaller typeAndrew Rybchenko2019-07-277-20/+27
* sfxge(4): report support for Tx checksum op descriptorsAndrew Rybchenko2018-12-102-3/+7
* sfxge(4): ensure EvQ poll stops when abort is requestedAndrew Rybchenko2018-11-301-0/+8
* sfxge(4): support Medford2Andrew Rybchenko2018-11-301-1/+1
* sfxge(4): update external port number calculationAndrew Rybchenko2018-11-301-39/+48
* sfxge(4): correct annotations where NULL input is OKAndrew Rybchenko2018-11-305-20/+34
* sfxge(4): use transceiver ID when reading infoAndrew Rybchenko2018-11-301-6/+40
* sfxge(4): add accessor to whole link statusAndrew Rybchenko2018-11-307-25/+66
* sfxge(4): guard Rx scale code with corresponding optionAndrew Rybchenko2018-11-303-0/+11
* sfxge(4): infer port mode bandwidth from max link speedAndrew Rybchenko2018-11-301-3/+20
* sfxge(4): support improvements to bandwidth calculationsAndrew Rybchenko2018-11-305-36/+19
* sfxge(4): add X2 port modes to bandwidth calculatorAndrew Rybchenko2018-11-301-9/+34
* sfxge(4): update to current port mode terminologyAndrew Rybchenko2018-11-301-19/+22
* sfxge(4): adjust PHY module info interfaceAndrew Rybchenko2018-11-304-12/+21
* sfxge(4): expose PHY module device address constantsAndrew Rybchenko2018-11-302-21/+21
* sfxge(4): make last byte of module information availableAndrew Rybchenko2018-11-301-1/+1
* sfxge(4): add helper API to make Geneve filter specAndrew Rybchenko2018-11-302-13/+95
* sfxge(4): fix MAC Tx stats for less or equal to 64 bytesAndrew Rybchenko2018-11-301-1/+1
* sfxge(4): modify phy caps to indicate FEC requestAndrew Rybchenko2018-11-302-7/+16
* sfxge(4): improve handling of legacy RSS hash flagsAndrew Rybchenko2018-11-302-74/+62
* sfxge(4): simplify the code to parse RSS hash typeAndrew Rybchenko2018-11-302-15/+11
* sfxge(4): check buffer size for hash flagsAndrew Rybchenko2018-11-303-44/+80
* sfxge(4): use simpler code to check hash algorithm typeAndrew Rybchenko2018-11-301-26/+13
* sfxge(4): add support to get active FEC typeAndrew Rybchenko2018-11-305-6/+111
* sfxge(4): fix a typo in unicast filter insertion commentAndrew Rybchenko2018-11-301-1/+1
* sfxge(4): prevent access to the NIC config before probeAndrew Rybchenko2018-11-301-0/+1
* sfxge(4): fix ID retrieval in v3 licensingAndrew Rybchenko2018-11-301-30/+9
* sfxge(4): add API to inform libefx of hardware removalAndrew Rybchenko2018-11-305-4/+35
* sfxge(4): add routine to check for hardware presenceAndrew Rybchenko2018-11-307-4/+71
* sfxge(4): fix out of bounds read when dereferencing sdupAndrew Rybchenko2018-11-3019-273/+199
* sfxge(4): add information if TSO workaround is requiredAndrew Rybchenko2018-11-304-0/+10
* sfxge(4): avoid usage of too big arrays on stackAndrew Rybchenko2018-11-302-12/+33
* sfxge(4): generalise EF10 NVRAM buffer interfaceAndrew Rybchenko2018-11-305-41/+174
* sfxge(4): add accessor for default port modeAndrew Rybchenko2018-11-305-7/+16
* sfxge(4): add buffer editing functions to boot configAndrew Rybchenko2018-11-303-51/+672
* sfxge(4): add API to retrieve sensor limitsAndrew Rybchenko2018-11-305-1/+206
* sfxge(4): check size of memory to read sensors data toAndrew Rybchenko2018-11-301-0/+11