| 2024-05-16 |
Stanislav Fomichev | selftests/bpf: Fix test_align verifier log patterns |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
John Fastabend | bpf: Verifer, adjust_scalar_min_max_vals to always... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Chen Zhongjin | kprobes: Forbid probing on trampoline and BPF code... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Eric Dumazet | bpf: Make sure mac_header was set before using it |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Liu Jian | bpf: Enlarge offset check value to INT_MAX in bpf_skb_... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: Add kconfig knob for disabling unpriv bpf by default |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: fix truncated jump targets on heavy expansions |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Paolo Abeni | bpf: Do not WARN in bpf_warn_invalid_xdp_action() |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: fix panic due to oob in bpf_prog_test_run_skb |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Maxim Mikityanskiy | bpf: Fix the off-by-two error in range markings |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Lorenz Bauer | bpf: Prevent increasing bpf_jit_limit above max |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Tatsuhiko Yasumatsu | bpf: Fix integer overflow in prealloc_elems_and_freelist() |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Piotr Krysiuk | bpf, mips: Validate conditional branch offsets |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: add also cbpf long jump test cases with heavy... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Li Zhijian | selftests/bpf: Enlarge select() timeout for test_maps |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Johan Almbladh | bpf/tests: Do not PASS tests without actually testing... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Johan Almbladh | bpf/tests: Fix copy-and-paste error in double word... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Riccardo Mancini | perf test bpf: Free obj_buf |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Wang Hai | samples/bpf: Fix the error return code of xdp_redirect... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Maciej Żenczykowski | FROMGIT: bpf: Do not change gso_size during bpf_skb_cha... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: No need to simulate speculative domain for immediates |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: Fix mask direction swap upon off reg sign change |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: Wrap aux data inside bpf_sanitize_info container |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: Fix leakage of uninitialized bpf stack under specu... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Alexei Starovoitov | selftests/bpf: make 'dubious pointer arithmetic' test... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Alexei Starovoitov | selftests/bpf: fix test_align |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Alexei Starovoitov | bpf/verifier: disallow pointer subtraction |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Alexei Starovoitov | bpf: do not allow root to mangle valid pointers |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: Update selftests to reflect new error states |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: Tighten speculative pointer arithmetic mask |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: Move sanitize_val_alu out of op switch |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: Refactor and streamline bounds check into helper |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: Improve verifier error messages for users |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: Rework ptr_limit into alu_limit and add common... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: Ensure off_reg has no mixed signed bounds for... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: Move off_reg into sanitize_ptr_alu |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Piotr Krysiuk | bpf, selftests: Fix up some test_verifier cases for... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Jussi Maki | bpf: Set mac_len in bpf_skb_change_head |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Yaqi Chen | samples/bpf: Fix broken tracex1 due to kprobe argument... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: Fix masking negation logic upon negative dst register |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Frank van der... | bpf: fix up selftests after backports were fixed |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Samuel Mendoza... | bpf: Fix backport of "bpf: restrict unknown scalars... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Jesper Dangaard... | bpf: Remove MTU check in __bpf_skb_max_len |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Cosmin Tanislav | Revert "ANDROID: net: bpf: permit redirect from ingress... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Georgi Valkov | libbpf: Fix INSTALL flag order |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Piotr Krysiuk | bpf: Prohibit alu ops for pointer types not defining... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Piotr Krysiuk | bpf: Add sanity check for upper ptr_limit |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Piotr Krysiuk | bpf: Simplify alu_limit masking for pointer arithmetic |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Piotr Krysiuk | bpf: Fix off-by-one for area size in creating mask... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Marco Elver | bpf_lru_list: Read double-checked variable once without... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Bui Quang Minh | bpf: Check for integer overflow when using roundup_pow_... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Maciej Żenczykowski | BACKPORT: bpf: add bpf_ktime_get_boot_ns() |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Maciej Żenczykowski | UPSTREAM: net: bpf: Make bpf_ktime_get_ns() available... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel T. Lee | samples: bpf: Fix lwt_len_hist reusing previous BPF map |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Thomas Gleixner | bpf: Remove recursion prevention from rcu free callback |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Andrii Nakryiko | bpf: Fix map leak in HASH_OF_MAPS map |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Matteo Croce | samples: bpf: Fix build error |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Luke Nelson | arm, bpf: Fix bugs with ALU64 {RSH, ARSH} BPF_K shift... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Nicolas Dichtel | vti[6]: fix packet tx through bpf_redirect() in XinY... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Greg Kroah... | UPSTREAM: bpf: Explicitly memset some bpf info structur... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Greg Kroah... | UPSTREAM: bpf: Explicitly memset the bpf_attr structure |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Toke Høiland... | samples/bpf: Don't try to remove user's homedir on... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Nicolas Dichtel | vti[6]: fix packet tx through bpf_redirect() |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Maciej Żenczykowski | ANDROID: fix bpf jit + cfi interactions |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: Fix passing modified ctx to ld/abs/ind instruction |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: reject passing modified ctx to helper functions |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel T. Lee | samples: bpf: fix syscall_tp due to unused syscall |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel T. Lee | samples: bpf: Replace symbol compare of trace_event |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Paul Chaignon | bpf, mips: Limit to 33 tail calls |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Alexander Lobakin | net, sysctl: Fix compiler warning when only cBPF is... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Ivan Khoronzhuk | selftests/bpf: Correct path to include msg + path |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Yonghong Song | UPSTREAM: bpf: permit multiple bpf attachments for... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Yonghong Song | UPSTREAM: bpf: use the same condition in perf event... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Alexei Starovoitov | UPSTREAM: bpf: multi program support for cgroup+bpf |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Peng Sun | bpf: drop refcount if bpf_map_new_fd() fails in map_cre... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Peng Sun | bpf: decrease usercnt if bpf_map_new_fd() fails in... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Taehee Yoo | bpf: devmap: fix wrong interface selection in notifier_call |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Prashant Bhole | samples/bpf: fix compilation failure |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Yonghong Song | samples/bpf: fix a compilation failure |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: fix use after free in prog symbol exposure |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Sami Tolvanen | ANDROID: arm64: bpf: implement arch_bpf_jit_check_func |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Sami Tolvanen | ANDROID: bpf: validate bpf_func when BPF_JIT is enabled... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Sami Tolvanen | UPSTREAM: kcm: use BPF_PROG_RUN |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: add bpf_jit_limit knob to restrict unpriv allocations |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: restrict access to core bpf sysctls |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: get rid of pure_initcall dependency to enable... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Eric Dumazet | tcp: fix tcp_set_congestion_control() use from bpf... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Valdis Klētnieks | bpf: silence warning messages in core |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
John Fastabend | bpf: sockmap, fix use after free from sleep in psock... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Chang-Hsien... | samples, bpf: fix to change the buffer size for read() |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf, arm64: use more scalable stadd over ldxr / stxr... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Martin KaFai Lau | bpf: udp: ipv6: Avoid running reuseport's bpf_prog... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Martin KaFai Lau | bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Naveen N. Rao | powerpc/bpf: use unsigned division instruction for... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel T. Lee | libbpf: fix samples/bpf build failure due to undefined... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Vineet Gupta | tools/bpf: fix perf build error with uClibc (seen on... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Eric Dumazet | bpf: devmap: fix use-after-free Read in __dev_map_entry... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf, lru: avoid messing with eviction heuristics upon... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
| 2024-05-16 |
Daniel Borkmann | bpf: add map_lookup_elem_sys_only for lookups from... |
commit | commitdiff | tree | snapshot (tar.gz zip) |
next |