summaryrefslogtreecommitdiff
path: root/sys/dev/sfxge
AgeCommit message (Expand)Author
2025-11-22sfxge: use newly exposed RSS hash key API rather than ad-hoc hashingAndrew Gallatin
2024-12-02sfxge: defer ether_ifattach to when ifmedia_init is doneFranco Fichtner
2024-11-29tcp: extend the use of the th_flags accessor functionRichard Scheffenegger
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-07Mechanically convert sfxge(4) to IfAPIJustin Hibbits
2022-07-26Fix unused variable warning in sfxge's ef10_tx.cDimitry Andric
2022-05-09sfxge: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-04-19sfxge: plug set-but-not-used varsMateusz Guzik
2022-04-13sfxge: Use __diagused for variables only used in KASSERT().John Baldwin
2022-04-09sfxge(4): Remove a double word in a few source code commentsGordon Bergling
2022-04-09sfxge(4): Remove some double words in source code commentsGordon Bergling
2022-04-07sfxge: Remove unused variables.John Baldwin
2021-09-04Fix a common typo in source code commentsGordon Bergling
2021-08-28Fix some common typos in source code commentsGordon Bergling
2020-09-01sfxge: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-27Remove support for FreeBSD 7 and 8Warner Losh
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-03Remove sparc64 kernel supportWarner Losh
2019-10-14Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2019-07-27sfxge(4): unify power of 2 alignment check macroAndrew Rybchenko
2019-07-27sfxge(4): fix align to power of 2 when align has smaller typeAndrew Rybchenko
2019-07-27sfxge(4): fix power of 2 round up when align has smaller typeAndrew Rybchenko
2018-12-10sfxge(4): use n Tx queues instead of n + 2 on EF10 HWAndrew Rybchenko
2018-12-10sfxge(4): prepare the number of Tx queues on event queue 0 to become variableAndrew Rybchenko
2018-12-10sfxge(4): report support for Tx checksum op descriptorsAndrew Rybchenko
2018-12-10sfxge(4): populate per-event queue stats in sysctlAndrew Rybchenko
2018-11-30sfxge(4): rollback last seen VLAN TCI if Tx packet is droppedAndrew Rybchenko
2018-11-30sfxge(4): ensure EvQ poll stops when abort is requestedAndrew Rybchenko
2018-11-30sfxge(4): support Medford2Andrew Rybchenko
2018-11-30sfxge(4): update external port number calculationAndrew Rybchenko
2018-11-30sfxge(4): correct annotations where NULL input is OKAndrew Rybchenko
2018-11-30sfxge(4): support new link modes in the driverAndrew Rybchenko
2018-11-30sfxge(4): use transceiver ID when reading infoAndrew Rybchenko
2018-11-30sfxge(4): add accessor to whole link statusAndrew Rybchenko
2018-11-30sfxge(4): guard Rx scale code with corresponding optionAndrew Rybchenko
2018-11-30sfxge(4): infer port mode bandwidth from max link speedAndrew Rybchenko
2018-11-30sfxge(4): support improvements to bandwidth calculationsAndrew Rybchenko
2018-11-30sfxge(4): add X2 port modes to bandwidth calculatorAndrew Rybchenko
2018-11-30sfxge(4): update to current port mode terminologyAndrew Rybchenko
2018-11-30sfxge(4): adjust PHY module info interfaceAndrew Rybchenko
2018-11-30sfxge(4): expose PHY module device address constantsAndrew Rybchenko
2018-11-30sfxge(4): make last byte of module information availableAndrew Rybchenko
2018-11-30sfxge(4): add helper API to make Geneve filter specAndrew Rybchenko
2018-11-30sfxge(4): fix MAC Tx stats for less or equal to 64 bytesAndrew Rybchenko
2018-11-30sfxge(4): modify phy caps to indicate FEC requestAndrew Rybchenko
2018-11-30sfxge(4): improve handling of legacy RSS hash flagsAndrew Rybchenko