| Commit message (Expand) | Author | Age | Lines |
* | net: Add ethernet FCS length macro in net.h | Bin Meng | 2015-03-24 | -1/+0 |
* | lib: string: move strlcpy() to a common place | Masahiro Yamada | 2014-12-11 | -24/+0 |
* | lib, linux: move linux specific defines to linux/compat.h | Heiko Schocher | 2014-08-25 | -5/+0 |
* | usb: gadget: ether: return error from rx_submit if no request | Troy Kisky | 2013-10-20 | -0/+2 |
* | usb: gadget: ether set wMaxPacketSize | Troy Kisky | 2013-10-20 | -0/+2 |
* | usb: gadget: Fix data aborts during USB ethernet boot | Joel Fernandes | 2013-09-24 | -2/+3 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -13/+1 |
* | linux/usb/ch9.h: update with the version from Linux tree | Ilya Yanok | 2012-11-20 | -1/+0 |
* | usb gadget ether: Fix warning in is_eth_addr_valid() | Tom Rini | 2012-11-04 | -2/+2 |
* | usbether: Removed DEV_CONFIG_{CDC,SUBSET} | Lukasz Dalek | 2012-10-15 | -45/+30 |
* | usbether: Define CONFIG_USB_ETH_{CDC,SUBSET} | Lukasz Dalek | 2012-10-15 | -5/+14 |
* | usbether: Fixed bug when using with PXA25X chips | Lukasz Dalek | 2012-10-15 | -1/+16 |
* | net: Fix remaining API interface breakage | Joe Hershberger | 2012-05-23 | -4/+3 |
* | usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file | Lukasz Majewski | 2012-05-20 | -0/+1 |
* | USB-RNDIS: Send RNDIS state on disconnecting | Vitaly Kuzmichev | 2011-02-19 | -0/+23 |
* | USB: Add USB RNDIS gadget protocol | Vitaly Kuzmichev | 2011-02-19 | -60/+580 |
* | USB-CDC: Move struct declaration before its use | Vitaly Kuzmichev | 2011-02-19 | -34/+36 |
* | USB-CDC: Port struct net_device_stats | Vitaly Kuzmichev | 2011-02-19 | -0/+39 |
* | USB-CDC: handle interrupt after dropped pullup | Vitaly Kuzmichev | 2011-02-19 | -0/+7 |
* | USB-CDC: Move MAC addresses setting into usb_eth_init | Vitaly Kuzmichev | 2011-01-19 | -36/+26 |
* | USB-CDC: Do not rename netdev after its registration | Vitaly Kuzmichev | 2011-01-19 | -3/+2 |
* | usb_ether: register usb ethernet gadget at each eth init | Lei Wen | 2011-01-19 | -4/+8 |
* | Coding Style cleanup | Wolfgang Denk | 2010-10-27 | -1/+0 |
* | USB-CDC: Prevent rx_req being enqueued twice | Vitaly Kuzmichev | 2010-10-13 | -0/+1 |
* | USB-CDC: Fix tx/rx_req memory leaks | Vitaly Kuzmichev | 2010-10-13 | -13/+7 |
* | USB-CDC: Fix coding style issues | Vitaly Kuzmichev | 2010-09-20 | -246/+267 |
* | USB-CDC: called handle_interrupts inside usb_eth_send | Stefano Babic | 2010-09-20 | -1/+9 |
* | USB-CDC: correct wrong alignment in ether.c | Stefano Babic | 2010-09-20 | -1/+1 |
* | USB-CDC: ethernet error path potential oops fix | Vitaly Kuzmichev | 2010-09-20 | -1/+1 |
* | USB-CDC: Correct stat_req initialization | Vitaly Kuzmichev | 2010-09-20 | -4/+3 |
* | USB-CDC: Replace 'strcpy' by 'strlcpy' | Vitaly Kuzmichev | 2010-09-20 | -3/+3 |
* | USB-CDC: Correct freeing usb requests | Vitaly Kuzmichev | 2010-09-20 | -2/+7 |
* | USB-CDC: Use native debug printout macros | Vitaly Kuzmichev | 2010-09-20 | -53/+43 |
* | USB-CDC: Add lost 'qmult' definition | Vitaly Kuzmichev | 2010-09-20 | -0/+6 |
* | Integrate USB gadget layer and USB CDC driver layer | Remy Bohmer | 2010-09-20 | -0/+1947 |