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
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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-04
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+4
2023-10-01
neighbour: fix data-races around n->output
Eric Dumazet
1
-5
/
+5
2023-10-01
net: fix possible store tearing in neigh_periodic_work()
Eric Dumazet
1
-1
/
+3
2023-09-29
bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets
Jakub Sitnicki
1
-0
/
+4
2023-09-16
net: core: Use the bitmap API to allocate bitmaps
Andy Shevchenko
1
-3
/
+3
2023-09-15
net/core: Fix ETH_P_1588 flow dissector
Sasha Neftin
1
-1
/
+1
2023-09-08
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
5
-57
/
+75
2023-09-07
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-4
/
+8
2023-09-06
net/ipv6: SKB symmetric hash should incorporate transport ports
Quan Tian
1
-2
/
+1
2023-09-04
af_unix: Fix data race around sk->sk_err.
Kuniyuki Iwashima
1
-1
/
+1
2023-09-04
af_unix: Fix data-races around sk->sk_shutdown.
Kuniyuki Iwashima
1
-2
/
+2
2023-09-04
bpf, sockmap: Fix skb refcnt race after locking changes
John Fastabend
1
-4
/
+8
2023-09-04
net: deal with integer overflows in kmalloc_reserve()
Eric Dumazet
1
-2
/
+8
2023-09-01
skbuff: skb_segment, Call zero copy functions before using skbuff frags
Mohamed Khalfella
1
-14
/
+20
2023-09-01
net: annotate data-races around sk->sk_bind_phc
Eric Dumazet
1
-2
/
+2
2023-09-01
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
2
-6
/
+8
2023-09-01
net: annotate data-races around sk->sk_forward_alloc
Eric Dumazet
1
-4
/
+4
2023-09-01
net: use sk_forward_alloc_get() in sk_get_meminfo()
Eric Dumazet
1
-1
/
+1
2023-09-01
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-18
/
+18
2023-08-31
net: read sk->sk_family once in sk_mc_loop()
Eric Dumazet
1
-1
/
+2
2023-08-30
bpf, sockmap: Fix preempt_rt splat when using raw_spin_lock_t
John Fastabend
1
-18
/
+18
2023-08-30
Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2
-3
/
+8
2023-08-28
net: Make consumed action consistent in sch_handle_egress
Daniel Borkmann
1
-0
/
+2
2023-08-28
net: Fix skb consume leak in sch_handle_egress
Daniel Borkmann
1
-0
/
+1
2023-08-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-4
/
+3
2023-08-24
net: generalize calculation of skb extensions length
Thomas Weißschuh
1
-17
/
+7
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+21
2023-08-24
rtnetlink: Reject negative ifindexes in RTM_NEWLINK
Ido Schimmel
1
-0
/
+3
2023-08-22
net: remove unnecessary input parameter 'how' in ifdown function
Zhengchao Shao
1
-1
/
+1
2023-08-21
net: annotate data-races around sk->sk_lingertime
Eric Dumazet
1
-9
/
+9
2023-08-20
net: selectively purge error queue in IP_RECVERR / IPV6_RECVERR
Eric Dumazet
1
-0
/
+21
2023-08-20
net: validate veth and vxcan peer ifindexes
Jakub Kicinski
1
-4
/
+18
2023-08-19
net: add skb_queue_purge_reason and __skb_queue_purge_reason
Eric Dumazet
1
-4
/
+7
2023-08-19
net: use SLAB_NO_MERGE for kmem_cache skbuff_head_cache
Jesper Dangaard Brouer
1
-1
/
+12
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-08-18
lwt: Fix return values of BPF xmit ops
Yan Zhai
1
-4
/
+3
2023-08-17
sock: Fix misuse of sk_under_memory_pressure()
Abel Wu
1
-1
/
+1
2023-08-16
inet: move inet->mc_loop to inet->inet_frags
Eric Dumazet
1
-1
/
+1
2023-08-16
net: warn about attempts to register negative ifindex
Jakub Kicinski
1
-0
/
+5
2023-08-16
networking: Update to register_net_sysctl_sz
Joel Granados
2
-3
/
+8
2023-08-16
netdev-genl: use struct genl_info for reply construction
Jakub Kicinski
1
-9
/
+8
2023-08-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-14
/
+14
2023-08-10
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-7
/
+13
2023-08-10
bpf, sockmap: Fix bug that strp_done cannot be called
Xu Kuohai
1
-2
/
+8
2023-08-10
bpf, sockmap: Fix map type error in sock_map_del_link
Xu Kuohai
1
-5
/
+5
2023-08-10
net: annotate data-races around sock->ops
Eric Dumazet
3
-10
/
+25
2023-08-09
net/unix: use consistent error code in SO_PEERPIDFD
David Rheinsberg
1
-1
/
+1
2023-08-08
net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()
Andrew Kanner
1
-6
/
+0
2023-08-07
net: skbuff: always try to recycle PP pages directly when in softirq
Alexander Lobakin
1
-1
/
+3
2023-08-07
page_pool: add a lockdep check for recycling in hardirq
Jakub Kicinski
1
-0
/
+2
[next]