bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanup
[linux-2.6-microblaze.git] / kernel /
2020-10-11 Alexei StarovoitovMerge branch 'Follow-up BPF helper improvements'
2020-10-11 Daniel Borkmannbpf: Allow for map-in-map with dynamic inner array...
2020-10-09 Daniel BorkmannMerge branch 'bpf-llvm-reg-alloc-patterns'
2020-10-09 Yonghong Songbpf: Track spill/fill of bounded scalars.
2020-10-09 Alexei Starovoitovbpf: Propagate scalar ranges through register assignments.
2020-10-07 Yonghong Songbpf: Fix build failure for kernel/trace/bpf_trace.c...
2020-10-07 Randy Dunlapkernel/bpf/verifier: Fix build when NET is not enabled
2020-10-05 Song Liubpf: Use raw_spin_trylock() for pcpu_freelist_push...
2020-10-05 Gustavo A. R. Silvabpf, verifier: Use fallthrough pseudo-keyword
2020-10-03 Stanislav Fomichevbpf: Deref map in BPF_PROG_BIND_MAP when it's already...
2020-10-02 Alexei StarovoitovMerge branch 'bpf: BTF support for ksyms'
2020-10-02 Hao Luobpf: Introducte bpf_this_cpu_ptr()
2020-10-02 Hao Luobpf: Introduce bpf_per_cpu_ptr()
2020-10-02 Hao Luobpf: Introduce pseudo_btf_id
2020-10-01 David S. MillerMerge git://git./linux/kernel/git/bpf/bpf-next
2020-10-01 Alexei StarovoitovMerge branch 'introduce BPF_F_PRESERVE_ELEMS'
2020-10-01 Song Liubpf: Introduce BPF_F_PRESERVE_ELEMS for perf event...
2020-09-30 Alexei StarovoitovMerge branch 'Various BPF helper improvements'
2020-09-30 Daniel Borkmannbpf, net: Rework cookie generator as per-cpu one
2020-09-29 David S. MillerMerge branch 'for-upstream' of git://git./linux/kernel...
2020-09-29 Alexei StarovoitovMerge branch 'bpf: Support multi-attach for freplace'
2020-09-29 Toke Høiland-Jørgensenbpf: Fix context type resolving for extension programs
2020-09-29 Toke Høiland-Jørgensenbpf: Support attaching freplace programs to multiple...
2020-09-29 Toke Høiland-Jørgensenbpf: Move prog->aux->linked_prog and trampoline into...
2020-09-29 Toke Høiland-Jørgensenbpf/preload: Make sure Makefile cleans up after itself...
2020-09-29 Alexei StarovoitovMerge branch 'bpf: add helpers to support BTF-based...
2020-09-29 Alan Maguirebpf: Add bpf_seq_printf_btf helper
2020-09-29 Alan Maguirebpf: Bump iter seq size to support BTF representation...
2020-09-29 Alan Maguirebpf: Add bpf_snprintf_btf helper
2020-09-29 Alan Maguirebpf: Move to generic BTF show support, apply it to...
2020-09-29 Alan Maguirebpf: Provide function to get vmlinux BTF information
2020-09-29 Toke Høiland-Jørgensenbpf: verifier: refactor check_attach_btf_id()
2020-09-29 Toke Høiland-Jørgensenbpf: change logging calls from verbose() to bpf_log...
2020-09-29 Toke Høiland-Jørgensenbpf: disallow attaching modify_return tracing functions...
2020-09-28 Alexei StarovoitovMerge branch 'Sockmap copying'
2020-09-28 Lorenz Bauerbpf: sockmap: Enable map_update_elem from bpf_iter
2020-09-28 Lorenzo Bianconibpf, cpumap: Remove rcpu pointer from cpu_map_build_skb...
2020-09-28 Song Liubpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint
2020-09-25 John Fastabendbpf, verifier: Remove redundant var_off.value ops in...
2020-09-25 Alexei StarovoitovMerge branch 'enable-bpf_skc-cast-for-networking-progs'
2020-09-25 Martin KaFai Laubpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF...
2020-09-25 Martin KaFai Laubpf: Enable bpf_skc_to_* sock casting helper to network...
2020-09-25 Martin KaFai Laubpf: Move the PTR_TO_BTF_ID check to check_reg_type()
2020-09-25 David S. MillerMerge tag 'wireless-drivers-next-2020-09-25' of git...
2020-09-25 David S. MillerMerge tag 'mlx5-updates-2020-09-22' of git://git./linux...
2020-09-24 Alexei StarovoitovMerge branch 'rtt-speedup.2020.09.16a' of git://git...
2020-09-24 Alexei StarovoitovRevert "bpf: Fix potential call bpf_link_free() in...
2020-09-23 David S. MillerMerge git://git./linux/kernel/git/bpf/bpf-next
2020-09-23 David S. MillerMerge tag 'linux-can-next-for-5.10-20200923' of git...
2020-09-23 Lorenz Bauerbpf: Explicitly size compatible_reg_types
2020-09-23 David S. MillerMerge tag 'mlx5-updates-2020-09-21' of git://git./linux...
2020-09-22 David S. MillerMerge git://git./linux/kernel/git/netdev/net
2020-09-22 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2020-09-22 Linus TorvaldsMerge git://git./linux/kernel/git/netdev/net
2020-09-22 Linus TorvaldsMerge tag 'io_uring-5.9-2020-09-22' of git://git.kernel...
2020-09-22 Linus TorvaldsMerge tag 'block-5.9-2020-09-22' of git://git.kernel...
2020-09-22 Linus TorvaldsMerge tag 'trace-v5.9-rc5' of git://git./linux/kernel...
2020-09-21 Jiri Olsaselftests/bpf: Fix stat probe in d_path test
2020-09-21 Alexei StarovoitovMerge branch 'refactor-check_func_arg'
2020-09-21 Lorenz Bauerbpf: Use a table to drive helper arg type checks
2020-09-21 Lorenz Bauerbpf: Hoist type checking for nullable arg types
2020-09-21 Lorenz Bauerbpf: Check ARG_PTR_TO_SPINLOCK register type in check_f...
2020-09-21 Lorenz Bauerbpf: Set meta->raw_mode for pointers close to use
2020-09-21 Lorenz Bauerbpf: Make context access check generic
2020-09-21 Lorenz Bauerbpf: Make reference tracking generic
2020-09-21 Lorenz Bauerbpf: Make BTF pointer type checking generic
2020-09-21 Lorenz Bauerbpf: Allow specifying a BTF ID per argument in function...
2020-09-21 Lorenz Bauerbpf: Check scalar or invalid register in check_helper_m...
2020-09-21 Lorenz Bauerbtf: Make btf_set_contains take a const pointer
2020-09-21 Linus TorvaldsMerge branch 'rcu/urgent' of git://git./linux/kernel...
2020-09-21 Muchun Songbpf: Fix potential call bpf_link_free() in atomic context
2020-09-21 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2020-09-20 Linus TorvaldsMerge tag 'core_urgent_for_v5.9_rc6' of git://git....
2020-09-20 Linus TorvaldsMerge tag 'objtool_urgent_for_v5.9_rc6' of git://git...
2020-09-20 Linus TorvaldsMerge tag 'locking_urgent_for_v5.9_rc6' of git://git...
2020-09-20 Linus TorvaldsMerge tag 'efi-urgent-for-v5.9-rc5' of git://git./linux...
2020-09-20 Linus TorvaldsMerge tag 'x86_urgent_for_v5.9_rc6' of git://git./linux...
2020-09-20 Linus TorvaldsMerge tag 'libnvdimm-fixes-5.9-rc6' of git://git./linux...
2020-09-20 Linus TorvaldsMerge tag 'riscv-for-linus-5.9-rc6' of git://git./linux...
2020-09-20 Linus TorvaldsMerge tag 'usb-5.9-rc6' of git://git./linux/kernel...
2020-09-20 Linus TorvaldsMerge tag 'tty-5.9-rc6' of git://git./linux/kernel...
2020-09-20 Linus TorvaldsMerge tag 'edac_urgent_for_v5.9_rc6' of git://git....
2020-09-20 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2020-09-20 Linus TorvaldsMerge tag 'kbuild-fixes-v5.9-3' of git://git./linux...
2020-09-20 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2020-09-19 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2020-09-19 Tobias Klauserstackleak: let stack_erasing_sysctl take a kernel point...
2020-09-19 Tobias Klauserftrace: let ftrace_enable_sysctl take a kernel pointer...
2020-09-19 Muchun Songkprobes: fix kill kprobe which has been marked as gone
2020-09-19 Linus TorvaldsMerge tag 's390-5.9-6' of git://git./linux/kernel/git...
2020-09-18 Martin KaFai Laubpf: Use hlist_add_head_rcu when linking to local_storage
2020-09-18 David S. MillerMerge tag 'batadv-net-for-davem-20200918' of git:/...
2020-09-18 Linus TorvaldsMerge tag 'sh-for-5.9-part2' of git://git.libc.org...
2020-09-18 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2020-09-18 Linus TorvaldsMerge tag 'powerpc-5.9-5' of git://git./linux/kernel...
2020-09-18 Linus TorvaldsMerge tag 'pm-5.9-rc6' of git://git./linux/kernel/git...
2020-09-18 Linus TorvaldsMerge tag 'sound-5.9-rc6' of git://git./linux/kernel...
2020-09-18 Masami Hiramatsukprobes: tracing/kprobes: Fix to kill kprobes on initme...
2020-09-18 Linus TorvaldsMerge tag 'iommu-fixes-v5.9-rc5' of git://git./linux...
2020-09-18 Linus TorvaldsMerge tag 'mtd/fixes-for-5.9-rc6' of git://git./linux...
next