summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_url.c
AgeCommit message (Expand)Author
2018-01-21PR kern/52931 Kernel panics with Atheros usb wireless interfaceskrll
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-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-04-23Merge nick-nhusbskrll
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
2013-01-22- Add a USBD_MPSAFE flag to usbd_open_pipe. If not set, acquire KERNEL_LOCKjmcneill
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-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-03-11minor cleanups from usbmp:mrg
2012-03-06pull down from usbmp branch:mrg
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
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
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2008-04-05use aprint_*_dev and device_xnamecegger
2008-01-19Make many ethernet drivers share the common code for MII mediadyoung
2007-08-29Constify: LLADDR() -> CLLADDR().dyoung
2007-08-27Use rw_destroy() in the detach function. Spotted by rmind@.xtraeme
2007-08-27Use rwlock(9) rather than lockmgr(9).xtraeme
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
2006-12-01change some commented-out code to use the interrupt descriptor's pollingdrochner
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-31Split the USB task queue into two parts, one for normal device tasks andjoerg
2006-10-12- sprinkle __unused on function decls.christos
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
2006-02-25Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"),wiz
2005-11-28Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inaugustss
2005-05-30- const poisoningchristos
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2005-03-03OQO ether port confirmed to be workingitojun
2005-03-02OQO device still unstable on attach/whatever, so comment those entries outitojun
2005-03-01add OQO model 01 devicesitojun
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2004-10-22Add 2 devices. From OpenBSD.augustss
2004-07-07GREENHOUSE2_USBKR100 -> REALTEK_RTL8150L, per PR 20425.mycroft
2004-04-23use bounded string ops (snprintf, strl*)itojun
2003-09-04Remove advertising clauses from code written by Shingo WATANABE.tsutsui