linux/drivers/net/xen-netback
Zoltan Kiss 8f13dd9612 xen-netback: Use skb->cb for pending_idx
Storing the pending_idx at the first byte of the linear buffer never looked
good, skb->cb is a more proper place for this. It also prevents the header to
be directly grant copied there, and we don't have the pending_idx after we
copied the header here, so it's time to change it.
It also introduces helpers for the RX side

Signed-off-by: Zoltan Kiss <zoltan.kiss@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-03-07 15:56:34 -05:00
..
common.h xen-netback: Fix Rx stall due to race condition 2014-02-05 16:24:08 -08:00
interface.c xen-netback: Fix Rx stall due to race condition 2014-02-05 16:24:08 -08:00
Makefile
netback.c xen-netback: Use skb->cb for pending_idx 2014-03-07 15:56:34 -05:00
xenbus.c drivers/net/*: Fix FSF address in file headers 2013-12-06 12:37:55 -05:00