• Petko Manolov's avatar
    [PATCH] various pegasus and rtl8150 fixes and improvements · 964f3281
    Petko Manolov authored
    USB pegasus and rtl8150 fixes and improvements
    
    pegasus:
    	- using preallocated skb thus avoiding memcpy in the receive path;
    	- tasklet used to handle failed skb allocations and Rx urb submission;
    	- Lindent run on the result.
    
    rtl8150:
    	- better tasklet handling and a few races fixed;
    	- introducing new flag for Rx urb resubmission;
    	- GFP_KERNEL to GFP_ATOMIC flag change in Tx path.
    964f3281
pegasus.c 27.9 KB