Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f85698cd296f08218a7750f321e94607da128600
/
drivers
/
net
/
virtio_net.c
0e6e58f
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
4b7fd2e6
virtio_net: fix use after free
by Michael S. Tsirkin
· 10 years ago
e53fbd1
virtio_net: enable VQs early on restore
by Michael S. Tsirkin
· 10 years ago
0246555
virtio_net: fix use after free on allocation failure
by Michael S. Tsirkin
· 10 years ago
4baf1e3
virtio_net: enable VQs early
by Michael S. Tsirkin
· 10 years ago
507613b
virtio_net: minor cleanup
by Michael S. Tsirkin
· 10 years ago
080c637
virtio-net: drop config_mutex
by Michael S. Tsirkin
· 10 years ago
102a278
virtio_net: drop config_enable
by Michael S. Tsirkin
· 10 years ago
a583544
virtio_net: pass well-formed sgs to virtqueue_add_*()
by Rusty Russell
· 10 years ago
c89fcfd
virtio_net: flush when in xmit_more mode and under descriptor pressure
by David S. Miller
· 10 years ago
0b725a2
net: Remove ndo_xmit_flush netdev operation, use signalling instead.
by David S. Miller
· 10 years ago
c223a07
virtio_net: Support netdev_ops->ndo_xmit_flush()
by David S. Miller
· 10 years ago
9181563
virtio-net: rx busy polling support
by Jason Wang
· 10 years ago
2ffa759
virtio-net: introduce virtnet_receive()
by Jason Wang
· 10 years ago
7ad24ea
net: get rid of SET_ETHTOOL_OPS
by Wilfried Klaebe
· 10 years ago
6ebbc1a
virtio-net: Set needed_headroom for virtio-net when VIRTIO_F_ANY_LAYOUT is true
by Zhangjie \(HZ\)
· 11 years ago
c18e9cd
virtio_net: zero is an invald queue_pairs number
by Amos Kong
· 11 years ago
cd6362b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
64056a9
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
64c2723
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
681daee2
virtio-net: correct error handling of virtqueue_kick()
by Jason Wang
· 11 years ago
85e9452
virtio_net: Call dev_kfree_skb_any instead of dev_kfree_skb.
by Eric W. Biederman
· 11 years ago
57a7744
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
by Eric W. Biederman
· 11 years ago
a7c5814
virtio_net: don't crash if virtqueue is broken.
by Rusty Russell
· 11 years ago
0e7ede8
virtio-net: alloc big buffers also when guest can receive UFO
by Jason Wang
· 11 years ago
fbf28d7
virtio-net: initial rx sysfs support, export mergeable rx buffer size
by Michael Dalton
· 11 years ago
ab7db91
virtio-net: auto-tune mergeable rx buffer size for improved performance
by Michael Dalton
· 11 years ago
fb51879
virtio-net: use per-receive queue page frag alloc for mergeable bufs
by Michael Dalton
· 11 years ago
be121f4
virtio-net: drop rq->max and rq->num
by Jason Wang
· 11 years ago
56a4342
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
6cd4ce0
virtio-net: fix refill races during restore
by Jason Wang
· 11 years ago
788a8b6
virtio_net: spelling fixes
by stephen hemminger
· 11 years ago
d24bae3
virtio_net: remove unused parameter to send_command
by stephen hemminger
· 11 years ago
34f9f43
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
98bfd23
virtio-net: free bufs correctly on invalid packet length
by Michael Dalton
· 11 years ago
d4fb84e
virtio: delete napi structures from netdev before releasing memory
by Andrey Vagin
· 11 years ago
fa9fac1
virtio-net: determine type of bufs correctly
by Andrey Vagin
· 11 years ago
adf8d3f
drivers/net/*: Fix FSF address in file headers
by Jeff Kirsher
· 11 years ago
f121159
virtio_net: make all RX paths handle erors consistently
by Michael S. Tsirkin
· 11 years ago
8fc3b9e
virtio_net: fix error handling for mergeable buffers
by Michael S. Tsirkin
· 11 years ago
99e872a
virtio_net: Fixed a trivial typo (fitler --> filter)
by Thomas Huth
· 11 years ago
1ee2dcc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
0f13b66
net, virtio_net: replace the magic value
by Zhi Yong Wu
· 11 years ago
b746f9c
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
5061de3
virtio-net: mergeable buffer size should include virtio-net header
by Michael Dalton
· 11 years ago
5e30025
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
827da44
net: Explicitly initialize u64_stats_sync structures for lockdep
by John Stultz
· 11 years ago
9bb8ca8
virtio-net: switch to use XPS to choose txq
by Jason Wang
· 11 years ago
ba27524
virtio-net: coalesce rx frags when possible during rx
by Jason Wang
· 11 years ago
394efd1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
ec9debb
virtio-net: correctly handle cpu hotplug notifier during resuming
by Jason Wang
· 11 years ago
2613af0
virtio_net: migrate mergeable rx buffers to page frag allocators
by Michael Dalton
· 11 years ago
047b9b9
virtio_net: verify if queue is broken after virtqueue_get_buf()
by Heinz Graalfs
· 11 years ago
6797590
virtio_net: verify if virtqueue_kick() succeeded
by Heinz Graalfs
· 11 years ago
35ed159
virtio-net: refill only when device is up during setting queues
by Jason Wang
· 11 years ago
3ab098d
virtio-net: don't respond to cpu hotplug notifier if we're not ready
by Jason Wang
· 11 years ago
855e0c5
virtio: use size-based config accessors.
by Rusty Russell
· 11 years ago
8910700
virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM
by Aaron Lu
· 11 years ago
4f49129
virtio-net: Set RXCSUM feature if GUEST_CSUM is available
by Thomas Huth
· 11 years ago
e7428e9
virtio-net: put virtio net header inline with data
by Michael S. Tsirkin
· 11 years ago
5f12972
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
cbdadbb
virtio_net: fix race in RX VQ processing
by Michael S. Tsirkin
· 11 years ago
9b9cd80
virtio-net: fix the race between channels setting and refill
by Jason Wang
· 11 years ago
e416662
virtio_net: enable napi for all possible queues during open
by Jason Wang
· 11 years ago
d34710e
virtio_net: use default napi weight by default
by Amerigo Wang
· 11 years ago
736a2dd
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
55257d7
virtio-net: fill only rx queues which are being used
by Sasha Levin
· 12 years ago
80d5c36
net: vlan: prepare for 802.1ad VLAN filtering offload
by Patrick McHardy
· 12 years ago
f646968
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
by Patrick McHardy
· 12 years ago
4fda830
virtio-net: initialize vlan_features
by Jason Wang
· 12 years ago
9d0ca6e
virtio: remove obsolete virtqueue_get_queue_index()
by Rusty Russell
· 12 years ago
9dc7b9e
virtio_net: use simplified virtqueue accessors.
by Rusty Russell
· 12 years ago
f7bc959
virtio_net: use virtqueue_add_sgs[] for command buffers.
by Rusty Russell
· 12 years ago
3c834b6
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
c9af6db
net: Fix possible wrong checksum generation.
by Pravin B Shelar
· 12 years ago
b2a1702
virtio: use module_virtio_driver.
by Rusty Russell
· 12 years ago
e68ed8f
drivers:net:misc: Remove unnecessary alloc/OOM messages
by Joe Perches
· 12 years ago
f1e7b73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
cef401d
net: fix possible wrong checksum generation
by Eric Dumazet
· 12 years ago
8de4b2f
virtio-net: reset virtqueue affinity when doing cpu hotplug
by Wanlong Gao
· 12 years ago
8898c21
virtio-net: split out clean affinity function
by Wanlong Gao
· 12 years ago
47be247
virtio-net: fix the set affinity bug when CPU IDs are not consecutive
by Wanlong Gao
· 12 years ago
7e58d5a
virtio-net: introduce a new control to set macaddr
by Amos Kong
· 12 years ago
40cbfc3
move virtnet_send_command() above virtnet_set_mac_address()
by Amos Kong
· 12 years ago
b7dfde9
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
0e3daa6
virtio: net: make it clear that virtqueue_add_buf() no longer returns > 0
by Rusty Russell
· 12 years ago
9ed4cb0
virtio_net: don't rely on virtqueue_add_buf() returning capacity.
by Rusty Russell
· 12 years ago
7bedc7d
virtio-net: remove unused skb_vnet_hdr->num_sg field
by Michael S. Tsirkin
· 12 years ago
6ee57bc
virtio-net: correct capacity math on ring full
by Michael S. Tsirkin
· 12 years ago
008d427
virtio_net: fix a typo in virtnet_alloc_queues()
by Amerigo Wang
· 12 years ago
d73bcd2
virtio-net: support changing the number of queue pairs through ethtool
by Jason Wang
· 12 years ago
986a4f4
virtio_net: multiqueue support
by Jason Wang
· 12 years ago
e9d7417
virtio-net: separate fields of sending/receiving queue from virtnet_info
by Jason Wang
· 12 years ago
8cc085d
virtio_net: remove __dev* attributes
by Bill Pemberton
· 12 years ago
be44389
virtio_net: use net_*_ratelimited() helpers
by Amerigo Wang
· 12 years ago
aecdc33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
3b07e9c
workqueue: deprecate system_nrt[_freezable]_wq
by Tejun Heo
· 12 years ago
ee89bab
net: move and rename netif_notify_peers()
by Amerigo Wang
· 12 years ago
e390648
net: fix race condition in several drivers when reading stats
by Kevin Groeneveld
· 12 years ago
f2f2c8b
virtio_net: use IFF_LIVE_ADDR_CHANGE priv_flag
by Jiri Pirko
· 12 years ago
Next »