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
2023-08-16
sch_netem: fix issues in netem_change() vs get_dist_table()
Eric Dumazet
1
-34
/
+25
2023-08-16
netfilter: nf_tables: report use refcount overflow
Pablo Neira Ayuso
4
-71
/
+114
2023-08-16
nexthop: Fix infinite nexthop bucket dump when using maximum nexthop ID
Ido Schimmel
1
-5
/
+1
2023-08-16
nexthop: Make nexthop bucket dump more efficient
Ido Schimmel
1
-11
/
+5
2023-08-16
nexthop: Fix infinite nexthop dump when using maximum nexthop ID
Ido Schimmel
1
-5
/
+1
2023-08-16
net: tls: avoid discarding data on record close
Jakub Kicinski
1
-31
/
+33
2023-08-16
dccp: fix data-race around dp->dccps_mss_cache
Eric Dumazet
2
-3
/
+9
2023-08-16
xsk: fix refcount underflow in error path
Magnus Karlsson
1
-0
/
+1
2023-08-16
tunnels: fix kasan splat when generating ipv4 pmtu error
Florian Westphal
1
-1
/
+1
2023-08-16
net/smc: Use correct buffer sizes when switching between TCP and SMC
Gerd Bayer
1
-22
/
+51
2023-08-16
net/packet: annotate data-races around tp->status
Eric Dumazet
1
-6
/
+10
2023-08-16
mptcp: fix the incorrect judgment for msk->cb_flags
Xiang Yang
1
-1
/
+1
2023-08-16
bpf, sockmap: Fix bug that strp_done cannot be called
Xu Kuohai
1
-2
/
+8
2023-08-16
bpf, sockmap: Fix map type error in sock_map_del_link
Xu Kuohai
1
-5
/
+5
2023-08-16
net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()
Andrew Kanner
1
-6
/
+0
2023-08-16
mptcp: fix disconnect vs accept race
Paolo Abeni
2
-30
/
+29
2023-08-16
mptcp: avoid bogus reset on fallback close
Paolo Abeni
1
-1
/
+1
2023-08-16
ipv6: adjust ndisc_is_useropt() to also return true for PIO
Maciej Żenczykowski
1
-1
/
+2
2023-08-16
wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems()
Keith Yeo
1
-1
/
+4
2023-08-11
Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb
Sungwoo Kim
1
-0
/
+2
2023-08-11
libceph: fix potential hang in ceph_osdc_notify()
Ilya Dryomov
1
-6
/
+14
2023-08-11
tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopen
Eric Dumazet
1
-4
/
+5
2023-08-11
tcp_metrics: annotate data-races around tm->tcpm_net
Eric Dumazet
1
-4
/
+7
2023-08-11
tcp_metrics: annotate data-races around tm->tcpm_vals[]
Eric Dumazet
1
-9
/
+14
2023-08-11
tcp_metrics: annotate data-races around tm->tcpm_lock
Eric Dumazet
1
-2
/
+4
2023-08-11
tcp_metrics: annotate data-races around tm->tcpm_stamp
Eric Dumazet
1
-6
/
+13
2023-08-11
tcp_metrics: fix addr_same() helper
Eric Dumazet
1
-1
/
+1
2023-08-11
ip6mr: Fix skb_under_panic in ip6mr_cache_report()
Yue Haibing
1
-1
/
+1
2023-08-11
net: dcb: choose correct policy to parse DCB_ATTR_BCN
Lin Ma
1
-1
/
+1
2023-08-11
bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire
Tomas Glozar
1
-2
/
+0
2023-08-11
net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...
valis
1
-1
/
+0
2023-08-11
net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-free
valis
1
-1
/
+0
2023-08-11
net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-free
valis
1
-1
/
+0
2023-08-11
net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.
Kuniyuki Iwashima
1
-2
/
+13
2023-08-11
net: annotate data-races around sk->sk_priority
Eric Dumazet
8
-13
/
+14
2023-08-11
net: add missing data-race annotation for sk_ll_usec
Eric Dumazet
1
-1
/
+1
2023-08-11
net: add missing data-race annotations around sk->sk_peek_off
Eric Dumazet
2
-3
/
+3
2023-08-11
net: annotate data-races around sk->sk_mark
Eric Dumazet
19
-33
/
+34
2023-08-11
net: add missing READ_ONCE(sk->sk_rcvbuf) annotation
Eric Dumazet
1
-1
/
+1
2023-08-11
net: add missing READ_ONCE(sk->sk_sndbuf) annotation
Eric Dumazet
1
-1
/
+1
2023-08-11
net: add missing READ_ONCE(sk->sk_rcvlowat) annotation
Eric Dumazet
1
-1
/
+1
2023-08-11
net: annotate data-races around sk->sk_max_pacing_rate
Eric Dumazet
1
-3
/
+6
2023-08-11
net: annotate data-race around sk->sk_txrehash
Eric Dumazet
1
-2
/
+5
2023-08-11
net: annotate data-races around sk->sk_reserved_mem
Eric Dumazet
1
-3
/
+4
2023-08-11
net: sched: cls_u32: Fix match key mis-addressing
Jamal Hadi Salim
1
-6
/
+50
2023-08-11
rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length
Lin Ma
1
-2
/
+6
2023-08-11
bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing
Lin Ma
1
-1
/
+4
2023-08-11
wifi: cfg80211: Fix return value in scan logic
Ilan Peer
1
-1
/
+1
2023-08-03
mptcp: ensure subflow is unhashed before cleaning the backlog
Paolo Abeni
1
-1
/
+1
2023-08-03
rbd: harden get_lock_owner_info() a bit
Ilya Dryomov
1
-0
/
+1
[next]