index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
macvtap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-02
macvtap: zerocopy: validate vectors before building skb
Jason Wang
1
-4
/
+21
2012-05-02
macvtap: zerocopy: set SKBTX_DEV_ZEROCOPY only when skb is built successfully
Jason Wang
1
-4
/
+5
2012-05-02
macvtap: zerocopy: put page when fail to get all requested user pages
Jason Wang
1
-2
/
+4
2012-05-02
macvtap: zerocopy: fix truesize underestimation
Jason Wang
1
-2
/
+4
2012-05-02
macvtap: zerocopy: fix offset calculation when building skb
Jason Wang
1
-6
/
+7
2012-02-14
security: trim security.h
Al Viro
1
-0
/
+1
2011-12-20
macvtap: Fix macvtap_get_queue to use rxhash first
Krishna Kumar
1
-8
/
+8
2011-11-23
net: treewide use of RCU_INIT_POINTER
Eric Dumazet
1
-4
/
+4
2011-10-21
macvtap: Fix the minor device number allocation
Eric W. Biederman
1
-16
/
+71
2011-10-21
macvtap: Rewrite macvtap_newlink so the error handling works.
Eric W. Biederman
1
-24
/
+49
2011-10-21
macvtap: Don't leak unreceived packets when we delete a macvtap device.
Eric W. Biederman
1
-0
/
+6
2011-10-21
macvtap: Fix macvtap_open races in the zero copy enable code.
Eric W. Biederman
1
-6
/
+5
2011-10-21
macvtap: Close a race between macvtap_open and macvtap_dellink.
Eric W. Biederman
1
-0
/
+2
2011-09-20
macvtap: fix the uninitialized var using in macvtap_alloc_skb()
Jason Wang
1
-7
/
+5
2011-09-15
macvtap: convert to SKB paged frag API.
Ian Campbell
1
-4
/
+4
2011-07-07
macvtap: macvtapTX zero-copy support
Shirley Ma
1
-11
/
+121
2011-06-11
virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID
Jason Wang
1
-0
/
+2
2011-03-10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+2
2011-03-07
drivers/net/macvtap: fix error check
Nicolas Kaiser
1
-1
/
+2
2011-01-27
drivers/net: remove some rcu sparse warnings
Eric Dumazet
1
-8
/
+10
2011-01-13
net: remove dev_txq_stats_fold()
Eric Dumazet
1
-1
/
+1
2010-12-16
net: Use skb_checksum_start_offset()
Michał Mirosław
1
-2
/
+1
2010-08-16
macvtap: Implement multiqueue for macvtap driver
Krishna Kumar
1
-17
/
+82
2010-07-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+16
2010-07-22
macvtap: Limit packet queue length
Herbert Xu
1
-2
/
+16
2010-07-10
macvtap: Use dev_t for macvtap_major.
David S. Miller
1
-1
/
+1
2010-05-04
macvtap: add ioctl to modify vnet header size
Michael S. Tsirkin
1
-4
/
+23
2010-05-01
net: sock_def_readable() and friends RCU conversion
Eric Dumazet
1
-4
/
+9
2010-04-26
net: use sk_sleep()
Eric Dumazet
1
-3
/
+3
2010-04-20
net: sk_sleep() helper
Eric Dumazet
1
-2
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-18
macvtap: add GSO/csum offload support
Arnd Bergmann
1
-24
/
+182
2010-02-18
net/macvtap: add vhost support
Arnd Bergmann
1
-21
/
+77
2010-02-18
macvtap: rework object lifetime rules
Arnd Bergmann
1
-92
/
+91
2010-02-15
net/macvtap: fix reference counting
Arnd Bergmann
1
-13
/
+22
2010-02-03
net: macvtap driver
Arnd Bergmann
1
-0
/
+581