aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/net/if_axge.c
Commit message (Expand)AuthorAgeFilesLines
* axge: Add support for AX88179ADamien Broka2023-10-111-8/+31
* axge: Skip dummy packet headersDamien Broka2023-09-251-1/+18
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* Create wrapper for Giant taken for newbusWarner Losh2022-06-211-2/+2
* axge: Fix a -Wunused-but-set-variable warningMark Johnston2022-03-071-2/+0
* Add support to BELKIN B2B128 USB3 Ethernet Adapter to axge(4)Li-Wen Hsu2020-09-081-0/+1
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-1/+2
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-12/+13
* Use mbuf queue instead of ifqueue in USB network drivers.Gleb Smirnoff2019-08-301-1/+1
* Unbreak USB ethernet module buildsJustin Hibbits2019-08-201-0/+6
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* Fix race when detach is called right after attach in if_axge, that theHans Petter Selasky2018-02-241-1/+6
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* When device is detached make sure to stop the controller and makePyun YongHyeon2016-08-181-0/+18
* In axge_stop(), clear medium receive enable bit which will stop RXPyun YongHyeon2016-08-181-0/+5
* When usbd_transfer_setup() fails, don't callPyun YongHyeon2016-08-181-1/+2
* Introduce axge_rxfilter() which configures RX filtering and replacePyun YongHyeon2016-08-181-76/+74
* Switch to TX header format rather than directly manipulating headerPyun YongHyeon2016-08-181-25/+25
* Rename cryptic RX filter constants with more readable ones.Pyun YongHyeon2016-08-181-7/+7
* Don't explicitly call MIIBUS_STATCHG() method handler. Link statePyun YongHyeon2016-08-181-5/+0
* Pass PHY location information and remove PHY access hack.Pyun YongHyeon2016-08-181-4/+1
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-0/+1
* Add Lenovo ThinkPad OneLink GigaLAN.Kevin Lo2015-04-071-0/+1
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky2015-01-051-1/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-6/+6
* Fix performance problems with AXGE network adapter in RX direction:Hans Petter Selasky2014-07-131-9/+8
* - Disable hardware checksumming until it is properly tested.Hans Petter Selasky2014-07-031-34/+29
* Add proper rangechecks in "axge_rx_frame()" function andHans Petter Selasky2014-06-271-12/+21
* - Improve performance by fixing incorrect Rx/Tx handlingKevin Lo2014-05-271-106/+91
* - Configure Rx bulkKevin Lo2014-05-211-16/+45
* Remove some unused variables.Christian Brueffer2014-05-161-2/+0
* Import the axge(4) driver for the ASIX AX88178A and AX88179 USB EthernetMark Johnston2013-11-191-0/+1023