aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/net
Commit message (Expand)AuthorAgeFilesLines
* A major update to the ure driver.John-Mark Gurney2020-09-122-77/+648
* Don't clear reserved bits per RealTekJohn-Mark Gurney2020-09-111-3/+4
* urndis(4): Add support of Inseego/Novatel Wireless MiFi 8800/8000Li-Wen Hsu2020-09-101-0/+3
* Add support to BELKIN B2B128 USB3 Ethernet Adapter to axge(4)Li-Wen Hsu2020-09-081-0/+1
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0117-111/+23
* clean up whitespace...John-Mark Gurney2020-07-252-24/+24
* Add missing range checks when receiving USB ethernet packets.Hans Petter Selasky2020-06-113-8/+33
* if_muge: use C99 bool for boolean varsEd Maste2020-03-181-5/+7
* if_muge: whitespace and style cleanupEd Maste2020-03-151-22/+16
* muge: drop CSUM from MUGE_DEFAULT_TSO_CSUM_ENABLEEd Maste2020-03-151-2/+2
* muge: enable RXCSUM as it now worksEd Maste2020-03-151-6/+2
* muge: correct RX checksum offloadEd Maste2020-03-141-2/+3
* smsc: remove pre-FreeBSD-10 compat supportEd Maste2020-02-241-28/+0
* muge: fix rxcsum enable testEd Maste2020-02-241-2/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-1518-24/+41
* Miscellaneous typo fixesEd Maste2020-02-071-1/+1
* net: add ETHER_IS_ZERO macro similar to ETHER_IS_BROADCASTEric Joyner2019-11-053-9/+0
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-11/+13
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-12/+13
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-12/+13
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-11/+14
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-20/+16
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-14/+11
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-24/+20
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-17/+17
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-19/+19
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-13/+13
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-15/+16
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-073-11/+16
* Fix regression issue after r351616. Make sure the mbuf queue gets initialized.Hans Petter Selasky2019-09-021-0/+9
* Use mbuf queue instead of ifqueue in USB network drivers.Gleb Smirnoff2019-08-304-8/+6
* usb: fix usb_fdt_support.c when altq enabled (usb_ehernet.h changes)Bjoern A. Zeeb2019-08-221-0/+1
* Unbreak USB ethernet module buildsJustin Hibbits2019-08-209-0/+50
* usb_ethernet.h includes a number of mii headers, but only does so inStephen J. Kiernan2019-08-201-5/+2
* Add cdceem(4) driver, for virtual ethernet devices compliantEdward Tomasz Napierala2019-08-071-0/+870
* Add support for tethering with Nokia 7 plus and the alike.Hans Petter Selasky2019-07-281-0/+3
* Add support for RTL8156, 2.5GbE USB network controller, to if_cdce(4).Hiroki Sato2019-07-101-0/+1
* if_muge: set IFCAP_VLAN_MTU to maintain 1500 MTU with vlan useEd Maste2019-07-021-0/+1
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-1/+1
* Reverse the bit logic of sc_led_modes_mask. Instead of initializing it toIan Lepore2019-05-201-11/+4
* A MAC adddress from FDT data should override anything stored in eeprom orIan Lepore2019-05-201-19/+19
* Don't detour through sc->sc_ue when we have a direct pointer to ue in handIan Lepore2019-05-201-20/+19
* Use the new usb fdt support functions to locate the proper fdt node forIan Lepore2019-05-201-110/+8
* muge: update FDT LED configurationEd Maste2019-05-202-35/+30
* muge: configure LEDs per dtb (for Raspberry Pi 3B+)Ed Maste2019-05-201-0/+78
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-203-3/+4
* Add common support functions for USB devices configured via FDT data.Ian Lepore2019-05-191-142/+2
* In some cases like NanoPI R1, its second USB ethernetGanbold Tsagaankhuu2019-04-091-1/+14
* Fix URE_WDT6_SET_MODE value in the register definition.Ganbold Tsagaankhuu2019-04-081-1/+1
* if_muge: use NULL not 0 for DRIVER_MODULE pointer argsEd Maste2019-04-041-2/+2