VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2023-11-06
net: dev: always take qdisc's busylock in __dev_xmit_skb()
Sebastian Andrzej Siewior
2023-11-06
net: Dequeue in dev_cpu_dead() without the lock
Sebastian Andrzej Siewior
2023-11-06
net: Use skbufhead with raw lock
Thomas Gleixner
2023-11-06
net/core: use local_bh_disable() in netif_rx_ni()
Sebastian Andrzej Siewior
2023-11-06
softirq: Check preemption after reenabling interrupts
Thomas Gleixner
2023-11-06
sunrpc: Make svc_xprt_do_enqueue() use get_cpu_light()
Mike Galbraith
2023-11-06
net: Remove preemption disabling in netif_rx()
Priyanka Jain
2023-11-06
tcp: Remove superfluous BH-disable around listening_hash
Sebastian Andrzej Siewior
2023-11-06
net: stats: Read the statistics in ___gnet_stats_copy_basic() instead of adding.
Sebastian Andrzej Siewior
2023-11-06
net: sched: Allow statistics reads from softirq.
Sebastian Andrzej Siewior
2023-11-06
net: sched: Remove Qdisc::running sequence counter
Ahmed S. Darwish
2023-11-06
net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types
Ahmed S. Darwish
2023-11-06
net: sched: Use _bstats_update/set() instead of raw writes
Ahmed S. Darwish
2023-11-06
net: sched: Protect Qdisc::bstats with u64_stats
Ahmed S. Darwish
2023-11-06
gen_stats: Move remaining users to gnet_stats_add_queue().
Sebastian Andrzej Siewior
2023-11-06
mq, mqprio: Use gnet_stats_add_queue().
Sebastian Andrzej Siewior
2023-11-06
gen_stats: Add gnet_stats_add_queue().
Sebastian Andrzej Siewior
2023-11-06
gen_stats: Add instead Set the value in __gnet_stats_copy_basic().
Sebastian Andrzej Siewior
2023-11-06
net/sched: sch_ets: properly init all active DRR list handles
Davide Caratti
2023-11-06
net/core: disable NET_RX_BUSY_POLL on PREEMPT_RT
Sebastian Andrzej Siewior
2023-06-10
open hci usb driver for usb dongle bluetooth
xiaoyong.zhu
2021-10-28
mptcp: fix corrupt receiver key in MPC + data + checksum
Davide Caratti
2021-10-28
net/tls: Fix flipped sign in async_wait.err assignment
Daniel Jordan
2021-10-28
net/tls: Fix flipped sign in tls_err_abort() calls
Daniel Jordan
2021-10-28
net/smc: Correct spelling mistake to TCPF_SYN_RECV
Wen Gu
2021-10-28
net/smc: Fix smc_link->llc_testlink_time overflow
Tony Lu
2021-10-27
Merge tag 'mac80211-for-net-2021-10-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
Jakub Kicinski
2021-10-26
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2021-10-26
net: Implement ->sock_is_readable() for UDP and AF_UNIX
Cong Wang
2021-10-26
skmsg: Extract and reuse sk_msg_is_readable()
Cong Wang
2021-10-26
net: Rename ->stream_memory_read to ->sock_is_readable
Cong Wang
2021-10-26
tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict function
Liu Jian
2021-10-26
net: batman-adv: fix error handling
Pavel Skripkin
2021-10-26
tipc: fix size validations for the MSG_CRYPTO type
Max VA
2021-10-26
net: multicast: calculate csum of looped-back and forwarded packets
Cyril Strejc
2021-10-25
net-sysfs: initialize uid and gid before calling net_ns_get_ownership
Xin Long
2021-10-25
net: Prevent infinite while loop in skb_tx_hash()
Michael Chan
2021-10-25
cfg80211: correct bridge/4addr mode check
Janusz Dziedzic
2021-10-25
cfg80211: fix management registrations locking
Johannes Berg
2021-10-22
bpf: Prevent increasing bpf_jit_limit above max
Lorenz Bauer
2021-10-22
sctp: add vtag check in sctp_sf_ootb
Xin Long
2021-10-22
sctp: add vtag check in sctp_sf_do_8_5_1_E_sa
Xin Long
2021-10-22
sctp: add vtag check in sctp_sf_violation
Xin Long
2021-10-22
sctp: fix the processing for COOKIE_ECHO chunk
Xin Long
2021-10-22
sctp: fix the processing for INIT_ACK chunk
Xin Long
2021-10-22
sctp: fix the processing for INIT chunk
Xin Long
2021-10-22
sctp: use init_tag from inithdr for ABORT chunk
Xin Long
2021-10-22
skb_expand_head() adjust skb->truesize incorrectly
Vasily Averin
2021-10-22
Merge tag 'mac80211-for-net-2021-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
Jakub Kicinski
2021-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2021-10-19
net: dsa: Fix an error handling path in 'dsa_switch_parse_ports_of()'
Christophe JAILLET
2021-10-19
can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX path
Marc Kleine-Budde
2021-10-18
net/sched: act_ct: Fix byte count on fragmented packets
Paul Blakey
2021-10-18
netfilter: ebtables: allocate chainstack on CPU local nodes
Davidlohr Bueso
2021-10-17
can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()
Ziyang Xuan
2021-10-17
can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()
Ziyang Xuan
2021-10-17
can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytes
Zhang Changzhong
2021-10-17
can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with error length
Zhang Changzhong
2021-10-17
can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_priv
Ziyang Xuan
2021-10-17
can: j1939: j1939_tp_rxtimer(): fix errant alert in j1939_tp_rxtimer
Ziyang Xuan
2021-10-16
net: bridge: mcast: use multicast_membership_interval for IGMPv3
Nikolay Aleksandrov
2021-10-15
ipv6: When forwarding count rx stats on the orig netdev
Stephen Suryaputra
2021-10-15
tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0
Leonard Crestez
2021-10-15
tcp: md5: Fix overlap between vrf and non-vrf keys
Leonard Crestez
2021-10-14
netfilter: ipvs: make global sysctl readonly in non-init netns
Antoine Tenart
2021-10-14
netfilter: ip6t_rt: fix rt0_hdr parsing in rt_mt6
Xin Long
2021-10-14
icmp: fix icmp_ext_echo_iio parsing in icmp_build_probe
Xin Long
2021-10-14
sctp: account stream padding length for reconf chunk
Eiichi Tsukata
2021-10-13
NFC: digital: fix possible memory leak in digital_in_send_sdd_req()
Ziyang Xuan
2021-10-13
NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()
Ziyang Xuan
2021-10-13
nfc: fix error handling of nfc_proto_register()
Ziyang Xuan
2021-10-13
Revert "net: procfs: add seq_puts() statement for dev_mcast"
Vladimir Oltean
2021-10-12
net: dsa: tag_ocelot_8021q: fix inability to inject STP BPDUs into BLOCKING ports
Vladimir Oltean
2021-10-12
net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch lib
Vladimir Oltean
2021-10-12
net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driver
Vladimir Oltean
2021-10-12
net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch driver
Vladimir Oltean
2021-10-12
net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver
Vladimir Oltean
2021-10-12
net: dsa: fix spurious error message when unoffloaded port leaves bridge
Alvin Šipraga
2021-10-12
ipv6: ioam: move the check for undefined bits
Justin Iurman
2021-10-12
af_unix: Rename UNIX-DGRAM to UNIX to maintain backwards compatability
Stephen Boyd
2021-10-09
net: dsa: hold rtnl_lock in dsa_switch_setup_tag_protocol
Vladimir Oltean
2021-10-08
mqprio: Correct stats in mqprio_dump_class_stats().
Sebastian Andrzej Siewior
2021-10-08
net: dsa: mv88e6xxx: isolate the ATU databases of standalone and bridged ports
Vladimir Oltean
2021-10-08
net: dsa: tag_dsa: send packets with TX fwd offload from VLAN-unaware bridges using VID 0
Vladimir Oltean
2021-10-08
net: dsa: fix bridge_num not getting cleared after ports leaving the bridge
Vladimir Oltean
2021-10-08
nfc: nci: fix the UAF of rf_conn_info object
Lin Ma
2021-10-08
net/smc: improved fix wait on already cleared link
Karsten Graul
2021-10-08
mptcp: fix possible stall on recvmsg()
Paolo Abeni
2021-10-07
Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2021-10-07
netfilter: nf_tables: skip netdev events generated on netns removal
Florian Westphal
2021-10-07
netfilter: Kconfig: use 'default y' instead of 'm' for bool config option
Vegard Nossum
2021-10-07
netfilter: xt_IDLETIMER: fix panic that occurs when timer_type has garbage value
Juhee Kang
2021-10-07
net: prefer socket bound to interface when not in VRF
Mike Manning
2021-10-07
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2021-10-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ ipsec
David S. Miller
2021-10-06
rtnetlink: fix if_nlmsg_stats_size() under estimation
Eric Dumazet
2021-10-06
unix: Fix an issue in unix_shutdown causing the other end read/write failures
Jiang Wang
2021-10-05
netlink: annotate data races around nlk->bound
Eric Dumazet
2021-10-05
net/sched: sch_taprio: properly cancel timer from taprio_destroy()
Eric Dumazet
2021-10-05
net: bridge: fix under estimation in br_get_linkxstats_size()
Eric Dumazet
2021-10-05
net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()
Eric Dumazet
2021-10-04
dsa: tag_dsa: Fix mask for trunked packets
Andrew Lunn
2021-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2021-10-02
netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notification
Pablo Neira Ayuso
2021-10-01
net_sched: fix NULL deref in fifo_set_limit()
Eric Dumazet
2021-10-01
SUNRPC: fix sign error causing rpcsec_gss drops
J. Bruce Fields
2021-10-01
cfg80211: scan: fix RCU in cfg80211_add_nontrans_list()
Johannes Berg
2021-10-01
mac80211: mesh: fix HE operation element length check
Johannes Berg
2021-09-30
af_unix: fix races in sk_peer_pid and sk_peer_cred accesses
Eric Dumazet
2021-09-30
net: dev_addr_list: handle first address in __hw_addr_add_ex
Jakub Kicinski
2021-09-30
net: sched: flower: protect fl_walk() with rcu
Vlad Buslov
2021-09-30
net: introduce and use lock_sock_fast_nested()
Paolo Abeni
2021-09-28
net: bridge: mcast: Associate the seqcount with its protecting lock.
Thomas Gleixner
2021-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2021-09-28
af_unix: Return errno instead of NULL in unix_create1().
Kuniyuki Iwashima
2021-09-28
net: udp: annotate data race around udp_sk(sk)->corkflag
Eric Dumazet
2021-09-28
netfilter: nf_tables: reverse order in rule replacement expansion
Pablo Neira Ayuso
2021-09-28
netfilter: nf_tables: add position handle in event notification
Pablo Neira Ayuso
2021-09-28
netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1
Florian Westphal
2021-09-28
bpf, test, cgroup: Use sk_{alloc,free} for test cases
Daniel Borkmann
2021-09-27
Merge tag 'mac80211-for-net-2021-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
David S. Miller
2021-09-27
mac80211: check return value of rhashtable_init
MichelleJin
2021-09-27
mac80211: fix use-after-free in CCMP/GCMP RX
Johannes Berg
2021-09-26
net: prevent user from passing illegal stab size
王贇
2021-09-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2021-09-24
net: ipv4: Fix rtnexthop len when RTA_FLOW is present
Xiao Liang
2021-09-24
mptcp: allow changing the 'backup' bit when no sockets are open
Davide Caratti
2021-09-24
mptcp: don't return sockets in foreign netns
Florian Westphal
2021-09-24
sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootb
Xin Long
2021-09-23
nexthop: Fix memory leaks in nexthop notification chain listeners
Ido Schimmel
2021-09-23
mac80211: mesh: fix potentially unaligned access
Johannes Berg
2021-09-23
mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotap
Lorenzo Bianconi
2021-09-23
mac80211: Drop frames from invalid MAC address in ad-hoc mode
YueHaibing
2021-09-23
mac80211: Fix ieee80211_amsdu_aggregate frag_tail bug
Chih-Kang Chang
2021-09-23
Revert "mac80211: do not use low data rates for data frames with no ack flag"
Felix Fietkau
2021-09-23
xfrm: fix rcu lock in xfrm_notify_userpolicy()
Nicolas Dichtel
2021-09-22
mptcp: ensure tx skbs always have the MPTCP ext
Paolo Abeni
2021-09-21
net: dsa: don't allocate the slave_mii_bus using devres
Vladimir Oltean
2021-09-21
net: dsa: fix dsa_tree_setup error path
Vladimir Oltean
2021-09-21
net/smc: fix 'workqueue leaked lock' in smc_conn_abort_work
Karsten Graul
2021-09-21
net/smc: add missing error check in smc_clc_prfx_set()
Karsten Graul
2021-09-21
netfilter: conntrack: serialize hash resizes and cleanups
Eric Dumazet
2021-09-21
netfilter: log: work around missing softdep backend module
Florian Westphal
2021-09-21
netfilter: iptable_raw: drop bogus net_init annotation
Florian Westphal
2021-09-21
netfilter: nf_nat_masquerade: defer conntrack walk to work queue
Florian Westphal
2021-09-21
netfilter: nf_nat_masquerade: make async masq_inet6_event handling generic
Florian Westphal
2021-09-21
netfilter: nf_tables: Fix oversized kvmalloc() calls
Pablo Neira Ayuso
2021-09-21
netfilter: nf_tables: unlink table before deleting it
Florian Westphal
2021-09-21
netfilter: nat: include zone id in nat table hash again
Florian Westphal
2021-09-21
netfilter: conntrack: include zone id in tuple hash again
Florian Westphal
2021-09-21
netfilter: conntrack: make max chain length random
Florian Westphal
2021-09-20
nexthop: Fix division by zero while replacing a resilient group
Ido Schimmel
2021-09-20
napi: fix race inside napi_enable
Xuan Zhuo
2021-09-19
net: dsa: tear down devlink port regions when tearing down the devlink port on error
Vladimir Oltean
2021-09-19
net: core: Correct the sock::sk_lock.owned lockdep annotations
Thomas Gleixner
2021-09-19
net: dsa: be compatible with masters which unregister on shutdown
Vladimir Oltean
2021-09-17
net: update NXP copyright text
Vladimir Oltean
2021-09-16
Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2021-09-15
net: dsa: flush switchdev workqueue before tearing down CPU/DSA ports
Vladimir Oltean
2021-09-15
net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setup
Vladimir Oltean
2021-09-15
netfilter: ip6_tables: zero-initialize fragment offset
Jeremy Sowden
2021-09-15
xfrm: notify default policy on update
Nicolas Dichtel
2021-09-15
xfrm: make user policy API complete
Nicolas Dichtel
2021-09-14
Revert "Revert "ipv4: fix memory leaks in ip_cmsg_send() callers""
Eric Dumazet
2021-09-14
tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()
zhenggy
2021-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2021-09-14
net-caif: avoid user-triggerable WARN_ON(1)
Eric Dumazet
2021-09-13
bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode
Daniel Borkmann
2021-09-14
ipvs: check that ip_vs_conn_tab_bits is between 8 and 20
Andrea Claudi
2021-09-14
netfilter: ipset: Fix oversized kvmalloc() calls
Jozsef Kadlecsik
2021-09-13
ipv6: delay fib6_sernum increase in fib6_add
zhang kai
2021-09-13
tipc: increase timeout in tipc_sk_enqueue()
Hoang Le
2021-09-13
udp_tunnel: Fix udp_tunnel_nic work-queue type
Aya Levin
2021-09-13
Revert "ipv4: fix memory leaks in ip_cmsg_send() callers"
Yajun Deng
2021-09-11
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2021-09-10
net/packet: clarify source of pr_*() messages
Baruch Siach
2021-09-09
net: xfrm: fix shift-out-of-bounds in xfrm_get_default
Pavel Skripkin
2021-09-09
net/l2tp: Fix reference count leak in l2tp_udp_recv_core
Xiyu Yang
2021-09-09
net/af_unix: fix a data-race in unix_dgram_poll
Eric Dumazet
2021-09-08
Merge tag 'nfsd-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2021-09-08
Merge tag '9p-for-5.15-rc1' of git://github.com/martinetd/linux
Linus Torvalds
2021-09-08
mctp: perform route destruction under RCU read lock
Jeremy Kerr
2021-09-08
dccp: don't duplicate ccid when cloning dccp sock
Lin, Zhenpeng
2021-09-07
Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2021-09-07
ieee802154: Remove redundant initialization of variable ret
Colin Ian King
2021-09-06
ip6_gre: Revert "ip6_gre: add validation for csum_start"
Willem de Bruijn
2021-09-06
af_vsock: rename variables in receive loop
Arseny Krasnov
2021-09-05
virtio/vsock: support MSG_EOR bit processing
Arseny Krasnov
2021-09-05
virtio/vsock: rename 'EOR' to 'EOM' bit.
Arseny Krasnov
2021-09-05
ip_gre: validate csum_start only on pull
Willem de Bruijn
2021-09-05
ip/ip6_gre: use the same logic as SIT interfaces when computing v6LL address
Antonio Quartulli
2021-09-05
net/9p: increase default msize to 128k
Christian Schoenebeck
2021-09-05
net/9p: use macro to define default msize
Christian Schoenebeck
2021-09-05
net/9p: increase tcp max msize to 1MB
Dominique Martinet
2021-09-04
Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2021-09-04
fq_codel: reject silly quantum parameters
Eric Dumazet
2021-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2021-09-03
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2021-09-03
SUNRPC: improve error response to over-size gss credential
NeilBrown
2021-09-03
netfilter: socket: icmp6: fix use-after-scope
Benjamin Hesmans