Zhi Yong Wu
|
73713357ab
tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()
|
11 years ago |
David S. Miller
|
34f9f43710
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
11 years ago |
Zhi Yong Wu
|
f96eb74c84
tun: remove unused parameter in tun_do_read()
|
11 years ago |
stephen hemminger
|
92d4ea6e41
tun: spelling fixes
|
11 years ago |
Zhi Yong Wu
|
d0b7da8afa
tun: update file current position
|
11 years ago |
Jason Wang
|
96f8d9ecf2
tuntap: limit head length of skb allocated
|
11 years ago |
Michael S. Tsirkin
|
5c0c52c910
tun: don't look at current when non-blocking
|
12 years ago |
Jason Wang
|
662ca437e7
tuntap: correctly handle error in tun_set_iff()
|
12 years ago |
Jason Wang
|
7bf6630523
tuntap: orphan frags before trying to set tx timestamp
|
12 years ago |
Jason Wang
|
4bfb0513ff
tuntap: purge socket error queue on detach
|
12 years ago |
Pavel Emelyanov
|
76975e9cb4
tun: Get skfilter layout
|
12 years ago |
Pavel Emelyanov
|
849c9b6f93
tun: Allow to skip filter on attach
|
12 years ago |
Pavel Emelyanov
|
3d407a80b6
tun: Report whether the queue is attached or not
|
12 years ago |
Pavel Emelyanov
|
fb7589a162
tun: Add ability to create tun device with given index
|
12 years ago |
David S. Miller
|
2ff1cf12c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
12 years ago |
Dan Carpenter
|
15718ea0d8
tun: signedness bug in tun_get_user()
|
12 years ago |
Weiping Pan
|
d9bf5f1309
tun: compare with 0 instead of total_len
|
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
|
6680ec68ef
tuntap: hardware vlan tx support
|
12 years ago |
Richard Cochran
|
eda2977291
tun: Support software transmit time stamping.
|
12 years ago |
Jason Wang
|
885291761d
tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS
|
12 years ago |
Jason Wang
|
3dd5c3308e
tuntap: 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 |
Michael S. Tsirkin
|
7e24bfbe43
tun: fix recovery from gup errors
|
12 years ago |
David S. Miller
|
d98cae64e4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
12 years ago |
Pavel Emelyanov
|
944a1376b6
tun: Turn tun_flow_init() into void fn
|
12 years ago |
Pavel Emelyanov
|
274038f8c9
tun: Report "persist" flag to userspace
|
12 years ago |
Jason Wang
|
19a6afb23e
tuntap: set SOCK_ZEROCOPY flag during open
|
12 years ago |