aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-275-5/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1651-102/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1628-56/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1251-51/+51
* Mechanically convert sfxge(4) to IfAPIJustin Hibbits2023-02-076-77/+75
* Fix unused variable warning in sfxge's ef10_tx.cDimitry Andric2022-07-261-0/+1
* sfxge: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* sfxge: plug set-but-not-used varsMateusz Guzik2022-04-192-0/+5
* sfxge: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-134-12/+13
* 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
* sfxge: Remove unused variables.John Baldwin2022-04-084-14/+0
* Fix a common typo in source code commentsGordon Bergling2021-09-041-1/+1
* Fix some common typos in source code commentsGordon Bergling2021-08-281-1/+1
* sfxge: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0163-843/+0
* Remove support for FreeBSD 7 and 8Warner Losh2020-02-273-13/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-265-68/+55
* Remove sparc64 kernel supportWarner Losh2020-02-031-20/+0
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-22/+22
* 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-279-24/+33
* sfxge(4): use n Tx queues instead of n + 2 on EF10 HWAndrew Rybchenko2018-12-105-43/+131
* sfxge(4): prepare the number of Tx queues on event queue 0 to become variableAndrew Rybchenko2018-12-104-11/+14
* sfxge(4): report support for Tx checksum op descriptorsAndrew Rybchenko2018-12-102-3/+7
* sfxge(4): populate per-event queue stats in sysctlAndrew Rybchenko2018-12-102-8/+110
* sfxge(4): rollback last seen VLAN TCI if Tx packet is droppedAndrew Rybchenko2018-11-301-0/+4
* sfxge(4): ensure EvQ poll stops when abort is requestedAndrew Rybchenko2018-11-301-0/+8
* sfxge(4): support Medford2Andrew Rybchenko2018-11-302-1/+6
* 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): support new link modes in the driverAndrew Rybchenko2018-11-301-0/+13
* 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