aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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