David S. Miller
|
b05930f5d1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
12 years ago |
Vlad Yasevich
|
e5733321d5
macvtap: Ignore tap features when VNET_HDR is off
|
12 years ago |
Vlad Yasevich
|
e558b0188b
macvtap: Correctly set tap features when IFF_VNET_HDR is disabled.
|
12 years ago |
Vlad Yasevich
|
a567dd6252
macvtap: simplify usage of tap_features
|
12 years ago |
David S. Miller
|
2ff1cf12c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
12 years ago |
Eric Dumazet
|
29d7919692
macvtap: fix two races
|
12 years ago |
Eric Dumazet
|
28d6427109
net: attempt high order allocations in sock_alloc_send_pskb()
|
12 years ago |
Jason Wang
|
c3bdeb5c7c
net: move zerocopy_sg_from_iovec() to net/core/datagram.c
|
12 years ago |
Jason Wang
|
b4bf07771f
net: move iov_pages() to net/core/iovec.c
|
12 years ago |
Jason Wang
|
ece793fcfc
macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS
|
12 years ago |
Jason Wang
|
0fbe0d47b1
macvtap: do not assume 802.1Q when send vlan packets
|
12 years ago |
Jason Wang
|
82a19eb8c0
macvtap: fix the missing ret value of TUNSETQUEUE
|
12 years ago |
Jason Wang
|
61d46bf979
macvtap: correctly linearize skb when zerocopy is used
|
12 years ago |
David S. Miller
|
0c1072ae02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
12 years ago |
Vlad Yasevich
|
3e4f8b7873
macvtap: Perform GSO on forwarding path.
|
12 years ago |
Vlad Yasevich
|
2be5c76794
macvtap: Let TUNSETOFFLOAD actually controll offload features.
|
12 years ago |
Vlad Yasevich
|
ac4e4af1e5
macvtap: Consistently use rcu functions
|
12 years ago |
Vlad Yasevich
|
441ac0fcaa
macvtap: Convert to using rtnl lock
|
12 years ago |
Michael S. Tsirkin
|
4c7ab054ab
macvtap: fix recovery from gup errors
|
12 years ago |
Jason Wang
|
f57855a54f
macvtap: fix uninitialized return value macvtap_ioctl_set_queue()
|
12 years ago |
Jason Wang
|
d9a90a3105
macvtap: slient sparse warnings
|
12 years ago |
Jason Wang
|
df09b36f22
macvtap: enable multiqueue flag
|
12 years ago |
Jason Wang
|
815f236d62
macvtap: add TUNSETQUEUE ioctl
|
12 years ago |
Jason Wang
|
376b1aabe1
macvtap: eliminate linear search
|
12 years ago |
Jason Wang
|
8f475a318a
macvtap: introduce macvtap_get_vlan()
|
12 years ago |
Jason Wang
|
89cee917de
macvtap: do not add self to waitqueue if doing a nonblock read
|
12 years ago |
Jason Wang
|
ed0483fa06
macvtap: fix a possible race between queue selection and changing queues
|
12 years ago |
Jiri Pirko
|
351638e7de
net: pass info struct via netdevice notifier
|
12 years ago |
Jason Wang
|
40893fd0fd
net: switch to use skb_probe_transport_header()
|
12 years ago |
Jason Wang
|
9b4d669bc0
macvtap: set transport header before passing skb to lower device
|
12 years ago |