summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/net
Commit message (Expand)AuthorAgeFilesLines
* Add Lenovo ThinkPad OneLink GigaLAN.kevlo2015-04-071-0/+1
* Use SYSCTL_OUT_STR() to return strings.ian2015-03-141-1/+1
* o Restore 'goto tr_setup;' when operating in host mode mistakenlybr2015-01-201-8/+5
* o Do notify USB host each time we receive 'set packet filter' request.br2015-01-201-24/+69
* o Notify USB host about connection when operating in device mode.br2015-01-172-6/+60
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canhselasky2015-01-0514-17/+17
* Resolve USB driver identification conflict.hselasky2014-12-151-7/+7
* Fix a bug where some DTS layouts could cause the premature ending of theloos2014-10-231-38/+37
* It looks like an entry for the R215 is not required in cdce(4) after all.gavin2014-10-081-1/+0
* Support the Vodafone R215 LET USB dongle, which is apparently a rebadgedgavin2014-10-071-0/+1
* Add new (untested) device IDs to smsc(4)gavin2014-09-261-0/+17
* Mechanically convert to if_inc_counter().glebius2014-09-1815-89/+89
* Fix logical error.hselasky2014-09-031-1/+1
* Add support for Huawei E3272 modems which are supported by the CDCn_hibma2014-08-051-1/+61
* Replace the whole license block with the standard one.kevlo2014-07-311-8/+8
* In copyright statement correct that the author is me, not Bill Paul.kevlo2014-07-311-2/+2
* Fix performance problems with AXGE network adapter in RX direction:hselasky2014-07-131-9/+8
* - Disable hardware checksumming until it is properly tested.hselasky2014-07-031-34/+29
* Fix for use after free.hselasky2014-07-011-5/+2
* Add proper rangechecks in "axge_rx_frame()" function andhselasky2014-06-271-12/+21
* - Improve performance by fixing incorrect Rx/Tx handlingkevlo2014-05-272-242/+188
* - Configure Rx bulkkevlo2014-05-211-16/+45
* Remove some unused variables.brueffer2014-05-161-2/+0
* Fill in csum_data only for UDP or TCP packets. This fixes a bug wheretuexen2014-05-051-19/+29
* Correct endianness handling in getting station address from EEPROM.yongari2014-04-031-16/+14
* In ue_attach_post_task(), initialize curvnet to vnet0 before calling if_attac...rodrigc2014-02-181-0/+4
* Resolve probe conflict for now.hselasky2014-02-061-0/+3
* Fix kernelbuild when full debugging features are enabled.hselasky2014-02-062-2/+2
* Import USB RNDIS driver to FreeBSD from OpenBSD.hselasky2014-02-062-0/+1309
* Add support for GPS ports to UHSO driver.hselasky2014-01-201-0/+2
* Move USB ID from u3g driver to uhso driver.hselasky2014-01-111-0/+2
* Import the axge(4) driver for the ASIX AX88178A and AX88179 USB Ethernetmarkj2013-11-192-0/+1235
* Include necessary headers that now are available due to pollutionglebius2013-10-282-0/+8
* The MII layer shouldn't care about administrative status of anglebius2013-10-261-12/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-2611-0/+35
* 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
OpenPOWER on IntegriCloud