index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
virtio_net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio_net: spelling fixes
stephen hemminger
2013-12-10
1
-2
/
+2
*
virtio_net: remove unused parameter to send_command
stephen hemminger
2013-12-10
1
-21
/
+13
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-12-09
1
-6
/
+11
|
\
|
*
virtio-net: free bufs correctly on invalid packet length
Michael Dalton
2013-12-06
1
-3
/
+3
|
*
virtio: delete napi structures from netdev before releasing memory
Andrey Vagin
2013-12-06
1
-0
/
+5
|
*
virtio-net: determine type of bufs correctly
Andrey Vagin
2013-12-06
1
-3
/
+3
*
|
drivers/net/*: Fix FSF address in file headers
Jeff Kirsher
2013-12-06
1
-2
/
+1
|
/
*
virtio_net: make all RX paths handle erors consistently
Michael S. Tsirkin
2013-12-01
1
-17
/
+37
*
virtio_net: fix error handling for mergeable buffers
Michael S. Tsirkin
2013-12-01
1
-31
/
+51
*
virtio_net: Fixed a trivial typo (fitler --> filter)
Thomas Huth
2013-11-30
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2013-11-19
1
-16
/
+18
|
\
|
*
net, virtio_net: replace the magic value
Zhi Yong Wu
2013-11-18
1
-2
/
+2
|
*
virtio-net: mergeable buffer size should include virtio-net header
Michael Dalton
2013-11-14
1
-14
/
+16
*
|
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2013-11-15
1
-18
/
+26
|
\
\
|
*
|
virtio_net: verify if queue is broken after virtqueue_get_buf()
Heinz Graalfs
2013-10-29
1
-1
/
+2
|
*
|
virtio_net: verify if virtqueue_kick() succeeded
Heinz Graalfs
2013-10-29
1
-4
/
+5
|
*
|
virtio: use size-based config accessors.
Rusty Russell
2013-10-17
1
-11
/
+17
|
*
|
virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM
Aaron Lu
2013-09-23
1
-2
/
+2
*
|
|
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2013-11-14
1
-0
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
net: Explicitly initialize u64_stats_sync structures for lockdep
John Stultz
2013-11-06
1
-0
/
+8
*
|
|
virtio-net: switch to use XPS to choose txq
Jason Wang
2013-11-05
1
-46
/
+2
*
|
|
virtio-net: coalesce rx frags when possible during rx
Jason Wang
2013-11-04
1
-4
/
+11
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-11-04
1
-7
/
+6
|
\
\
\
|
*
|
|
virtio-net: correctly handle cpu hotplug notifier during resuming
Jason Wang
2013-10-29
1
-7
/
+6
|
|
/
/
*
|
|
virtio_net: migrate mergeable rx buffers to page frag allocators
Michael Dalton
2013-10-28
1
-58
/
+106
|
/
/
*
|
virtio-net: refill only when device is up during setting queues
Jason Wang
2013-10-17
1
-1
/
+5
*
|
virtio-net: don't respond to cpu hotplug notifier if we're not ready
Jason Wang
2013-10-17
1
-0
/
+8
|
/
*
virtio-net: Set RXCSUM feature if GUEST_CSUM is available
Thomas Huth
2013-09-03
1
-0
/
+2
*
virtio-net: put virtio net header inline with data
Michael S. Tsirkin
2013-07-27
1
-8
/
+34
*
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2013-07-10
1
-4
/
+1
|
\
|
*
virtio-net: fix the race between channels setting and refill
Jason Wang
2013-07-04
1
-4
/
+1
*
|
virtio_net: fix race in RX VQ processing
Michael S. Tsirkin
2013-07-09
1
-2
/
+3
*
|
virtio_net: enable napi for all possible queues during open
Jason Wang
2013-05-23
1
-4
/
+5
|
/
*
virtio_net: use default napi weight by default
Amerigo Wang
2013-05-11
1
-1
/
+1
*
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2013-05-02
1
-36
/
+41
|
\
|
*
virtio-net: fill only rx queues which are being used
Sasha Levin
2013-04-29
1
-5
/
+10
|
*
virtio_net: use simplified virtqueue accessors.
Rusty Russell
2013-03-20
1
-6
/
+5
|
*
virtio_net: use virtqueue_add_sgs[] for command buffers.
Rusty Russell
2013-03-20
1
-25
/
+26
*
|
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
2013-04-19
1
-2
/
+4
*
|
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
2013-04-19
1
-1
/
+1
*
|
virtio-net: initialize vlan_features
Jason Wang
2013-04-11
1
-0
/
+2
*
|
virtio: remove obsolete virtqueue_get_queue_index()
Rusty Russell
2013-03-22
1
-2
/
+2
|
/
*
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2013-02-26
1
-11
/
+1
|
\
|
*
virtio: use module_virtio_driver.
Rusty Russell
2013-02-13
1
-11
/
+1
*
|
net: Fix possible wrong checksum generation.
Pravin B Shelar
2013-02-13
1
-8
/
+5
*
|
drivers:net:misc: Remove unnecessary alloc/OOM messages
Joe Perches
2013-02-04
1
-3
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-01-29
1
-20
/
+98
|
\
\
|
*
|
virtio-net: reset virtqueue affinity when doing cpu hotplug
Wanlong Gao
2013-01-27
1
-0
/
+33
|
*
|
virtio-net: split out clean affinity function
Wanlong Gao
2013-01-27
1
-36
/
+40
|
*
|
virtio-net: fix the set affinity bug when CPU IDs are not consecutive
Wanlong Gao
2013-01-27
1
-13
/
+54
|
|
/
[next]