summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_pf.c
AgeCommit message (Expand)Author
2025-12-15usb: don't create ifnet(9) for usbus devicesGleb Smirnoff
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-10-13bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits
2023-10-13Revert "bpf: Add IfAPI analogue for bpf_peers_present()"Justin Hibbits
2023-10-13bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-03-06Mechanically convert usb ethernet drivers to DrvAPIJustin Hibbits
2022-12-09netlink: add interface notification on link status / flags change.Alexander V. Chernikov
2022-09-22if_clone: migrate some consumers to the new KPI.Alexander V. Chernikov
2020-09-01usb: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2015-08-15Fix race in USB PF which can happen if we stop tracing exactly whenHans Petter Selasky
2014-05-09Fix for NULL pointer.Hans Petter Selasky
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-07-19There's nothing to free if the unit wasn't allocated.Navdeep Parhar
2013-02-25Fix init/uninit function type.Hans Petter Selasky
2013-01-30Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky
2012-10-16Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff
2012-09-29If devclass_get_devices(9) returns success but a count of 0,Kevin Lo
2012-07-11Merge from r234532:Hiroki Sato
2012-07-09Make usbusN logging pseudo-interface used by usbdump(8) clonable. One isHiroki Sato
2011-04-03- Improvements to USB PF solutionHans Petter Selasky
2011-02-01Use correct kernel types for all fields in USB PF code and headers.Hans Petter Selasky
2010-12-07Introduces IFF_CANTCONFIG interface flag to point that the interfaceWeongyo Jeong
2010-12-01Explicitly UP and DOWN the usbus interfaces (IFT_USB) when it's attachedWeongyo Jeong
2010-11-25Handles the unit number correctly that the previous commit had a problemWeongyo Jeong
2010-11-25Assigning the unit number for each interfaces could not use ubus->parentWeongyo Jeong
2010-11-24Fixes a compiler warning when it's compiled with INVARIANTS.Weongyo Jeong
2010-11-24Removes all duplicated code with BPF that it's greatly simplified andWeongyo Jeong
2010-11-23Fixes a kernel crash when usb module is reloaded after unload that itWeongyo Jeong
2010-11-22Adds a USB packet filter feature to the stack that it could captureWeongyo Jeong