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
2023-08-24
rtnetlink: Reject negative ifindexes in RTM_NEWLINK
Ido Schimmel
1
-0
/
+3
2023-08-20
net: validate veth and vxcan peer ifindexes
Jakub Kicinski
1
-4
/
+18
2023-08-17
sock: Fix misuse of sk_under_memory_pressure()
Abel Wu
1
-1
/
+1
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-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-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+4
2023-08-01
bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire
Tomas Glozar
1
-2
/
+0
2023-07-29
net: annotate data-races around sk->sk_priority
Eric Dumazet
1
-3
/
+3
2023-07-29
net: add missing data-race annotation for sk_ll_usec
Eric Dumazet
1
-1
/
+1
2023-07-29
net: add missing data-race annotations around sk->sk_peek_off
Eric Dumazet
1
-2
/
+2
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
1
-2
/
+2
2023-07-29
net: add missing READ_ONCE(sk->sk_rcvbuf) annotation
Eric Dumazet
1
-1
/
+1
2023-07-29
net: add missing READ_ONCE(sk->sk_sndbuf) annotation
Eric Dumazet
1
-1
/
+1
2023-07-29
net: annotate data-races around sk->sk_{rcv|snd}timeo
Eric Dumazet
1
-10
/
+14
2023-07-29
net: add missing READ_ONCE(sk->sk_rcvlowat) annotation
Eric Dumazet
1
-1
/
+1
2023-07-29
net: annotate data-races around sk->sk_max_pacing_rate
Eric Dumazet
1
-3
/
+6
2023-07-29
net: annotate data-race around sk->sk_txrehash
Eric Dumazet
1
-2
/
+5
2023-07-29
net: annotate data-races around sk->sk_reserved_mem
Eric Dumazet
1
-3
/
+4
2023-07-28
rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length
Lin Ma
1
-2
/
+6
2023-07-27
bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing
Lin Ma
1
-1
/
+4
2023-07-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+1
2023-07-12
xdp: use trusted arguments in XDP hints kfuncs
Larysa Zaremba
1
-1
/
+1
2023-07-08
net: prevent skb corruption on frag list segmentation
Paolo Abeni
1
-0
/
+5
2023-07-07
udp6: add a missing call into udp_fail_queue_rcv_skb tracepoint
Ivan Babrou
1
-0
/
+2
2023-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-7
/
+18
2023-06-27
netlink: Add __sock_i_ino() for __netlink_diag_dump().
Kuniyuki Iwashima
1
-3
/
+14
2023-06-25
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-33
/
+2
2023-06-25
net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
David Howells
1
-22
/
+28
2023-06-25
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-32
/
+119
2023-06-23
net: fix net device address assign type
Piotr Gardocki
1
-5
/
+5
2023-06-23
netlink: do not hard code device address lenth in fdb dumps
Eric Dumazet
1
-4
/
+4
2023-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+0
2023-06-22
revert "net: align SO_RCVMARK required privileges with SO_MARK"
Maciej Żenczykowski
1
-6
/
+0
2023-06-22
bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindings
Gilad Sever
1
-30
/
+39
2023-06-22
bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpoint
Gilad Sever
1
-6
/
+18
2023-06-22
bpf: Factor out socket lookup functions for the TC hookpoint.
Gilad Sever
1
-3
/
+60
2023-06-21
net: remove sk_is_ipmr() and sk_is_icmpv6() helpers
Eric Dumazet
1
-2
/
+2
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
1
-4
/
+0
2023-06-18
gro: move the tc_ext comparison to a helper
Jakub Kicinski
1
-13
/
+19
2023-06-16
net: add check for current MAC address in dev_set_mac_address
Piotr Gardocki
1
-0
/
+2
2023-06-16
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
1
-0
/
+64
2023-06-15
netpoll: allocate netdev tracker right away
Jakub Kicinski
1
-3
/
+2
2023-06-15
net: create device lookup API with reference tracking
Jakub Kicinski
1
-18
/
+45
2023-06-15
rtnetlink: move validate_linkmsg out of do_setlink
Xin Long
1
-41
/
+42
2023-06-14
rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFO
Edwin Peer
1
-45
/
+51
2023-06-13
net: flow_dissector: add support for cfm packets
Zahari Doychev
1
-0
/
+30
2023-06-12
net: core: add getsockopt SO_PEERPIDFD
Alexander Mikhalitsyn
1
-0
/
+33
[next]