| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r286799: | hselasky | 2015-08-29 | 1 | -0/+6 |
* | MFC r265779: | hselasky | 2014-05-16 | 1 | -1/+1 |
* | There's nothing to free if the unit wasn't allocated. | np | 2013-07-19 | 1 | -1/+0 |
* | Fix init/uninit function type. | hselasky | 2013-02-25 | 1 | -4/+4 |
* | Modify the FreeBSD USB kernel code so that it can be compiled directly | hselasky | 2013-01-30 | 1 | -2/+5 |
* | Make the "struct if_clone" opaque to users of the cloning API. Users | glebius | 2012-10-16 | 1 | -13/+11 |
* | If devclass_get_devices(9) returns success but a count of 0, | kevlo | 2012-09-29 | 1 | -0/+1 |
* | Merge from r234532: | hrs | 2012-07-11 | 1 | -2/+4 |
* | Make usbusN logging pseudo-interface used by usbdump(8) clonable. One is | hrs | 2012-07-09 | 1 | -26/+156 |
* | - Improvements to USB PF solution | hselasky | 2011-04-03 | 1 | -61/+203 |
* | Use correct kernel types for all fields in USB PF code and headers. | hselasky | 2011-02-01 | 1 | -3/+3 |
* | Introduces IFF_CANTCONFIG interface flag to point that the interface | weongyo | 2010-12-07 | 1 | -0/+1 |
* | Explicitly UP and DOWN the usbus interfaces (IFT_USB) when it's attached | weongyo | 2010-12-01 | 1 | -0/+2 |
* | Handles the unit number correctly that the previous commit had a problem | weongyo | 2010-11-25 | 1 | -2/+1 |
* | Assigning the unit number for each interfaces could not use ubus->parent | weongyo | 2010-11-25 | 1 | -1/+2 |
* | Fixes a compiler warning when it's compiled with INVARIANTS. | weongyo | 2010-11-24 | 1 | -1/+1 |
* | Removes all duplicated code with BPF that it's greatly simplified and | weongyo | 2010-11-24 | 1 | -1652/+23 |
* | Fixes a kernel crash when usb module is reloaded after unload that it | weongyo | 2010-11-23 | 1 | -2/+16 |
* | Adds a USB packet filter feature to the stack that it could capture | weongyo | 2010-11-22 | 1 | -0/+1862 |