summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_cdce.c
AgeCommit message (Expand)Author
2020-05-09Pull up following revision(s) (requested by skrll in ticket #896):martin
2019-09-01Pull up following revision(s) (requested by mrg in ticket #135):martin
2019-07-21remove unused structure members. this brings most <foo>_chain andmrg
2019-06-29Whitespaceskrll
2019-06-28more smp cleanup for ure(4)/axen(4)/cdce(4):mrg
2019-06-23make cdce(4) and ure(4) usb and mpsafe:mrg
2019-06-22s/Static/static/mrg
2019-06-22move the software-only parts of cdce(4) out of if_cdcereg.h.mrg
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-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-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
2013-01-05- need opt_usb.h if depending on USB_DEBUGchristos
2012-04-05no need to device_pmf_is_registered() before unregisterplunky
2012-02-24remove any remnants of freebsd/openbsd code.mrg
2012-02-02Entropy-pool implementation move and cleanup.tls
2012-01-10Delete Linux Ethernet Gadget from special handling.ws
2011-06-07- Add some new devices (from OpenBSD rev. 1.11-1.12,1.15 and 1.20).msaitoh
2010-12-21PR/44213 - B ICT A.P. de Brouwer Jr. -- add some Motorola phonesjnemeth
2010-08-08Like some other USB devices, register cdce(4) with pmf(9).jakllsch
2010-05-19Changes in cdce(4).jakllsch
2010-05-19Replace ether_nonstatic_aton with achristos
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-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-08-16Add support for the Openmoko Freerunner to cdce(4) ported from FreeBSD.tron
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2008-11-07*** Summary ***dyoung
2008-09-24If you want to test option INET, make sure that it is in sight.ws
2008-05-24Use ether_nonstatic_aton() when appropriate.cube
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
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
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
2006-03-28Use device_unit().thorpej
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