Age | Commit message (Expand) | Author |
2021-01-26 | selftests/bpf: Avoid useless void *-casts | Björn Töpel |
2021-01-26 | selftests/bpf: Consistent malloc/calloc usage | Björn Töpel |
2021-01-26 | selftests/bpf: Avoid heap allocation | Björn Töpel |
2021-01-26 | selftests/bpf: Define local variables at the beginning of a block | Björn Töpel |
2021-01-26 | selftests/bpf: Change type from void * to struct generic_data * | Björn Töpel |
2021-01-26 | selftests/bpf: Change type from void * to struct ifaceconfigobj * | Björn Töpel |
2021-01-26 | selftests/bpf: Remove casting by introduce local variable | Björn Töpel |
2021-01-26 | selftests/bpf: Improve readability of xdpxceiver/worker_pkt_validate() | Björn Töpel |
2021-01-26 | selftests/bpf: Remove memory leak | Björn Töpel |
2021-01-26 | selftests/bpf: Fix style warnings | Björn Töpel |
2021-01-26 | selftests/bpf: Remove unused enums | Björn Töpel |
2021-01-26 | selftests/bpf: Remove a lot of ifobject casting | Björn Töpel |
2021-01-25 | libbpf, xsk: Select AF_XDP BPF program based on kernel version | Björn Töpel |
2021-01-25 | xsk: Fold xp_assign_dev and __xp_assign_dev | Björn Töpel |
2021-01-25 | xsk: Remove explicit_free parameter from __xsk_rcv() | Björn Töpel |
2021-01-23 | samples/bpf: Add xdp program on egress for xdp_redirect_map | Hangbin Liu |
2021-01-23 | bpf: Fix typo in scalar{,32}_min_max_rsh comments | Tobias Klauser |
2021-01-23 | bpf, docs: Update build procedure for manually compiling LLVM and Clang | Tiezhu Yang |
2021-01-21 | selftest/bpf: Fix typo | Junlin Yang |
2021-01-21 | libbpf: Use string table index from index table if needed | Jiri Olsa |
2021-01-20 | docs: bpf: Clarify -mcpu=v3 requirement for atomic ops | Brendan Jackman |
2021-01-20 | docs: bpf: Fixup atomics markup | Brendan Jackman |
2021-01-20 | Merge branch 'bpf: misc performance improvements for cgroup' | Alexei Starovoitov |
2021-01-20 | bpf: Split cgroup_bpf_enabled per attach type | Stanislav Fomichev |
2021-01-20 | bpf: Try to avoid kzalloc in cgroup/{s,g}etsockopt | Stanislav Fomichev |
2021-01-20 | bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE | Stanislav Fomichev |
2021-01-20 | bpf: Permit size-0 datasec | Yonghong Song |
2021-01-20 | Merge branch 'Allow attaching to bare tracepoints' | Alexei Starovoitov |
2021-01-20 | selftests: bpf: Add a new test for bare tracepoints | Qais Yousef |
2021-01-20 | Merge branch 'bpf,x64: implement jump padding in jit' | Alexei Starovoitov |
2021-01-20 | trace: bpf: Allow bpf to attach to bare tracepoints | Qais Yousef |
2021-01-20 | selftests/bpf: Add verifier tests for x64 jit jump padding | Gary Lin |
2021-01-20 | test_bpf: Remove EXPECTED_FAIL flag from bpf_fill_maxinsns11 | Gary Lin |
2021-01-20 | bpf,x64: Pad NOPs to make images converge more easily | Gary Lin |
2021-01-20 | docs, bpf: Add minimal markup to address doc warning | Lukas Bulwahn |
2021-01-20 | samples/bpf: Add BPF_ATOMIC_OP macro for BPF samples | Björn Töpel |
2021-01-20 | net, xdp: Introduce xdp_build_skb_from_frame utility routine | Lorenzo Bianconi |
2021-01-20 | net, xdp: Introduce __xdp_build_skb_from_frame utility routine | Lorenzo Bianconi |
2021-01-20 | bpf, selftests: Fold test_current_pid_tgid_new_ns into test_progs. | Carlos Neira |
2021-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-01-20 | Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-01-20 | Merge tag 'for-linus-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2021-01-20 | X.509: Fix crash caused by NULL pointer | Tianjia Zhang |
2021-01-20 | cachefiles: Drop superfluous readpages aops NULL check | Takashi Iwai |
2021-01-20 | Merge tag 'linux-can-fixes-for-5.11-20210120' of git://git.kernel.org/pub/scm... | Jakub Kicinski |
2021-01-20 | net: systemport: free dev before on error path | Pan Bian |
2021-01-20 | net: usb: cdc_ncm: don't spew notifications | Grant Grundler |
2021-01-20 | net: mscc: ocelot: Fix multicast to the CPU port | Alban Bedel |
2021-01-20 | tcp: Fix potential use-after-free due to double kfree() | Kuniyuki Iwashima |
2021-01-20 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski |