index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
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-02-26
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-29
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-09
virtio_net: use net_*_ratelimited() helpers
Amerigo Wang
1
-8
/
+4
2012-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2012-08-20
workqueue: deprecate system_nrt[_freezable]_wq
Tejun Heo
1
-6
/
+6
2012-08-14
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-27
virtio_net: allow to change mac when iface is running
Jiri Pirko
1
-4
/
+5
2012-06-10
virtio-net: fix a race on 32bit arches
Eric Dumazet
1
-7
/
+12
2012-05-30
virtio-net: remove useless disable on freeze
Michael S. Tsirkin
1
-5
/
+0
2012-05-20
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-15
net: replace random_ether_addr() with eth_hw_addr_random()
Danny Kukawka
1
-1
/
+1
2012-02-13
virtio: net: remove sparse errors
Eric Dumazet
1
-4
/
+3
2012-01-12
virtio: net: Add freeze, restore handlers to support S4
Amit Shah
1
-0
/
+46
2012-01-12
virtio: net: Move vq and vq buf removal into separate function
Amit Shah
1
-8
/
+12
2012-01-12
virtio: net: Move vq initialization into separate function
Amit Shah
1
-19
/
+28
2012-01-12
virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf
Rusty Russell
1
-6
/
+6
2012-01-05
virtio_net: Pass gfp flags when allocating rx buffers.
Mike Waychison
1
-1
/
+2
2011-12-29
virtio_net: use non-reentrant workqueue.
Rusty Russell
1
-3
/
+3
2011-12-29
virtio_net: set/cancel work on ndo_open/ndo_stop
Rusty Russell
1
-4
/
+13
2011-12-19
module_param: make bool parameters really bool (net & drivers/net)
Rusty Russell
1
-1
/
+1
2011-12-08
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Jiri Pirko
1
-2
/
+4
2011-11-26
virtio_net: return already tracked tx_fifo_errors via virtnet_getstats()
Rick Jones
1
-0
/
+1
2011-11-16
enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs
Rick Jones
1
-0
/
+15
2011-11-02
virtio-net: Use virtio_config_val() for retrieving config
Sasha Levin
1
-9
/
+5
2011-10-24
Add ethtool -g support to virtio_net
Rick Jones
1
-0
/
+13
[next]