index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
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
starfive-6.6.63-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
2025-07-19
net: s/dev_close_many/netif_close_many/
Stanislav Fomichev
4
-8
/
+10
2025-07-19
net: s/dev_set_threaded/netif_set_threaded/
Stanislav Fomichev
3
-4
/
+16
2025-07-19
net: s/dev_get_flags/netif_get_flags/
Stanislav Fomichev
11
-18
/
+18
2025-07-19
net: s/__dev_set_mtu/__netif_set_mtu/
Stanislav Fomichev
1
-9
/
+13
2025-07-19
net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/
Stanislav Fomichev
4
-13
/
+17
2025-07-19
net: s/dev_get_mac_address/netif_get_mac_address/
Stanislav Fomichev
3
-4
/
+5
2025-07-19
net: s/dev_get_port_parent_id/netif_get_port_parent_id/
Stanislav Fomichev
5
-16
/
+17
2025-07-19
net: selftests: add PHY-loopback test for bad TCP checksums
Oleksij Rempel
1
-2
/
+65
2025-07-19
net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
Jesper Dangaard Brouer
8
-37
/
+54
2025-07-19
net: stream: add description for sk_stream_write_space()
Suchit Karunakaran
1
-2
/
+6
2025-07-18
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-69
/
+200
2025-07-18
neighbour: Update pneigh_entry in pneigh_create().
Kuniyuki Iwashima
2
-21
/
+17
2025-07-18
neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.
Kuniyuki Iwashima
1
-18
/
+21
2025-07-18
neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_lookup().
Kuniyuki Iwashima
1
-27
/
+16
2025-07-18
neighbour: Remove __pneigh_lookup().
Kuniyuki Iwashima
2
-15
/
+2
2025-07-18
neighbour: Use rcu_dereference() in pneigh_get_{first,next}().
Kuniyuki Iwashima
1
-5
/
+5
2025-07-18
neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_dump_table().
Kuniyuki Iwashima
1
-8
/
+3
2025-07-18
neighbour: Convert RTM_GETNEIGH to RCU.
Kuniyuki Iwashima
1
-10
/
+15
2025-07-18
neighbour: Annotate access to struct pneigh_entry.{flags,protocol}.
Kuniyuki Iwashima
1
-5
/
+8
2025-07-18
neighbour: Free pneigh_entry after RCU grace period.
Kuniyuki Iwashima
1
-17
/
+28
2025-07-18
neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.
Kuniyuki Iwashima
1
-21
/
+31
2025-07-18
neighbour: Split pneigh_lookup().
Kuniyuki Iwashima
4
-14
/
+33
2025-07-18
neighbour: Move neigh_find_table() to neigh_get().
Kuniyuki Iwashima
1
-17
/
+20
2025-07-18
neighbour: Allocate skb in neigh_get().
Kuniyuki Iwashima
1
-56
/
+32
2025-07-18
neighbour: Move two validations from neigh_get() to neigh_valid_get_req().
Kuniyuki Iwashima
1
-13
/
+13
2025-07-18
neighbour: Make neigh_valid_get_req() return ndmsg.
Kuniyuki Iwashima
1
-24
/
+19
2025-07-18
ethtool: rss: support setting flow hashing fields
Jakub Kicinski
2
-9
/
+104
2025-07-18
ethtool: rss: support setting input-xfrm via Netlink
Jakub Kicinski
4
-5
/
+69
2025-07-18
ethtool: rss: support setting hkey via Netlink
Jakub Kicinski
1
-1
/
+40
2025-07-18
ethtool: rss: support setting hfunc via Netlink
Jakub Kicinski
1
-1
/
+11
2025-07-18
ethtool: rss: initial RSS_SET (indirection table handling)
Jakub Kicinski
3
-0
/
+204
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
42
-258
/
+409
2025-07-17
Merge tag 'for-net-2025-07-17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
10
-76
/
+109
2025-07-17
rxrpc: Fix to use conn aborts for conn-wide failures
David Howells
5
-19
/
+37
2025-07-17
rxrpc: Fix transmission of an abort in response to an abort
David Howells
1
-0
/
+3
2025-07-17
rxrpc: Fix notification vs call-release vs recvmsg
David Howells
2
-16
/
+16
2025-07-17
rxrpc: Fix recv-recv race of completed call
David Howells
2
-2
/
+18
2025-07-17
rxrpc: Fix irq-disabled in local_bh_enable()
David Howells
3
-4
/
+4
2025-07-17
net/sched: Return NULL when htb_lookup_leaf encounters an empty rbtree
William Liu
1
-1
/
+3
2025-07-17
net: bridge: Do not offload IGMP/MLD messages
Joseph Huang
1
-0
/
+3
2025-07-17
net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtime
Dong Chenchen
2
-9
/
+34
2025-07-17
tls: always refresh the queue when reading sock
Jakub Kicinski
1
-2
/
+1
2025-07-17
phonet/pep: Move call to pn_skb_get_dst_sockaddr() earlier in pep_sock_accept()
Nathan Chancellor
1
-1
/
+1
2025-07-17
Bluetooth: L2CAP: Fix attempting to adjust outgoing MTU
Luiz Augusto von Dentz
1
-5
/
+21
2025-07-17
Merge tag 'wireless-next-2025-07-17' of https://git.kernel.org/pub/scm/linux/...
Paolo Abeni
13
-127
/
+230
2025-07-17
Merge tag 'nf-25-07-17' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
5
-68
/
+23
2025-07-17
netfilter: nf_conntrack: fix crash due to removal of uninitialised entry
Florian Westphal
1
-6
/
+20
2025-07-17
net: fix segmentation after TCP/UDP fraglist GRO
Felix Fietkau
2
-0
/
+2
2025-07-17
ipv6: mcast: Delay put pmc->idev in mld_del_delrec()
Yue Haibing
1
-1
/
+1
2025-07-17
ipv6: mcast: Simplify mld_clear_{report|query}()
Yue Haibing
1
-8
/
+2
[next]