summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_pf.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r286799:hselasky2015-08-291-0/+6
* MFC r265779:hselasky2014-05-161-1/+1
* There's nothing to free if the unit wasn't allocated.np2013-07-191-1/+0
* Fix init/uninit function type.hselasky2013-02-251-4/+4
* Modify the FreeBSD USB kernel code so that it can be compiled directlyhselasky2013-01-301-2/+5
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-13/+11
* If devclass_get_devices(9) returns success but a count of 0,kevlo2012-09-291-0/+1
* Merge from r234532:hrs2012-07-111-2/+4
* Make usbusN logging pseudo-interface used by usbdump(8) clonable. One ishrs2012-07-091-26/+156
* - Improvements to USB PF solutionhselasky2011-04-031-61/+203
* Use correct kernel types for all fields in USB PF code and headers.hselasky2011-02-011-3/+3
* Introduces IFF_CANTCONFIG interface flag to point that the interfaceweongyo2010-12-071-0/+1
* Explicitly UP and DOWN the usbus interfaces (IFT_USB) when it's attachedweongyo2010-12-011-0/+2
* Handles the unit number correctly that the previous commit had a problemweongyo2010-11-251-2/+1
* Assigning the unit number for each interfaces could not use ubus->parentweongyo2010-11-251-1/+2
* Fixes a compiler warning when it's compiled with INVARIANTS.weongyo2010-11-241-1/+1
* Removes all duplicated code with BPF that it's greatly simplified andweongyo2010-11-241-1652/+23
* Fixes a kernel crash when usb module is reloaded after unload that itweongyo2010-11-231-2/+16
* Adds a USB packet filter feature to the stack that it could captureweongyo2010-11-221-0/+1862
OpenPOWER on IntegriCloud