index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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-24
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-16
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-26
tun: remove unnecessary memory barrier
Timur Celik
1
-1
/
+1
2019-02-25
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-31
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-15
tun: replace get_cpu_ptr with this_cpu_ptr when bh disabled
Prashant Bhole
1
-2
/
+4
2018-12-14
net: dev: Add extack argument to dev_set_mac_address()
Petr Machata
1
-1
/
+1
2018-12-10
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-04
tun: remove skb access after netif_receive_skb
Prashant Bhole
1
-1
/
+2
2018-12-01
tun: forbid iface creation with rtnl ops
Nicolas Dichtel
1
-3
/
+3
2018-12-01
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-19
tuntap: fix multiqueue rx
Matthew Cover
1
-1
/
+6
2018-11-19
tun: use netdev_alloc_frag() in tun_napi_alloc_frags()
Eric Dumazet
1
-8
/
+7
2018-11-18
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-08
tun: compute the RFS hash only if needed.
Paolo Abeni
1
-1
/
+2
2018-10-16
tun: Consistently configure generic netdev params via rtnetlink
Serhey Popovych
1
-0
/
+2
2018-10-11
net: tun: remove useless codes of tun_automq_select_queue
Wang Li
1
-22
/
+13
2018-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-16
/
+21
2018-10-02
tun: napi flags belong to tfile
Eric Dumazet
1
-9
/
+14
2018-10-02
tun: initialize napi_mutex unconditionally
Eric Dumazet
1
-1
/
+1
2018-10-02
tun: remove unused parameters
Eric Dumazet
1
-6
/
+6
2018-09-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-43
/
+0
2018-09-24
tun: remove ndo_poll_controller
Eric Dumazet
1
-43
/
+0
2018-09-13
tuntap: accept an array of XDP buffs through sendmsg()
Jason Wang
1
-3
/
+114
2018-09-13
tun: switch to new type of msg_control
Jason Wang
1
-1
/
+5
2018-09-13
tuntap: move XDP flushing out of tun_do_xdp()
Jason Wang
1
-1
/
+2
2018-09-13
tuntap: split out XDP logic
Jason Wang
1
-37
/
+51
2018-09-13
tuntap: tweak on the path of skb XDP case in tun_build_skb()
Jason Wang
1
-15
/
+24
2018-09-13
tuntap: simplify error handling in tun_build_skb()
Jason Wang
1
-7
/
+3
2018-09-13
tuntap: enable bh early during processing XDP
Jason Wang
1
-7
/
+3
2018-09-13
tuntap: switch to use XDP_PACKET_HEADROOM
Jason Wang
1
-2
/
+1
2018-09-13
net: sock: introduce SOCK_XDP
Jason Wang
1
-0
/
+19
2018-08-21
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2018-08-04
tun: not use hardcoded mask value
Li RongQing
1
-1
/
+2
2018-07-21
signal: Use PIDTYPE_TGID to clearly store where file signals will be sent
Eric W. Biederman
1
-1
/
+1
[next]