summaryrefslogtreecommitdiff
path: root/sys/dev/usb/net
Commit message (Expand)AuthorAgeFilesLines
* MFC r346028:Ganbold Tsagaankhuu2019-05-141-1/+1
* MFC r334158:Hans Petter Selasky2018-06-072-0/+12
* MFC r325048:Oleksandr Tymoshenko2018-04-021-23/+39
* MFC r314672, r315967, r324184, r325768Oleksandr Tymoshenko2018-04-021-2/+3
* MFC r308533 by andrew:Oleksandr Tymoshenko2018-04-021-2/+2
* Revert r330897:Eitan Adler2018-03-2930-60/+0
* MFC r328162:Eitan Adler2018-03-191-0/+3
* Partial merge of the SPDX changesEitan Adler2018-03-1430-0/+60
* MFC r308730:Hans Petter Selasky2016-11-281-2/+4
* MFC r307154:Oleksandr Tymoshenko2016-10-181-3/+69
* MFC 304973,304975,304976,304979,305044-305048Sepherosa Ziehau2016-10-171-2/+2
* MFC 304654,304722,304723Sepherosa Ziehau2016-10-172-272/+35
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-1/+5
* usb/uhso: Don't bail out on first USB error.Pedro F. Giffuni2016-06-021-1/+3
* dev/usb: minor spelling fixes in comments.Pedro F. Giffuni2016-05-023-3/+3
* s/struct device */device_t/Adrian Chadd2016-05-021-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-102-2/+2
* USB: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-091-1/+1
* Use m_catpkt(9) to ensure that pkthdr fields are updated properly.Mark Johnston2016-03-021-7/+2
* Fix variable assignment inside if-clause in the smsc driver.Hans Petter Selasky2016-02-141-1/+1
* Add suppoort for the Sitecom LN-031Kristof Provost2015-12-311-0/+1
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-1114-66/+82
* When setting up VLANs on a Raspberry Pi ethernet port, the MTU dropsHans Petter Selasky2015-12-071-1/+1
* Add initial support for RTL8152 USB Fast Ethernet. RTL8152 supportsKevin Lo2015-12-012-0/+1505
* Fix for unaligned IP-header.Hans Petter Selasky2015-11-062-1/+3
* - Fix compilation after r285909 with USB_DEBUG defined.Marius Strobl2015-07-271-7/+7
* - Probe UICLASS_CDC/UISUBCLASS_ABSTRACT_CONTROL_MODEL/0xff again. ThisMarius Strobl2015-07-271-64/+100
* Add Lenovo ThinkPad OneLink GigaLAN.Kevin Lo2015-04-071-0/+1
* Use SYSCTL_OUT_STR() to return strings.Ian Lepore2015-03-141-1/+1
* o Restore 'goto tr_setup;' when operating in host mode mistakenlyRuslan Bukin2015-01-201-8/+5
* o Do notify USB host each time we receive 'set packet filter' request.Ruslan Bukin2015-01-201-24/+69
* o Notify USB host about connection when operating in device mode.Ruslan Bukin2015-01-172-6/+60
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky2015-01-0514-17/+17
* Resolve USB driver identification conflict.Hans Petter Selasky2014-12-151-7/+7
* Fix a bug where some DTS layouts could cause the premature ending of theLuiz Otavio O Souza2014-10-231-38/+37
* It looks like an entry for the R215 is not required in cdce(4) after all.Gavin Atkinson2014-10-081-1/+0
* Support the Vodafone R215 LET USB dongle, which is apparently a rebadgedGavin Atkinson2014-10-071-0/+1
* Add new (untested) device IDs to smsc(4)Gavin Atkinson2014-09-261-0/+17
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-1815-89/+89
* Fix logical error.Hans Petter Selasky2014-09-031-1/+1
* Add support for Huawei E3272 modems which are supported by the CDCNick Hibma2014-08-051-1/+61
* Replace the whole license block with the standard one.Kevin Lo2014-07-311-8/+8
* In copyright statement correct that the author is me, not Bill Paul.Kevin Lo2014-07-311-2/+2
* Fix performance problems with AXGE network adapter in RX direction:Hans Petter Selasky2014-07-131-9/+8
* - Disable hardware checksumming until it is properly tested.Hans Petter Selasky2014-07-031-34/+29
* Fix for use after free.Hans Petter Selasky2014-07-011-5/+2
* Add proper rangechecks in "axge_rx_frame()" function andHans Petter Selasky2014-06-271-12/+21
* - Improve performance by fixing incorrect Rx/Tx handlingKevin Lo2014-05-272-232/+178
* - Configure Rx bulkKevin Lo2014-05-211-16/+45
* Remove some unused variables.Christian Brueffer2014-05-161-2/+0