summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-1713-110/+476
|\
| * bpf: Fix up register-based shifts in interpreter to silence KUBSANDaniel Borkmann2021-06-171-18/+43
| * bpf: Fix typo in kernel/bpf/bpf_lsm.cShuyi Cheng2021-06-161-1/+1
| * bpf: Support socket migration by eBPF.Kuniyuki Iwashima2021-06-151-0/+13
| * bpf, tnums: Provably sound, faster, and more precise algorithm for tnum_mulHarishankar Vishwanathan2021-06-011-19/+22
| * bpf, devmap: Remove drops variable from bq_xmit_all()Hangbin Liu2021-05-281-5/+2
| * libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.hFlorent Revest2021-05-261-1/+0
| * xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2021-05-262-3/+183
| * bpf: Run devmap xdp_prog on flush instead of bulk enqueueJesper Dangaard Brouer2021-05-261-51/+76
| * bpf: Fix spelling mistakesZhen Lei2021-05-247-16/+16
| * bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek2021-05-242-4/+128
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-072-22/+17
|\ \
| * | bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann2021-06-022-22/+17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-2735-239/+467
|\| | | |/ |/|
| * Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-268-72/+216
| |\
| | * bpf: No need to simulate speculative domain for immediatesDaniel Borkmann2021-05-251-1/+5
| | * bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann2021-05-251-10/+12
| | * bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann2021-05-251-7/+11
| | * bpf: Fix BPF_LSM kconfig symbol dependencyDaniel Borkmann2021-05-251-0/+2
| | * bpf, offload: Reorder offload callback 'prepare' in verifierYinjun Zhang2021-05-201-6/+6
| | * bpf: Avoid using ARRAY_SIZE on an uninitialized pointerFlorent Revest2021-05-201-2/+3
| | * bpf: Clarify a bpf_bprintf_prepare macroFlorent Revest2021-05-201-4/+5
| | * bpf: Fix BPF_JIT kconfig symbol dependencyDaniel Borkmann2021-05-201-0/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-117-45/+174
| | |\
| | | * bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffersFlorent Revest2021-05-111-13/+14
| | | * bpf: Add deny list of btf ids check for tracing programsJiri Olsa2021-05-111-0/+14
| | | * bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann2021-05-113-6/+36
| | | * bpf, kconfig: Add consolidated menu entry for bpf with core optionsDaniel Borkmann2021-05-111-0/+78
| | | * bpf: Prevent writable memory-mapping of read-only ringbuf pagesAndrii Nakryiko2021-05-111-13/+8
| | | * bpf, ringbuf: Deny reserve of buffers larger than ringbufThadeu Lima de Souza Cascardo2021-05-111-0/+3
| | | * bpf: Fix alu32 const subreg bound tracking on bitwise operationsDaniel Borkmann2021-05-111-13/+9
| | | * bpf: Forbid trampoline attach for functions with variable argumentsJiri Olsa2021-05-071-0/+12
| * | | Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-245-16/+13
| |\ \ \
| | * | | cgroup: fix spelling mistakesZhen Lei2021-05-245-8/+8
| | * | | cgroup: disable controllers at parse timeShakeel Butt2021-05-201-8/+5
| * | | | Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-241-2/+10
| |\ \ \ \
| | * | | | wq: handle VM suspension in stall detectionSergey Senozhatsky2021-05-201-2/+10
| | |/ / /
| * | | | Merge tag 'locking-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-05-235-13/+19
| |\ \ \ \
| | * | | | locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang2021-05-184-11/+17
| | * | | | locking/lockdep: Correct calling tracepointsLeo Yan2021-05-181-2/+2
| | |/ / /
| * | | | watchdog: reliable handling of timestampsPetr Mladek2021-05-221-14/+20
| * | | | Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-212-34/+36
| |\ \ \ \
| | * | | | signal: Deliver all of the siginfo perf data in _perfEric W. Biederman2021-05-181-8/+13
| | * | | | signal: Factor force_sig_perf out of perf_sigtrapEric W. Biederman2021-05-182-9/+15
| | * | | | signal: Implement SIL_FAULT_TRAPNOEric W. Biederman2021-05-181-22/+12
| | * | | | siginfo: Move si_trapno inside the union inside _si_faultEric W. Biederman2021-05-181-0/+1
| * | | | | Merge tag 'modules-for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-05-211-6/+11
| |\ \ \ \ \
| | * | | | | module: check for exit sections in layout_sections() instead of module_init_s...Jessica Yu2021-05-171-6/+11
| * | | | | | Merge branch 'urgent.2021.05.20a' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-05-201-1/+2
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | kcsan: Fix debugfs initcall return typeArnd Bergmann2021-05-181-1/+2
| | |/ / / /