Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
09294d4623a3149ae2f5d35acf9d119bd957ddd8
/
drivers
/
net
/
tun.c
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
66d1b92
tun: don't zeroize sock->file on detach
by Stanislav Kinsbursky
· 12 years ago
8bbb181
tun: Fix formatting.
by David S. Miller
· 12 years ago
a117dac
net/tun: fix ioctl() based info leaks
by Mathias Krause
· 12 years ago
0690899
tun: experimental zero copy tx support
by Michael S. Tsirkin
· 12 years ago
868eefe
tun: orphan frags on xmit
by Michael S. Tsirkin
· 12 years ago
b09e786
tun: fix a crash bug and a memory leak
by Mikulas Patocka
· 12 years ago
344dc8e
drivers/net: Use eth_random_addr
by Joe Perches
· 12 years ago
2e42e47
drivers/net: Convert compare_ether_addr to ether_addr_equal
by Joe Perches
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
4da0bd73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
1ab5ecb
tun: don't hold network namespace by tun sockets
by Stanislav Kinsbursky
· 13 years ago
f2cedb6
net: replace random_ether_addr() with eth_hw_addr_random()
by Danny Kukawka
· 13 years ago
84b4050
Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers
by Rick Jones
· 13 years ago
c8f44af
net: introduce and use netdev_features_t for device features sets
by Michał Mirosław
· 13 years ago
33a5ba1
net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routines
by Rick Jones
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
550fd08
net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared
by Neil Horman
· 13 years ago
9f6ec8d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
bebd097
tun: teach the tun/tap driver to support netpoll
by Neil Horman
· 13 years ago
10a8d94
virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID
by Jason Wang
· 13 years ago
61a5ff1
tun: do not put self in waitq if doing a nonblock read
by Amos Kong
· 13 years ago
6f7c156
tun: dont force inline of functions
by stephen hemminger
· 13 years ago
a504b86
tun: reserves space for network in skb
by stephen hemminger
· 13 years ago
6403eab
drivers/net: Remove unnecessary semicolons
by Joe Perches
· 13 years ago
1c5cae8
net: call dev_alloc_name from register_netdevice
by Jiri Pirko
· 14 years ago
7073949
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
by David Decotigny
· 14 years ago
8825537
net: tun: convert to hw_features
by Michał Mirosław
· 14 years ago
6b8a66e
tun: Convert logging messages to pr_<level> and tun_debug
by Joe Perches
· 14 years ago
04ed3e7
net: change netdev->features to u32
by Michał Mirosław
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
55508d6
net: Use skb_checksum_start_offset()
by Michał Mirosław
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
bee3136
tun: keep link (carrier) state up to date
by Nolan Leake
· 14 years ago
ef3db4a
tun: avoid BUG, dump packet on GSO errors
by Michael S. Tsirkin
· 14 years ago
b1cdc46
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
578454f
driver core: add devname module aliases to allow module on-demand auto-loading
by Kay Sievers
· 14 years ago
8286274
tun: Update classid on packet injection
by Herbert Xu
· 14 years ago
ee289b6
drivers/net: remove useless semicolons
by Joe Perches
· 14 years ago
a4b7709
drivers/net: Remove unnecessary returns from void function()s
by Joe Perches
· 15 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 15 years ago
d9d52b5
tun: add ioctl to modify vnet header size
by Michael S. Tsirkin
· 15 years ago
4381548
net: sock_def_readable() and friends RCU conversion
by Eric Dumazet
· 15 years ago
aa39514
net: sk_sleep() helper
by Eric Dumazet
· 15 years ago
0110d6f
tun: orphan an skb on tx
by Michael S. Tsirkin
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
9940516
tun: socket filter support
by Michael S. Tsirkin
· 15 years ago
3ad2f3f
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
05c2828
tun: export underlying socket
by Michael S. Tsirkin
· 15 years ago
80924e5
tun: use tun_sk instead container_of
by Vitaliy Gusev
· 15 years ago
50857e2
net/tun: handle compat_ioctl directly
by Arnd Bergmann
· 15 years ago
Next »