index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2023-04-20
selftests/bpf: populate map_array_ro map for verifier_array_access test
Eduard Zingerman
-5
/
+41
2023-04-20
selftests/bpf: add pre bpf_prog_test_run_opts() callback for test_loader
Eduard Zingerman
-0
/
+17
2023-04-20
selftests/bpf: fix __retval() being always ignored
Eduard Zingerman
-3
/
+3
2023-04-20
selftests/bpf: disable program test run for progs/refcounted_kptr.c
Eduard Zingerman
-4
/
+4
2023-04-20
bpftool: Replace "__fallthrough" by a comment to address merge conflict
Quentin Monnet
-1
/
+1
2023-04-19
Merge branch 'Access variable length array relaxed for integer type'
Alexei Starovoitov
-3
/
+75
2023-04-19
selftests/bpf: Add test to access integer type of variable array
Feng Zhou
-0
/
+70
2023-04-19
bpf: support access variable length array of integer type
Feng Zhou
-3
/
+5
2023-04-19
selftests/xsk: Fix munmap for hugepage allocated umem
Magnus Karlsson
-4
/
+16
2023-04-18
Merge branch 'Provide bpf_for() and bpf_for_each() by libbpf'
Alexei Starovoitov
-122
/
+232
2023-04-18
libbpf: mark bpf_iter_num_{new,next,destroy} as __weak
Andrii Nakryiko
-3
/
+3
2023-04-18
libbpf: move bpf_for(), bpf_for_each(), and bpf_repeat() into bpf_helpers.h
Andrii Nakryiko
-103
/
+103
2023-04-18
selftests/bpf: add missing __weak kfunc log fixup test
Andrii Nakryiko
-0
/
+41
2023-04-18
libbpf: improve handling of unresolved kfuncs
Andrii Nakryiko
-3
/
+69
2023-04-18
libbpf: report vmlinux vs module name when dealing with ksyms
Andrii Nakryiko
-4
/
+5
2023-04-18
libbpf: misc internal libbpf clean ups around log fixup
Andrii Nakryiko
-12
/
+14
2023-04-17
selftests/bpf: Add a selftest for checking subreg equality
Yonghong Song
-0
/
+60
2023-04-17
bpf: Improve verifier u32 scalar equality checking
Yonghong Song
-2
/
+7
2023-04-17
bpf: lirc program type should not require SYS_CAP_ADMIN
Sean Young
-1
/
+0
2023-04-17
bpf: Set skb redirect and from_ingress info in __bpf_tx_skb
Daniel Borkmann
-0
/
+10
2023-04-16
Merge branch 'Remove KF_KPTR_GET kfunc flag'
Alexei Starovoitov
-233
/
+11
2023-04-16
bpf,docs: Remove KF_KPTR_GET from documentation
David Vernet
-15
/
+6
2023-04-16
bpf: Remove KF_KPTR_GET kfunc flag
David Vernet
-66
/
+0
2023-04-16
bpf: Remove bpf_kfunc_call_test_kptr_get() test kfunc
David Vernet
-152
/
+5
2023-04-15
Merge branch 'Shared ownership for local kptrs'
Alexei Starovoitov
-377
/
+1114
2023-04-15
selftests/bpf: Add refcounted_kptr tests
Dave Marchevsky
-0
/
+496
2023-04-15
bpf: Centralize btf_field-specific initialization logic
Dave Marchevsky
-12
/
+35
2023-04-15
bpf: Migrate bpf_rbtree_remove to possibly fail
Dave Marchevsky
-107
/
+191
2023-04-15
selftests/bpf: Modify linked_list tests to work with macro-ified inserts
Dave Marchevsky
-67
/
+73
2023-04-15
bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail
Dave Marchevsky
-51
/
+148
2023-04-15
bpf: Add bpf_refcount_acquire kfunc
Dave Marchevsky
-11
/
+91
2023-04-15
bpf: Support refcounted local kptrs in existing semantics
Dave Marchevsky
-8
/
+16
2023-04-15
bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing
Dave Marchevsky
-2
/
+32
2023-04-15
bpf: Remove btf_field_offs, use btf_record's fields instead
Dave Marchevsky
-130
/
+43
2023-04-13
samples/bpf: sampleip: Replace PAGE_OFFSET with _text address
Rong Tao
-2
/
+9
2023-04-13
bpf: Support 64-bit pointers to kfuncs
Ilya Leoshkevich
-40
/
+110
2023-04-13
bpf: Add preempt_count_{sub,add} into btf id deny list
Yafang
-0
/
+4
2023-04-13
selftests/bpf: Workaround for older vm_sockets.h.
Alexei Starovoitov
-0
/
+5
2023-04-13
selftests/bpf: Fix merge conflict due to SYS() macro change.
Alexei Starovoitov
-2
/
+2
2023-04-13
Daniel Borkmann says:
Jakub Kicinski
-11274
/
+21786
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1384
/
+2628
2023-04-13
Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-517
/
+990
2023-04-13
Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-3
/
+25
2023-04-13
Merge tag 'pinctrl-v6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
-20
/
+16
2023-04-13
Merge tag 'drm-fixes-2023-04-13' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-35
/
+175
2023-04-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-38
/
+205
2023-04-13
Merge tag 'drm-misc-fixes-2023-04-13' of git://anongit.freedesktop.org/drm/dr...
Daniel Vetter
-3
/
+15
2023-04-13
bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmap
Daniel Borkmann
-6
/
+4
2023-04-13
Merge branch 'XDP-hints: change RX-hash kfunc bpf_xdp_metadata_rx_hash'
Alexei Starovoitov
-38
/
+205
2023-04-13
selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg
Jesper Dangaard Brouer
-12
/
+23
[next]