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
*
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2021-08-24
1
-2
/
+6
*
tun: use DEVICE_ATTR_RO macro
YueHaibing
2021-05-19
1
-8
/
+8
*
net: tun: Remove redundant assignment to ret
Yang Li
2021-04-28
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-09
1
-0
/
+48
|
\
|
*
net: tun: set tun->dev->addr_len during TUNSETLINK processing
Phillip Potter
2021-04-06
1
-0
/
+48
*
|
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
2021-03-18
1
-6
/
+9
|
/
*
net: fix dev_ifsioc_locked() race condition
Cong Wang
2021-02-11
1
-3
/
+2
*
net: tun: fix misspellings using codespell tool
Menglong Dong
2021-01-19
1
-1
/
+1
*
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
2021-01-08
1
-4
/
+1
*
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
2021-01-08
1
-4
/
+3
*
tap/tun: add skb_zcopy_init() helper for initialization.
Jonathan Lemon
2021-01-07
1
-2
/
+1
*
net: group skb_shinfo zerocopy related bits together.
Jonathan Lemon
2021-01-07
1
-2
/
+1
*
skbuff: Add skb parameter to the ubuf zerocopy callback
Jonathan Lemon
2021-01-07
1
-1
/
+1
*
tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGS
Yunjian Wang
2020-12-28
1
-1
/
+1
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-04
1
-1
/
+1
|
\
|
*
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
2020-12-01
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-27
1
-3
/
+11
|
\
\
|
*
|
tun: honor IOCB_NOWAIT flag
Jens Axboe
2020-11-21
1
-3
/
+11
*
|
|
net/tun: Call type change netdev notifiers
Martin Schiller
2020-11-23
1
-1
/
+10
|
|
/
|
/
|
*
|
tun: switch to net core provided statistics counters
Heiner Kallweit
2020-11-09
1
-87
/
+34
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-04
1
-3
/
+3
|
\
|
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-3
/
+3
*
|
net-tun: Eliminate two tun/xdp related function calls from vhost-net
Maciej Żenczykowski
2020-08-19
1
-18
/
+0
*
|
net-tun: Add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()
Maciej Żenczykowski
2020-08-19
1
-3
/
+3
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-08-03
1
-15
/
+0
|
\
|
*
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
2020-07-25
1
-15
/
+0
*
|
tun: add missing rcu annotation in tun_set_ebpf()
Jason Wang
2020-07-31
1
-1
/
+1
|
/
*
tun: implement header_ops->parse_protocol for AF_PACKET
Jason A. Donenfeld
2020-06-30
1
-0
/
+2
*
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
2020-06-01
1
-1
/
+1
*
tun: correct header offsets in napi frags mode
Willem de Bruijn
2020-06-01
1
-4
/
+10
*
tun: Add XDP frame size
Jesper Dangaard Brouer
2020-05-14
1
-0
/
+2
*
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
[next]