aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/net/if_axe.c
Commit message (Expand)AuthorAgeFilesLines
* sys: RealTek -> Realtekykla43 hours1-1/+1
* usb: Kill left-over cdefs.h includesWarner Losh2025-03-041-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Mechanically convert usb ethernet drivers to DrvAPIJustin Hibbits2023-03-061-60/+59
* usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"...Hans Petter Selasky2022-10-071-3/+3
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* axe: Fix a -Wunused-but-set-variable warningMark Johnston2022-02-281-3/+0
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-2/+2
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-1/+2
* Miscellaneous typo fixesEd Maste2020-02-071-1/+1
* 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/+2
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Add suppoort for the Sitecom LN-031Kristof Provost2015-12-311-0/+1
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-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
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Add Lenovo USB 2.0 Ethernet adapter.Pyun YongHyeon2013-06-251-0/+1
* When RX checksum offloading is active, AX88772B will prepend aPyun YongHyeon2013-06-241-6/+5
* Remove unused variable sc_tx_bufsz.Kevin Lo2013-06-131-4/+0
* Add new USB ID.Hans Petter Selasky2013-01-281-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-1/+1
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-2/+2
* Another axe(4), found in ASUS zenbook.Kevin Lo2011-12-171-0/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-4/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Implement TX/RX checksum offloading support for ASIX AX88772BPyun YongHyeon2011-10-251-73/+328
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon2011-10-171-1/+1
* Only the USB root HUB thread is allowed to attach and detach driversHans Petter Selasky2011-07-181-1/+0
* Add initial support for AX88772B USB Fast Ethernet. AX88772BPyun YongHyeon2011-07-141-24/+96
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-241-1/+1
* Poke correct GPIO pins for newer axe(4) controllers with MarvellPyun YongHyeon2011-06-011-3/+18
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-6/+3
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* r184610 changed the way how TX frames are handled on AX88178 andPyun YongHyeon2010-12-081-42/+31
* Add initial AX88772A support.Pyun YongHyeon2010-11-281-4/+56
* Introduce new macro AXE_IS_178_FAMILY and AXE_IS_772. IncludePyun YongHyeon2010-11-281-12/+15
* Do full controller initialization in axe_reset() for controllersPyun YongHyeon2010-11-281-0/+6
* Make sure to change to currently selected media.Pyun YongHyeon2010-11-281-0/+2
* Do not reinitialize controller if it's already running.Pyun YongHyeon2010-11-281-0/+3
* Move axe_reset() to axe_init().Pyun YongHyeon2010-11-281-2/+2
* Apply GPIO configuration for all CICADA PHYs.Pyun YongHyeon2010-11-281-2/+5
* Do not setup interrupt endpoint for axe(4).Pyun YongHyeon2010-10-111-33/+0
* Don't count input error twice. uether_rxbuf() already updated thatPyun YongHyeon2010-10-041-4/+3
* Make upper stack know driver's output status. This change increasedPyun YongHyeon2010-10-041-3/+8