aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)Author
2009-10-14virtio_net: use dev_kfree_skb_any() in free_old_xmit_skbs()Eric Dumazet
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet
2009-10-01move virtnet_remove to .devexit.textUwe Kleine-König
2009-09-24virtio_net: Check for room in the vq before adding bufferAmit Shah
2009-09-24virtio_net: avoid (most) NETDEV_TX_BUSY by stopping queue early.Rusty Russell
2009-09-24virtio_net: formalize skb_vnet_hdrRusty Russell
2009-09-24virtio_net: don't free buffers in xmit ringRusty Russell
2009-09-24virtio_net: return NETDEV_TX_BUSY instead of queueing an extra skb.Rusty Russell
2009-09-24virtio_net: skb_orphan() and nf_reset() in xmit path.Rusty Russell
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao
2009-09-23virtio: make add_buf return capacity remainingRusty Russell
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-09-01netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger
2009-08-26virtio: net refill on out-of-memoryRusty Russell
2009-07-17virtio-net: Allow UFO feature to be set and advertised.Sridhar Samudrala
2009-06-18net: group address list and its countJiri Pirko
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell
2009-06-11virtio_net: Fix IP alignment on non-mergeable RX pathHerbert Xu
2009-06-08virtio_net: Set correct gso->hdr_lenHerbert Xu
2009-05-29net: convert unicast addr listJiri Pirko
2009-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-01virtio_net: Fix function name typoAlex Williamson
2009-05-01virtio_net: Cleanup command queue scatterlist usageAlex Williamson
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