Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | bpf: verifier remove the rejection on BPF_ALU | BPF_ARSH | Jiong Wang | 2018-12-07 | 1 | -5/+0 | |
| | * | | | | | | | | | bpf: interpreter support BPF_ALU | BPF_ARSH | Jiong Wang | 2018-12-07 | 1 | -22/+30 | |
| | * | | | | | | | | | bpf: Change insn_offset to insn_off in bpf_func_info | Martin KaFai Lau | 2018-12-06 | 1 | -9/+9 | |
| | * | | | | | | | | | bpf: Improve the info.func_info and info.func_info_rec_size behavior | Martin KaFai Lau | 2018-12-06 | 2 | -27/+21 | |
| | * | | | | | | | | | bpf: add __weak hook for allocating executable memory | Ard Biesheuvel | 2018-12-05 | 1 | -2/+12 | |
| | * | | | | | | | | | bpf: Fix memleak in aux->func_info and aux->btf | Martin KaFai Lau | 2018-12-02 | 1 | -0/+2 | |
| | * | | | | | | | | | bpf: Add BPF_F_ANY_ALIGNMENT. | David Miller | 2018-12-01 | 2 | -1/+8 | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-12-10 | 16 | -76/+315 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | / | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-11-30 | 3 | -43/+48 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | bpf: btf: support proper non-jit func info | Yonghong Song | 2018-11-27 | 3 | -43/+48 | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-11-29 | 6 | -14/+52 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-11-26 | 8 | -136/+664 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | bpf: btf: fix spelling mistake "Memmber" -> "Member" | Colin Ian King | 2018-11-26 | 1 | -1/+1 | |
| | * | | | | | | | | | bpf, tags: Fix DEFINE_PER_CPU expansion | Rustam Kovhaev | 2018-11-26 | 1 | -2/+1 | |
| | * | | | | | | | | | bpf, lpm: make longest_prefix_match() faster | Eric Dumazet | 2018-11-22 | 1 | -10/+49 | |
| | * | | | | | | | | | bpf: Introduce bpf_func_info | Yonghong Song | 2018-11-20 | 4 | -7/+189 | |
| | * | | | | | | | | | bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO | Martin KaFai Lau | 2018-11-20 | 1 | -50/+339 | |
| | * | | | | | | | | | bpf: btf: Break up btf_type_is_void() | Martin KaFai Lau | 2018-11-20 | 1 | -15/+22 | |
| | * | | | | | | | | | bpf: allow zero-initializing hash map seed | Lorenz Bauer | 2018-11-20 | 1 | -2/+11 | |
| | * | | | | | | | | | bpf: fix null pointer dereference on pointer offload | Colin Ian King | 2018-11-17 | 1 | -2/+3 | |
| | * | | | | | | | | | bpf: Allow narrow loads with offset > 0 | Andrey Ignatov | 2018-11-11 | 1 | -5/+16 | |
| | * | | | | | | | | | bpf: do not pass netdev to translate() and prepare() offload callbacks | Quentin Monnet | 2018-11-11 | 1 | -2/+2 | |
| | * | | | | | | | | | bpf: pass prog instead of env to bpf_prog_offload_verifier_prep() | Quentin Monnet | 2018-11-11 | 2 | -4/+4 | |
| | * | | | | | | | | | bpf: pass destroy() as a callback and remove its ndo_bpf subcommand | Quentin Monnet | 2018-11-11 | 1 | -23/+1 | |
| | * | | | | | | | | | bpf: pass translate() as a callback and remove its ndo_bpf subcommand | Quentin Monnet | 2018-11-11 | 1 | -7/+7 | |
| | * | | | | | | | | | bpf: call verifier_prep from its callback in struct bpf_offload_dev | Quentin Monnet | 2018-11-11 | 1 | -13/+9 | |
| | * | | | | | | | | | bpf: call finalize() from its callback in struct bpf_offload_dev | Quentin Monnet | 2018-11-11 | 1 | -2/+2 | |
| | * | | | | | | | | | bpf: call verify_insn from its callback in struct bpf_offload_dev | Quentin Monnet | 2018-11-11 | 1 | -1/+3 | |
| | * | | | | | | | | | bpf: pass a struct with offload callbacks to bpf_offload_dev_create() | Quentin Monnet | 2018-11-11 | 1 | -1/+4 | |
| | * | | | | | | | | | bpf: let verifier to calculate and record max_pkt_offset | Jiong Wang | 2018-11-09 | 1 | -0/+12 | |
| | | |_|_|_|_|/ / / | | |/| | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'modules-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-12-27 | 2 | -52/+74 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | ARM: module: Fix function kallsyms on Thumb-2 | Vincent Whitchurch | 2018-12-14 | 1 | -16/+27 | |
| * | | | | | | | | | | module: Overwrite st_size instead of st_info | Vincent Whitchurch | 2018-12-14 | 1 | -2/+2 | |
| * | | | | | | | | | | module: make it clearer when we're handling kallsyms symbols vs exported symbols | Jessica Yu | 2018-11-29 | 1 | -34/+44 | |
| * | | | | | | | | | | modsign: use all trusted keys to verify module signature | Ke Wu | 2018-11-07 | 1 | -1/+2 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-12-27 | 7 | -350/+386 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | audit: remove duplicated include from audit.c | YueHaibing | 2018-12-14 | 1 | -1/+0 | |
| * | | | | | | | | | | audit: shorten PATH cap values when zero | Richard Guy Briggs | 2018-12-04 | 1 | -4/+6 | |
| * | | | | | | | | | | audit: use current whenever possible | Paul Moore | 2018-11-27 | 3 | -86/+81 | |
| * | | | | | | | | | | audit: minimize our use of audit_log_format() | Paul Moore | 2018-11-27 | 5 | -16/+11 | |
| * | | | | | | | | | | audit: remove WATCH and TREE config options | Richard Guy Briggs | 2018-11-19 | 3 | -16/+4 | |
| * | | | | | | | | | | audit: use session_info helper | Richard Guy Briggs | 2018-11-19 | 3 | -9/+7 | |
| * | | | | | | | | | | audit: localize audit_log_session_info prototype | Richard Guy Briggs | 2018-11-19 | 1 | -0/+2 | |
| * | | | | | | | | | | audit: Use 'mark' name for fsnotify_mark variables | Jan Kara | 2018-11-12 | 1 | -39/+40 | |
| * | | | | | | | | | | audit: Replace chunk attached to mark instead of replacing mark | Jan Kara | 2018-11-12 | 1 | -77/+83 | |
| * | | | | | | | | | | audit: Simplify locking around untag_chunk() | Jan Kara | 2018-11-12 | 1 | -37/+40 | |
| * | | | | | | | | | | audit: Drop all unused chunk nodes during deletion | Jan Kara | 2018-11-12 | 1 | -9/+18 | |
| * | | | | | | | | | | audit: Guarantee forward progress of chunk untagging | Jan Kara | 2018-11-12 | 1 | -25/+17 | |
| * | | | | | | | | | | audit: Allocate fsnotify mark independently of chunk | Jan Kara | 2018-11-12 | 1 | -14/+50 | |
| * | | | | | | | | | | audit: Provide helper for dropping mark's chunk reference | Jan Kara | 2018-11-12 | 1 | -1/+11 |