index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
virtio_net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-11
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+1
2013-07-09
virtio_net: fix race in RX VQ processing
Michael S. Tsirkin
1
-2
/
+3
2013-07-04
virtio-net: fix the race between channels setting and refill
Jason Wang
1
-4
/
+1
2013-05-23
virtio_net: enable napi for all possible queues during open
Jason Wang
1
-4
/
+5
2013-05-12
virtio_net: use default napi weight by default
Amerigo Wang
1
-1
/
+1
2013-05-03
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-36
/
+41
2013-04-29
virtio-net: fill only rx queues which are being used
Sasha Levin
1
-5
/
+10
2013-04-19
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
1
-2
/
+4
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
1
-1
/
+1
2013-04-12
virtio-net: initialize vlan_features
Jason Wang
1
-0
/
+2
2013-03-22
virtio: remove obsolete virtqueue_get_queue_index()
Rusty Russell
1
-2
/
+2
2013-03-20
virtio_net: use simplified virtqueue accessors.
Rusty Russell
1
-6
/
+5
2013-03-20
virtio_net: use virtqueue_add_sgs[] for command buffers.
Rusty Russell
1
-25
/
+26
2013-02-27
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-11
/
+1
2013-02-13
net: Fix possible wrong checksum generation.
Pravin B Shelar
1
-8
/
+5
2013-02-13
virtio: use module_virtio_driver.
Rusty Russell
1
-11
/
+1
2013-02-04
drivers:net:misc: Remove unnecessary alloc/OOM messages
Joe Perches
1
-3
/
+1
2013-01-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-20
/
+98
2013-01-28
net: fix possible wrong checksum generation
Eric Dumazet
1
-4
/
+8
2013-01-27
virtio-net: reset virtqueue affinity when doing cpu hotplug
Wanlong Gao
1
-0
/
+33
2013-01-27
virtio-net: split out clean affinity function
Wanlong Gao
1
-36
/
+40
2013-01-27
virtio-net: fix the set affinity bug when CPU IDs are not consecutive
Wanlong Gao
1
-13
/
+54
2013-01-21
virtio-net: introduce a new control to set macaddr
Amos Kong
1
-3
/
+18
2013-01-21
move virtnet_send_command() above virtnet_set_mac_address()
Amos Kong
1
-45
/
+44
2012-12-20
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-29
/
+19
2012-12-18
virtio: net: make it clear that virtqueue_add_buf() no longer returns > 0
Rusty Russell
1
-1
/
+1
2012-12-18
virtio_net: don't rely on virtqueue_add_buf() returning capacity.
Rusty Russell
1
-20
/
+13
2012-12-18
virtio-net: remove unused skb_vnet_hdr->num_sg field
Michael S. Tsirkin
1
-3
/
+3
2012-12-18
virtio-net: correct capacity math on ring full
Michael S. Tsirkin
1
-5
/
+4
2012-12-10
virtio_net: fix a typo in virtnet_alloc_queues()
Amerigo Wang
1
-1
/
+1
2012-12-09
virtio-net: support changing the number of queue pairs through ethtool
Jason Wang
1
-0
/
+43
2012-12-09
virtio_net: multiqueue support
Jason Wang
1
-98
/
+375
2012-12-09
virtio-net: separate fields of sending/receiving queue from virtnet_info
Jason Wang
1
-124
/
+158
2012-12-03
virtio_net: remove __dev* attributes
Bill Pemberton
1
-2
/
+2
2012-11-10
virtio_net: use net_*_ratelimited() helpers
Amerigo Wang
1
-8
/
+4
2012-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2012-08-21
workqueue: deprecate system_nrt[_freezable]_wq
Tejun Heo
1
-6
/
+6
2012-08-15
net: move and rename netif_notify_peers()
Amerigo Wang
1
-1
/
+1
2012-07-22
net: fix race condition in several drivers when reading stats
Kevin Groeneveld
1
-4
/
+4
2012-06-30
virtio_net: use IFF_LIVE_ADDR_CHANGE priv_flag
Jiri Pirko
1
-6
/
+5
2012-06-28
virtio_net: allow to change mac when iface is running
Jiri Pirko
1
-4
/
+5
2012-06-11
virtio-net: fix a race on 32bit arches
Eric Dumazet
1
-7
/
+12
2012-05-31
virtio-net: remove useless disable on freeze
Michael S. Tsirkin
1
-5
/
+0
2012-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2012-05-17
virtio_net: invoke softirqs after __napi_schedule
Michael S. Tsirkin
1
-0
/
+2
2012-04-15
virtio-net: send gratuitous packets when needed
Jason Wang
1
-5
/
+59
2012-04-13
net: Fix misplaced parenthesis in virtio_net.c
Torsten Kaiser
1
-3
/
+2
2012-03-28
virtio_net: do not rate limit counter increments
Rick Jones
1
-3
/
+4
2012-02-16
net: replace random_ether_addr() with eth_hw_addr_random()
Danny Kukawka
1
-1
/
+1
2012-02-14
virtio: net: remove sparse errors
Eric Dumazet
1
-4
/
+3
[next]