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-05-06
net: fix out-of-bounds access in ops_init
Thadeu Lima de Souza Cascardo
1
-3
/
+10
2024-05-04
rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation
Roded Zats
1
-1
/
+1
2024-05-02
net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...
Richard Gobert
1
-0
/
+1
2024-05-01
net: core: reject skb_copy(_expand) for fraglist GSO skbs
Felix Fietkau
1
-8
/
+19
2024-04-27
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-14
/
+33
2024-04-22
xdp: use flags field to disambiguate broadcast redirect
Toke Høiland-Jørgensen
1
-10
/
+32
2024-04-18
net/sched: Fix mirred deadlock on device recursion
Eric Dumazet
1
-0
/
+6
2024-04-08
bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue
Jason Xing
1
-4
/
+1
2024-04-04
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+6
2024-04-02
bpf, sockmap: Prevent lock inversion deadlock in map delete elem
Jakub Sitnicki
1
-0
/
+6
2024-03-29
net: do not consume a cacheline for system_page_pool
Eric Dumazet
1
-1
/
+1
2024-03-29
gro: fix ownership transfer
Antoine Tenart
1
-1
/
+2
2024-03-25
net: mark racy access on sk->sk_rcvbuf
linke li
1
-2
/
+2
2024-03-21
net: report RCU QS on threaded NAPI repolling
Yan Zhai
1
-0
/
+3
2024-03-19
net: move dev->state into net_device_read_txrx group
Eric Dumazet
1
-1
/
+2
2024-03-18
packet: annotate data-races around ignore_outgoing
Eric Dumazet
1
-1
/
+1
2024-03-13
Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
25
-518
/
+1227
2024-03-11
net: page_pool: factor out page_pool recycle check
Mina Almasry
1
-2
/
+7
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-08
net: add skb_data_unref() helper
Eric Dumazet
1
-3
/
+1
2024-03-08
net: dqs: add NIC stall detector based on BQL
Jakub Kicinski
1
-0
/
+62
2024-03-08
netdev: add queue stat for alloc failures
Jakub Kicinski
1
-1
/
+2
2024-03-08
netdev: add per-queue statistics
Jakub Kicinski
3
-0
/
+227
2024-03-08
net: move rps_sock_flow_table to net_hotdata
Eric Dumazet
2
-12
/
+9
2024-03-08
net: introduce include/net/rps.h
Eric Dumazet
3
-0
/
+3
2024-03-08
net: move skbuff_cache(s) to net_hotdata
Eric Dumazet
2
-26
/
+23
2024-03-08
net: move dev_rx_weight to net_hotdata
Eric Dumazet
3
-3
/
+3
2024-03-08
net: move dev_tx_weight to net_hotdata
Eric Dumazet
3
-2
/
+2
2024-03-08
net: move netdev_max_backlog to net_hotdata
Eric Dumazet
4
-7
/
+8
2024-03-08
net: move ptype_all into net_hotdata
Eric Dumazet
3
-12
/
+12
2024-03-08
net: move netdev_tstamp_prequeue into net_hotdata
Eric Dumazet
4
-7
/
+8
2024-03-08
net: move netdev_budget and netdev_budget to net_hotdata
Eric Dumazet
4
-9
/
+10
2024-03-08
net: introduce struct net_hotdata
Eric Dumazet
5
-12
/
+20
2024-03-08
netlink: let core handle error cases in dump operations
Eric Dumazet
1
-4
/
+1
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-25
/
+4
2024-03-06
netdev: let netlink core handle -EMSGSIZE errors
Jakub Kicinski
2
-14
/
+3
2024-03-06
dpll: move all dpll<>netdev helpers to dpll code
Jakub Kicinski
2
-24
/
+2
2024-03-06
sock: Use unsafe_memcpy() for sock_copy()
Kees Cook
1
-2
/
+3
2024-03-05
net: gro: enable fast path for more cases
Eric Dumazet
1
-7
/
+16
2024-03-05
net: gro: rename skb_gro_header_hard()
Eric Dumazet
1
-1
/
+1
2024-03-05
mm/page_alloc: modify page_frag_alloc_align() to accept align as an argument
Yunsheng Lin
1
-3
/
+6
2024-03-04
page_pool: fix netlink dump stop/resume
Jakub Kicinski
1
-1
/
+2
2024-03-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-12
/
+12
2024-03-01
inet: prepare inet_base_seq() to run without RTNL
Eric Dumazet
1
-2
/
+3
2024-03-01
ipv6: annotate data-races around cnf.forwarding
Eric Dumazet
1
-1
/
+1
2024-03-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-7
/
+6
2024-02-29
net: get stats64 if device if driver is configured
Breno Leitao
1
-0
/
+2
2024-02-29
net: call skb_defer_free_flush() from __napi_busy_loop()
Eric Dumazet
1
-21
/
+22
2024-02-29
rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back
Lin Ma
1
-6
/
+5
[next]