aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-10-14virtio_net: use dev_kfree_skb_any() in free_old_xmit_skbs()Eric Dumazet1-1/+1
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-5/+2
2009-10-01move virtnet_remove to .devexit.textUwe Kleine-König1-1/+1
2009-09-24virtio_net: Check for room in the vq before adding bufferAmit Shah1-4/+4
2009-09-24virtio_net: avoid (most) NETDEV_TX_BUSY by stopping queue early.Rusty Russell1-24/+40
2009-09-24virtio_net: formalize skb_vnet_hdrRusty Russell1-37/+44
2009-09-24virtio_net: don't free buffers in xmit ringRusty Russell1-59/+5
2009-09-24virtio_net: return NETDEV_TX_BUSY instead of queueing an extra skb.Rusty Russell1-36/+10
2009-09-24virtio_net: skb_orphan() and nf_reset() in xmit path.Rusty Russell1-1/+5
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao1-0/+1
2009-09-23virtio: make add_buf return capacity remainingRusty Russell1-7/+7
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-15/+46
2009-09-01netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-08-26virtio: net refill on out-of-memoryRusty Russell1-15/+46
2009-07-17virtio-net: Allow UFO feature to be set and advertised.Sridhar Samudrala1-1/+2
2009-06-18net: group address list and its countJiri Pirko1-5/+5
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-27/+18
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin1-27/+18
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell1-3/+3
2009-06-11virtio_net: Fix IP alignment on non-mergeable RX pathHerbert Xu1-1/+2
2009-06-08virtio_net: Set correct gso->hdr_lenHerbert Xu1-1/+1
2009-05-29net: convert unicast addr listJiri Pirko1-3/+4
2009-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+14
2009-05-01virtio_net: Fix function name typoAlex Williamson1-4/+4
2009-05-01virtio_net: Cleanup command queue scatterlist usageAlex Williamson1-6/+10
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov1-8/+4
2009-04-04virtio_net: Set the mac config only when VIRITO_NET_F_MACAlex Williamson1-6/+4
2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-03-18virtio_net: Make virtio_net support carrier detectionPantelis Koukousoulas1-0/+3
2009-02-04virtio_net: Allow setting the MAC address of the NICAlex Williamson1-2/+21
2009-02-04virtio_net: Add support for VLAN filtering in the hypervisorAlex Williamson1-1/+30
2009-02-04virtio_net: Add a MAC filter tableAlex Williamson1-8/+47
2009-02-04virtio_net: Add a set_rx_mode interfaceAlex Williamson1-1/+33
2009-02-04virtio_net: Add a virtqueue for outbound control commandsAlex Williamson1-3/+65
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2009-01-26virtio_net: use correct accessors for scatterlistsIra W. Snyder1-3/+3
2009-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2009-01-25virtio_net: Fix MAX_PACKET_LEN to support 802.1Q VLANsAlex Williamson1-1/+2
2009-01-21virtio_net: add link status handlingMark McLoughlin1-1/+42
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-6/+6
2009-01-06virtio: convert to net_device_opsStephen Hemminger1-7/+13
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-6/+6
2008-12-02virtio_net: large tx MTU supportMark McLoughlin1-0/+12
2008-11-16virtio_net: VIRTIO_NET_F_MSG_RXBUF (imprive rcv buffer allocation)Mark McLoughlin1-20/+153
2008-11-16virtio_net: hook up the set-tso ethtool opMark McLoughlin1-0/+1
2008-11-16virtio_net: Recycle some more rx buffer pagesMark McLoughlin1-9/+13
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen1-1/+2
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+1