index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-18
libbpf: move bpf_for(), bpf_for_each(), and bpf_repeat() into bpf_helpers.h
Andrii Nakryiko
2
-103
/
+103
2023-04-18
selftests/bpf: add missing __weak kfunc log fixup test
Andrii Nakryiko
2
-0
/
+41
2023-04-18
libbpf: improve handling of unresolved kfuncs
Andrii Nakryiko
1
-3
/
+69
2023-04-18
libbpf: report vmlinux vs module name when dealing with ksyms
Andrii Nakryiko
1
-4
/
+5
2023-04-18
libbpf: misc internal libbpf clean ups around log fixup
Andrii Nakryiko
1
-12
/
+14
2023-04-17
selftests/bpf: Add a selftest for checking subreg equality
Yonghong Song
2
-0
/
+60
2023-04-17
bpf: Improve verifier u32 scalar equality checking
Yonghong Song
1
-2
/
+7
2023-04-17
bpf: lirc program type should not require SYS_CAP_ADMIN
Sean Young
1
-1
/
+0
2023-04-17
bpf: Set skb redirect and from_ingress info in __bpf_tx_skb
Daniel Borkmann
2
-0
/
+10
2023-04-16
Merge branch 'Remove KF_KPTR_GET kfunc flag'
Alexei Starovoitov
7
-233
/
+11
2023-04-16
bpf,docs: Remove KF_KPTR_GET from documentation
David Vernet
1
-15
/
+6
2023-04-16
bpf: Remove KF_KPTR_GET kfunc flag
David Vernet
2
-66
/
+0
2023-04-16
bpf: Remove bpf_kfunc_call_test_kptr_get() test kfunc
David Vernet
4
-152
/
+5
2023-04-15
Merge branch 'Shared ownership for local kptrs'
Alexei Starovoitov
21
-377
/
+1114
2023-04-15
selftests/bpf: Add refcounted_kptr tests
Dave Marchevsky
3
-0
/
+496
2023-04-15
bpf: Centralize btf_field-specific initialization logic
Dave Marchevsky
2
-12
/
+35
2023-04-15
bpf: Migrate bpf_rbtree_remove to possibly fail
Dave Marchevsky
7
-107
/
+191
2023-04-15
selftests/bpf: Modify linked_list tests to work with macro-ified inserts
Dave Marchevsky
4
-67
/
+73
2023-04-15
bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail
Dave Marchevsky
4
-51
/
+148
2023-04-15
bpf: Add bpf_refcount_acquire kfunc
Dave Marchevsky
3
-11
/
+91
2023-04-15
bpf: Support refcounted local kptrs in existing semantics
Dave Marchevsky
2
-8
/
+16
2023-04-15
bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing
Dave Marchevsky
5
-2
/
+32
2023-04-15
bpf: Remove btf_field_offs, use btf_record's fields instead
Dave Marchevsky
6
-130
/
+43
2023-04-13
samples/bpf: sampleip: Replace PAGE_OFFSET with _text address
Rong Tao
1
-2
/
+9
2023-04-13
bpf: Support 64-bit pointers to kfuncs
Ilya Leoshkevich
5
-40
/
+110
2023-04-13
bpf: Add preempt_count_{sub,add} into btf id deny list
Yafang
1
-0
/
+4
2023-04-13
selftests/bpf: Workaround for older vm_sockets.h.
Alexei Starovoitov
1
-0
/
+5
2023-04-13
selftests/bpf: Fix merge conflict due to SYS() macro change.
Alexei Starovoitov
1
-2
/
+2
2023-04-13
Daniel Borkmann says:
Jakub Kicinski
356
-11274
/
+21786
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
213
-1384
/
+2628
2023-04-13
Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
65
-517
/
+990
2023-04-13
Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
6
-3
/
+25
2023-04-13
Merge tag 'pinctrl-v6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
1
-20
/
+16
2023-04-13
Merge tag 'drm-fixes-2023-04-13' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
13
-35
/
+175
2023-04-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
14
-38
/
+205
2023-04-13
Merge tag 'drm-misc-fixes-2023-04-13' of git://anongit.freedesktop.org/drm/dr...
Daniel Vetter
7
-3
/
+15
2023-04-13
bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmap
Daniel Borkmann
1
-6
/
+4
2023-04-13
Merge branch 'XDP-hints: change RX-hash kfunc bpf_xdp_metadata_rx_hash'
Alexei Starovoitov
14
-38
/
+205
2023-04-13
selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg
Jesper Dangaard Brouer
6
-12
/
+23
2023-04-13
mlx4: bpf_xdp_metadata_rx_hash add xdp rss hash type
Jesper Dangaard Brouer
1
-1
/
+18
2023-04-13
veth: bpf_xdp_metadata_rx_hash add xdp rss hash type
Jesper Dangaard Brouer
1
-2
/
+5
2023-04-13
mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type
Jesper Dangaard Brouer
3
-3
/
+73
2023-04-13
xdp: rss hash types representation
Jesper Dangaard Brouer
7
-6
/
+64
2023-04-13
selftests/bpf: xdp_hw_metadata remove bpf_printk and add counters
Jesper Dangaard Brouer
2
-16
/
+24
2023-04-13
fbcon: set_con2fb_map needs to set con2fb_map!
Daniel Vetter
1
-1
/
+2
2023-04-13
fbcon: Fix error paths in set_con2fb_map
Daniel Vetter
1
-9
/
+8
2023-04-13
skbuff: Fix a race between coalescing and releasing SKBs
Liang Chen
1
-8
/
+8
2023-04-13
net: macb: fix a memory corruption in extended buffer descriptor mode
Roman Gushchin
1
-0
/
+4
2023-04-13
selftests: add the missing CONFIG_IP_SCTP in net config
Xin Long
1
-0
/
+1
2023-04-13
udp6: fix potential access to stale information
Eric Dumazet
1
-3
/
+5
[next]