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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-27
xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprt
Chuck Lever
6
-130
/
+141
2020-03-27
xprtrdma: Extract sockaddr from struct rdma_cm_id
Chuck Lever
1
-21
/
+14
2020-03-27
xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_ep
Chuck Lever
6
-255
/
+240
2020-03-27
xprtrdma: Disconnect on flushed completion
Chuck Lever
3
-17
/
+45
2020-03-27
xprtrdma: Remove rpcrdma_ia::ri_flags
Chuck Lever
3
-67
/
+13
2020-03-27
xprtrdma: Invoke rpcrdma_ia_open in the connect worker
Chuck Lever
3
-142
/
+20
2020-03-27
xprtrdma: Allocate Protection Domain in rpcrdma_ep_create()
Chuck Lever
1
-16
/
+10
2020-03-27
xprtrdma: Refactor rpcrdma_ep_connect() and rpcrdma_ep_disconnect()
Chuck Lever
3
-20
/
+20
2020-03-27
xprtrdma: Clean up the post_send path
Chuck Lever
5
-18
/
+18
2020-03-27
xprtrdma: Refactor frwr_init_mr()
Chuck Lever
3
-8
/
+8
2020-03-27
xprtrdma: Invoke rpcrdma_ep_create() in the connect worker
Chuck Lever
3
-103
/
+56
2020-03-27
xprtrdma: Enhance MR-related trace points
Chuck Lever
1
-1
/
+1
2020-03-12
taprio: Fix sending packets without dequeueing them
Vinicius Costa Gomes
1
-3
/
+9
2020-03-12
net: memcg: fix lockdep splat in inet_csk_accept()
Eric Dumazet
1
-7
/
+7
2020-03-12
seg6: fix SRv6 L2 tunnels to use IANA-assigned protocol number
Paolo Lungaroni
2
-2
/
+2
2020-03-12
net: dsa: Don't instantiate phylink for CPU/DSA ports unless needed
Andrew Lunn
1
-3
/
+9
2020-03-12
net/packet: tpacket_rcv: do not increment ring index on drop
Willem de Bruijn
1
-6
/
+7
2020-03-12
net: caif: Add lockdep expression to RCU traversal primitive
Amol Grover
1
-1
/
+2
2020-03-11
mac80211: Do not send mesh HWMP PREQ if HWMP is disabled
Nicolas Cavallari
1
-1
/
+2
2020-03-11
nl80211: add missing attribute validation for channel switch
Jakub Kicinski
1
-0
/
+1
2020-03-11
nl80211: add missing attribute validation for beacon report scanning
Jakub Kicinski
1
-0
/
+2
2020-03-11
nl80211: add missing attribute validation for critical protocol indication
Jakub Kicinski
1
-0
/
+2
2020-03-11
net/smc: cancel event worker during device removal
Karsten Graul
1
-0
/
+1
2020-03-11
ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interface
Hangbin Liu
1
-0
/
+4
2020-03-11
net: memcg: late association of sock to memcg
Shakeel Butt
2
-1
/
+24
2020-03-10
Merge tag 'batadv-net-for-davem-20200306' of git://git.open-mesh.org/linux-merge
David S. Miller
1
-0
/
+4
2020-03-10
cgroup, netclassid: periodically release file_lock on classid updating
Dmitry Yakunin
1
-10
/
+37
2020-03-09
inet_diag: return classid for all socket types
Dmitry Yakunin
4
-34
/
+28
2020-03-09
gre: fix uninit-value in __iptunnel_pull_header
Eric Dumazet
1
-2
/
+10
2020-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
9
-14
/
+26
2020-03-06
netfilter: nft_chain_nat: inet family is missing module ownership
Pablo Neira Ayuso
1
-0
/
+1
2020-03-06
mptcp: always include dack if possible.
Paolo Abeni
1
-2
/
+17
2020-03-06
net: nfc: fix bounds checking bugs on "pipe"
Dan Carpenter
1
-3
/
+16
2020-03-05
netfilter: nf_tables: fix infinite loop when expr is not available
Florian Westphal
1
-7
/
+3
2020-03-05
netfilter: nf_tables: dump NFTA_CHAIN_FLAGS attribute
Pablo Neira Ayuso
1
-0
/
+5
2020-03-04
netfilter: nft_tunnel: add missing attribute validation for tunnels
Jakub Kicinski
1
-0
/
+2
2020-03-04
netfilter: nft_payload: add missing attribute validation for payload csum flags
Jakub Kicinski
1
-0
/
+1
2020-03-04
netfilter: cthelper: add missing attribute validation for cthelper
Jakub Kicinski
1
-0
/
+2
2020-03-04
netfilter: nf_tables: free flowtable hooks on hook register error
Florian Westphal
1
-1
/
+6
2020-03-04
netfilter: x_tables: xt_mttg_seq_next should increase position index
Vasily Averin
1
-3
/
+3
2020-03-04
netfilter: xt_recent: recent_seq_next should increase position index
Vasily Averin
1
-1
/
+1
2020-03-04
netfilter: synproxy: synproxy_cpu_seq_next should increase position index
Vasily Averin
1
-1
/
+1
2020-03-04
netfilter: nf_conntrack: ct_cpu_seq_next should increase position index
Vasily Averin
1
-1
/
+1
2020-03-04
net: dsa: fix phylink_start()/phylink_stop() calls
Russell King
3
-12
/
+30
2020-03-04
net/ipv6: remove the old peer route if change it to a new one
Hangbin Liu
1
-4
/
+17
2020-03-04
net/ipv6: need update peer route when modify metric
Hangbin Liu
1
-4
/
+16
2020-03-04
nfc: add missing attribute validation for vendor subcommand
Jakub Kicinski
1
-0
/
+2
2020-03-04
nfc: add missing attribute validation for deactivate target
Jakub Kicinski
1
-0
/
+1
2020-03-04
nfc: add missing attribute validation for SE API
Jakub Kicinski
1
-0
/
+1
2020-03-04
tipc: add missing attribute validation for MTU property
Jakub Kicinski
1
-0
/
+1
[next]