aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)Author
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov
2009-04-04virtio_net: Set the mac config only when VIRITO_NET_F_MACAlex Williamson
2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-18virtio_net: Make virtio_net support carrier detectionPantelis Koukousoulas
2009-02-04virtio_net: Allow setting the MAC address of the NICAlex Williamson
2009-02-04virtio_net: Add support for VLAN filtering in the hypervisorAlex Williamson
2009-02-04virtio_net: Add a MAC filter tableAlex Williamson
2009-02-04virtio_net: Add a set_rx_mode interfaceAlex Williamson
2009-02-04virtio_net: Add a virtqueue for outbound control commandsAlex Williamson
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-01-26virtio_net: use correct accessors for scatterlistsIra W. Snyder
2009-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-01-25virtio_net: Fix MAX_PACKET_LEN to support 802.1Q VLANsAlex Williamson
2009-01-21virtio_net: add link status handlingMark McLoughlin
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2009-01-06virtio: convert to net_device_opsStephen Hemminger
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-12-02virtio_net: large tx MTU supportMark McLoughlin
2008-11-16virtio_net: VIRTIO_NET_F_MSG_RXBUF (imprive rcv buffer allocation)Mark McLoughlin
2008-11-16virtio_net: hook up the set-tso ethtool opMark McLoughlin
2008-11-16virtio_net: Recycle some more rx buffer pagesMark McLoughlin
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-07-25virtio: Recycle unused recv buffer pages for large skbs in net driverRusty Russell
2008-07-25virtio net: Allow receiving SG packetsHerbert Xu
2008-07-25virtio net: Add ethtool ops for SG/GSOHerbert Xu
2008-07-25virtio: fix virtio_net xmit of freed skb bugMark McLoughlin
2008-07-11virtio_net: Set VIRTIO_NET_F_GUEST_CSUM featureMark McLoughlin
2008-06-10virtio: use callback on empty in virtio_netRusty Russell
2008-06-10virtio: virtio_net free transmit skbs in a timerMark McLoughlin
2008-06-10virtio_net: Fix skb->csum_start computationMark McLoughlin
2008-05-30virtio: fix delayed xmit of packet and freeing of old packets.Rusty Russell
2008-05-30virtio: fix virtio_net xmit of freed skb bugRusty Russell
2008-05-22VIRTIO: Use __skb_queue_purge()Wang Chen
2008-05-02virtio: explicit advertisement of driver featuresRusty Russell
2008-05-02virtio: finer-grained features for virtio_netRusty Russell
2008-05-02virtio: wean net driver off NETDEV_TX_BUSYRusty Russell
2008-05-02virtio: fix scatterlist sizing in net driver.Rusty Russell
2008-05-02virtio: fix tx_ stats in virtio_netRusty Russell
2008-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-04-08[NET]: Undo code bloat in hot paths due to print_mac().David S. Miller
2008-04-07virtio_net: remove overzealous printkAnthony Liguori
2008-03-17virtio: fix race in enable_cbChristian Borntraeger
2008-03-17virtio: Enable netpoll interface for netconsole loggingAmit Shah
2008-02-23virtio_net: Fix oops on early interrupts - introduced by virtio reset codeChristian Borntraeger
2008-02-06virtio net: fix oops on interface-upChristian Borntraeger
2008-02-04virtio_net: parametrize the napi_weight for virtio receive queue.Dor Laor
2008-02-04virtio: free transmit skbs when notified, not on next xmit.Rusty Russell
2008-02-04virtio: flush buffers on openRusty Russell
2008-02-04virtnet: remove double ether_setupChristian Borntraeger