summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-3123-369/+672
|\
| * bpf: Fix typo in a comment in bpf lpm_trie.Leon Huayra2021-12-301-1/+1
| * net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski2021-12-291-0/+1
| * bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh2021-12-294-15/+50
| * bpf: Add missing map_get_next_key method to bloom filter map.Haimin Zhang2021-12-291-0/+6
| * net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
| * bpf: Use struct_size() helperXiu Jianfeng2021-12-212-7/+2
| * bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument supportKumar Kartikeya Dwivedi2021-12-181-21/+73
| * bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo2021-12-187-24/+38
| * bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.Hao Luo2021-12-182-6/+28
| * bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo2021-12-182-2/+2
| * bpf: Introduce MEM_RDONLY flagHao Luo2021-12-183-38/+53
| * bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo2021-12-183-177/+132
| * bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo2021-12-182-27/+27
| * bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo2021-12-181-25/+14
| * Only output backtracking information in log level 2Christy Lee2021-12-161-3/+3
| * bpf: Right align verifier states in verifier logs.Christy Lee2021-12-161-21/+36
| * bpf: Only print scratched registers and stack slots to verifier logs.Christy Lee2021-12-161-14/+69
| * add missing bpf-cgroup.h includesJakub Kicinski2021-12-166-0/+6
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-132-4/+4
| * bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa2021-12-133-6/+134
| * bpf: Allow access to int pointer arguments in tracing programsJiri Olsa2021-12-131-4/+3
| * bpf: Silence coverity false positive warning.Alexei Starovoitov2021-12-111-4/+4
| * bpf: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong2021-12-111-2/+1
| * bpf: Add bpf_strncmp helperHou Tao2021-12-111-0/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-305-9/+31
|\ \
| * \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-12-251-0/+11
| |\ \
| | * | kernel/crash_core: suppress unknown crashkernel parameter warningPhilipp Rudo2021-12-251-0/+11
| * | | Merge branch 'ucount-rlimit-fixes-for-v5.16' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-12-231-6/+9
| |\ \ \ | | |/ / | |/| |
| | * | ucounts: Fix rlimit max values checkAlexey Gladkov2021-12-091-6/+9
| * | | Merge tag 'timers_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-12-191-2/+1
| |\ \ \
| | * | | timekeeping: Really make sure wall_to_monotonic isn't positiveYu Liao2021-12-171-2/+1
| * | | | Merge tag 'locking_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-12-191-1/+1
| |\ \ \ \
| | * | | | locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner()Zqiang2021-12-181-1/+1
| | |/ / /
| * | | | Merge tag 'core_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-12-191-0/+9
| |\ \ \ \
| | * | | | signal: Skip the altstack update when not neededChang S. Bae2021-12-141-0/+9
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-166-41/+75
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | Merge tag 'audit-pr-20211216' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-12-161-11/+10
| |\ \ \ \
| | * | | | audit: improve robustness of the audit queue handlingPaul Moore2021-12-151-11/+10
| * | | | | Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-161-17/+36
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | bpf: Make 32->64 bounds propagation slightly more robustDaniel Borkmann2021-12-161-9/+15
| | * | | | bpf: Fix signed bounds propagation after mov32Daniel Borkmann2021-12-161-0/+4
| | * | | | bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux regDaniel Borkmann2021-12-141-1/+8
| | * | | | bpf: Fix kernel address leakage in atomic fetchDaniel Borkmann2021-12-141-3/+9
| | * | | | bpf: Fix incorrect state pruning for <8B spill/fillPaul Chaignon2021-12-101-4/+0
| * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-12-111-7/+9
| |\ \ \ \ \
| | * | | | | timers: implement usleep_idle_range()SeongJae Park2021-12-101-7/+9
| | |/ / / /
| * | | | | Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-12-102-6/+13
| |\ \ \ \ \
| | * | | | | tracing: Fix possible memory leak in __create_synth_event() error pathMiaoqian Lin2021-12-091-5/+6
| | * | | | | ftrace: Add cleanup to unregister_ftrace_direct_multiJiri Olsa2021-12-081-0/+4