aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-23virtio_net: Fix oops on early interrupts - introduced by virtio reset codeChristian Borntraeger1-1/+1
2008-02-06virtio net: fix oops on interface-upChristian Borntraeger1-4/+6
2008-02-04virtio_net: parametrize the napi_weight for virtio receive queue.Dor Laor1-1/+4
2008-02-04virtio: free transmit skbs when notified, not on next xmit.Rusty Russell1-6/+19
2008-02-04virtio: flush buffers on openRusty Russell1-0/+7
2008-02-04virtnet: remove double ether_setupChristian Borntraeger1-1/+0
2008-02-04virtio: reset functionRusty Russell1-2/+3
2008-02-04virtio: populate network rings in the probe routine, not openRusty Russell1-19/+25
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