summaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c
Commit message (Expand)AuthorAgeFilesLines
* virtio_net: Set the mac config only when VIRITO_NET_F_MACAlex Williamson2009-04-051-6/+4Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-201-0/+1
|\
| * virtio_net: Make virtio_net support carrier detectionPantelis Koukousoulas2009-03-191-0/+3
* | virtio_net: Allow setting the MAC address of the NICAlex Williamson2009-02-051-2/+21
* | virtio_net: Add support for VLAN filtering in the hypervisorAlex Williamson2009-02-051-1/+30
* | virtio_net: Add a MAC filter tableAlex Williamson2009-02-051-8/+47
* | virtio_net: Add a set_rx_mode interfaceAlex Williamson2009-02-051-1/+33
* | virtio_net: Add a virtqueue for outbound control commandsAlex Williamson2009-02-051-3/+65
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-301-3/+3
|\|
| * virtio_net: use correct accessors for scatterlistsIra W. Snyder2009-01-271-3/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-271-1/+2
|\|
| * virtio_net: Fix MAX_PACKET_LEN to support 802.1Q VLANsAlex Williamson2009-01-261-1/+2
* | virtio_net: add link status handlingMark McLoughlin2009-01-211-1/+42
* | net: Remove redundant NAPI functionsBen Hutchings2009-01-211-6/+6
|/
* virtio: convert to net_device_opsStephen Hemminger2009-01-061-7/+13
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-231-6/+6
* virtio_net: large tx MTU supportMark McLoughlin2008-12-021-0/+12
* virtio_net: VIRTIO_NET_F_MSG_RXBUF (imprive rcv buffer allocation)Mark McLoughlin2008-11-171-20/+153
* virtio_net: hook up the set-tso ethtool opMark McLoughlin2008-11-171-0/+1
* virtio_net: Recycle some more rx buffer pagesMark McLoughlin2008-11-171-9/+13
* netdevice: safe convert to netdev_priv() #part-3Wang Chen2008-11-131-1/+2
* net: convert print_mac to %pMJohannes Berg2008-10-281-3/+1Star
* virtio: Recycle unused recv buffer pages for large skbs in net driverRusty Russell2008-07-251-1/+35
* virtio net: Allow receiving SG packetsHerbert Xu2008-07-251-5/+39
* virtio net: Add ethtool ops for SG/GSOHerbert Xu2008-07-251-0/+18
* virtio: fix virtio_net xmit of freed skb bugMark McLoughlin2008-07-251-10/+10
* virtio_net: Set VIRTIO_NET_F_GUEST_CSUM featureMark McLoughlin2008-07-111-1/+2
* virtio: use callback on empty in virtio_netRusty Russell2008-06-111-5/+17
* virtio: virtio_net free transmit skbs in a timerMark McLoughlin2008-06-111-2/+26
* virtio_net: Fix skb->csum_start computationMark McLoughlin2008-06-111-3/+5
* virtio: fix delayed xmit of packet and freeing of old packets.Rusty Russell2008-05-311-0/+22
* virtio: fix virtio_net xmit of freed skb bugRusty Russell2008-05-311-5/+9
* VIRTIO: Use __skb_queue_purge()Wang Chen2008-05-221-2/+1Star
* virtio: explicit advertisement of driver featuresRusty Russell2008-05-021-7/+15
* virtio: finer-grained features for virtio_netRusty Russell2008-05-021-0/+9
* virtio: wean net driver off NETDEV_TX_BUSYRusty Russell2008-05-021-20/+43
* virtio: fix scatterlist sizing in net driver.Rusty Russell2008-05-021-4/+4
* virtio: fix tx_ stats in virtio_netRusty Russell2008-05-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-111-2/+3
|\
| * [NET]: Undo code bloat in hot paths due to print_mac().David S. Miller2008-04-091-2/+3
* | virtio_net: remove overzealous printkAnthony Liguori2008-04-071-1/+0Star
|/
* virtio: fix race in enable_cbChristian Borntraeger2008-03-171-3/+7
* virtio: Enable netpoll interface for netconsole loggingAmit Shah2008-03-171-0/+12
* virtio_net: Fix oops on early interrupts - introduced by virtio reset codeChristian Borntraeger2008-02-241-1/+1
* virtio net: fix oops on interface-upChristian Borntraeger2008-02-061-4/+6
* virtio_net: parametrize the napi_weight for virtio receive queue.Dor Laor2008-02-041-1/+4
* virtio: free transmit skbs when notified, not on next xmit.Rusty Russell2008-02-041-6/+19
* virtio: flush buffers on openRusty Russell2008-02-041-0/+7
* virtnet: remove double ether_setupChristian Borntraeger2008-02-041-1/+0Star
* virtio: reset functionRusty Russell2008-02-041-2/+3