aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/net/if_ipheth.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
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Mechanically convert usb ethernet drivers to DrvAPIJustin Hibbits2023-03-061-4/+4
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* 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
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-21/+22
* 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-2/+2
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+4
* Assume that all Apple products using interface class 255, subclass 253Hans Petter Selasky2013-07-261-0/+8
* Add support for tethering on the iPhone 4SEitan Adler2013-05-291-0/+3
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+1
* Add support for iPhone 5 tethering.Eitan Adler2012-10-211-0/+3
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-241-1/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* USB Network:Hans Petter Selasky2010-10-131-0/+528