summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/rndis.c
AgeCommit message (Expand)Author
2024-07-22drivers: usb: Remove duplicate newlinesMarek Vasut
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07usb: Remove <common.h> and add needed includesTom Rini
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini
2022-12-08usb: gadget: rndis: Prevent InformationBufferOffset manipulationSzymon Heidrich
2022-12-07usb: gadget: Remove non-DM_ETH codeTom Rini
2020-05-18common: Drop log.h from common headerSimon Glass
2018-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-01-09drivers: usb: gadget: ether/rndis: convert driver to adopt device driver modelMugunthan V N
2016-09-23Move ENOTSUPP defines to include/linux/errno.hMasahiro Yamada
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-01-19Add more SPDX-License-Identifier tagsTom Rini
2015-03-24net: Add ethernet FCS length macro in net.hBin Meng
2011-03-27Coding Style cleanup: remove trailing empty linesWolfgang Denk
2011-02-19USB-RNDIS: Send RNDIS state on disconnectingVitaly Kuzmichev
2011-02-19USB: Add USB RNDIS gadget protocolVitaly Kuzmichev