aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_cdce.c
Commit message (Expand)AuthorAgeFilesLines
* MFC:Florent Thoumie2006-11-141-0/+1
* MFC rev 1.15:Olivier Houchard2006-09-301-2/+2
* MFC r1.12:Alexander Leidinger2006-01-141-0/+3
* MFC: add dummy support for ifmedia subsystem. This allows devd to see cdce asMaxim Sobolev2005-12-291-0/+31
* MFC (by ru)Xin LI2005-10-091-0/+2
* MFC: add product ID for Linux Ethernet/RNDIS gadget on pxa210/25x/26x.Hajimu UMEMOTO2005-10-011-0/+1
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-15/+15
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-3/+7
* Fix identation.Maxim Sobolev2005-03-251-1/+1
* 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-115/+44
* Move xxx_newbuf() function, which was the same in all drivers into centralMaxim Sobolev2005-03-251-28/+4
* Zaurus expecrs CRC to be in little-endian order, so that convert it into LEMaxim Sobolev2005-03-221-1/+2
* Add USB Communication Device Class Ethernet driver. Originally written forMaxim Sobolev2005-03-221-0/+807