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
2024-03-11
Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linux
Linus Torvalds
1
-14
/
+43
2024-03-11
Merge tag 'linux_kselftest-kunit-6.9-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-1
/
+1
2024-03-09
Merge tag 'ceph-for-6.8-rc8' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-0
/
+3
2024-03-07
Merge tag 'nf-24-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
3
-6
/
+16
2024-03-07
netrom: Fix data-races around sysctl_net_busy_read
Jason Xing
2
-4
/
+4
2024-03-07
netrom: Fix a data-race around sysctl_netrom_link_fails_count
Jason Xing
1
-1
/
+1
2024-03-07
netrom: Fix a data-race around sysctl_netrom_routing_control
Jason Xing
1
-1
/
+1
2024-03-07
netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeout
Jason Xing
1
-1
/
+1
2024-03-07
netrom: Fix a data-race around sysctl_netrom_transport_requested_window_size
Jason Xing
1
-1
/
+1
2024-03-07
netrom: Fix a data-race around sysctl_netrom_transport_busy_delay
Jason Xing
1
-1
/
+1
2024-03-07
netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delay
Jason Xing
1
-1
/
+1
2024-03-07
netrom: Fix a data-race around sysctl_netrom_transport_maximum_tries
Jason Xing
1
-1
/
+1
2024-03-07
netrom: Fix a data-race around sysctl_netrom_transport_timeout
Jason Xing
1
-1
/
+1
2024-03-07
netrom: Fix data-races around sysctl_netrom_network_ttl_initialiser
Jason Xing
3
-4
/
+5
2024-03-07
netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiser
Jason Xing
1
-1
/
+1
2024-03-07
netrom: Fix a data-race around sysctl_netrom_default_path_quality
Jason Xing
1
-1
/
+1
2024-03-07
Merge tag 'ipsec-2024-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
4
-4
/
+13
2024-03-07
netfilter: nf_conntrack_h323: Add protection for bmp length out of range
Lena Wang
1
-0
/
+4
2024-03-07
netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeout
Pablo Neira Ayuso
1
-0
/
+1
2024-03-07
netfilter: nft_ct: fix l3num expectations with inet pseudo family
Florian Westphal
1
-6
/
+5
2024-03-07
netfilter: nf_tables: reject constant set with timeout
Pablo Neira Ayuso
1
-0
/
+3
2024-03-07
netfilter: nf_tables: disallow anonymous set with timeout flag
Pablo Neira Ayuso
1
-0
/
+3
2024-03-06
net/rds: fix WARNING in rds_conn_connect_if_down
Edward Adam Davis
2
-5
/
+4
2024-03-06
libceph: init the cursor when preparing sparse read in msgr2
Xiubo Li
1
-0
/
+3
2024-03-06
dpll: move all dpll<>netdev helpers to dpll code
Jakub Kicinski
2
-24
/
+2
2024-03-05
net/ipv6: avoid possible UAF in ip6_route_mpath_notify()
Eric Dumazet
1
-14
/
+7
2024-03-05
xfrm: set skb control buffer based on packet offload as well
Mike Yu
1
-1
/
+5
2024-03-05
xfrm: fix xfrm child route lookup for packet offload
Mike Yu
1
-1
/
+3
2024-03-04
page_pool: fix netlink dump stop/resume
Jakub Kicinski
1
-1
/
+2
2024-02-29
Merge tag 'for-net-2024-02-28' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
6
-11
/
+30
2024-02-29
tls: fix use-after-free on failed backlog decryption
Sabrina Dubroca
1
-7
/
+17
2024-02-29
tls: separate no-async decryption request handling from async
Sabrina Dubroca
1
-5
/
+8
2024-02-29
tls: fix peeking with sync+async decryption
Sabrina Dubroca
1
-3
/
+6
2024-02-29
tls: decrement decrypt_pending if no async completion will be called
Sabrina Dubroca
1
-0
/
+2
2024-02-29
Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
4
-0
/
+147
2024-02-29
net: hsr: Use correct offset for HSR TLV values in supervisory HSR frames
Lukasz Majewski
1
-1
/
+1
2024-02-29
rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back
Lin Ma
1
-6
/
+5
2024-02-29
netfilter: bridge: confirm multicast packets before passing them up the stack
Florian Westphal
3
-0
/
+127
2024-02-29
netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()
Ignat Korchagin
1
-0
/
+20
2024-02-28
Bluetooth: Enforce validation on max value of connection interval
Kai-Heng Feng
2
-1
/
+11
2024-02-28
Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST
Luiz Augusto von Dentz
1
-1
/
+4
2024-02-28
Bluetooth: mgmt: Fix limited discoverable off timeout
Frédéric Danis
1
-1
/
+3
2024-02-28
Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDR
Zijun Hu
1
-2
/
+2
2024-02-28
Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security
Yuxuan Hu
1
-1
/
+1
2024-02-28
Bluetooth: hci_sync: Fix accept_list when attempting to suspend
Luiz Augusto von Dentz
1
-1
/
+4
2024-02-28
Bluetooth: Avoid potential use-after-free in hci_error_reset
Ying Hsu
1
-3
/
+4
2024-02-28
Bluetooth: hci_sync: Check the correct flag before starting a scan
Jonas Dreßler
1
-1
/
+1
2024-02-28
net: hsr: Fix typo in the hsr_forward_do() function comment
Lukasz Majewski
1
-1
/
+1
2024-02-28
Merge tag 'wireless-2024-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
2
-1
/
+4
2024-02-28
net: test: Fix printf format specifier in skb_segment kunit test
David Gow
1
-1
/
+1
[next]