| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r346028: | Ganbold Tsagaankhuu | 2019-05-14 | 1 | -1/+1 |
| * | MFC r334158: | Hans Petter Selasky | 2018-06-07 | 2 | -0/+12 |
| * | MFC r325048: | Oleksandr Tymoshenko | 2018-04-02 | 1 | -23/+39 |
| * | MFC r314672, r315967, r324184, r325768 | Oleksandr Tymoshenko | 2018-04-02 | 1 | -2/+3 |
| * | MFC r308533 by andrew: | Oleksandr Tymoshenko | 2018-04-02 | 1 | -2/+2 |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 30 | -60/+0 |
| * | MFC r328162: | Eitan Adler | 2018-03-19 | 1 | -0/+3 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 30 | -0/+60 |
| * | MFC r308730: | Hans Petter Selasky | 2016-11-28 | 1 | -2/+4 |
| * | MFC r307154: | Oleksandr Tymoshenko | 2016-10-18 | 1 | -3/+69 |
| * | MFC 304973,304975,304976,304979,305044-305048 | Sepherosa Ziehau | 2016-10-17 | 1 | -2/+2 |
| * | MFC 304654,304722,304723 | Sepherosa Ziehau | 2016-10-17 | 2 | -272/+35 |
| * | Get closer to a VIMAGE network stack teardown from top to bottom rather | Bjoern A. Zeeb | 2016-06-21 | 1 | -1/+5 |
| * | usb/uhso: Don't bail out on first USB error. | Pedro F. Giffuni | 2016-06-02 | 1 | -1/+3 |
| * | dev/usb: minor spelling fixes in comments. | Pedro F. Giffuni | 2016-05-02 | 3 | -3/+3 |
| * | s/struct device */device_t/ | Adrian Chadd | 2016-05-02 | 1 | -1/+1 |
| * | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 2 | -2/+2 |
| * | USB: replace 0 with NULL for pointers. | Pedro F. Giffuni | 2016-04-09 | 1 | -1/+1 |
| * | Use m_catpkt(9) to ensure that pkthdr fields are updated properly. | Mark Johnston | 2016-03-02 | 1 | -7/+2 |
| * | Fix variable assignment inside if-clause in the smsc driver. | Hans Petter Selasky | 2016-02-14 | 1 | -1/+1 |
| * | Add suppoort for the Sitecom LN-031 | Kristof Provost | 2015-12-31 | 1 | -0/+1 |
| * | Create a USB_PNP_INFO and use it to export the existing PNP | Warner Losh | 2015-12-11 | 14 | -66/+82 |
| * | When setting up VLANs on a Raspberry Pi ethernet port, the MTU drops | Hans Petter Selasky | 2015-12-07 | 1 | -1/+1 |
| * | Add initial support for RTL8152 USB Fast Ethernet. RTL8152 supports | Kevin Lo | 2015-12-01 | 2 | -0/+1505 |
| * | Fix for unaligned IP-header. | Hans Petter Selasky | 2015-11-06 | 2 | -1/+3 |
| * | - Fix compilation after r285909 with USB_DEBUG defined. | Marius Strobl | 2015-07-27 | 1 | -7/+7 |
| * | - Probe UICLASS_CDC/UISUBCLASS_ABSTRACT_CONTROL_MODEL/0xff again. This | Marius Strobl | 2015-07-27 | 1 | -64/+100 |
| * | Add Lenovo ThinkPad OneLink GigaLAN. | Kevin Lo | 2015-04-07 | 1 | -0/+1 |
| * | Use SYSCTL_OUT_STR() to return strings. | Ian Lepore | 2015-03-14 | 1 | -1/+1 |
| * | o Restore 'goto tr_setup;' when operating in host mode mistakenly | Ruslan Bukin | 2015-01-20 | 1 | -8/+5 |
| * | o Do notify USB host each time we receive 'set packet filter' request. | Ruslan Bukin | 2015-01-20 | 1 | -24/+69 |
| * | o Notify USB host about connection when operating in device mode. | Ruslan Bukin | 2015-01-17 | 2 | -6/+60 |
| * | Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can | Hans Petter Selasky | 2015-01-05 | 14 | -17/+17 |
| * | Resolve USB driver identification conflict. | Hans Petter Selasky | 2014-12-15 | 1 | -7/+7 |
| * | Fix a bug where some DTS layouts could cause the premature ending of the | Luiz Otavio O Souza | 2014-10-23 | 1 | -38/+37 |
| * | It looks like an entry for the R215 is not required in cdce(4) after all. | Gavin Atkinson | 2014-10-08 | 1 | -1/+0 |
| * | Support the Vodafone R215 LET USB dongle, which is apparently a rebadged | Gavin Atkinson | 2014-10-07 | 1 | -0/+1 |
| * | Add new (untested) device IDs to smsc(4) | Gavin Atkinson | 2014-09-26 | 1 | -0/+17 |
| * | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-18 | 15 | -89/+89 |
| * | Fix logical error. | Hans Petter Selasky | 2014-09-03 | 1 | -1/+1 |
| * | Add support for Huawei E3272 modems which are supported by the CDC | Nick Hibma | 2014-08-05 | 1 | -1/+61 |
| * | Replace the whole license block with the standard one. | Kevin Lo | 2014-07-31 | 1 | -8/+8 |
| * | In copyright statement correct that the author is me, not Bill Paul. | Kevin Lo | 2014-07-31 | 1 | -2/+2 |
| * | Fix performance problems with AXGE network adapter in RX direction: | Hans Petter Selasky | 2014-07-13 | 1 | -9/+8 |
| * | - Disable hardware checksumming until it is properly tested. | Hans Petter Selasky | 2014-07-03 | 1 | -34/+29 |
| * | Fix for use after free. | Hans Petter Selasky | 2014-07-01 | 1 | -5/+2 |
| * | Add proper rangechecks in "axge_rx_frame()" function and | Hans Petter Selasky | 2014-06-27 | 1 | -12/+21 |
| * | - Improve performance by fixing incorrect Rx/Tx handling | Kevin Lo | 2014-05-27 | 2 | -232/+178 |
| * | - Configure Rx bulk | Kevin Lo | 2014-05-21 | 1 | -16/+45 |
| * | Remove some unused variables. | Christian Brueffer | 2014-05-16 | 1 | -2/+0 |