Commit Graph

61 Commits (dda5251037008b3563ab0aaf443eb7be3213887c)

Author SHA1 Message Date
Bin Meng dda5251037 net.h: Include linux/if_ether.h to avoid duplication 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Alex Kiernan 9925f1dbc3 net: Move enetaddr env access code to env config instead of net config 6 years ago
Masahiro Yamada 9b643e312d treewide: replace with error() with pr_err() 7 years ago
Maxime Ripard 10ac57fda3 usb: gadget: usb_ether: Move settings to common 7 years ago
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 years ago
Simon Glass fd1e959e91 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() 7 years ago
Lokesh Vutla 65c389d279 drivers: usb: gadget: ether: Fix compiler warning 7 years ago
Mugunthan V N d4a3755368 drivers: usb: gadget: ether/rndis: convert driver to adopt device driver model 7 years ago
Andre Przywara a7747affae usb: gadget: remove unused shortname variable 8 years ago
Mugunthan V N 8269ee4f96 drivers: usb: gadget: ether: prepare driver for driver model migration 8 years ago
Mugunthan V N ae70100c1f drivers: usb: gadget: ether: use net device priv to pass usb ether priv 8 years ago
Mugunthan V N 5cb3b9d7c7 drivers: usb: gadget: ether: consolidate global devices to single struct 8 years ago
Mugunthan V N d4345aee53 drivers: usb: gadget: ether: adopt to usb driver model 8 years ago
Mugunthan V N 17b4f308cd drivers: usb: gadget: ether: access network_started using local variable 8 years ago
Masahiro Yamada 1221ce459d treewide: replace #include <asm/errno.h> with <linux/errno.h> 8 years ago
Bin Meng a187559e3d Use correct spelling of "U-Boot" 8 years ago
Simon Glass 24b852a7a2 Move console definitions into a new console.h file 9 years ago
Simon Glass cf92e05c01 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header 9 years ago
Kishon Vijay Abraham I 5df1315211 usb: gadget: ether: populate _reset_ callback 9 years ago
Kishon Vijay Abraham I 8bfc288c39 usb: gadget: ether: Perform board initialization from ethernet gadget driver 9 years ago
Joe Hershberger 1fd92db83d net: cosmetic: Fix var naming net <-> eth drivers 9 years ago
Joe Hershberger 0adb5b761f net: cosmetic: Name ethaddr variables consistently 9 years ago
Kishon Vijay Abraham I 2d48aa69bd usb: modify usb_gadget_handle_interrupts to take controller index 9 years ago
Kishon Vijay Abraham I 04afd5b59b usb: gadget: defer setting maxpacket till ->setup() 9 years ago
Bin Meng a7c3d5e2a9 net: Add ethernet FCS length macro in net.h 9 years ago
Masahiro Yamada 80d9ef8d40 lib: string: move strlcpy() to a common place 10 years ago
Heiko Schocher 0c06db5983 lib, linux: move linux specific defines to linux/compat.h 10 years ago
Troy Kisky 71fc5f91d2 usb: gadget: ether: return error from rx_submit if no request 11 years ago
Troy Kisky 43880ce5be usb: gadget: ether set wMaxPacketSize 11 years ago
Joel Fernandes 5290759cc4 usb: gadget: Fix data aborts during USB ethernet boot 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Ilya Yanok 82651c39f6 linux/usb/ch9.h: update with the version from Linux tree 12 years ago
Tom Rini 57a87a25f7 usb gadget ether: Fix warning in is_eth_addr_valid() 12 years ago
Lukasz Dalek 2bb378841e usbether: Removed DEV_CONFIG_{CDC,SUBSET} 12 years ago
Lukasz Dalek 4c43cd5a63 usbether: Define CONFIG_USB_ETH_{CDC,SUBSET} 12 years ago
Lukasz Dalek 563aed2539 usbether: Fixed bug when using with PXA25X chips 12 years ago
Joe Hershberger 10cbe3b6a4 net: Fix remaining API interface breakage 12 years ago
Lukasz Majewski b9300531c1 usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file 12 years ago
Vitaly Kuzmichev e4ae66608b USB-RNDIS: Send RNDIS state on disconnecting 13 years ago
Vitaly Kuzmichev 7612a43d08 USB: Add USB RNDIS gadget protocol 13 years ago
Vitaly Kuzmichev 8b6b66b427 USB-CDC: Move struct declaration before its use 13 years ago
Vitaly Kuzmichev c85d70ef64 USB-CDC: Port struct net_device_stats 13 years ago
Vitaly Kuzmichev b3649f3bbf USB-CDC: handle interrupt after dropped pullup 13 years ago
Vitaly Kuzmichev 58939fcc5c USB-CDC: Move MAC addresses setting into usb_eth_init 14 years ago
Vitaly Kuzmichev 8f7aa831c3 USB-CDC: Do not rename netdev after its registration 14 years ago
Lei Wen 988ee3e3f0 usb_ether: register usb ethernet gadget at each eth init 14 years ago
Wolfgang Denk 071bc92330 Coding Style cleanup 14 years ago
Vitaly Kuzmichev 98fae9707f USB-CDC: Prevent rx_req being enqueued twice 14 years ago
Vitaly Kuzmichev ac5d32d15c USB-CDC: Fix tx/rx_req memory leaks 14 years ago