summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | bpf: verifier remove the rejection on BPF_ALU | BPF_ARSHJiong Wang2018-12-071-5/+0
| | * | | | | | | | | bpf: interpreter support BPF_ALU | BPF_ARSHJiong Wang2018-12-071-22/+30
| | * | | | | | | | | bpf: Change insn_offset to insn_off in bpf_func_infoMartin KaFai Lau2018-12-061-9/+9
| | * | | | | | | | | bpf: Improve the info.func_info and info.func_info_rec_size behaviorMartin KaFai Lau2018-12-062-27/+21
| | * | | | | | | | | bpf: add __weak hook for allocating executable memoryArd Biesheuvel2018-12-051-2/+12
| | * | | | | | | | | bpf: Fix memleak in aux->func_info and aux->btfMartin KaFai Lau2018-12-021-0/+2
| | * | | | | | | | | bpf: Add BPF_F_ANY_ALIGNMENT.David Miller2018-12-012-1/+8
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-1016-76/+315
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | / | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-303-43/+48
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | bpf: btf: support proper non-jit func infoYonghong Song2018-11-273-43/+48
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-296-14/+52
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-268-136/+664
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| | * | | | | | | | | bpf: btf: fix spelling mistake "Memmber" -> "Member"Colin Ian King2018-11-261-1/+1
| | * | | | | | | | | bpf, tags: Fix DEFINE_PER_CPU expansionRustam Kovhaev2018-11-261-2/+1
| | * | | | | | | | | bpf, lpm: make longest_prefix_match() fasterEric Dumazet2018-11-221-10/+49
| | * | | | | | | | | bpf: Introduce bpf_func_infoYonghong Song2018-11-204-7/+189
| | * | | | | | | | | bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTOMartin KaFai Lau2018-11-201-50/+339
| | * | | | | | | | | bpf: btf: Break up btf_type_is_void()Martin KaFai Lau2018-11-201-15/+22
| | * | | | | | | | | bpf: allow zero-initializing hash map seedLorenz Bauer2018-11-201-2/+11
| | * | | | | | | | | bpf: fix null pointer dereference on pointer offloadColin Ian King2018-11-171-2/+3
| | * | | | | | | | | bpf: Allow narrow loads with offset > 0Andrey Ignatov2018-11-111-5/+16
| | * | | | | | | | | bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet2018-11-111-2/+2
| | * | | | | | | | | bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet2018-11-112-4/+4
| | * | | | | | | | | bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-111-23/+1
| | * | | | | | | | | bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-111-7/+7
| | * | | | | | | | | bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet2018-11-111-13/+9
| | * | | | | | | | | bpf: call finalize() from its callback in struct bpf_offload_devQuentin Monnet2018-11-111-2/+2
| | * | | | | | | | | bpf: call verify_insn from its callback in struct bpf_offload_devQuentin Monnet2018-11-111-1/+3
| | * | | | | | | | | bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet2018-11-111-1/+4
| | * | | | | | | | | bpf: let verifier to calculate and record max_pkt_offsetJiong Wang2018-11-091-0/+12
| | | |_|_|_|_|/ / / | | |/| | | | | | |
* | | | | | | | | | Merge tag 'modules-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-12-272-52/+74
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ARM: module: Fix function kallsyms on Thumb-2Vincent Whitchurch2018-12-141-16/+27
| * | | | | | | | | | module: Overwrite st_size instead of st_infoVincent Whitchurch2018-12-141-2/+2
| * | | | | | | | | | module: make it clearer when we're handling kallsyms symbols vs exported symbolsJessica Yu2018-11-291-34/+44
| * | | | | | | | | | modsign: use all trusted keys to verify module signatureKe Wu2018-11-071-1/+2
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-12-277-350/+386
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | audit: remove duplicated include from audit.cYueHaibing2018-12-141-1/+0
| * | | | | | | | | | audit: shorten PATH cap values when zeroRichard Guy Briggs2018-12-041-4/+6
| * | | | | | | | | | audit: use current whenever possiblePaul Moore2018-11-273-86/+81
| * | | | | | | | | | audit: minimize our use of audit_log_format()Paul Moore2018-11-275-16/+11
| * | | | | | | | | | audit: remove WATCH and TREE config optionsRichard Guy Briggs2018-11-193-16/+4
| * | | | | | | | | | audit: use session_info helperRichard Guy Briggs2018-11-193-9/+7
| * | | | | | | | | | audit: localize audit_log_session_info prototypeRichard Guy Briggs2018-11-191-0/+2
| * | | | | | | | | | audit: Use 'mark' name for fsnotify_mark variablesJan Kara2018-11-121-39/+40
| * | | | | | | | | | audit: Replace chunk attached to mark instead of replacing markJan Kara2018-11-121-77/+83
| * | | | | | | | | | audit: Simplify locking around untag_chunk()Jan Kara2018-11-121-37/+40
| * | | | | | | | | | audit: Drop all unused chunk nodes during deletionJan Kara2018-11-121-9/+18
| * | | | | | | | | | audit: Guarantee forward progress of chunk untaggingJan Kara2018-11-121-25/+17
| * | | | | | | | | | audit: Allocate fsnotify mark independently of chunkJan Kara2018-11-121-14/+50
| * | | | | | | | | | audit: Provide helper for dropping mark's chunk referenceJan Kara2018-11-121-1/+11