USB-CDC: Fix tx/rx_req memory leaks
[platform/kernel/u-boot.git] / drivers / usb / gadget / ether.c
2010-10-13 Vitaly KuzmichevUSB-CDC: Fix tx/rx_req memory leaks
2010-09-28 Wolfgang DenkMerge branch 'next' of /home/wd/git/u-boot/next
2010-09-21 Wolfgang DenkMerge branch 'next' of ../custodians into next
2010-09-21 Wolfgang DenkMerge branch 'next' of git://git.denx.de/u-boot-usb...
2010-09-20 Vitaly KuzmichevUSB-CDC: Fix coding style issues
2010-09-20 Stefano BabicUSB-CDC: called handle_interrupts inside usb_eth_send
2010-09-20 Stefano BabicUSB-CDC: correct wrong alignment in ether.c
2010-09-20 Vitaly KuzmichevUSB-CDC: ethernet error path potential oops fix
2010-09-20 Vitaly KuzmichevUSB-CDC: Correct stat_req initialization
2010-09-20 Vitaly KuzmichevUSB-CDC: Replace 'strcpy' by 'strlcpy'
2010-09-20 Vitaly KuzmichevUSB-CDC: Correct freeing usb requests
2010-09-20 Vitaly KuzmichevUSB-CDC: Use native debug printout macros
2010-09-20 Vitaly KuzmichevUSB-CDC: Add lost 'qmult' definition
2010-09-20 Remy BohmerIntegrate USB gadget layer and USB CDC driver layer