aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/net
Commit message (Expand)AuthorAgeFilesLines
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-2611-0/+35
* Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isGleb Smirnoff2013-09-112-2/+0
* Bring datasheet URL up to date.Kevin Lo2013-08-161-1/+1
* Assume that all Apple products using interface class 255, subclass 253Hans Petter Selasky2013-07-261-0/+8
* Add Lenovo USB 2.0 Ethernet adapter.Pyun YongHyeon2013-06-251-0/+1
* When RX checksum offloading is active, AX88772B will prepend aPyun YongHyeon2013-06-241-6/+5
* - Use the consistenly PHY-specific reset routine PHY_RESET() rather thanKevin Lo2013-06-145-22/+18
* Remove unused variable sc_tx_bufsz.Kevin Lo2013-06-132-5/+0
* Fix a typo: s/KLSI/CATC/Kevin Lo2013-06-131-1/+1
* Add support for tethering on the iPhone 4SEitan Adler2013-05-291-0/+3
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-262-5/+6
* Fix correct use of USB header files.Hans Petter Selasky2013-02-101-2/+2
* Fix for hardware checksum offloading in SMSC driver.Hans Petter Selasky2013-02-011-1/+7
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-305-5/+5
* Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent theJohn Baldwin2013-01-281-1/+3
* Add new USB ID.Hans Petter Selasky2013-01-281-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-045-11/+11
* Look for MAC address in FDT tree nodes that are usb network devices andOleksandr Tymoshenko2012-11-231-1/+70
* Make the USB ethernet methods constant again in if_udav.c,Hans Petter Selasky2012-11-081-5/+13
* remove duplicate semicolons where possible.Eitan Adler2012-10-221-1/+1
* Add support for iPhone 5 tethering.Eitan Adler2012-10-211-0/+3
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Make sure we don't leak a mbuf in a fail case.Hans Petter Selasky2012-09-281-2/+5
* Remove some trailing bytes which are not part of the ethernet packet.Hans Petter Selasky2012-09-281-1/+3
* Apply some more casting.Hans Petter Selasky2012-09-221-5/+5
* Apply correct casting.Hans Petter Selasky2012-09-221-2/+2
* Remove unused variable cd.Kevin Lo2012-09-171-2/+0
* Revert r239178 and implement two new functions, namelyHans Petter Selasky2012-08-152-18/+18
* Merging of projects/armv6, part 5Oleksandr Tymoshenko2012-08-152-0/+2033
* Take advantage of new UCOM and bus functionality so thatHans Petter Selasky2012-08-102-4/+52
* The JP1082 device doesn't respond to the MII_BMSR command and it turnsRui Paulo2012-07-152-3/+16
* - Change the module order of these MAC drivers to be last so they areMarius Strobl2012-05-111-2/+3
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-0211-28/+30
* Add support for the MCS7832Kevin Lo2012-02-282-1/+5
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* Another axe(4), found in ASUS zenbook.Kevin Lo2011-12-171-0/+1
* Use DEVMETHOD_END.Marius Strobl2011-11-231-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-225-20/+5
* Style change.Hans Petter Selasky2011-11-122-5/+6
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-0712-12/+13
* Implement TX/RX checksum offloading support for ASIX AX88772BPyun YongHyeon2011-10-252-73/+422
* This change makes it possible to define driver specific attachPyun YongHyeon2011-10-242-36/+81
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon2011-10-175-5/+5
* - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHYMarius Strobl2011-10-082-0/+270
* Add new USB ID.Hans Petter Selasky2011-08-201-0/+2
* Only the USB root HUB thread is allowed to attach and detach driversHans Petter Selasky2011-07-185-5/+0
* Add initial support for AX88772B USB Fast Ethernet. AX88772BPyun YongHyeon2011-07-142-25/+124
* Remove reviewed line from copyright header.Hans Petter Selasky2011-07-091-1/+0
* Add new USB 3G driver.Hans Petter Selasky2011-07-082-0/+1843