aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/rndis.c
AgeCommit message (Expand)AuthorFilesLines
12 daysdrivers: usb: Remove duplicate newlinesMarek Vasut1-3/+0
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07usb: Remove <common.h> and add needed includesTom Rini1-1/+0
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini1-3/+6
2022-12-08usb: gadget: rndis: Prevent InformationBufferOffset manipulationSzymon Heidrich1-3/+6
2022-12-07usb: gadget: Remove non-DM_ETH codeTom Rini1-9/+0
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2018-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng1-6/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-01-09drivers: usb: gadget: ether/rndis: convert driver to adopt device driver modelMugunthan V N1-2/+11
2016-09-23Move ENOTSUPP defines to include/linux/errno.hMasahiro Yamada1-2/+0
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-4/+2
2015-03-24net: Add ethernet FCS length macro in net.hBin Meng1-1/+0
2011-03-27Coding Style cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2011-02-19USB-RNDIS: Send RNDIS state on disconnectingVitaly Kuzmichev1-0/+5
2011-02-19USB: Add USB RNDIS gadget protocolVitaly Kuzmichev1-0/+1312