aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-04virtio: Tweak virtio_net definesRusty Russell1-16/+16
2008-02-04virtio: Net header needs hdr_lenRusty Russell1-1/+2
2008-02-04virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell1-7/+8
2008-02-04virtio: simplify config mechanism.Rusty Russell1-14/+11
2008-02-04virtio: Implement skb_partial_csum_set, for setting partial csums on untrusted packets.Rusty Russell1-10/+1
2007-11-19virtio: fix net driver loop case where we fail to restartRusty Russell1-2/+2
2007-11-19virtio: fix module/device unloadingRusty Russell1-2/+6
2007-11-12virtio: more fallout from scatterlist changes.Rusty Russell1-0/+3
2007-10-23Net driver using virtioRusty Russell1-0/+435