index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
/
fanotify
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-21
netfilter: disallow bpf hook attachment at same priority
Florian Westphal
1
-0
/
+12
2023-04-21
netfilter: nfnetlink hook: dump bpf prog id
Florian Westphal
2
-16
/
+89
2023-04-21
bpf: minimal support for programs hooked into netfilter framework
Florian Westphal
6
-1
/
+88
2023-04-21
bpf: add bpf_link support for BPF_NETFILTER programs
Florian Westphal
7
-0
/
+194
2023-04-21
bpftool: Update doc to explain struct_ops register subcommand.
Kui-Feng Lee
1
-4
/
+8
2023-04-21
bpftool: Register struct_ops with a link.
Kui-Feng Lee
4
-25
/
+75
2023-04-21
selftests/bpf: Verify optval=NULL case
Stanislav Fomichev
2
-0
/
+40
2023-04-21
bpf: Don't EFAULT for getsockopt with optval=NULL
Stanislav Fomichev
1
-3
/
+6
2023-04-21
selftests/xsk: Put MAP_HUGE_2MB in correct argument
Magnus Karlsson
1
-7
/
+4
2023-04-21
bpf: Fix bpf_refcount_acquire's refcount_t address calculation
Dave Marchevsky
2
-5
/
+5
2023-04-21
bpf: Fix race between btf_put and btf_idr walk.
Alexei Starovoitov
1
-5
/
+3
2023-04-21
selftests/bpf: populate map_array_ro map for verifier_array_access test
Eduard Zingerman
2
-5
/
+41
2023-04-21
selftests/bpf: add pre bpf_prog_test_run_opts() callback for test_loader
Eduard Zingerman
2
-0
/
+17
2023-04-21
selftests/bpf: fix __retval() being always ignored
Eduard Zingerman
2
-3
/
+3
2023-04-21
selftests/bpf: disable program test run for progs/refcounted_kptr.c
Eduard Zingerman
1
-4
/
+4
2023-04-21
bpftool: Replace "__fallthrough" by a comment to address merge conflict
Quentin Monnet
1
-1
/
+1
2023-04-20
selftests/bpf: Add test to access integer type of variable array
Feng Zhou
5
-0
/
+70
2023-04-20
bpf: support access variable length array of integer type
Feng Zhou
1
-3
/
+5
2023-04-19
selftests/xsk: Fix munmap for hugepage allocated umem
Magnus Karlsson
2
-4
/
+16
2023-04-18
libbpf: mark bpf_iter_num_{new,next,destroy} as __weak
Andrii Nakryiko
1
-3
/
+3
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-18
selftests/bpf: Add a selftest for checking subreg equality
Yonghong Song
2
-0
/
+60
2023-04-18
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
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-16
selftests/bpf: Add refcounted_kptr tests
Dave Marchevsky
3
-0
/
+496
2023-04-16
bpf: Centralize btf_field-specific initialization logic
Dave Marchevsky
2
-12
/
+35
2023-04-16
bpf: Migrate bpf_rbtree_remove to possibly fail
Dave Marchevsky
7
-107
/
+191
2023-04-16
selftests/bpf: Modify linked_list tests to work with macro-ified inserts
Dave Marchevsky
4
-67
/
+73
2023-04-16
bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail
Dave Marchevsky
4
-51
/
+148
2023-04-16
bpf: Add bpf_refcount_acquire kfunc
Dave Marchevsky
3
-11
/
+91
2023-04-16
bpf: Support refcounted local kptrs in existing semantics
Dave Marchevsky
2
-8
/
+16
2023-04-16
bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing
Dave Marchevsky
5
-2
/
+32
2023-04-16
bpf: Remove btf_field_offs, use btf_record's fields instead
Dave Marchevsky
6
-130
/
+43
2023-04-14
samples/bpf: sampleip: Replace PAGE_OFFSET with _text address
Rong Tao
1
-2
/
+9
2023-04-14
bpf: Support 64-bit pointers to kfuncs
Ilya Leoshkevich
5
-40
/
+110
2023-04-14
bpf: Add preempt_count_{sub,add} into btf id deny list
Yafang
1
-0
/
+4
2023-04-14
selftests/bpf: Workaround for older vm_sockets.h.
Alexei Starovoitov
1
-0
/
+5
2023-04-14
selftests/bpf: Fix merge conflict due to SYS() macro change.
Alexei Starovoitov
1
-2
/
+2
2023-04-13
bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmap
Daniel Borkmann
1
-6
/
+4
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
[next]