Age | Commit message (Expand) | Author | Files | Lines |
2021-03-30 | bpf: Remove unused bpf_load_pointer | He Fengqing | 1 | -9/+0 |
2021-03-27 | bpf: Support bpf program calling kernel function | Martin KaFai Lau | 1 | -0/+1 |
2021-03-27 | bpf: Simplify freeing logic in linfo and jited_linfo | Martin KaFai Lau | 1 | -2/+1 |
2021-03-10 | bpf, xdp: Restructure redirect actions | Björn Töpel | 1 | -4/+6 |
2021-03-10 | bpf, xdp: Make bpf_redirect_map() a map operation | Björn Töpel | 1 | -0/+27 |
2021-02-11 | bpf: Count the number of times recursion was prevented | Alexei Starovoitov | 1 | -0/+1 |
2021-02-11 | bpf: Add per-program recursion prevention mechanism | Alexei Starovoitov | 1 | -0/+1 |
2021-02-11 | bpf: Optimize program stats | Alexei Starovoitov | 1 | -3/+11 |
2021-01-21 | bpf: Try to avoid kzalloc in cgroup/{s,g}etsockopt | Stanislav Fomichev | 1 | -0/+5 |
2021-01-15 | bpf: Add bitwise atomic instructions | Brendan Jackman | 1 | -0/+6 |
2021-01-15 | bpf: Add instructions for atomic_[cmp]xchg | Brendan Jackman | 1 | -0/+2 |
2021-01-15 | bpf: Add BPF_FETCH field / create atomic_fetch_add instruction | Brendan Jackman | 1 | -0/+1 |
2021-01-15 | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman | 1 | -4/+12 |
2021-01-13 | bpf: Avoid warning when re-casting __bpf_call_base into __bpf_call_base_args | Andrii Nakryiko | 1 | -1/+1 |
2020-12-14 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+1 |
2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 1 | -1/+1 |
2020-10-27 | bpf: Fix -Wshadow warnings | Arnd Bergmann | 1 | -11/+11 |
2020-10-22 | bpf: Fix bpf_redirect_neigh helper api to support supplying nexthop | Toke Høiland-Jørgensen | 1 | -0/+9 |
2020-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -2/+2 |
2020-09-11 | bpf: Plug hole in struct bpf_sk_lookup_kern | Lorenz Bauer | 1 | -2/+2 |
2020-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2020-08-25 | bpf: tcp: Allow bpf prog to write and parse TCP header option | Martin KaFai Lau | 1 | -0/+4 |
2020-08-25 | bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8 | Martin KaFai Lau | 1 | -2/+2 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-07-26 | bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work | Song Liu | 1 | -1/+2 |
2020-07-25 | net: switch copy_bpf_fprog_from_user to sockptr_t | Christoph Hellwig | 1 | -1/+2 |
2020-07-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+147 |
2020-07-20 | net: simplify cBPF setsockopt compat handling | Christoph Hellwig | 1 | -2/+2 |
2020-07-18 | inet6: Run SK_LOOKUP BPF program on socket lookup | Jakub Sitnicki | 1 | -0/+39 |
2020-07-18 | inet: Run SK_LOOKUP BPF program on socket lookup | Jakub Sitnicki | 1 | -0/+91 |
2020-07-18 | bpf: Introduce SK_LOOKUP program type with a dedicated attach point | Jakub Sitnicki | 1 | -0/+17 |
2020-07-09 | bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok() | Kees Cook | 1 | -2/+2 |
2020-07-09 | kallsyms: Refactor kallsyms_show_value() to take cred | Kees Cook | 1 | -1/+1 |
2020-06-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -6/+2 |
2020-05-08 | crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.h | Eric Biggers | 1 | -1/+1 |
2020-05-08 | crypto: lib/sha1 - rename "sha" to "sha1" | Eric Biggers | 1 | -1/+1 |
2020-05-04 | bpf: Avoid gcc-10 stringop-overflow warning in struct bpf_prog | Arnd Bergmann | 1 | -4/+2 |
2020-04-26 | bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=n | Stanislav Fomichev | 1 | -2/+0 |
2020-03-13 | bpf: Add name to struct bpf_ksym | Jiri Olsa | 1 | -6/+0 |
2020-03-13 | bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHER | Björn Töpel | 1 | -5/+4 |
2020-02-25 | bpf: Use migrate_disable/enable in array macros and cgroup/lirc code. | David Miller | 1 | -2/+3 |
2020-02-25 | bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites. | David Miller | 1 | -3/+1 |
2020-02-25 | bpf: Replace cant_sleep() with cant_migrate() | Thomas Gleixner | 1 | -1/+1 |
2020-02-25 | bpf: Provide bpf_prog_run_pin_on_cpu() helper | Thomas Gleixner | 1 | -2/+24 |
2020-01-17 | xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths | Toke Høiland-Jørgensen | 1 | -2/+8 |
2020-01-09 | bpf: tcp: Support tcp_congestion_ops in bpf | Martin KaFai Lau | 1 | -0/+2 |
2019-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -17/+24 |
2019-12-20 | xdp: Remove map_to_flush and map swap detection | Björn Töpel | 1 | -1/+0 |
2019-12-14 | bpf, xdp: Start using the BPF dispatcher for XDP | Björn Töpel | 1 | -16/+24 |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya | 1 | -6/+6 |