index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
tun.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-23
tun: Remove unnecessary BUG_ON check in tun_net_xmit
David Ahern
1
-2
/
+0
2020-01-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+4
2020-01-23
tun: add mutex_unlock() call and napi.skb clearing in tun_get_user()
Eric Dumazet
1
-0
/
+4
2020-01-16
xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths
Toke Høiland-Jørgensen
1
-2
/
+2
2019-11-15
tun: fix data-race in gro_normal_list()
Petar Penkov
1
-2
/
+2
2019-11-07
tun: switch to u64_stats_t
Eric Dumazet
1
-16
/
+16
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2019-10-09
tun: remove possible false sharing in tun_flow_update()
Eric Dumazet
1
-2
/
+2
2019-10-08
Revert "tun: call dev_get_valid_name() before register_netdevice()"
Eric Dumazet
1
-3
/
+0
2019-10-08
tun: fix memory leak in error path
Eric Dumazet
1
-2
/
+12
2019-10-01
netfilter: drop bridge nf reset from nf_reset
Florian Westphal
1
-1
/
+1
2019-09-12
tun: fix use-after-free when register netdev failed
Yang Yingliang
1
-5
/
+11
2019-07-25
tun: mark small packets as owned by the tap sock
Alexis Bauvin
1
-3
/
+6
2019-07-08
coallocate socket_wq with socket itself
Al Viro
1
-5
/
+3
2019-06-18
tun: wake up waitqueues after IFF_UP is set
Fei Li
1
-10
/
+9
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-10
/
+1
2019-05-09
tuntap: synchronize through tfiles array instead of tun->numqueues
Jason Wang
1
-1
/
+6
2019-05-09
tuntap: fix dividing by zero in ebpf queue selection
Jason Wang
1
-1
/
+6
2019-04-23
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
1
-1
/
+2
2019-03-23
net: convert rps_needed and rfs_needed to new static branch api
Eric Dumazet
1
-1
/
+1
2019-03-21
tun: Remove unused first parameter of tun_get_iff()
Kirill Tkhai
1
-4
/
+3
2019-03-21
tun: Add ioctl() TUNGETDEVNETNS cmd to allow obtaining real net ns of tun device
Kirill Tkhai
1
-0
/
+8
2019-03-20
net: remove 'fallback' argument from dev->ndo_select_queue()
Paolo Abeni
1
-2
/
+1
2019-03-16
tun: add a missing rcu_read_unlock() in error path
Eric Dumazet
1
-0
/
+1
2019-03-15
tun: properly test for IFF_UP
Eric Dumazet
1
-4
/
+11
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2019-02-25
tun: remove unnecessary memory barrier
Timur Celik
1
-1
/
+1
2019-02-24
tun: fix blocking read
Timur Celik
1
-2
/
+2
2019-02-22
net: Don't set transport offset to invalid value
Maxim Mikityanskiy
1
-2
/
+2
2019-01-30
tun: move the call to tun_set_real_num_queues
George Amanakis
1
-2
/
+1
2019-01-10
tun: publish tfile after it's fully initialized
Stanislav Fomichev
1
-4
/
+7
2018-12-14
tun: replace get_cpu_ptr with this_cpu_ptr when bh disabled
Prashant Bhole
1
-2
/
+4
2018-12-13
net: dev: Add extack argument to dev_set_mac_address()
Petr Machata
1
-1
/
+1
2018-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+5
2018-12-06
tun: remove unnecessary check in tun_flow_update
Li RongQing
1
-4
/
+1
2018-12-06
tun: align write-heavy flow entry members to a cache line
Li RongQing
1
-3
/
+5
2018-12-03
tun: remove skb access after netif_receive_skb
Prashant Bhole
1
-1
/
+2
2018-11-30
tun: forbid iface creation with rtnl ops
Nicolas Dichtel
1
-3
/
+3
2018-11-30
tun: implement carrier change
Nicolas Dichtel
1
-1
/
+26
2018-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+6
2018-11-18
tuntap: fix multiqueue rx
Matthew Cover
1
-1
/
+6
2018-11-18
tun: use netdev_alloc_frag() in tun_napi_alloc_frags()
Eric Dumazet
1
-8
/
+7
2018-11-17
tun: Adjust on-stack tun_page initialization.
David S. Miller
1
-1
/
+3
2018-11-17
tuntap: free XDP dropped packets in a batch
Jason Wang
1
-3
/
+26
2018-11-07
tun: compute the RFS hash only if needed.
Paolo Abeni
1
-1
/
+2
2018-10-15
tun: Consistently configure generic netdev params via rtnetlink
Serhey Popovych
1
-0
/
+2
2018-10-10
net: tun: remove useless codes of tun_automq_select_queue
Wang Li
1
-22
/
+13
2018-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-16
/
+21
2018-10-01
tun: napi flags belong to tfile
Eric Dumazet
1
-9
/
+14
2018-10-01
tun: initialize napi_mutex unconditionally
Eric Dumazet
1
-1
/
+1
[prev]
[next]