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_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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-26
net: selftests: fix TCP packet checksum
Jakub Kicinski
1
-2
/
+3
2025-06-23
net: netpoll: Initialize UDP checksum field before checksumming
Breno Leitao
1
-1
/
+1
2025-06-18
net: netmem: fix skb_ensure_writable with unreadable skbs
Mina Almasry
1
-3
/
+0
2025-06-12
Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-6
/
+13
2025-06-12
net: clear the dst when changing skb protocol
Jakub Kicinski
1
-6
/
+13
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
3
-4
/
+4
2025-06-05
net: prevent a NULL deref in rtnl_create_link()
Eric Dumazet
1
-1
/
+1
2025-06-05
net: annotate data-races around cleanup_net_task
Eric Dumazet
2
-3
/
+3
2025-05-31
bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE
Paul Chaignon
1
-2
/
+3
2025-05-31
net: Fix checksum update for ILA adj-transport
Paul Chaignon
2
-3
/
+3
2025-05-31
hv_netvsc: fix potential deadlock in netvsc_vf_setxdp()
Saurabh Sengar
1
-0
/
+1
2025-05-31
net: Fix net_devmem_bind_dmabuf for non-devmem configs
Pranjal Shrivastava
1
-1
/
+2
2025-05-29
page_pool: Fix use-after-free in page_pool_recycle_in_ring
Dong Chenchen
1
-13
/
+14
2025-05-29
Fix sock_exceed_buf_limit not being triggered in __sk_mem_raise_allocated
Tengteng Yang
1
-4
/
+4
2025-05-29
Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2
-35
/
+35
2025-05-29
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
29
-529
/
+1289
2025-05-28
page_pool: fix ugly page_pool formatting
Mina Almasry
1
-2
/
+2
2025-05-28
net: devmem: move list_add to net_devmem_bind_dmabuf.
Mina Almasry
3
-8
/
+10
2025-05-27
xsk: add missing virtual address conversion for page
Bui Quang Minh
1
-2
/
+1
2025-05-27
net: core: Convert dev_set_mac_address_user() to use struct sockaddr_storage
Kees Cook
2
-4
/
+7
2025-05-27
rtnetlink: do_setlink: Use struct sockaddr_storage
Kees Cook
1
-15
/
+4
2025-05-27
net: core: Convert dev_set_mac_address() to struct sockaddr_storage
Kees Cook
2
-3
/
+4
2025-05-27
net: core: Switch netif_set_mac_address() to struct sockaddr_storage
Kees Cook
3
-8
/
+8
2025-05-27
net: core: Convert inet_addr_is_any() to sockaddr_storage
Kees Cook
1
-4
/
+4
2025-05-26
Merge tag 'vfs-6.16-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+11
2025-05-26
net: neigh: use kfree_skb_reason() in neigh_resolve_output() and neigh_connec...
Qiu Yutan
1
-2
/
+2
2025-05-26
net: devmem: support single IOV with sendmsg
Stanislav Fomichev
1
-1
/
+2
2025-05-23
af_unix: Introduce SO_PASSRIGHTS.
Kuniyuki Iwashima
1
-0
/
+14
2025-05-23
af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock.
Kuniyuki Iwashima
2
-36
/
+37
2025-05-23
net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}.
Kuniyuki Iwashima
1
-0
/
+18
2025-05-23
tcp: Restrict SO_TXREHASH to TCP socket.
Kuniyuki Iwashima
1
-0
/
+5
2025-05-23
scm: Move scm_recv() from scm.h to scm.c.
Kuniyuki Iwashima
1
-0
/
+123
2025-05-23
bpf, sockmap: Avoid using sk_socket after free when sending
Jiayuan Chen
1
-0
/
+8
2025-05-22
net: add debug checks in ____napi_schedule() and napi_poll()
Eric Dumazet
1
-2
/
+8
2025-05-22
net: remove skb_copy_and_hash_datagram_iter()
Eric Biggers
1
-37
/
+0
2025-05-22
net: add skb_copy_and_crc32c_datagram_iter()
Eric Biggers
1
-0
/
+33
2025-05-22
net: fold __skb_checksum() into skb_checksum()
Eric Biggers
1
-52
/
+7
2025-05-22
net: use skb_crc32c() in skb_crc32c_csum_help()
Eric Biggers
1
-5
/
+3
2025-05-22
net: add skb_crc32c()
Eric Biggers
1
-0
/
+73
2025-05-22
net: introduce CONFIG_NET_CRC32C
Eric Biggers
1
-0
/
+2
2025-05-21
inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?().
Kuniyuki Iwashima
1
-12
/
+3
2025-05-21
selftests: net: validate team flags propagation
Stanislav Fomichev
1
-1
/
+9
2025-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-0
/
+22
2025-05-15
net: devmem: fix kernel panic when netlink socket close after module unload
Taehee Yoo
3
-0
/
+20
2025-05-15
xdp: Use nested-BH locking for system_page_pool
Sebastian Andrzej Siewior
2
-10
/
+20
2025-05-15
net: dst_cache: Use nested-BH locking for dst_cache::cache
Sebastian Andrzej Siewior
1
-3
/
+27
2025-05-15
net: page_pool: Don't recycle into cache on PREEMPT_RT
Sebastian Andrzej Siewior
1
-0
/
+4
2025-05-13
net: check for driver support in netmem TX
Mina Almasry
3
-2
/
+45
2025-05-13
net: devmem: Implement TX path
Mina Almasry
6
-42
/
+279
2025-05-13
net: devmem: TCP tx netlink api
Stanislav Fomichev
3
-0
/
+20
[next]