From: David S. Miller Date: Tue, 31 Mar 2015 18:12:37 +0000 (-0400) Subject: Merge branch 'hv_netvsc-next' X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3271e4f18d9a4ec9ac5568f94444dac08f29c5a0;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git Merge branch 'hv_netvsc-next' K. Y. Srinivasan says: ==================== hv_netvsc: Eliminate memory allocation in the send path The network protocol used to communicate with the host is the remote ndis (rndis) protocol. We need to decorate each outgoing packet with a rndis header and additional rndis state (rndis per-packet state). To manage this state, we currently allocate memory in the transmit path. Eliminate this allocation by requesting additional head room in the skb. ==================== Signed-off-by: David S. Miller --- 3271e4f18d9a4ec9ac5568f94444dac08f29c5a0