| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: Implement bpf_link-based cgroup BPF program attachment | Andrii Nakryiko | 2020-03-30 | 3 | -90/+303 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: Verifier, refine 32bit bound in do_refine_retval_range | John Fastabend | 2020-03-30 | 1 | -0/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: Verifier, do explicit ALU32 bounds tracking | John Fastabend | 2020-03-30 | 2 | -281/+852 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: Verifier, do_refine_retval_range may clamp umin to 0 incorrectly | John Fastabend | 2020-03-30 | 1 | -8/+11 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: btf: Fix arg verification in btf_ctx_access() | KP Singh | 2020-03-30 | 1 | -7/+17 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: Simplify reg_set_min_max_inv handling | Jann Horn | 2020-03-30 | 1 | -86/+22 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: Fix tnum constraints for 32-bit comparisons | Jann Horn | 2020-03-30 | 1 | -36/+72 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: Undo incorrect __reg_bound_offset32 handling | Daniel Borkmann | 2020-03-30 | 1 | -19/+0 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: lsm: Implement attach, detach and execution | KP Singh | 2020-03-30 | 5 | -27/+105 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: lsm: Provide attachment points for BPF LSM programs | KP Singh | 2020-03-30 | 1 | -0/+14 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: Introduce BPF_PROG_TYPE_LSM | KP Singh | 2020-03-30 | 3 | -6/+24 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id | Daniel Borkmann | 2020-03-27 | 2 | -0/+19 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: Add netns cookie and enable it for bpf cgroup hooks | Daniel Borkmann | 2020-03-27 | 1 | -6/+10 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: Remove unused vairable 'bpf_xdp_link_lops' | YueHaibing | 2020-03-26 | 1 | -1/+0 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: Factor out attach_type to prog_type mapping for attach/detach | Andrii Nakryiko | 2020-03-26 | 1 | -87/+66 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: Factor out cgroup storages operations | Andrii Nakryiko | 2020-03-26 | 1 | -46/+72 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds() | John Fastabend | 2020-03-25 | 1 | -0/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: Verifer, refactor adjust_scalar_min_max_vals | John Fastabend | 2020-03-25 | 1 | -164/+239 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | bpf: Support llvm-objcopy for vmlinux BTF | Fangrui Song | 2020-03-19 | 2 | -11/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2020-03-29 | 4 | -19/+33 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-03-25 | 8 | -46/+81 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-03-13 | 12 | -219/+542 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit() | Jules Irenge | 2020-03-13 | 1 | -0/+2 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Remove bpf_image tree | Jiri Olsa | 2020-03-13 | 3 | -77/+12 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Add dispatchers to kallsyms | Jiri Olsa | 2020-03-13 | 1 | -0/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Add trampolines to kallsyms | Jiri Olsa | 2020-03-13 | 1 | -0/+28 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Add bpf_ksym_add/del functions | Jiri Olsa | 2020-03-13 | 1 | -14/+19 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Add prog flag to struct bpf_ksym object | Jiri Olsa | 2020-03-13 | 1 | -11/+11 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Add bpf_ksym_find function | Jiri Olsa | 2020-03-13 | 1 | -7/+15 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Move ksym_tnode to bpf_ksym | Jiri Olsa | 2020-03-13 | 1 | -14/+10 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Move lnode list node to struct bpf_ksym | Jiri Olsa | 2020-03-13 | 1 | -11/+11 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Add name to struct bpf_ksym | Jiri Olsa | 2020-03-13 | 2 | -8/+10 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Add struct bpf_ksym | Jiri Olsa | 2020-03-13 | 1 | -16/+12 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Abstract away entire bpf_link clean up procedure | Andrii Nakryiko | 2020-03-13 | 1 | -7/+11 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Add bpf_xdp_output() helper | Eelco Chaudron | 2020-03-12 | 2 | -1/+6 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Added new helper bpf_get_ns_current_pid_tgid | Carlos Neira | 2020-03-12 | 3 | -0/+48 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Add bpf_link_new_file that doesn't install FD | Andrii Nakryiko | 2020-03-11 | 1 | -34/+88 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NET | KP Singh | 2020-03-05 | 1 | -0/+7 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Remove unnecessary CAP_MAC_ADMIN check | KP Singh | 2020-03-05 | 1 | -10/+3 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Add test ops for BPF_PROG_TYPE_TRACING | KP Singh | 2020-03-04 | 1 | -0/+1 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Attachment verification for BPF_MODIFY_RETURN | KP Singh | 2020-03-04 | 2 | -8/+51 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Introduce BPF_MODIFY_RETURN | KP Singh | 2020-03-04 | 4 | -2/+8 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Refactor trampoline update code | KP Singh | 2020-03-04 | 2 | -28/+44 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | bpf: Introduce pinnable bpf_link abstraction | Andrii Nakryiko | 2020-03-02 | 2 | -46/+219 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-03-12 | 10 | -55/+144 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-02-29 | 12 | -115/+228 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | bpf: INET_DIAG support in bpf_sk_storage | Martin KaFai Lau | 2020-02-27 | 1 | -0/+15 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | bpf: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-02-28 | 3 | -3/+3 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabled | David Miller | 2020-02-24 | 1 | -3/+15 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | bpf, lpm: Make locking RT friendly | Thomas Gleixner | 2020-02-24 | 1 | -6/+6 | |
