summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_upl.c
AgeCommit message (Expand)Author
2020-03-15Define and implement a locking protocol for the ifmedia / mii layers:thorpej
2020-01-29Adopt <net/if_stats.h>.thorpej
2020-01-07Localify, constify.maxv
2019-09-13 Make it compilable with UPL_DEBUG.msaitoh
2019-08-27Fix bug, remove {0,0} because we switched to usb_lookup().maxv
2019-08-20couple more changes to usbnet(9):mrg
2019-08-18update usbnet slight:mrg
2019-07-21remove unused structure members. this brings most <foo>_chain andmrg
2019-05-05remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.hmrg
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-01-21PR kern/52931 Kernel panics with Atheros usb wireless interfaceskrll
2017-10-23 If if_initialize() failed in the attach function, return.msaitoh
2017-01-12Appease coverity which is having nightmares about strings not beingmaya
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-11-25+#include "opt_usb.h"skrll
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-06-22fix: locking about IFQ_ENQUEUE and ALTQknakahara
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-04-28introduce new ifnet MP-scalable sending interface "if_transmit".knakahara
2016-04-28Constify rtentry of if_outputozaki-r
2016-04-23Merge nick-nhusbskrll
2016-04-20IFQ_ENQUEUE refactor (3/3) : eliminate pktattr argument from IFQ_ENQUEUE callerknakahara
2016-02-09Introduce softint-based if_inputozaki-r
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-06-05- Implement pktqueue interface for lockless IP input queue.rmind
2014-05-15 Save a NETISR_* value in a variable and call schednetisr() after enqueuemsaitoh
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-02-02Entropy-pool implementation move and cleanup.tls
2011-12-23Revert previous due to active usbmp branch(es).jakllsch
2011-12-22Adjust-away inconsistent and trailing whitespace.jakllsch
2011-11-19First step of random number subsystem rework described intls
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
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
2008-11-07*** Summary ***dyoung
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-07Start patching up the kernel so that a network driver always hasdyoung
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
2005-11-28Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inaugustss
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss