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
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
2024-01-24
net: filter: fix spelling mistakes
Randy Dunlap
1
-4
/
+4
2024-01-23
sock_diag: remove sock_diag_mutex
Eric Dumazet
1
-4
/
+0
2024-01-23
sock_diag: allow concurrent operation in sock_diag_rcv_msg()
Eric Dumazet
1
-17
/
+26
2024-01-23
sock_diag: allow concurrent operations
Eric Dumazet
1
-31
/
+42
2024-01-23
sock_diag: annotate data-races around sock_diag_handlers[family]
Eric Dumazet
1
-5
/
+5
2024-01-19
Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-7
/
+7
2024-01-12
Revert "net: rtnetlink: Enslave device before bringing it up"
Nicolas Dichtel
1
-7
/
+7
2024-01-12
Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2024-01-11
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
23
-129
/
+1355
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+6
2024-01-08
Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-1
/
+1
2024-01-07
fib: rules: remove repeated assignment in fib_nl2rule
Zhengchao Shao
1
-1
/
+0
2024-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+10
2024-01-05
Revert "Introduce PHY listing and link_topology tracking"
Jakub Kicinski
1
-3
/
+0
2024-01-04
net: Implement missing SO_TIMESTAMPING_NEW cmsg support
Thomas Lange
1
-0
/
+1
2024-01-04
net-device: move xdp_prog to net_device_read_rx
Eric Dumazet
1
-1
/
+1
2024-01-04
fib: remove unnecessary input parameters in fib_default_rule_add
Zhengchao Shao
1
-2
/
+1
2024-01-02
net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)
Jörn-Thorben Hinz
1
-2
/
+9
2024-01-02
net-device: move gso_partial_features to net_device_read_tx
Eric Dumazet
1
-1
/
+2
2024-01-01
net: phy: Introduce ethernet link topology representation
Maxime Chevallier
1
-0
/
+3
2023-12-29
skbuff: use mempool KASAN hooks
Andrey Konovalov
1
-4
/
+6
2023-12-29
kasan: rename and document kasan_(un)poison_object_data
Andrey Konovalov
1
-4
/
+4
2023-12-29
genetlink: Use internal flags for multicast groups
Ido Schimmel
1
-1
/
+1
2023-12-27
net: pktgen: Use wait_event_freezable_timeout() for freezable kthread
Kevin Hao
1
-4
/
+2
2023-12-27
net: rename dsa_realloc_skb to skb_ensure_writable_head_tail
Radu Pirea (NXP OSS)
1
-0
/
+25
2023-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
4
-1
/
+8
2023-12-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
1
-0
/
+2
2023-12-21
net: check dev->gso_max_size in gso_features_check()
Eric Dumazet
1
-0
/
+3
2023-12-21
net: avoid build bug in skb extension length calculation
Thomas Weißschuh
1
-0
/
+2
2023-12-20
net: sched: Make tc-related drop reason more flexible for remaining qdiscs
Victor Nogueira
1
-2
/
+5
2023-12-20
net: sched: Move drop_reason to struct tc_skb_cb
Victor Nogueira
1
-2
/
+2
2023-12-20
rtnetlink: bridge: Enable MDB bulk deletion
Ido Schimmel
1
-1
/
+2
2023-12-20
rtnetlink: bridge: Invoke MDB bulk deletion when needed
Ido Schimmel
1
-0
/
+8
2023-12-20
rtnetlink: bridge: Use a different policy for MDB bulk delete
Ido Schimmel
1
-2
/
+49
2023-12-19
io_uring/unix: drop usage of io_uring socket
Jens Axboe
1
-1
/
+1
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
1
-18
/
+18
2023-12-19
bpf: Use nla_ok() instead of checking nla_len directly
Jakub Kicinski
1
-1
/
+1
2023-12-19
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-18
/
+51
2023-12-18
net: rtnl: use rcu_replace_pointer_rtnl in rtnl_unregister_*
Pedro Tammela
1
-9
/
+3
2023-12-17
skbuff: Optimization of SKB coalescing for page pool
Liang Chen
1
-12
/
+40
2023-12-17
skbuff: Add a function to check if a page belongs to page_pool
Liang Chen
1
-1
/
+6
2023-12-17
page_pool: halve BIAS_MAX for multiple user references of a fragment
Liang Chen
1
-1
/
+1
2023-12-15
net: Namespace-ify sysctl_optmem_max
Eric Dumazet
5
-21
/
+23
2023-12-15
net: increase optmem_max default value
Eric Dumazet
1
-2
/
+4
2023-12-15
net: Return error from sk_stream_wait_connect() if sk_wait_event() fails
Shigeru Yoshida
1
-1
/
+1
2023-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-2
/
+16
2023-12-14
net: page_pool: factor out releasing DMA from releasing the page
Jakub Kicinski
1
-9
/
+16
2023-12-14
page_pool: transition to reference count management after page draining
Liang Chen
1
-6
/
+6
2023-12-14
net: prevent mss overflow in skb_segment()
Eric Dumazet
1
-1
/
+2
2023-12-14
bpf: syzkaller found null ptr deref in unix_bpf proto add
John Fastabend
1
-0
/
+2
[next]