aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-25virtio: Recycle unused recv buffer pages for large skbs in net driverRusty Russell1-1/+35
2008-07-25virtio net: Allow receiving SG packetsHerbert Xu1-5/+39
2008-07-25virtio net: Add ethtool ops for SG/GSOHerbert Xu1-0/+18
2008-07-25virtio: fix virtio_net xmit of freed skb bugMark McLoughlin1-10/+10
2008-07-11virtio_net: Set VIRTIO_NET_F_GUEST_CSUM featureMark McLoughlin1-1/+2
2008-06-10virtio: use callback on empty in virtio_netRusty Russell1-5/+17
2008-06-10virtio: virtio_net free transmit skbs in a timerMark McLoughlin1-2/+26
2008-06-10virtio_net: Fix skb->csum_start computationMark McLoughlin1-3/+5
2008-05-30virtio: fix delayed xmit of packet and freeing of old packets.Rusty Russell1-0/+22
2008-05-30virtio: fix virtio_net xmit of freed skb bugRusty Russell1-5/+9
2008-05-22VIRTIO: Use __skb_queue_purge()Wang Chen1-2/+1
2008-05-02virtio: explicit advertisement of driver featuresRusty Russell1-7/+15
2008-05-02virtio: finer-grained features for virtio_netRusty Russell1-0/+9
2008-05-02virtio: wean net driver off NETDEV_TX_BUSYRusty Russell1-20/+43
2008-05-02virtio: fix scatterlist sizing in net driver.Rusty Russell1-4/+4
2008-05-02virtio: fix tx_ stats in virtio_netRusty Russell1-1/+1
2008-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+3
2008-04-08[NET]: Undo code bloat in hot paths due to print_mac().David S. Miller1-2/+3
2008-04-07virtio_net: remove overzealous printkAnthony Liguori1-1/+0
2008-03-17virtio: fix race in enable_cbChristian Borntraeger1-3/+7
2008-03-17virtio: Enable netpoll interface for netconsole loggingAmit Shah1-0/+12
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