index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
2022-11-01
net: tun: fix bugs for oversize packet when napi frags enabled
Ziyang Xuan
1
-1
/
+2
2022-09-30
net: tun: Convert to use sysfs_emit() APIs
Wang Yufen
1
-7
/
+7
2022-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+6
2022-09-23
tun: support not enabling carrier in TUNSETIFF
Patrick Rohr
1
-3
/
+6
2022-09-01
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-4
/
+4
2022-06-30
net: tun: avoid disabling NAPI twice
Jakub Kicinski
1
-1
/
+2
2022-06-28
net: tun: stop NAPI when detaching queues
Jakub Kicinski
1
-1
/
+10
2022-06-25
net: tun: unlink NAPI from device on destruction
Jakub Kicinski
1
-0
/
+1
2022-05-06
net: switch to netif_napi_add_tx()
Jakub Kicinski
1
-2
/
+1
2022-04-14
tun: annotate access to queue->trans_start
Antoine Tenart
1
-1
/
+1
2022-03-12
net: add per-cpu storage and net->core_stats
Eric Dumazet
1
-8
/
+8
2022-03-07
tun: vxlan: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-03-06
net: tun: track dropped skb via kfree_skb_reason()
Dongli Zhang
1
-9
/
+28
2022-03-06
net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"
Dongli Zhang
1
-1
/
+4
2022-03-03
tuntap: add sanity checks about msg_controllen in sendmsg
Harold Huang
1
-1
/
+2
2022-03-02
tun: support NAPI for packets received from batched XDP buffs
Harold Huang
1
-13
/
+30
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
2021-12-18
tun: avoid double free in tun_free_netdev
George Kennedy
1
-56
/
+59
2021-12-14
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
1
-1
/
+1
2021-11-15
tun: fix bonding active backup with arp monitoring
Nicolas Dichtel
1
-0
/
+5
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
1
-2
/
+6
2021-05-19
tun: use DEVICE_ATTR_RO macro
YueHaibing
1
-8
/
+8
2021-04-28
net: tun: Remove redundant assignment to ret
Yang Li
1
-1
/
+0
2021-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+48
2021-04-07
net: tun: set tun->dev->addr_len during TUNSETLINK processing
Phillip Potter
1
-0
/
+48
2021-03-18
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
1
-6
/
+9
2021-02-12
net: fix dev_ifsioc_locked() race condition
Cong Wang
1
-3
/
+2
2021-01-20
net: tun: fix misspellings using codespell tool
Menglong Dong
1
-1
/
+1
2021-01-09
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
1
-4
/
+1
2021-01-09
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
1
-4
/
+3
2021-01-08
tap/tun: add skb_zcopy_init() helper for initialization.
Jonathan Lemon
1
-2
/
+1
2021-01-08
net: group skb_shinfo zerocopy related bits together.
Jonathan Lemon
1
-2
/
+1
2021-01-08
skbuff: Add skb parameter to the ubuf zerocopy callback
Jonathan Lemon
1
-1
/
+1
2020-12-29
tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGS
Yunjian Wang
1
-1
/
+1
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+1
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
1
-1
/
+1
2020-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+11
2020-11-23
net/tun: Call type change netdev notifiers
Martin Schiller
1
-1
/
+10
2020-11-22
tun: honor IOCB_NOWAIT flag
Jens Axboe
1
-3
/
+11
2020-11-10
tun: switch to net core provided statistics counters
Heiner Kallweit
1
-87
/
+34
2020-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-3
/
+3
2020-08-20
net-tun: Eliminate two tun/xdp related function calls from vhost-net
Maciej Żenczykowski
1
-18
/
+0
2020-08-20
net-tun: Add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()
Maciej Żenczykowski
1
-3
/
+3
2020-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-15
/
+0
2020-08-01
tun: add missing rcu annotation in tun_set_ebpf()
Jason Wang
1
-1
/
+1
2020-07-26
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
1
-15
/
+0
2020-06-30
tun: implement header_ops->parse_protocol for AF_PACKET
Jason A. Donenfeld
1
-0
/
+2
2020-06-02
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
1
-1
/
+1
2020-06-01
tun: correct header offsets in napi frags mode
Willem de Bruijn
1
-4
/
+10
[next]