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
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-01
sock: Introduce sk->sk_prot->psock_update_sk_prot()
Cong Wang
2
-25
/
+4
2021-04-01
sock_map: Introduce BPF_SK_SKB_VERDICT
Cong Wang
2
-1
/
+31
2021-04-01
sock_map: Kill sock_map_link_no_progs()
Cong Wang
1
-40
/
+15
2021-04-01
sock_map: Simplify sock_map_link() a bit
Cong Wang
1
-4
/
+5
2021-04-01
skmsg: Use GFP_KERNEL in sk_psock_create_ingress_msg()
Cong Wang
1
-1
/
+1
2021-04-01
skmsg: Use rcu work for destroying psock
Cong Wang
1
-12
/
+5
2021-04-01
skmsg: Avoid lock_sock() in sk_psock_backlog()
Cong Wang
2
-16
/
+35
2021-04-01
net: Introduce skb_send_sock() for sock_map
Cong Wang
1
-7
/
+48
2021-04-01
skmsg: Introduce a spinlock to protect ingress_msg
Cong Wang
1
-0
/
+3
2021-04-01
skmsg: Lock ingress_skb when purging
Cong Wang
1
-1
/
+1
2021-03-27
bpf: selftests: Add kfunc_call test
Martin KaFai Lau
1
-0
/
+1
2021-03-26
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+6
2021-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
6
-38
/
+135
2021-03-24
net: resolve forwarding path from virtual netdevice and HW destination address
Pablo Neira Ayuso
1
-0
/
+46
2021-03-24
net: make unregister netdev warning timeout configurable
Dmitry Vyukov
2
-1
/
+15
2021-03-23
net: set initial device refcount to 1
Eric Dumazet
1
-3
/
+6
2021-03-22
net-sysfs: remove possible sleep from an RCU read-side critical section
Antoine Tenart
1
-1
/
+1
2021-03-22
net: move the ptype_all and ptype_base declarations to include/linux/netdevice.h
Vladimir Oltean
1
-3
/
+0
2021-03-22
net: make xps_needed and xps_rxqs_needed static
Vladimir Oltean
1
-4
/
+2
2021-03-19
net: add CONFIG_PCPU_DEV_REFCNT
Eric Dumazet
1
-0
/
+10
2021-03-19
/net/core/: fix misspellings using codespell tool
Xiong Zhenwu
1
-1
/
+1
2021-03-19
net: NULL the old xps map entries when freeing them
Antoine Tenart
1
-0
/
+1
2021-03-19
net: fix use after free in xps
Antoine Tenart
1
-5
/
+12
2021-03-19
net-sysfs: move the xps cpus/rxqs retrieval in a common function
Antoine Tenart
1
-77
/
+48
2021-03-19
net-sysfs: move the rtnl unlock up in the xps show helpers
Antoine Tenart
1
-14
/
+11
2021-03-19
net: improve queue removal readability in __netif_set_xps_queue
Antoine Tenart
1
-6
/
+9
2021-03-19
net: add an helper to copy xps maps to the new dev_maps
Antoine Tenart
1
-20
/
+25
2021-03-19
net: move the xps maps to an array
Antoine Tenart
2
-45
/
+34
2021-03-19
net: remove the xps possible_mask
Antoine Tenart
2
-29
/
+15
2021-03-19
net: embed nr_ids in the xps maps
Antoine Tenart
2
-40
/
+43
2021-03-19
net: embed num_tc in the xps maps
Antoine Tenart
2
-50
/
+58
2021-03-19
net-sysfs: make xps_cpus_show and xps_rxqs_show consistent
Antoine Tenart
1
-15
/
+18
2021-03-19
net-sysfs: store the return of get_netdev_queue_index in an unsigned int
Antoine Tenart
1
-4
/
+7
2021-03-19
net-sysfs: convert xps_cpus_show to bitmap_zalloc
Antoine Tenart
1
-6
/
+6
2021-03-19
net: check all name nodes in __dev_alloc_name
Jiri Bohac
1
-0
/
+12
2021-03-18
net: fix race between napi kthread mode and busy poll
Wei Wang
1
-1
/
+18
2021-03-16
can: dev: Move device back to init netns on owning netns delete
Martin Willi
1
-1
/
+1
2021-03-15
net: export dev_set_threaded symbol
Lorenzo Bianconi
1
-0
/
+1
2021-03-15
bpf: Add getter and setter for SO_REUSEPORT through bpf_{g,s}etsockopt
Manu Bretelle
1
-0
/
+6
2021-03-15
flow_dissector: constify raw input data argument
Alexander Lobakin
1
-19
/
+22
2021-03-15
gro: give 'hash' variable in dev_gro_receive() a less confusing name
Alexander Lobakin
1
-6
/
+6
2021-03-15
gro: consistentify napi->gro_hash[x] access in dev_gro_receive()
Alexander Lobakin
1
-11
/
+11
2021-03-15
gro: simplify gro_list_prepare()
Alexander Lobakin
1
-8
/
+4
2021-03-15
flow_dissector: fix byteorder of dissected ICMP ID
Alexander Lobakin
1
-1
/
+1
2021-03-12
net: sock: simplify tw proto registration
Tonghao Zhang
1
-16
/
+28
2021-03-11
drop_monitor: Perform cleanup upon probe registration failure
Ido Schimmel
1
-0
/
+23
2021-03-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-2
/
+10
2021-03-10
skbuff: remove some unnecessary operation in skb_segment_list()
Yunsheng Lin
1
-12
/
+3
2021-03-10
net: core: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-03-10
net, bpf: Fix ip6ip6 crash with collect_md populated skbs
Daniel Borkmann
1
-22
/
+9
[next]