index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
tun.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-23
tuntap: correctly set SOCKWQ_ASYNC_NOSPACE
Jason Wang
1
-4
/
+15
2018-05-16
tuntap: fix use after free during release
Jason Wang
1
-1
/
+1
2018-05-14
tun: fix use after free for ptr_ring
Jason Wang
1
-15
/
+12
2018-04-18
tun: fix vlan packet truncation
Bjørn Mork
1
-6
/
+1
2018-04-11
tun: send netlink notification when the device is modified
Sabrina Dubroca
1
-2
/
+22
2018-04-11
tun: set the flags before registering the netdevice
Sabrina Dubroca
1
-3
/
+6
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2018-03-14
tuntap: XDP_TX can use native XDP
Jason Wang
1
-11
/
+8
2018-03-09
vhost_net: examine pointer types during un-producing
Jason Wang
1
-1
/
+2
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-15
/
+7
2018-02-26
tuntap: correctly add the missing XDP flush
Jason Wang
1
-0
/
+1
2018-02-26
tuntap: disable preemption during XDP processing
Jason Wang
1
-0
/
+6
2018-02-26
Revert "tuntap: add missing xdp flush"
Jason Wang
1
-15
/
+0
2018-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+6
2018-02-17
tun: export flags, uid, gid, queue information over netlink
Sabrina Dubroca
1
-0
/
+56
2018-02-17
tun: fix tun_napi_alloc_frags() frag allocator
Eric Dumazet
1
-10
/
+6
2018-02-15
tun: Add ioctl() SIOCGSKNS cmd to allow obtaining net ns of tun device
Kirill Tkhai
1
-2
/
+14
2018-02-12
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-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-83
/
+376
2018-01-31
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2018-01-23
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-20
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-06
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-03
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-23
net: accept UFO datagrams from tuntap and packet
Willem de Bruijn
1
-0
/
+2
2017-11-22
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
[next]