summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_udav.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-2/+2
* MFC (by ru)Xin LI2005-10-091-0/+3
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-5/+36
* Merge if_ath.c:1.99 awi.c:1.39 if_bfe.c:1.26 if_bge.c:1.92 if_ed.c:1.255Robert Watson2005-08-241-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-5/+14
* Fix breakage in the previous commit caused by the last-minute change.Maxim Sobolev2005-03-251-3/+2
* Move Rx/Tx lists management routines into central location.Maxim Sobolev2005-03-251-126/+49
* Move xxx_newbuf() function, which was the same in all drivers into centralMaxim Sobolev2005-03-251-39/+6
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* URL of the data sheet has changed.Christian Brueffer2004-12-091-1/+1
* Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB frameworkRobert Watson2004-08-111-1/+2
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.Warner Losh2004-06-271-1/+1
* To support the promiscuous mode udav(4) driverMIHIRA Sanpei Yoshiro2004-06-131-0/+24
* * Fix multicast reception.Christian Weisgerber2004-06-091-28/+10
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Replace the static "qdat" structure with a per-instance softc fieldIan Dowse2004-05-231-7/+3
* add support DM9601(DAVICOM USB to Ethernet MAC Controller with Integrated 10/...MIHIRA Sanpei Yoshiro2004-02-281-0/+2042