index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
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
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
2011-10-21
virtio_net: fix truesize underestimation
Eric Dumazet
1
-1
/
+1
2011-10-20
virtio_net: Clean up set_skb_frag()
Krishna Kumar
1
-8
/
+5
2011-10-19
net: add skb frag size accessors
Eric Dumazet
1
-4
/
+4
2011-10-06
virtio-net: Verify page list size before fitting into skb
Sasha Levin
1
-0
/
+13
2011-09-22
virtionet: convert to SKB paged frag API.
Ian Campbell
1
-1
/
+1
2011-08-17
net: introduce IFF_UNICAST_FLT private flag
Jiri Pirko
1
-0
/
+1
2011-07-21
virtio_net: Fix panic in virtnet_remove
Krishna Kumar
1
-9
/
+1
2011-06-30
virtio-net: per cpu 64 bit stats (v2)
stephen hemminger
1
-6
/
+79
2011-06-11
virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID
Jason Wang
1
-0
/
+2
2011-05-30
virtio_net: delay TX callbacks
Michael S. Tsirkin
1
-1
/
+1
2011-04-01
virtio_net: convert to hw_features
Michał Mirosław
1
-27
/
+19
2011-02-10
virtio_net: Add schedule check to napi_enable call
Bruce Rogers
1
-11
/
+16
2010-12-16
net: Use skb_checksum_start_offset()
Michał Mirosław
1
-1
/
+1
2010-11-12
virtio-net: init link state correctly
Jason Wang
1
-3
/
+9
2010-08-17
ethtool: Provide a default implementation of ethtool_ops::get_drvinfo
Ben Hutchings
1
-14
/
+0
2010-08-04
virtio_net: implements ethtool_ops.get_drvinfo
Rusty Russell
1
-0
/
+14
2010-07-02
virtio_net: fix oom handling on tx
Rusty Russell
1
-8
/
+13
2010-07-02
virtio_net: do not reschedule rx refill forever
Michael S. Tsirkin
1
-4
/
+3
2010-06-01
virtio-net: pass gfp to add_buf
Michael S. Tsirkin
1
-4
/
+4
2010-05-21
Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Linus Torvalds
1
-23
/
+23
2010-05-19
virtio_net: use virtqueue_xxx wrappers
Michael S. Tsirkin
1
-23
/
+23
2010-04-14
virtio_net: Fix mis-merge.
David S. Miller
1
-1
/
+0
2010-04-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-04-12
virtio_net: missing sg_init_table
Shirley Ma
1
-0
/
+2
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
[next]