index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
tun.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: tun: record RX queue in skb before do_xdp_generic()
Gilberto Bertin
2020-04-12
1
-1
/
+2
*
tun: Don't put_page() for all negative return values from XDP program
Will Deacon
2020-04-06
1
-4
/
+6
*
tun: reject unsupported coalescing params
Jakub Kicinski
2020-03-06
1
-0
/
+1
*
tun: drop TUN_DEBUG and tun_debug()
Michal Kubecek
2020-03-05
1
-17
/
+0
*
tun: replace tun_debug() by netif_info()
Michal Kubecek
2020-03-05
1
-33
/
+27
*
tun: drop useless debugging statements
Michal Kubecek
2020-03-05
1
-13
/
+0
*
tun: get rid of DBG1() macro
Michal Kubecek
2020-03-05
1
-14
/
+0
*
tun: fix misleading comment format
Michal Kubecek
2020-03-05
1
-2
/
+1
*
tun: Remove unnecessary BUG_ON check in tun_net_xmit
David Ahern
2020-02-23
1
-2
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-26
1
-0
/
+4
|
\
|
*
tun: add mutex_unlock() call and napi.skb clearing in tun_get_user()
Eric Dumazet
2020-01-23
1
-0
/
+4
*
|
xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths
Toke Høiland-Jørgensen
2020-01-16
1
-2
/
+2
|
/
*
tun: fix data-race in gro_normal_list()
Petar Penkov
2019-11-15
1
-2
/
+2
*
tun: switch to u64_stats_t
Eric Dumazet
2019-11-07
1
-16
/
+16
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-20
1
-2
/
+2
|
\
|
*
tun: remove possible false sharing in tun_flow_update()
Eric Dumazet
2019-10-09
1
-2
/
+2
*
|
Revert "tun: call dev_get_valid_name() before register_netdevice()"
Eric Dumazet
2019-10-08
1
-3
/
+0
*
|
tun: fix memory leak in error path
Eric Dumazet
2019-10-08
1
-2
/
+12
|
/
*
netfilter: drop bridge nf reset from nf_reset
Florian Westphal
2019-10-01
1
-1
/
+1
*
tun: fix use-after-free when register netdev failed
Yang Yingliang
2019-09-12
1
-5
/
+11
*
tun: mark small packets as owned by the tap sock
Alexis Bauvin
2019-07-25
1
-3
/
+6
*
coallocate socket_wq with socket itself
Al Viro
2019-07-08
1
-5
/
+3
*
tun: wake up waitqueues after IFF_UP is set
Fei Li
2019-06-18
1
-10
/
+9
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
1
-10
/
+1
*
tuntap: synchronize through tfiles array instead of tun->numqueues
Jason Wang
2019-05-09
1
-1
/
+6
*
tuntap: fix dividing by zero in ebpf queue selection
Jason Wang
2019-05-09
1
-1
/
+6
*
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
2019-04-23
1
-1
/
+2
*
net: convert rps_needed and rfs_needed to new static branch api
Eric Dumazet
2019-03-23
1
-1
/
+1
*
tun: Remove unused first parameter of tun_get_iff()
Kirill Tkhai
2019-03-21
1
-4
/
+3
*
tun: Add ioctl() TUNGETDEVNETNS cmd to allow obtaining real net ns of tun device
Kirill Tkhai
2019-03-21
1
-0
/
+8
*
net: remove 'fallback' argument from dev->ndo_select_queue()
Paolo Abeni
2019-03-20
1
-2
/
+1
*
tun: add a missing rcu_read_unlock() in error path
Eric Dumazet
2019-03-16
1
-0
/
+1
*
tun: properly test for IFF_UP
Eric Dumazet
2019-03-15
1
-4
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-02
1
-2
/
+2
|
\
|
*
tun: remove unnecessary memory barrier
Timur Celik
2019-02-25
1
-1
/
+1
|
*
tun: fix blocking read
Timur Celik
2019-02-24
1
-2
/
+2
*
|
net: Don't set transport offset to invalid value
Maxim Mikityanskiy
2019-02-22
1
-2
/
+2
|
/
*
tun: move the call to tun_set_real_num_queues
George Amanakis
2019-01-30
1
-2
/
+1
*
tun: publish tfile after it's fully initialized
Stanislav Fomichev
2019-01-10
1
-4
/
+7
*
tun: replace get_cpu_ptr with this_cpu_ptr when bh disabled
Prashant Bhole
2018-12-14
1
-2
/
+4
*
net: dev: Add extack argument to dev_set_mac_address()
Petr Machata
2018-12-13
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-09
1
-4
/
+5
|
\
|
*
tun: remove skb access after netif_receive_skb
Prashant Bhole
2018-12-03
1
-1
/
+2
|
*
tun: forbid iface creation with rtnl ops
Nicolas Dichtel
2018-11-30
1
-3
/
+3
*
|
tun: remove unnecessary check in tun_flow_update
Li RongQing
2018-12-06
1
-4
/
+1
*
|
tun: align write-heavy flow entry members to a cache line
Li RongQing
2018-12-06
1
-3
/
+5
*
|
tun: implement carrier change
Nicolas Dichtel
2018-11-30
1
-1
/
+26
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-19
1
-1
/
+6
|
\
|
|
*
tuntap: fix multiqueue rx
Matthew Cover
2018-11-18
1
-1
/
+6
*
|
tun: use netdev_alloc_frag() in tun_napi_alloc_frags()
Eric Dumazet
2018-11-18
1
-8
/
+7
[next]