summaryrefslogtreecommitdiff
path: root/sys/dev/usb/net/uhso.c
AgeCommit message (Expand)Author
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-03-06Mechanically convert usb ethernet drivers to DrvAPIJustin Hibbits
2022-10-07usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"...Hans Petter Selasky
2022-05-06usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-05-21Fix for use-after-free by if_ioctl() calls from user-space in USB drivers byHans 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-10-07Widen NET_EPOCH coverage.Gleb Smirnoff
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2018-12-18Use mbufq instead of ifqueue to queue mbufs.Gleb Smirnoff
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-10-25uhso(4): Fix a null pointer dereferenceConrad Meyer
2016-06-02usb/uhso: Don't bail out on first USB error.Pedro F. Giffuni
2016-03-02Use m_catpkt(9) to ensure that pkthdr fields are updated properly.Mark Johnston
2015-12-11Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh
2015-01-05Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky
2014-09-18Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-07-01Fix for use after free.Hans Petter Selasky
2014-01-20Add support for GPS ports to UHSO driver.Hans Petter Selasky
2014-01-11Move USB ID from u3g driver to uhso driver.Hans Petter Selasky
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-09-11 Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isGleb Smirnoff
2013-04-26Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-09-17Remove unused variable cd.Kevin Lo
2012-08-15Revert r239178 and implement two new functions, namelyHans Petter Selasky
2012-08-10Take advantage of new UCOM and bus functionality so thatHans Petter Selasky
2012-04-02Fix compiler warnings, mostly signed issues,Hans Petter Selasky
2011-11-12Style change.Hans Petter Selasky
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-08-20Add new USB ID.Hans Petter Selasky
2011-07-03Tag mbufs of all incoming frames or packets with the interface's FIBBjoern A. Zeeb
2011-06-24- Move all USB device ID arrays into so-called sections,Hans Petter Selasky
2010-11-05Implement ucom_set_pnpinfo_usb() providing ttyname and port numberNick Hibma
2010-11-03- Simplify the way unit/subunit allocation is done in ucom.Nick Hibma
2010-10-13USB network (UHSO):Hans Petter Selasky
2010-09-02Reduce the need to accesss struct usb_device by providing functions to accessAndrew Thompson
2010-07-20- Support for Globetrotter iCON 452.Andrew Thompson
2010-05-12Fix possibly wrong bit masking.Andrew Thompson
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2010-01-14Grammar nits.Andrew Thompson
2010-01-13Update to Fredrik's latest uhso driver. This changes port detection, addsAndrew Thompson
2010-01-13Add a driver by Fredrik Lindberg for Option HSDPA USB devices. These differAndrew Thompson