aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/net/if_udav.c
Commit message (Expand)AuthorAgeFilesLines
* usb: Kill left-over cdefs.h includesWarner Losh2025-03-041-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* Mechanically convert usb ethernet drivers to DrvAPIJustin Hibbits2023-03-061-19/+19
* 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
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+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-13/+13
* Unbreak USB ethernet module buildsJustin Hibbits2019-08-201-0/+6
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-15/+16
* 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-5/+5
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+4
* Bring datasheet URL up to date.Kevin Lo2013-08-161-1/+1
* - Use the consistenly PHY-specific reset routine PHY_RESET() rather thanKevin Lo2013-06-141-2/+3
* Make the USB ethernet methods constant again in if_udav.c,Hans Petter Selasky2012-11-081-5/+13
* The JP1082 device doesn't respond to the MII_BMSR command and it turnsRui Paulo2012-07-151-3/+15
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-1/+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
* 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
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-241-1/+1
* Add new USB ID to UDAV driver.Hans Petter Selasky2011-06-191-0/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-6/+3
* Add more udav device ID's.Hans Petter Selasky2011-02-191-0/+4
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-011-0/+1
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-1/+1
* Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson2009-11-261-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-40/+57
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-39/+39
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-11/+11
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-24/+24
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-1/+1
* Remove USB shutdown methods from device drivers as its the host controllersAndrew Thompson2009-05-051-16/+0
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-11/+11
* Rename the ushub device class back to uhub as it was in the old usb stack,Andrew Thompson2009-03-021-1/+1
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+856