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
2023-04-14
Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
21
-145
/
+201
2023-04-13
xdp: rss hash types representation
Jesper Dangaard Brouer
1
-1
/
+9
2023-04-13
skbuff: Fix a race between coalescing and releasing SKBs
Liang Chen
1
-8
/
+8
2023-04-13
udp6: fix potential access to stale information
Eric Dumazet
1
-3
/
+5
2023-04-13
mptcp: fix NULL pointer dereference on fastopen early fallback
Paolo Abeni
1
-2
/
+9
2023-04-13
mptcp: stricter state check in mptcp_worker
Paolo Abeni
1
-1
/
+1
2023-04-13
mptcp: use mptcp_schedule_work instead of open-coding it
Paolo Abeni
2
-15
/
+8
2023-04-13
sctp: fix a potential overflow in sctp_ifwdtsn_skip
Xin Long
1
-1
/
+2
2023-04-13
net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()
Ziyang Xuan
1
-3
/
+5
2023-04-13
rtnetlink: Restore RTM_NEW/DELLINK notification behavior
Martin Willi
2
-3
/
+10
2023-04-12
smc: Fix use-after-free in tcp_write_timer_handler().
Kuniyuki Iwashima
1
-0
/
+11
2023-04-12
Merge tag 'for-net-2023-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
6
-105
/
+126
2023-04-10
Merge tag '9p-6.3-fixes-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+4
2023-04-10
Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}
Luiz Augusto von Dentz
1
-18
/
+6
2023-04-10
Bluetooth: Set ISO Data Path on broadcast sink
Claudia Draghicescu
1
-1
/
+1
2023-04-10
Bluetooth: hci_conn: Fix possible UAF
Luiz Augusto von Dentz
1
-6
/
+24
2023-04-10
Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockopt
Luiz Augusto von Dentz
1
-7
/
+9
2023-04-10
Bluetooth: SCO: Fix possible circular locking dependency on sco_connect_cfm
Luiz Augusto von Dentz
1
-29
/
+40
2023-04-10
Bluetooth: Fix race condition in hidp_session_thread
Min Li
1
-1
/
+1
2023-04-10
Bluetooth: Fix printing errors if LE Connection times out
Luiz Augusto von Dentz
3
-15
/
+21
2023-04-10
Bluetooth: hci_conn: Fix not cleaning up on LE Connection failure
Luiz Augusto von Dentz
1
-28
/
+24
2023-04-08
net: openvswitch: fix race on port output
Felix Huettner
2
-1
/
+2
2023-04-08
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-2
/
+2
2023-04-07
tcp: restrict net.ipv4.tcp_app_win
YueHaibing
1
-0
/
+3
2023-04-06
Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
21
-101
/
+184
2023-04-05
can: isotp: fix race between isotp_sendsmg() and isotp_release()
Oliver Hartkopp
1
-24
/
+31
2023-04-05
can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT events
Michal Sojka
1
-1
/
+16
2023-04-05
can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infos
Oliver Hartkopp
1
-1
/
+1
2023-04-05
can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory access
Oleksij Rempel
1
-1
/
+4
2023-04-05
netlink: annotate lockless accesses to nlk->max_recvmsg_len
Eric Dumazet
1
-6
/
+9
2023-04-05
ethtool: reset #lanes when lanes is omitted
Andy Roulin
1
-3
/
+4
2023-04-05
ping: Fix potentail NULL deref for /proc/net/icmp.
Kuniyuki Iwashima
1
-4
/
+4
2023-04-05
raw: Fix NULL deref in raw_get_next().
Kuniyuki Iwashima
3
-29
/
+27
2023-04-04
Merge tag 'nfsd-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-4
/
+13
2023-04-04
sunrpc: only free unix grouplist after RCU settles
Jeff Layton
1
-4
/
+13
2023-04-03
ipv6: Fix an uninit variable access bug in __ip6_make_skb()
Ziyang Xuan
1
-1
/
+6
2023-04-03
net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT
Sricharan Ramabadhran
1
-6
/
+9
2023-04-02
sctp: check send stream number after wait_for_sndbuf
Xin Long
1
-0
/
+4
2023-04-02
net: don't let netpoll invoke NAPI if in xmit context
Jakub Kicinski
1
-1
/
+18
2023-04-02
9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race condition
Zheng Wang
1
-0
/
+4
2023-04-01
icmp: guard against too small mtu
Eric Dumazet
1
-0
/
+5
2023-03-31
Merge tag 'nfs-for-6.3-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-0
/
+1
2023-03-31
vsock/vmci: convert VMCI error code to -ENOMEM on send
Arseniy Krasnov
1
-1
/
+7
2023-03-31
l2tp: generate correct module alias strings
Andrea Righi
2
-8
/
+8
2023-03-31
net: qrtr: Fix a refcount bug in qrtr_recvmsg()
Ziyang Xuan
1
-0
/
+2
2023-03-31
virtio/vsock: fix leaks due to missing skb owner
Bobby Eshleman
1
-0
/
+10
2023-03-31
Merge tag 'wireless-2023-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
3
-15
/
+19
2023-03-31
Merge tag 'net-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
6
-24
/
+143
2023-03-30
net: dsa: sync unicast and multicast addresses for VLAN filters too
Vladimir Oltean
1
-5
/
+116
2023-03-30
wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta
Felix Fietkau
1
-1
/
+2
[next]