summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_atu.c
AgeCommit message (Expand)Author
2022-03-03usb: usbd_close_pipe never fails. Make it return void.riastradh
2022-03-03usb: usbd_abort_pipe never fails. Make it return void.riastradh
2020-08-28atu(4): Reject packets larger than MCLBYTES.riastradh
2020-03-15Define and implement a locking protocol for the ifmedia / mii layers:thorpej
2020-03-13PR/55068: sc.dying: Fix printf formats:christos
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-12-27s/transfered/transferred/msaitoh
2019-12-05 Remove SIOC[GS]IFMEDIA because ieee80211_ioctl() does the same thing.msaitoh
2019-12-01minor adjustments, to avoid warnings on debug buildsmaxv
2019-11-28localifymaxv
2019-05-05remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.hmrg
2019-04-26No functional change:msaitoh
2018-08-02Fix usb_rem_task_wait API.riastradh
2018-07-29Use usb_rem_task_wait in atu(4).riastradh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-23constifymaxv
2018-06-22 It's not required to include net/bpfdesc.h. Remove it.msaitoh
2018-06-03Constify atu_devs[] so that it lands in .rodata (600 bytes).maxv
2018-05-01GC private 802.11 rateset declarations, use the standard ones.maya
2018-01-21PR kern/52931 Kernel panics with Atheros usb wireless interfaceskrll
2016-11-25+#include "opt_usb.h"skrll
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-05-26Introduce M_CLEARCTX and use it instead of open-coding rcvifozaki-r
2016-05-26Use M_GETCTXozaki-r
2016-04-23Merge nick-nhusbskrll
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2013-03-30remove trailing whitespacechristos
2013-01-22- Add a USBD_MPSAFE flag to usbd_open_pipe. If not set, acquire KERNEL_LOCKjmcneill
2013-01-05fix debug variables.christos
2013-01-05- need opt_usb.h if depending on USB_DEBUGchristos
2012-12-27Consistent/Correct error message from failing usbd_set_config.skrll
2012-09-23add a bunch of devices. from openbsd.chs
2011-12-23Revert previous due to active usbmp branch(es).jakllsch
2011-12-22Adjust-away inconsistent and trailing whitespace.jakllsch
2011-10-17There is no doubt whether whether should have a 'h' after the 'w'.mbalmer
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2010-08-14Only print the debug message about failed remapping when ATU_QUIRK_NO_REMAPjym
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-03-15Remove duplicate USB_PRODUCT_LINKSYS3_WUSB11V28 entry.jakllsch
2010-02-28Fight the ever-increasing size of src checkouts by spelling "useful"snj
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-12-06Simplify several device-activation hooks.dyoung
2009-09-23fix up USB drivers printing of autoconf informationplunky
2009-09-04Change spaces to tabs and remove some unnecessary parentheses. Nodyoung
2009-09-04Expand <dev/usb/usb_port.h> definitions, and lightly unifdef(1).dyoung
2009-03-18bzero -> memsetcegger
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-16Use printf("%zx", arg) instead of printf("%lx", (unsigned long)arg).dyoung
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner