summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_pf.c
Commit message (Expand)AuthorAgeFilesLines
* 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