Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
506787a2c7daed45f0a213674ca706cbc83a9089
/
drivers
/
net
/
tun.c
e0b93ed
security: make security_file_set_fowner, f_setown and __f_setown void return
by Jeff Layton
· 10 years ago
c835a67
net: set name_assign_type in alloc_netdev()
by Tom Gundersen
· 10 years ago
9e641bd
net-tun: restructure tun_do_read for better sleep/wakeup efficiency
by Xi Wang
· 11 years ago
c956674
drivers/net: Use RCU_INIT_POINTER(x, NULL) in tun.c
by Monam Agarwal
· 11 years ago
6671b22
tun: remove bogus hardware vlan acceleration flags from vlan_features
by Fernando Luis Vazquez Cao
· 11 years ago
99932d4
netdevice: add queue selection fallback handler for ndo_select_queue
by Daniel Borkmann
· 11 years ago
93e14b6
tun: add device name(iff) field to proc fdinfo entry
by Masatake YAMATO
· 11 years ago
fa35864
tuntap: Fix for a race in accessing numqueues
by Dominic Curran
· 11 years ago
0a379e21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
f663dd9
net: core: explicitly select a txq before doing l2 forwarding
by Jason Wang
· 11 years ago
fbe4d45
tun, rfs: fix the incorrect hash value
by Zhi Yong Wu
· 11 years ago
9bc8893
tun: Add support for RFS on tun flows
by Tom Herbert
· 11 years ago
143c905
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
3958afa1b
net: Change skb_get_rxhash to skb_get_hash
by Tom Herbert
· 11 years ago
e6fd07c
tun: unbreak truncated packet signalling
by Jason Wang
· 11 years ago
bbd3762
net: Revert macvtap/tun truncation signalling changes.
by David S. Miller
· 11 years ago
923347b
tun: unbreak truncated packet signalling
by Jason Wang
· 11 years ago
42404c0
Revert "tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()"
by David S. Miller
· 11 years ago
7371335
tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()
by Zhi Yong Wu
· 11 years ago
34f9f43
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
f96eb74
tun: remove unused parameter in tun_do_read()
by Zhi Yong Wu
· 11 years ago
92d4ea6
tun: spelling fixes
by stephen hemminger
· 11 years ago
d0b7da8a
tun: update file current position
by Zhi Yong Wu
· 11 years ago
96f8d9e
tuntap: limit head length of skb allocated
by Jason Wang
· 11 years ago
5c0c52c
tun: don't look at current when non-blocking
by Michael S. Tsirkin
· 11 years ago
662ca43
tuntap: correctly handle error in tun_set_iff()
by Jason Wang
· 11 years ago
7bf6630
tuntap: orphan frags before trying to set tx timestamp
by Jason Wang
· 11 years ago
4bfb051
tuntap: purge socket error queue on detach
by Jason Wang
· 11 years ago
76975e9
tun: Get skfilter layout
by Pavel Emelyanov
· 11 years ago
849c9b6
tun: Allow to skip filter on attach
by Pavel Emelyanov
· 11 years ago
3d407a8
tun: Report whether the queue is attached or not
by Pavel Emelyanov
· 11 years ago
fb7589a
tun: Add ability to create tun device with given index
by Pavel Emelyanov
· 11 years ago
2ff1cf1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
15718ea
tun: signedness bug in tun_get_user()
by Dan Carpenter
· 11 years ago
d9bf5f1
tun: compare with 0 instead of total_len
by Weiping Pan
· 11 years ago
28d6427
net: attempt high order allocations in sock_alloc_send_pskb()
by Eric Dumazet
· 11 years ago
c3bdeb5
net: move zerocopy_sg_from_iovec() to net/core/datagram.c
by Jason Wang
· 11 years ago
b4bf077
net: move iov_pages() to net/core/iovec.c
by Jason Wang
· 11 years ago
6680ec6
tuntap: hardware vlan tx support
by Jason Wang
· 11 years ago
eda2977
tun: Support software transmit time stamping.
by Richard Cochran
· 11 years ago
8852917
tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS
by Jason Wang
· 11 years ago
3dd5c33
tuntap: correctly linearize skb when zerocopy is used
by Jason Wang
· 11 years ago
0c1072a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
7e24bfb
tun: fix recovery from gup errors
by Michael S. Tsirkin
· 11 years ago
d98cae64e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
944a137
tun: Turn tun_flow_init() into void fn
by Pavel Emelyanov
· 11 years ago
274038f
tun: Report "persist" flag to userspace
by Pavel Emelyanov
· 11 years ago
19a6afb
tuntap: set SOCK_ZEROCOPY flag during open
by Jason Wang
· 11 years ago
92bb73e
tuntap: fix a possible race between queue selection and changing queues
by Jason Wang
· 11 years ago
8e6d91a
tuntap: forbid changing mq flag for persistent device
by Jason Wang
· 12 years ago
5871768
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
3811ae7
net: tun: release the reference of tun device in tun_recvmsg
by Gao feng
· 12 years ago
e8dbad6
tuntap: correct the return value in tun_set_iff()
by Jason Wang
· 12 years ago
6e0895c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
3be8fba
tuntap: fix error return code in tun_set_iff()
by Wei Yongjun
· 12 years ago
c031799
tuntap: initialize vlan_features
by Jason Wang
· 12 years ago
40893fd
net: switch to use skb_probe_transport_header()
by Jason Wang
· 12 years ago
38502af
tuntap: set transport header before passing it to kernel
by Jason Wang
· 12 years ago
f7de0b9
tuntap: remove unused variable in __tun_detach()
by Wei Yongjun
· 12 years ago
f8af75f
tun: add a missing nf_reset() in tun_net_xmit()
by Eric Dumazet
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
c9af6db
net: Fix possible wrong checksum generation.
by Pravin B Shelar
· 12 years ago
188d1f7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
9e85722
tuntap: allow polling/writing/reading when detached
by Jason Wang
· 12 years ago
af668b3
tun: fix carrier on/off status
by Michael S. Tsirkin
· 12 years ago
f1e7b73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
cef401d
net: fix possible wrong checksum generation
by Eric Dumazet
· 12 years ago
b8732fb
tuntap: limit the number of flow caches
by Jason Wang
· 12 years ago
edfb6a1
tuntap: reduce memory using of queues
by Jason Wang
· 12 years ago
5dbbaf2
tun: fix LSM/SELinux labeling of tun/tap devices
by Paul Moore
· 12 years ago
dd38bd8
tuntap: fix leaking reference count
by Jason Wang
· 12 years ago
7c0c3b1
tuntap: forbid calling TUNSETIFF when detached
by Jason Wang
· 12 years ago
b8deabd
tuntap: switch to use rtnl_dereference()
by Jason Wang
· 12 years ago
9d43a18
tun: avoid owner checks on IFF_ATTACH_QUEUE
by Michael S. Tsirkin
· 12 years ago
6e331f4
tuntap: refuse to re-attach to different tun_struct
by Stefan Hajnoczi
· 12 years ago
9fdc6be
tuntap: dont use a private kmem_cache
by Eric Dumazet
· 12 years ago
d32649d
tuntap: fix sparse warning
by Jason Wang
· 12 years ago
76fe458
tuntap: reset network header before calling skb_get_rxhash()
by Eric Dumazet
· 12 years ago
4008e97
tuntap: fix ambigious multiqueue API
by Jason Wang
· 12 years ago
4997442
tuntap: dont use skb after netif_rx_ni(skb)
by Eric Dumazet
· 12 years ago
a676847
tun: allow setting ethernet addresss while running
by stephen hemminger
· 12 years ago
b3943ae
tun: correctly report an error in tun_flow_init()
by Paul Moore
· 12 years ago
5d09710
tun: only queue packets on device
by Michael S. Tsirkin
· 12 years ago
eb0fb36
tuntap: attach queue 0 before registering netdevice
by Jason Wang
· 12 years ago
3872baf
tun: put correct method name in a debug message.
by Rami Rosen
· 12 years ago
36fe8c09
vtun: fix typos.
by Rami Rosen
· 12 years ago
9ce99cf
tun: change tun_get_iff() prototype.
by Rami Rosen
· 12 years ago
c260b77
net: Allow userns root to control tun and tap devices
by Eric W. Biederman
· 12 years ago
149d36f
tun: report orphan frags errors to zero copy callback
by Michael S. Tsirkin
· 12 years ago
96442e42
tuntap: choose the txq based on rxq
by Jason Wang
· 12 years ago
cde8b15
tuntap: add ioctl to attach or detach a file form tuntap device
by Jason Wang
· 12 years ago
c8d68e6
tuntap: multiqueue support
by Jason Wang
· 12 years ago
6e914fc
tuntap: RCUify dereferencing between tun_struct and tun_file
by Jason Wang
· 12 years ago
54f968d
tuntap: move socket to tun_file
by Jason Wang
· 12 years ago
1e58833
tuntap: log the unsigned informaiton with %u
by Jason Wang
· 12 years ago
6a328d8
cgroup: net_cls: Rework update socket logic
by Daniel Wagner
· 12 years ago
fd9a08a
cgroup: net_cls: Pass in task to sock_update_classid()
by Daniel Wagner
· 12 years ago
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
f341980
cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.h
by Daniel Wagner
· 12 years ago
0625c88
userns: Convert tun/tap to use kuid and kgid where appropriate
by Eric W. Biederman
· 13 years ago
Next »