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
2023-11-28
net: annotate data-races around sk->sk_dst_pending_confirm
Eric Dumazet
1
-1
/
+1
2023-11-20
net: page_pool: add missing free_percpu when page_pool_init fail
Jian Shen
1
-1
/
+5
2023-11-20
net: skb_find_text: Ignore patterns extending past 'to'
Phil Sutter
1
-1
/
+2
2023-11-02
neighbour: fix various data-races
Eric Dumazet
1
-32
/
+35
2023-10-25
net: move altnames together with the netdevice
Jakub Kicinski
1
-4
/
+9
2023-10-25
tcp: allow again tcp_disconnect() when threads are waiting
Paolo Abeni
1
-5
/
+7
2023-10-25
net: check for altname conflicts when changing netdev's netns
Jakub Kicinski
2
-1
/
+11
2023-10-25
net: fix ifname in netlink ntf during netns move
Jakub Kicinski
1
-13
/
+31
2023-10-25
net: avoid UAF on deleted altname
Jakub Kicinski
1
-1
/
+6
2023-10-25
net: pktgen: Fix interface flags printing
Gavrilov Ilia
1
-7
/
+7
2023-10-25
netlink: Correct offload_xstats size
Christoph Paasch
1
-3
/
+1
2023-10-20
net: refine debug info in skb_checksum_help()
Eric Dumazet
1
-2
/
+6
2023-10-10
neighbour: fix data-races around n->output
Eric Dumazet
1
-5
/
+5
2023-10-10
neighbour: switch to standard rcu, instead of rcu_bh
Eric Dumazet
2
-38
/
+42
2023-10-10
neighbour: annotate lockless accesses to n->nud_state
Eric Dumazet
2
-16
/
+16
2023-10-10
bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookup
Martin KaFai Lau
1
-13
/
+26
2023-10-10
net: fix possible store tearing in neigh_periodic_work()
Eric Dumazet
1
-1
/
+3
2023-10-10
bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets
Jakub Sitnicki
1
-0
/
+4
2023-10-06
net/core: Fix ETH_P_1588 flow dissector
Sasha Neftin
1
-1
/
+1
2023-09-23
net: Use sockaddr_storage for getsockopt(SO_PEERNAME).
Kuniyuki Iwashima
1
-3
/
+3
2023-09-19
af_unix: Fix data race around sk->sk_err.
Kuniyuki Iwashima
1
-1
/
+1
2023-09-19
af_unix: Fix data-races around sk->sk_shutdown.
Kuniyuki Iwashima
1
-2
/
+2
2023-09-19
bpf, sockmap: Fix skb refcnt race after locking changes
John Fastabend
1
-4
/
+8
2023-09-19
net: annotate data-races around sk->sk_forward_alloc
Eric Dumazet
1
-4
/
+4
2023-09-19
net: use sk_forward_alloc_get() in sk_get_meminfo()
Eric Dumazet
1
-1
/
+1
2023-09-19
net: read sk->sk_family once in sk_mc_loop()
Eric Dumazet
1
-1
/
+2
2023-09-19
net: deal with integer overflows in kmalloc_reserve()
Eric Dumazet
1
-2
/
+8
2023-09-19
net: factorize code in kmalloc_reserve()
Eric Dumazet
1
-16
/
+11
2023-09-19
net: remove osize variable in __alloc_skb()
Eric Dumazet
1
-6
/
+4
2023-09-19
net: add SKB_HEAD_ALIGN() helper
Eric Dumazet
1
-12
/
+6
2023-09-19
net/ipv6: SKB symmetric hash should incorporate transport ports
Quan Tian
1
-2
/
+1
2023-09-13
skbuff: skb_segment, Call zero copy functions before using skbuff frags
Mohamed Khalfella
1
-14
/
+20
2023-09-13
net: annotate data-races around sk->sk_lingertime
Eric Dumazet
1
-9
/
+9
2023-09-13
lwt: Fix return values of BPF xmit ops
Yan Zhai
1
-4
/
+3
2023-09-13
bpf: reject unhashed sockets in bpf_sk_assign
Lorenz Bauer
1
-0
/
+2
2023-09-13
net: annotate data-races around sk->sk_{rcv|snd}timeo
Eric Dumazet
1
-10
/
+14
2023-08-30
rtnetlink: Reject negative ifindexes in RTM_NEWLINK
Ido Schimmel
1
-0
/
+3
2023-08-30
net: validate veth and vxcan peer ifindexes
Jakub Kicinski
1
-4
/
+18
2023-08-30
devlink: move code to a dedicated directory
Jakub Kicinski
2
-12548
/
+0
2023-08-23
sock: Fix misuse of sk_under_memory_pressure()
Abel Wu
1
-1
/
+1
2023-08-16
bpf, sockmap: Fix bug that strp_done cannot be called
Xu Kuohai
1
-2
/
+8
2023-08-16
bpf, sockmap: Fix map type error in sock_map_del_link
Xu Kuohai
1
-5
/
+5
2023-08-16
net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()
Andrew Kanner
1
-6
/
+0
2023-08-11
bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire
Tomas Glozar
1
-2
/
+0
2023-08-11
net: annotate data-races around sk->sk_priority
Eric Dumazet
1
-3
/
+3
2023-08-11
net: add missing data-race annotation for sk_ll_usec
Eric Dumazet
1
-1
/
+1
2023-08-11
net: add missing data-race annotations around sk->sk_peek_off
Eric Dumazet
1
-2
/
+2
2023-08-11
net: annotate data-races around sk->sk_mark
Eric Dumazet
1
-2
/
+2
2023-08-11
net: add missing READ_ONCE(sk->sk_rcvbuf) annotation
Eric Dumazet
1
-1
/
+1
2023-08-11
net: add missing READ_ONCE(sk->sk_sndbuf) annotation
Eric Dumazet
1
-1
/
+1
[next]