summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/net
Commit message (Expand)AuthorAgeFilesLines
* Fix correct use of USB header files.hselasky2013-02-101-2/+2
* Fix for hardware checksum offloading in SMSC driver.hselasky2013-02-011-1/+7
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-305-5/+5
* Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent thejhb2013-01-281-1/+3
* Add new USB ID.hselasky2013-01-281-0/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-045-11/+11
* Look for MAC address in FDT tree nodes that are usb network devices andgonzo2012-11-231-1/+70
* Make the USB ethernet methods constant again in if_udav.c,hselasky2012-11-081-5/+13
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* Add support for iPhone 5 tethering.eadler2012-10-211-0/+3
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Make sure we don't leak a mbuf in a fail case.hselasky2012-09-281-2/+5
* Remove some trailing bytes which are not part of the ethernet packet.hselasky2012-09-281-1/+3
* Apply some more casting.hselasky2012-09-221-5/+5
* Apply correct casting.hselasky2012-09-221-2/+2
* Remove unused variable cd.kevlo2012-09-171-2/+0
* Revert r239178 and implement two new functions, namelyhselasky2012-08-152-18/+18
* Merging of projects/armv6, part 5gonzo2012-08-152-0/+2033
* Take advantage of new UCOM and bus functionality so thathselasky2012-08-102-4/+52
* The JP1082 device doesn't respond to the MII_BMSR command and it turnsrpaulo2012-07-152-3/+16
* - Change the module order of these MAC drivers to be last so they aremarius2012-05-111-2/+3
* Fix compiler warnings, mostly signed issues,hselasky2012-04-0211-28/+30
* Add support for the MCS7832kevlo2012-02-282-1/+5
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* Another axe(4), found in ASUS zenbook.kevlo2011-12-171-0/+1
* Use DEVMETHOD_END.marius2011-11-231-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-225-20/+5
* Style change.hselasky2011-11-122-5/+6
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-0712-12/+13
* Implement TX/RX checksum offloading support for ASIX AX88772Byongari2011-10-252-73/+422
* This change makes it possible to define driver specific attachyongari2011-10-242-37/+82
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.yongari2011-10-175-5/+5
* - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHYmarius2011-10-082-0/+270
* Add new USB ID.hselasky2011-08-201-0/+2
* Only the USB root HUB thread is allowed to attach and detach drivershselasky2011-07-185-5/+0
* Add initial support for AX88772B USB Fast Ethernet. AX88772Byongari2011-07-142-25/+124
* Remove reviewed line from copyright header.hselasky2011-07-091-1/+0
* Add new USB 3G driver.hselasky2011-07-082-0/+1843
* Tag mbufs of all incoming frames or packets with the interface's FIBbz2011-07-031-0/+1
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-2410-11/+17
* Add new USB ID to UDAV driver.hselasky2011-06-191-0/+1
* Poke correct GPIO pins for newer axe(4) controllers with Marvellyongari2011-06-011-3/+18
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-034-24/+12
* Trim some additional unnecessary <linker_set.h> includes.jhb2011-04-281-1/+0
* The maximum NCM frame size must be so that ithselasky2011-04-261-1/+1
* Add more udav device ID's.hselasky2011-02-191-0/+4
* - Fix build of manual page and inclusion of mos driver into kernel config file.hselasky2011-02-171-3/+7
* Fix build breakage in if_mos.c when USB_DEBUG option is set.hselasky2011-02-161-1/+1
* Add support for new USB to ethernet controller:hselasky2011-02-162-0/+1199
OpenPOWER on IntegriCloud