index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
macvtap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-26
1
-9
/
+9
|
\
|
*
macvtap: Ignore tap features when VNET_HDR is off
Vlad Yasevich
2013-08-20
1
-2
/
+4
|
*
macvtap: Correctly set tap features when IFF_VNET_HDR is disabled.
Vlad Yasevich
2013-08-20
1
-4
/
+0
|
*
macvtap: simplify usage of tap_features
Vlad Yasevich
2013-08-20
1
-4
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-16
1
-3
/
+9
|
\
|
|
*
macvtap: fix two races
Eric Dumazet
2013-08-11
1
-3
/
+9
*
|
net: attempt high order allocations in sock_alloc_send_pskb()
Eric Dumazet
2013-08-10
1
-1
/
+1
*
|
net: move zerocopy_sg_from_iovec() to net/core/datagram.c
Jason Wang
2013-08-07
1
-80
/
+0
*
|
net: move iov_pages() to net/core/iovec.c
Jason Wang
2013-08-07
1
-23
/
+0
|
/
*
macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS
Jason Wang
2013-07-18
1
-25
/
+37
*
macvtap: do not assume 802.1Q when send vlan packets
Jason Wang
2013-07-16
1
-1
/
+1
*
macvtap: fix the missing ret value of TUNSETQUEUE
Jason Wang
2013-07-16
1
-0
/
+1
*
macvtap: correctly linearize skb when zerocopy is used
Jason Wang
2013-07-10
1
-2
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-07-03
1
-2
/
+4
|
\
|
*
macvtap: fix recovery from gup errors
Michael S. Tsirkin
2013-06-25
1
-2
/
+4
*
|
macvtap: Perform GSO on forwarding path.
Vlad Yasevich
2013-06-25
1
-1
/
+31
*
|
macvtap: Let TUNSETOFFLOAD actually controll offload features.
Vlad Yasevich
2013-06-25
1
-1
/
+64
*
|
macvtap: Consistently use rcu functions
Vlad Yasevich
2013-06-25
1
-9
/
+9
*
|
macvtap: Convert to using rtnl lock
Vlad Yasevich
2013-06-25
1
-37
/
+25
*
|
macvtap: fix uninitialized return value macvtap_ioctl_set_queue()
Jason Wang
2013-06-13
1
-0
/
+2
*
|
macvtap: slient sparse warnings
Jason Wang
2013-06-13
1
-1
/
+1
*
|
macvtap: enable multiqueue flag
Jason Wang
2013-06-07
1
-5
/
+2
*
|
macvtap: add TUNSETQUEUE ioctl
Jason Wang
2013-06-07
1
-19
/
+116
*
|
macvtap: eliminate linear search
Jason Wang
2013-06-07
1
-44
/
+20
*
|
macvtap: introduce macvtap_get_vlan()
Jason Wang
2013-06-07
1
-7
/
+20
*
|
macvtap: do not add self to waitqueue if doing a nonblock read
Jason Wang
2013-06-07
1
-2
/
+5
*
|
macvtap: fix a possible race between queue selection and changing queues
Jason Wang
2013-06-07
1
-1
/
+1
*
|
net: pass info struct via netdevice notifier
Jiri Pirko
2013-05-28
1
-1
/
+1
|
/
*
net: switch to use skb_probe_transport_header()
Jason Wang
2013-03-27
1
-8
/
+1
*
macvtap: set transport header before passing skb to lower device
Jason Wang
2013-03-26
1
-0
/
+9
*
macvtap: convert to idr_alloc()
Tejun Heo
2013-02-27
1
-16
/
+5
*
net: Fix possible wrong checksum generation.
Pravin B Shelar
2013-02-13
1
-2
/
+2
*
net: fix possible wrong checksum generation
Eric Dumazet
2013-01-28
1
-1
/
+2
*
macvtap: rcu_dereference outside read-lock section
Denis Efremov
2012-08-12
1
-1
/
+2
*
macvtap: use prepare_to_wait/finish_wait to ensure mb
Hong zhi guo
2012-06-07
1
-5
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-05-16
1
-5
/
+38
|
\
|
*
macvtap: restore vlan header on user read
Basil Gor
2012-05-11
1
-5
/
+38
*
|
macvtap: zerocopy: validate vectors before building skb
Jason Wang
2012-05-02
1
-4
/
+21
*
|
macvtap: zerocopy: set SKBTX_DEV_ZEROCOPY only when skb is built successfully
Jason Wang
2012-05-02
1
-4
/
+5
*
|
macvtap: zerocopy: put page when fail to get all requested user pages
Jason Wang
2012-05-02
1
-2
/
+4
*
|
macvtap: zerocopy: fix truesize underestimation
Jason Wang
2012-05-02
1
-2
/
+4
*
|
macvtap: zerocopy: fix offset calculation when building skb
Jason Wang
2012-05-02
1
-6
/
+7
|
/
*
security: trim security.h
Al Viro
2012-02-14
1
-0
/
+1
*
macvtap: Fix macvtap_get_queue to use rxhash first
Krishna Kumar
2011-12-20
1
-8
/
+8
*
net: treewide use of RCU_INIT_POINTER
Eric Dumazet
2011-11-23
1
-4
/
+4
*
macvtap: Fix the minor device number allocation
Eric W. Biederman
2011-10-21
1
-16
/
+71
*
macvtap: Rewrite macvtap_newlink so the error handling works.
Eric W. Biederman
2011-10-21
1
-24
/
+49
*
macvtap: Don't leak unreceived packets when we delete a macvtap device.
Eric W. Biederman
2011-10-21
1
-0
/
+6
*
macvtap: Fix macvtap_open races in the zero copy enable code.
Eric W. Biederman
2011-10-21
1
-6
/
+5
*
macvtap: Close a race between macvtap_open and macvtap_dellink.
Eric W. Biederman
2011-10-21
1
-0
/
+2
[next]