linux-stable/drivers/net/xen-netback
Zoltan Kiss 3e2234b314 xen-netback: Handle foreign mapped pages on the guest RX path
RX path need to know if the SKB fragments are stored on pages from another
domain.
Logically this patch should be after introducing the grant mapping itself, as
it makes sense only after that. But to keep bisectability, I moved it here. It
shouldn't change any functionality here. xenvif_zerocopy_callback and
ubuf_to_vif are just stubs here, they will be introduced properly later on.

Signed-off-by: Zoltan Kiss <zoltan.kiss@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-03-07 15:56:35 -05:00
..
common.h xen-netback: Handle foreign mapped pages on the guest RX path 2014-03-07 15:56:35 -05:00
interface.c xen-netback: Minor refactoring of netback code 2014-03-07 15:56:34 -05:00
Makefile
netback.c xen-netback: Handle foreign mapped pages on the guest RX path 2014-03-07 15:56:35 -05:00
xenbus.c drivers/net/*: Fix FSF address in file headers 2013-12-06 12:37:55 -05:00