index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
macvtap.c
Age
Commit message (
Expand
)
Author
2012-06-07
macvtap: use prepare_to_wait/finish_wait to ensure mb
Hong zhi guo
2012-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-05-11
macvtap: restore vlan header on user read
Basil Gor
2012-05-02
macvtap: zerocopy: validate vectors before building skb
Jason Wang
2012-05-02
macvtap: zerocopy: set SKBTX_DEV_ZEROCOPY only when skb is built successfully
Jason Wang
2012-05-02
macvtap: zerocopy: put page when fail to get all requested user pages
Jason Wang
2012-05-02
macvtap: zerocopy: fix truesize underestimation
Jason Wang
2012-05-02
macvtap: zerocopy: fix offset calculation when building skb
Jason Wang
2012-02-14
security: trim security.h
Al Viro
2011-12-20
macvtap: Fix macvtap_get_queue to use rxhash first
Krishna Kumar
2011-11-23
net: treewide use of RCU_INIT_POINTER
Eric Dumazet
2011-10-21
macvtap: Fix the minor device number allocation
Eric W. Biederman
2011-10-21
macvtap: Rewrite macvtap_newlink so the error handling works.
Eric W. Biederman
2011-10-21
macvtap: Don't leak unreceived packets when we delete a macvtap device.
Eric W. Biederman
2011-10-21
macvtap: Fix macvtap_open races in the zero copy enable code.
Eric W. Biederman
2011-10-21
macvtap: Close a race between macvtap_open and macvtap_dellink.
Eric W. Biederman
2011-09-20
macvtap: fix the uninitialized var using in macvtap_alloc_skb()
Jason Wang
2011-09-15
macvtap: convert to SKB paged frag API.
Ian Campbell
2011-07-07
macvtap: macvtapTX zero-copy support
Shirley Ma
2011-06-11
virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID
Jason Wang
2011-03-10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-03-07
drivers/net/macvtap: fix error check
Nicolas Kaiser
2011-01-27
drivers/net: remove some rcu sparse warnings
Eric Dumazet
2011-01-13
net: remove dev_txq_stats_fold()
Eric Dumazet
2010-12-16
net: Use skb_checksum_start_offset()
Michał Mirosław
2010-08-16
macvtap: Implement multiqueue for macvtap driver
Krishna Kumar
2010-07-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-07-22
macvtap: Limit packet queue length
Herbert Xu
2010-07-10
macvtap: Use dev_t for macvtap_major.
David S. Miller
2010-05-04
macvtap: add ioctl to modify vnet header size
Michael S. Tsirkin
2010-05-01
net: sock_def_readable() and friends RCU conversion
Eric Dumazet
2010-04-26
net: use sk_sleep()
Eric Dumazet
2010-04-20
net: sk_sleep() helper
Eric Dumazet
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-02-18
macvtap: add GSO/csum offload support
Arnd Bergmann
2010-02-18
net/macvtap: add vhost support
Arnd Bergmann
2010-02-18
macvtap: rework object lifetime rules
Arnd Bergmann
2010-02-15
net/macvtap: fix reference counting
Arnd Bergmann
2010-02-03
net: macvtap driver
Arnd Bergmann