summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/net
Commit message (Expand)AuthorAgeFilesLines
* MFC r308730:hselasky2016-11-281-2/+4
* MFC 304973,304975,304976,304979,305044-305048sephe2016-10-131-2/+2
* MFC 304654,304722,304723sephe2016-10-132-272/+35
* MFC r301206:pfg2016-06-051-1/+3
* MFC r295608:hselasky2016-03-071-1/+1
* MFC: r285909, r285913 (partial)marius2015-12-271-71/+107
* MFC r291953:hselasky2015-12-141-1/+1
* MFC r290441:hselasky2015-11-092-1/+3
* MFC: r273546loos2015-01-091-38/+37
* MFC r275790 and r275791:hselasky2014-12-261-7/+7
* MFC r270992:hselasky2014-09-101-1/+1
* MFC r268582:hselasky2014-07-161-9/+8
* MFC r267955 and r268209:hselasky2014-07-031-39/+43
* MFC r268078 and r268080:hselasky2014-07-031-5/+2
* MFC r265455:tuexen2014-06-221-19/+29
* MFC r266490, r266738:kevlo2014-06-032-246/+221
* MFC: r266270brueffer2014-05-311-2/+0
* MFC r264062:yongari2014-04-221-16/+14
* MFC r262142:rodrigc2014-02-241-0/+4
* MFC r261541, r261543 and r261544:hselasky2014-02-232-0/+1312
* MFC r258036:markj2014-02-172-0/+1235
* MFC r260903:hselasky2014-02-041-0/+2
* MFC r260534:hselasky2014-01-241-0/+2
* Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isglebius2013-09-112-2/+0
* Bring datasheet URL up to date.kevlo2013-08-161-1/+1
* Assume that all Apple products using interface class 255, subclass 253hselasky2013-07-261-0/+8
* Add Lenovo USB 2.0 Ethernet adapter.yongari2013-06-251-0/+1
* When RX checksum offloading is active, AX88772B will prepend ayongari2013-06-241-6/+5
* - Use the consistenly PHY-specific reset routine PHY_RESET() rather thankevlo2013-06-145-22/+18
* Remove unused variable sc_tx_bufsz.kevlo2013-06-132-5/+0
* Fix a typo: s/KLSI/CATC/kevlo2013-06-131-1/+1
* Add support for tethering on the iPhone 4Seadler2013-05-291-0/+3
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-262-5/+6
* 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
OpenPOWER on IntegriCloud