index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
macvtap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-13
macvtap: fix uninitialized return value macvtap_ioctl_set_queue()
Jason Wang
1
-0
/
+2
2013-06-13
macvtap: slient sparse warnings
Jason Wang
1
-1
/
+1
2013-06-07
macvtap: enable multiqueue flag
Jason Wang
1
-5
/
+2
2013-06-07
macvtap: add TUNSETQUEUE ioctl
Jason Wang
1
-19
/
+116
2013-06-07
macvtap: eliminate linear search
Jason Wang
1
-44
/
+20
2013-06-07
macvtap: introduce macvtap_get_vlan()
Jason Wang
1
-7
/
+20
2013-06-07
macvtap: do not add self to waitqueue if doing a nonblock read
Jason Wang
1
-2
/
+5
2013-06-07
macvtap: fix a possible race between queue selection and changing queues
Jason Wang
1
-1
/
+1
2013-05-28
net: pass info struct via netdevice notifier
Jiri Pirko
1
-1
/
+1
2013-03-27
net: switch to use skb_probe_transport_header()
Jason Wang
1
-8
/
+1
2013-03-26
macvtap: set transport header before passing skb to lower device
Jason Wang
1
-0
/
+9
2013-02-27
macvtap: convert to idr_alloc()
Tejun Heo
1
-16
/
+5
2013-02-13
net: Fix possible wrong checksum generation.
Pravin B Shelar
1
-2
/
+2
2013-01-28
net: fix possible wrong checksum generation
Eric Dumazet
1
-1
/
+2
2012-08-12
macvtap: rcu_dereference outside read-lock section
Denis Efremov
1
-1
/
+2
2012-06-07
macvtap: use prepare_to_wait/finish_wait to ensure mb
Hong zhi guo
1
-5
/
+3
2012-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+38
2012-05-11
macvtap: restore vlan header on user read
Basil Gor
1
-5
/
+38
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
[next]