Age | Commit message (Expand) | Author |
2023-03-13 | selftests: tc-testing: add tests for action binding | Pedro Tammela |
2023-03-09 | Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilte... | Jakub Kicinski |
2023-03-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-03-09 | Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2023-03-09 | Merge tag 'for-linus-2023030901' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2023-03-08 | tools: ynl: fix enum-as-flags in the generic CLI | Jakub Kicinski |
2023-03-08 | tools: ynl: move the enum classes to shared code | Jakub Kicinski |
2023-03-08 | selftests/bpf: Fix IMA test | Roberto Sassu |
2023-03-08 | selftests: add a selftest for big tcp | Xin Long |
2023-03-07 | libbpf: USDT arm arg parsing support | Puranjay Mohan |
2023-03-07 | libbpf: Refactor parse_usdt_arg() to re-use code | Puranjay Mohan |
2023-03-07 | libbpf: Fix theoretical u32 underflow in find_cd() function | Daniel Müller |
2023-03-07 | ynl: re-license uniformly under GPL-2.0 OR BSD-3-Clause | Jakub Kicinski |
2023-03-06 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-03-06 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-03-06 | selftests/bpf: check that modifier resolves after pointer | Lorenz Bauer |
2023-03-06 | bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES | Alexander Lobakin |
2023-03-06 | selftests/bpf: Add test for legacy/perf kprobe/uprobe attach mode | Menglong Dong |
2023-03-06 | selftests/bpf: Split test_attach_probe into multi subtests | Menglong Dong |
2023-03-06 | libbpf: Add support to set kprobe/uprobe attach mode | Menglong Dong |
2023-03-06 | tools/resolve_btfids: Add /libsubcmd to .gitignore | Rong Tao |
2023-03-04 | selftests/bpf: adjust log_fixup's buffer size for proper truncation | Andrii Nakryiko |
2023-03-04 | selftests/bpf: enhance align selftest's expected log matching | Andrii Nakryiko |
2023-03-03 | selftests/bpf: Disassembler tests for verifier.c:convert_ctx_access() | Eduard Zingerman |
2023-03-03 | selftests/bpf: test if pointer type is tracked for BPF_ST_MEM | Eduard Zingerman |
2023-03-03 | bpf: allow ctx writes using BPF_ST_MEM instruction | Eduard Zingerman |
2023-03-03 | bpf: Refactor RCU enforcement in the verifier. | Alexei Starovoitov |
2023-03-03 | selftests/bpf: Tweak cgroup kfunc test. | Alexei Starovoitov |
2023-03-03 | selftests/bpf: Add a test case for kptr_rcu. | Alexei Starovoitov |
2023-03-03 | bpf: Introduce kptr_rcu. | Alexei Starovoitov |
2023-03-03 | bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted. | Alexei Starovoitov |
2023-03-03 | tools: ynl: use 1 as the default for first entry in attrs/ops | Jakub Kicinski |
2023-03-03 | tools: ynl: fully inherit attrs in subsets | Jakub Kicinski |
2023-03-02 | selftests/bpf: Add absolute timer test | Tero Kristo |
2023-03-02 | bpf: Add support for absolute value BPF timers | Tero Kristo |
2023-03-02 | selftests/bpf: Add -Wuninitialized flag to bpf prog flags | Dave Marchevsky |
2023-03-02 | Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-03-01 | libbpf: Add support for attaching uprobes to shared objects in APKs | Daniel Müller |
2023-03-01 | libbpf: Introduce elf_find_func_offset_from_file() function | Daniel Müller |
2023-03-01 | libbpf: Implement basic zip archive parsing support | Daniel Müller |
2023-03-01 | selftests/bpf: Support custom per-test flags and multiple expected messages | Andrii Nakryiko |
2023-03-01 | libbpf: Cleanup linker_append_elf_relos | Viktor Malik |
2023-03-01 | libbpf: Remove several dead assignments | Viktor Malik |
2023-03-01 | libbpf: Remove unnecessary ternary operator | Viktor Malik |
2023-03-01 | selftests/bpf: Set __BITS_PER_LONG if target is bpf for LoongArch | Tiezhu Yang |
2023-03-01 | selftests/bpf: Add more tests for kptrs in maps | Kumar Kartikeya Dwivedi |
2023-03-01 | selftests/bpf: tests for using dynptrs to parse skb and xdp buffers | Joanne Koong |
2023-03-01 | capability: just use a 'u64' instead of a 'u32[2]' array | Linus Torvalds |
2023-03-01 | bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr | Joanne Koong |
2023-03-01 | bpf: Add xdp dynptrs | Joanne Koong |