summaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c
Commit message (Expand)AuthorAgeFilesLines
...
* net: group address list and its countJiri Pirko2009-06-181-5/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151-27/+18
|\
| * virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2009-06-121-27/+18
| * virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell2009-06-121-3/+3
* | virtio_net: Fix IP alignment on non-mergeable RX pathHerbert Xu2009-06-111-1/+2
* | virtio_net: Set correct gso->hdr_lenHerbert Xu2009-06-081-1/+1
* | net: convert unicast addr listJiri Pirko2009-05-291-3/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-031-10/+14
|\ \ | |/
| * virtio_net: Fix function name typoAlex Williamson2009-05-011-4/+4
| * virtio_net: Cleanup command queue scatterlist usageAlex Williamson2009-05-011-6/+10
* | drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov2009-04-131-8/+4
|/
* virtio_net: Set the mac config only when VIRITO_NET_F_MACAlex Williamson2009-04-041-6/+4
* 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-181-0/+3
* | virtio_net: Allow setting the MAC address of the NICAlex Williamson2009-02-041-2/+21
* | virtio_net: Add support for VLAN filtering in the hypervisorAlex Williamson2009-02-041-1/+30
* | virtio_net: Add a MAC filter tableAlex Williamson2009-02-041-8/+47
* | virtio_net: Add a set_rx_mode interfaceAlex Williamson2009-02-041-1/+33
* | virtio_net: Add a virtqueue for outbound control commandsAlex Williamson2009-02-041-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-261-3/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-261-1/+2
|\ \ | |/
| * virtio_net: Fix MAX_PACKET_LEN to support 802.1Q VLANsAlex Williamson2009-01-251-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-221-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-161-20/+153
* virtio_net: hook up the set-tso ethtool opMark McLoughlin2008-11-161-0/+1
* virtio_net: Recycle some more rx buffer pagesMark McLoughlin2008-11-161-9/+13
* netdevice: safe convert to netdev_priv() #part-3Wang Chen2008-11-121-1/+2
* net: convert print_mac to %pMJohannes Berg2008-10-271-3/+1
* 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-101-5/+17
* virtio: virtio_net free transmit skbs in a timerMark McLoughlin2008-06-101-2/+26
* virtio_net: Fix skb->csum_start computationMark McLoughlin2008-06-101-3/+5
* virtio: fix delayed xmit of packet and freeing of old packets.Rusty Russell2008-05-301-0/+22
* virtio: fix virtio_net xmit of freed skb bugRusty Russell2008-05-301-5/+9
* VIRTIO: Use __skb_queue_purge()Wang Chen2008-05-221-2/+1
* 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
|\
OpenPOWER on IntegriCloud