aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/net/if_axgereg.h
Commit message (Expand)AuthorAgeFilesLines
* axge: Add support for AX88179ADamien Broka2023-10-041-0/+7
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Host controller is byte oriented. Fix wrong assumption on big-endianPyun YongHyeon2016-08-191-8/+2
* Fix build on big-endian systems.Pyun YongHyeon2016-08-191-6/+7
* Introduce axge_rxfilter() which configures RX filtering and replacePyun YongHyeon2016-08-181-8/+27
* Switch to TX header format rather than directly manipulating headerPyun YongHyeon2016-08-181-0/+20
* Rename cryptic RX filter constants with more readable ones.Pyun YongHyeon2016-08-181-7/+8
* Pass PHY location information and remove PHY access hack.Pyun YongHyeon2016-08-181-1/+2
* Replace the whole license block with the standard one.Kevin Lo2014-07-311-8/+8
* In copyright statement correct that the author is me, not Bill Paul.Kevin Lo2014-07-311-2/+2
* - Improve performance by fixing incorrect Rx/Tx handlingKevin Lo2014-05-271-136/+97
* Import the axge(4) driver for the ASIX AX88178A and AX88179 USB EthernetMark Johnston2013-11-191-0/+212