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
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-6
/
+6
2018-02-08
tuntap: add missing xdp flush
Jason Wang
1
-0
/
+15
2018-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-83
/
+376
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2018-01-22
tun: avoid calling xdp_rxq_info_unreg() twice
Cong Wang
1
-2
/
+0
2018-01-22
tun: add missing rcu annotation
Jason Wang
1
-1
/
+2
2018-01-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+14
2018-01-17
tun: allow to attach ebpf socket filter
Jason Wang
1
-4
/
+34
2018-01-17
tuntap: rename struct tun_steering_prog to struct tun_prog
Jason Wang
1
-16
/
+16
2018-01-17
tun: fix a memory leak for tfile->tx_array
Cong Wang
1
-2
/
+13
2018-01-09
tuntap: XDP transmission
Jason Wang
1
-32
/
+179
2018-01-09
tun/tap: use ptr_ring instead of skb_array
Jason Wang
1
-20
/
+22
2018-01-05
tun: setup xdp_rxq_info
Jesper Dangaard Brouer
1
-1
/
+23
2017-12-08
tuntap: fix possible deadlock when fail to register netdev
Jason Wang
1
-3
/
+4
2017-12-06
tun: avoid unnecessary READ_ONCE in tun_net_xmit
Willem de Bruijn
1
-3
/
+1
2017-12-05
tun: add eBPF based queue selection method
Jason Wang
1
-23
/
+122
2017-12-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+18
2017-12-02
tun: free skb in early errors
Wei Xu
1
-6
/
+18
2017-12-03
net: xdp: make the stack take care of the tear down
Jakub Kicinski
1
-4
/
+0
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-25
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+5
2017-11-24
net: accept UFO datagrams from tuntap and packet
Willem de Bruijn
1
-0
/
+2
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-3
/
+5
2017-11-19
tun: fix rcu_read_lock imbalance in tun_build_skb
Xin Long
1
-1
/
+2
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-42
/
+268
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
1
-1
/
+6
2017-11-05
net: bpf: rename ndo_xdp to ndo_bpf
Jakub Kicinski
1
-2
/
+2
2017-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2017-11-01
tun/tap: sanitize TUNSETSNDBUF input
Craig Gallek
1
-0
/
+4
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2017-10-28
tuntap: properly align skb->head before building skb
Jason Wang
1
-0
/
+1
2017-10-26
tun: allow positive return values on dev_get_valid_name() call
Julien Gomes
1
-1
/
+1
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-2
/
+2
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2017-10-22
tun: do not arm flow_gc_timer in tun_flow_init()
Eric Dumazet
1
-2
/
+0
2017-10-22
tun: avoid extra timer schedule in tun_flow_cleanup()
Eric Dumazet
1
-3
/
+6
2017-10-22
tun: do not block BH again in tun_flow_cleanup()
Eric Dumazet
1
-2
/
+2
2017-10-20
net-tun: fix panics at dismantle time
Eric Dumazet
1
-4
/
+7
2017-10-19
tun: relax check on eth_get_headlen() return value
Eric Dumazet
1
-1
/
+1
2017-10-16
tun: call dev_get_valid_name() before register_netdevice()
Cong Wang
1
-0
/
+3
2017-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+5
2017-09-28
tun: bail out from tun_get_user() if the skb is empty
Alexander Potapenko
1
-3
/
+5
2017-09-26
bpf: add meta pointer for direct access
Daniel Borkmann
1
-0
/
+1
2017-09-25
tun: delete original tun_get() and rename __tun_get() to tun_get()
yuan linyu
1
-15
/
+11
2017-09-25
tun: enable napi_gro_frags() for TUN/TAP driver
Petar Penkov
1
-6
/
+128
2017-09-25
tun: enable NAPI for TUN/TAP driver
Petar Penkov
1
-15
/
+118
2017-09-05
tun: rename generic_xdp to skb_xdp
Jason Wang
1
-7
/
+11
2017-09-05
tun: reserve extra headroom only when XDP is set
Jason Wang
1
-8
/
+18
2017-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2017-08-18
tun: handle register_netdevice() failures properly
Eric Dumazet
1
-0
/
+3
[next]