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