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
pinetabv-6.6.y-devel
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-11-20
9p/net: fix possible memory leak in p9_check_errors()
Hangyu Hua
1
-2
/
+4
2023-11-20
ipv6: avoid atomic fragment on GSO packets
Yan Zhai
1
-1
/
+7
2023-11-20
mptcp: properly account fastopen data
Paolo Abeni
1
-0
/
+1
2023-11-20
Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/err
Marcel Ziswiler
1
-2
/
+2
2023-11-20
Bluetooth: Make handle of hci_conn be unique
Ziyang Xuan
4
-50
/
+51
2023-11-20
Bluetooth: ISO: Pass BIG encryption info through QoS
Iulia Tanasescu
3
-19
/
+55
2023-11-20
wifi: mac80211: Fix setting vif links
Ilan Peer
1
-1
/
+1
2023-11-20
wifi: mac80211: don't recreate driver link debugfs in reconfig
Johannes Berg
1
-3
/
+6
2023-11-20
tcp: fix cookie_init_timestamp() overflows
Eric Dumazet
1
-13
/
+7
2023-11-20
net: skb_find_text: Ignore patterns extending past 'to'
Phil Sutter
1
-1
/
+2
2023-11-20
netfilter: nf_tables: Drop pointless memset when dumping rules
Phil Sutter
1
-4
/
+0
2023-11-20
tcp_metrics: do not create an entry from tcp_init_metrics()
Eric Dumazet
1
-1
/
+1
2023-11-20
tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()
Eric Dumazet
1
-5
/
+4
2023-11-20
tcp_metrics: add missing barriers on delete
Eric Dumazet
1
-2
/
+2
2023-11-20
wifi: mac80211: fix check for unusable RX result
Johannes Berg
2
-1
/
+4
2023-11-20
tipc: Use size_add() in calls to struct_size()
Gustavo A. R. Silva
1
-2
/
+2
2023-11-20
tls: Use size_add() in call to struct_size()
Gustavo A. R. Silva
1
-1
/
+1
2023-11-20
tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKed
Aananth V
1
-4
/
+5
2023-11-20
udplite: fix various data-races
Eric Dumazet
2
-14
/
+16
2023-11-20
udplite: remove UDPLITE_BIT
Eric Dumazet
2
-2
/
+0
2023-11-20
udp: annotate data-races around udp->encap_type
Eric Dumazet
5
-13
/
+15
2023-11-20
udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO
Eric Dumazet
3
-9
/
+5
2023-11-20
udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags
Eric Dumazet
1
-1
/
+1
2023-11-20
udp: add missing WRITE_ONCE() around up->encap_rcv
Eric Dumazet
1
-2
/
+4
2023-11-20
udp: move udp->gro_enabled to udp->udp_flags
Eric Dumazet
3
-6
/
+6
2023-11-20
udp: move udp->no_check6_rx to udp->udp_flags
Eric Dumazet
2
-5
/
+5
2023-11-20
udp: move udp->no_check6_tx to udp->udp_flags
Eric Dumazet
2
-4
/
+4
2023-11-20
udp: introduce udp->udp_flags
Eric Dumazet
2
-9
/
+9
2023-11-20
wifi: mac80211: fix # of MSDU in A-MSDU calculation
Johannes Berg
1
-1
/
+1
2023-11-20
wifi: cfg80211: fix off-by-one in element defrag
Johannes Berg
1
-2
/
+2
2023-11-20
wifi: mac80211: fix RCU usage warning in mesh fast-xmit
Johannes Berg
1
-1
/
+1
2023-11-20
wifi: mac80211: move sched-scan stop work to wiphy work
Johannes Berg
3
-8
/
+10
2023-11-20
wifi: mac80211: move offchannel works to wiphy work
Johannes Berg
3
-23
/
+23
2023-11-20
wifi: mac80211: move scan work to wiphy work
Johannes Berg
5
-25
/
+18
2023-11-20
wifi: mac80211: move radar detect work to wiphy work
Johannes Berg
3
-10
/
+11
2023-11-20
wifi: cfg80211: add flush functions for wiphy work
Johannes Berg
3
-5
/
+36
2023-10-26
Merge tag 'nf-23-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
2
-7
/
+16
2023-10-26
vsock/virtio: initialize the_virtio_vsock before using VQs
Alexandru Matei
1
-1
/
+17
2023-10-25
net: ipv6: fix typo in comments
Deming Wang
1
-1
/
+1
2023-10-25
net: ipv4: fix typo in comments
Deming Wang
1
-1
/
+1
2023-10-25
net/sched: act_ct: additional checks for outdated flows
Vlad Buslov
1
-0
/
+2
2023-10-25
netfilter: flowtable: GC pushes back packets to classic path
Pablo Neira Ayuso
2
-7
/
+14
2023-10-24
Merge tag 'wireless-2023-10-24' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
3
-4
/
+4
2023-10-23
net/handshake: fix file ref count in handshake_nl_accept_doit()
Moritz Wanzenböck
1
-25
/
+5
2023-10-23
wifi: mac80211: don't drop all unprotected public action frames
Avraham Stern
1
-2
/
+1
2023-10-23
wifi: cfg80211: fix assoc response warning on failed links
Johannes Berg
1
-1
/
+2
2023-10-23
wifi: cfg80211: pass correct pointer to rdev_inform_bss()
Ben Greear
1
-1
/
+1
2023-10-22
tcp: fix wrong RTO timeout when received SACK reneging
Fred Chen
1
-4
/
+5
2023-10-21
neighbour: fix various data-races
Eric Dumazet
1
-32
/
+35
2023-10-21
net: do not leave an empty skb in write queue
Eric Dumazet
1
-3
/
+5
[next]