| Age | Commit message (Expand) | Author |
| 2020-05-09 | Pull up following revision(s) (requested by skrll in ticket #896): | martin |
| 2019-09-01 | Pull up following revision(s) (requested by mrg in ticket #135): | martin |
| 2019-07-21 | remove unused structure members. this brings most <foo>_chain and | mrg |
| 2019-06-29 | Whitespace | skrll |
| 2019-06-28 | more smp cleanup for ure(4)/axen(4)/cdce(4): | mrg |
| 2019-06-23 | make cdce(4) and ure(4) usb and mpsafe: | mrg |
| 2019-06-22 | s/Static/static/ | mrg |
| 2019-06-22 | move the software-only parts of cdce(4) out of if_cdcereg.h. | mrg |
| 2019-05-05 | remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h | mrg |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-01-21 | PR kern/52931 Kernel panics with Atheros usb wireless interface | skrll |
| 2017-01-12 | Appease coverity which is having nightmares about strings not being | maya |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2016-02-09 | Introduce softint-based if_input | ozaki-r |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2013-01-05 | - need opt_usb.h if depending on USB_DEBUG | christos |
| 2012-04-05 | no need to device_pmf_is_registered() before unregister | plunky |
| 2012-02-24 | remove any remnants of freebsd/openbsd code. | mrg |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2012-01-10 | Delete 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-21 | PR/44213 - B ICT A.P. de Brouwer Jr. -- add some Motorola phones | jnemeth |
| 2010-08-08 | Like some other USB devices, register cdce(4) with pmf(9). | jakllsch |
| 2010-05-19 | Changes in cdce(4). | jakllsch |
| 2010-05-19 | Replace ether_nonstatic_aton with a | christos |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-12-06 | Simplify several device-activation hooks. | dyoung |
| 2009-09-23 | fix up USB drivers printing of autoconf information | plunky |
| 2009-09-04 | Change spaces to tabs and remove some unnecessary parentheses. No | dyoung |
| 2009-09-04 | Expand <dev/usb/usb_port.h> definitions, and lightly unifdef(1). | dyoung |
| 2009-08-16 | Add support for the Openmoko Freerunner to cdce(4) ported from FreeBSD. | tron |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-09-24 | If you want to test option INET, make sure that it is in sight. | ws |
| 2008-05-24 | Use ether_nonstatic_aton() when appropriate. | cube |
| 2008-05-24 | Split device_t and softc for all USB device drivers, and related cosmetic | cube |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2007-03-13 | Introduce different autoconf interface attributes for USB drivers | drochner |
| 2007-03-04 | Kill 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-07 | remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. | dogcow |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2005-11-28 | Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in | augustss |
| 2005-05-30 | - const poisoning | christos |
| 2005-05-11 | Don't keep the devinfo string on the stack, instead use malloc/free. | augustss |