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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-09
vlan: introduce vlan_dev_free_egress_priority
Xin Long
3
-5
/
+11
2022-02-09
ax25: fix UAF bugs of net_device caused by rebinding operation
Duoming Zhou
1
-1
/
+4
2022-02-09
net: dsa: fix panic when DSA master device unbinds on shutdown
Vladimir Oltean
1
-19
/
+6
2022-02-09
tipc: rate limit warning for received illegal binding update
Jon Maloy
1
-1
/
+1
2022-02-09
Merge tag 'linux-can-fixes-for-5.17-20220209' of git://git.kernel.org/pub/scm...
David S. Miller
1
-7
/
+22
2022-02-09
mctp: Add SIOCMCTP{ALLOC,DROP}TAG ioctls for tag control
Matt Johnston
2
-54
/
+249
2022-02-09
mctp: Allow keys matching any local address
Jeremy Kerr
2
-2
/
+10
2022-02-09
mctp: Add helper for address match checking
Jeremy Kerr
1
-5
/
+3
2022-02-09
mctp: tests: Add key state tests
Jeremy Kerr
1
-0
/
+137
2022-02-09
mctp: tests: Rename FL_T macro to FL_TO
Jeremy Kerr
1
-6
/
+6
2022-02-09
ip6_tunnel: fix possible NULL deref in ip6_tnl_xmit
Eric Dumazet
1
-1
/
+4
2022-02-09
ax25: fix NPD bug in ax25_disconnect
Duoming Zhou
1
-1
/
+1
2022-02-09
netfilter: ctnetlink: use dump structure instead of raw args
Florian Westphal
1
-12
/
+24
2022-02-09
nfqueue: enable to set skb->priority
Nicolas Dichtel
1
-0
/
+8
2022-02-09
netfilter: nft_cmp: optimize comparison for 16-bytes
Pablo Neira Ayuso
2
-2
/
+116
2022-02-09
netfilter: cttimeout: use option structure
Florian Westphal
2
-22
/
+20
2022-02-09
netfilter: ecache: don't use nf_conn spinlock
Florian Westphal
1
-12
/
+13
2022-02-09
can: isotp: fix error path in isotp_sendmsg() to unlock wait queue
Oliver Hartkopp
1
-6
/
+9
2022-02-09
can: isotp: fix potential CAN frame reception race in isotp_rcv()
Oliver Hartkopp
1
-1
/
+13
2022-02-09
ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path
Eric Dumazet
2
-0
/
+4
2022-02-09
net: remove default_device_exit()
Eric Dumazet
1
-8
/
+14
2022-02-09
can: gw: switch cangw_pernet_exit() to batch mode
Eric Dumazet
1
-3
/
+6
2022-02-09
ipmr: introduce ipmr_net_exit_batch()
Eric Dumazet
1
-5
/
+15
2022-02-09
ip6mr: introduce ip6mr_net_exit_batch()
Eric Dumazet
1
-5
/
+15
2022-02-09
ipv6: change fib6_rules_net_exit() to batch mode
Eric Dumazet
1
-3
/
+8
2022-02-09
ipv4: add fib_net_exit_batch()
Eric Dumazet
1
-3
/
+16
2022-02-09
nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()
Eric Dumazet
1
-4
/
+8
2022-02-09
ipv6/addrconf: switch to per netns inet6_addr_lst hash table
Eric Dumazet
1
-54
/
+23
2022-02-09
ipv6/addrconf: use one delayed work per netns
Eric Dumazet
1
-20
/
+24
2022-02-09
ipv6/addrconf: allocate a per netns hash table
Eric Dumazet
1
-0
/
+20
2022-02-09
net: add dev->dev_registered_tracker
Eric Dumazet
1
-2
/
+4
2022-02-08
Merge tag 'nfs-for-5.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
3
-2
/
+13
2022-02-08
SUNRPC: lock against ->sock changing during sysfs read
NeilBrown
2
-2
/
+10
2022-02-08
xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create
Dan Aloni
1
-0
/
+3
2022-02-08
ipv4: Use dscp_t in struct fib_alias
Guillaume Nault
4
-34
/
+45
2022-02-08
ipv4: Reject routes specifying ECN bits in rtm_tos
Guillaume Nault
2
-3
/
+15
2022-02-08
ipv4: Stop taking ECN bits into account in fib4-rules
Guillaume Nault
1
-8
/
+10
2022-02-08
ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rules
Guillaume Nault
1
-6
/
+13
2022-02-08
bpf: test_run: Fix overflow in bpf_test_finish frags parsing
Stanislav Fomichev
1
-2
/
+3
2022-02-08
bpf: test_run: Fix overflow in xdp frags parsing
Stanislav Fomichev
1
-2
/
+2
2022-02-07
ip6mr: fix use-after-free in ip6mr_sk_done()
Eric Dumazet
2
-3
/
+7
2022-02-07
caif: cleanup double word in comment
Tom Rix
1
-1
/
+1
2022-02-07
net/smc: use GFP_ATOMIC allocation in smc_pnet_add_eth()
Eric Dumazet
1
-1
/
+1
2022-02-07
net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()
Menglong Dong
1
-3
/
+7
2022-02-07
net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()
Menglong Dong
1
-3
/
+9
2022-02-07
net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()
Menglong Dong
1
-2
/
+3
2022-02-07
net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()
Menglong Dong
1
-4
/
+10
2022-02-07
net: ipv4: use kfree_skb_reason() in ip_rcv_core()
Menglong Dong
1
-2
/
+10
2022-02-07
net: netfilter: use kfree_drop_reason() for NF_DROP
Menglong Dong
1
-1
/
+2
2022-02-06
net/smc: fix ref_tracker issue in smc_pnet_add()
Eric Dumazet
1
-3
/
+5
[prev]
[next]