| Age | Commit message (Expand) | Author |
| 2025-03-04 | usb: Kill left-over cdefs.h includes | Warner Losh |
| 2024-08-12 | Move support of Realtek 8156/8156B from cdce(4) to ure(4) | Li-Wen Hsu |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-03-06 | Mechanically convert usb ethernet drivers to DrvAPI | Justin Hibbits |
| 2023-02-04 | usb: add support for Huawei E5573Cs322 | Michael Paepcke |
| 2023-02-04 | usb: add new scsi_huawei eject3 & eject4 driver support | Michael Paepcke |
| 2022-05-06 | usb: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin |
| 2022-04-13 | usb: Add a __usbdebug_used for variables only used under #ifdef USB_DEBUG. | John Baldwin |
| 2022-02-28 | cdce: Fix a -Wunused-but-set-variable warning | Mark Johnston |
| 2021-09-01 | if_cdce: Add support for setting RX filtering | Kornel Duleba |
| 2021-06-28 | ued may be NULL here which will cause a panic... reproducable by | John-Mark Gurney |
| 2021-06-25 | Add support for link status, media and VLAN MTU (if supported) to if_cdce... | John-Mark Gurney |
| 2021-04-22 | Remove USB device ID added by SVN r150701 in the CDC USB ethernet driver. | Hans Petter Selasky |
| 2020-09-01 | usb: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-02-15 | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many) | Pawel Biernacki |
| 2019-07-10 | Add support for RTL8156, 2.5GbE USB network controller, to if_cdce(4). | Hiroki Sato |
| 2019-06-17 | Separate kernel crc32() implementation to its own header (gsb_crc32.h) and | Xin LI |
| 2019-05-20 | Extract eventfilter declarations to sys/_eventfilter.h | Conrad Meyer |
| 2018-01-19 | Improve support for USB based 3G/4G/5G dongles from Huawei. | Hans Petter Selasky |
| 2017-11-18 | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni |
| 2015-12-11 | Create a USB_PNP_INFO and use it to export the existing PNP | Warner Losh |
| 2015-11-06 | Fix for unaligned IP-header. | Hans Petter Selasky |
| 2015-01-20 | o Restore 'goto tr_setup;' when operating in host mode mistakenly | Ruslan Bukin |
| 2015-01-20 | o Do notify USB host each time we receive 'set packet filter' request. | Ruslan Bukin |
| 2015-01-17 | o Notify USB host about connection when operating in device mode. | Ruslan Bukin |
| 2015-01-05 | Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can | Hans Petter Selasky |
| 2014-10-08 | It looks like an entry for the R215 is not required in cdce(4) after all. | Gavin Atkinson |
| 2014-10-07 | Support the Vodafone R215 LET USB dongle, which is apparently a rebadged | Gavin Atkinson |
| 2014-09-18 | Mechanically convert to if_inc_counter(). | Gleb Smirnoff |
| 2014-08-05 | Add support for Huawei E3272 modems which are supported by the CDC | Nick Hibma |
| 2013-10-26 | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff |
| 2013-01-30 | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | Sofian Brabez |
| 2013-01-28 | Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent the | John Baldwin |
| 2012-12-04 | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff |
| 2012-04-02 | Fix compiler warnings, mostly signed issues, | Hans Petter Selasky |
| 2011-11-07 | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten |
| 2011-06-24 | - Move all USB device ID arrays into so-called sections, | Hans Petter Selasky |
| 2011-01-11 | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin |
| 2010-10-13 | USB network (NCM driver): | Hans Petter Selasky |
| 2010-09-02 | Fix setting of the rx_max and tx_max variables. If the expected buffer size is | Andrew Thompson |
| 2010-04-22 | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | Andrew Thompson |
| 2009-12-09 | Fix dwSignature for NCM mode and add extra debug output. | Andrew Thompson |
| 2009-11-26 | Remove overuse of exclamation marks in kernel printfs, there mere fact a | Andrew Thompson |
| 2009-10-15 | Correct offset calcluation for the NCM implementation. | Andrew Thompson |
| 2009-09-28 | Add basic support for USB Network Control Model (NCM) v1.0 to if_cdce.c. | Andrew Thompson |
| 2009-08-24 | - fix CDC ethernet matching order so that the match flags get correct. | Alfred Perlstein |
| 2009-06-27 | Sync to p4 | Andrew Thompson |
| 2009-06-23 | Fix a typeo in the frame len function to unbreak the build, make it shorter | Andrew Thompson |
| 2009-06-23 | - Make struct usb_xfer opaque so that drivers can not access the internals | Andrew Thompson |
| 2009-06-15 | Fix usb2_find_descriptor function name. | Andrew Thompson |