aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/net
Commit message (Expand)AuthorAgeFilesLines
* Fix ure device driver susceptible to packet-in-packet attack.Gordon Tetlow2020-09-151-3/+4
* MFC r365606 and MF12 r365744:Li-Wen Hsu2020-09-151-0/+3
* MFC r362056:Hans Petter Selasky2020-06-143-8/+33
* MFC r359006: muge: enable RXCSUM as it now worksEd Maste2020-04-021-6/+2
* MFC r359070: if_muge: use C99 bool for boolean varsEd Maste2020-03-211-5/+7
* MFC r359009: if_muge: whitespace and style cleanupEd Maste2020-03-211-22/+16
* MFC r359007: muge: drop CSUM from MUGE_DEFAULT_TSO_CSUM_ENABLEEd Maste2020-03-211-2/+2
* MFC r358979: muge: correct RX checksum offloadEd Maste2020-03-211-2/+3
* MFC r358299: muge: fix rxcsum enable testEd Maste2020-03-091-2/+2
* MFC r349602: if_muge: set IFCAP_VLAN_MTU to maintain 1500 MTU with vlan useEd Maste2020-03-081-0/+1
* MFC r350685:Edward Tomasz Napierala2019-09-061-0/+870
* MFC r350396:Hans Petter Selasky2019-08-141-0/+3
* MFC r347974, r348001, r348006, r348013, r348016, r348018, r348020Ian Lepore2019-05-303-270/+93
* MFC r346028:Ganbold Tsagaankhuu2019-05-141-1/+1
* Use PNP metadata to allow devmatch to autoload ure(4)Allan Jude2018-09-301-0/+1
* Add USB ID for rebranded RTL8153 found on NVIDIA Jetson TX1 board.Michal Meloun2018-08-131-0/+1
* - Fix hash calculation by MAC addressKevin Lo2018-08-081-2/+2
* muge(4): remove DTB MAC addr from TODO list after r335925Ed Maste2018-07-041-10/+8
* muge(4): add DTB blob as one more possible source of MAC addressOleksandr Tymoshenko2018-07-041-36/+157
* if_muge: retire lan78xx_eeprom_readEd Maste2018-06-111-23/+6
* if_muge: add LAN7850 supportEd Maste2018-06-111-8/+24
* if_muge: Add GMII enable (vs RGMII) bitEd Maste2018-05-281-0/+1
* if_muge: Use lock assertion instead of broken locking in lan78xx_chip_initEd Maste2018-05-251-7/+1
* if_muge: Add LAN78xx family USB ids but attach only to LAN7800Ed Maste2018-05-241-5/+19
* Add function to wait for USB ethernet attach to complete.Hans Petter Selasky2018-05-242-0/+12
* if_muge: only attach to LAN7800 Chip IDEd Maste2018-05-222-6/+15
* muge(4): chase r333813 if_addr_lock rwlock to epoch + mutexEd Maste2018-05-191-2/+3
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-1810-11/+11
* muge(4): style and comment cleanupEd Maste2018-05-181-78/+52
* muge(4): sync register names with Microchip's lan7800.hEd Maste2018-05-182-300/+329
* Fix build if USB_DEBUG is defined.Andreas Tobler2018-05-171-1/+1
* Add driver for Microchip LAN78xx USB3-GigE controllerEd Maste2018-05-172-0/+2556
* if_smsc: set MII BUSY bit to read/write PHY regsEd Maste2018-04-301-2/+2
* if_smsc: fix reset checkEd Maste2018-04-301-1/+1
* Fix race when detach is called right after attach in if_axge, that theHans Petter Selasky2018-02-241-1/+6
* Improve support for USB based 3G/4G/5G dongles from Huawei.Hans Petter Selasky2018-01-191-0/+3
* SPDX: mostly fixes to previous changes.Pedro F. Giffuni2017-12-131-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2715-0/+30
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-0/+4
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-1813-0/+26
* Add TP-LINK UE300.Kevin Lo2017-11-141-0/+1
* Fix MAC address detection regression introduced by r324184Oleksandr Tymoshenko2017-10-271-23/+39
* Allow Raspberry Pi platform and drivers to be configured with upstream DTBs.Ian Lepore2017-10-021-2/+3
* Add ThinkPad USB 3.0 Ethernet Adapter.Kevin Lo2017-09-291-0/+1
* Make sure MAC address is reprogrammed when if_init() callback isHans Petter Selasky2016-11-161-2/+4
* Use ofw_bus_node_is_compatible in more drivers used on arm.Andrew Turner2016-11-111-2/+2
* Add preliminary support for the RTL8153.Kevin Lo2016-10-312-48/+240
* uhso(4): Fix a null pointer dereferenceConrad Meyer2016-10-251-1/+1
* [fdt] Add one more heuristic to determine MAC address of the SMSC deviceOleksandr Tymoshenko2016-10-121-3/+69
* net/rndis: Packet types are defined by NDIS; not RNDIS specific.Sepherosa Ziehau2016-08-301-2/+2