aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/net/if_usie.c
Commit message (Expand)AuthorAgeFilesLines
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-10-081-5/+0
* 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
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-1/+2
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-0/+3
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* 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-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-10/+10
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+4
* Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isGleb Smirnoff2013-09-111-1/+0
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-2/+3
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Revert r239178 and implement two new functions, namelyHans Petter Selasky2012-08-151-9/+9
* Take advantage of new UCOM and bus functionality so thatHans Petter Selasky2012-08-101-2/+26
* 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
* Remove reviewed line from copyright header.Hans Petter Selasky2011-07-091-1/+0
* Add new USB 3G driver.Hans Petter Selasky2011-07-081-0/+1587