aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_pf.c
Commit message (Expand)AuthorAgeFilesLines
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix race in USB PF which can happen if we stop tracing exactly whenHans Petter Selasky2015-08-151-0/+6
* Fix for NULL pointer.Hans Petter Selasky2014-05-091-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* There's nothing to free if the unit wasn't allocated.Navdeep Parhar2013-07-191-1/+0
* Fix init/uninit function type.Hans Petter Selasky2013-02-251-4/+4
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-2/+5
* Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff2012-10-161-13/+11
* If devclass_get_devices(9) returns success but a count of 0,Kevin Lo2012-09-291-0/+1
* Merge from r234532:Hiroki Sato2012-07-111-2/+4
* Make usbusN logging pseudo-interface used by usbdump(8) clonable. One isHiroki Sato2012-07-091-26/+156
* - Improvements to USB PF solutionHans Petter Selasky2011-04-031-61/+203
* Use correct kernel types for all fields in USB PF code and headers.Hans Petter Selasky2011-02-011-3/+3
* Introduces IFF_CANTCONFIG interface flag to point that the interfaceWeongyo Jeong2010-12-071-0/+1
* Explicitly UP and DOWN the usbus interfaces (IFT_USB) when it's attachedWeongyo Jeong2010-12-011-0/+2
* Handles the unit number correctly that the previous commit had a problemWeongyo Jeong2010-11-251-2/+1
* Assigning the unit number for each interfaces could not use ubus->parentWeongyo Jeong2010-11-251-1/+2
* Fixes a compiler warning when it's compiled with INVARIANTS.Weongyo Jeong2010-11-241-1/+1
* Removes all duplicated code with BPF that it's greatly simplified andWeongyo Jeong2010-11-241-1652/+23
* Fixes a kernel crash when usb module is reloaded after unload that itWeongyo Jeong2010-11-231-2/+16
* Adds a USB packet filter feature to the stack that it could captureWeongyo Jeong2010-11-221-0/+1862