]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/history - kernel/bpf
ARM: 8949/1: mm: mark free_memmap as __init
[mirror_ubuntu-bionic-kernel.git] / kernel / bpf /
2020-02-14 Andrey Ignatovbpf: Add missed newline in verifier verbose log
2020-02-14 Daniel Borkmannbpf: Fix passing modified ctx to ld/abs/ind instruction
2020-01-17 Peng Sunbpf: drop refcount if bpf_map_new_fd() fails in map_cre...
2020-01-17 Peng Sunbpf: decrease usercnt if bpf_map_new_fd() fails in...
2020-01-17 Taehee Yoobpf: devmap: fix wrong interface selection in notifier_call
2019-10-16 Daniel Borkmannbpf: fix use after free in prog symbol exposure
2019-09-17 Daniel Borkmannbpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K
2019-09-17 Daniel Borkmannbpf: add bpf_jit_limit knob to restrict unpriv allocations
2019-09-17 Daniel Borkmannbpf: get rid of pure_initcall dependency to enable...
2019-08-14 Valdis Klētnieksbpf: silence warning messages in core
2019-08-14 Toshiaki Makitabpf, devmap: Fix premature entry free on destroying map
2019-08-14 Krzesimir Nowakbpf: fix undefined behavior in narrow load handling
2019-08-14 Eric Dumazetbpf: devmap: fix use-after-free Read in __dev_map_entry...
2019-08-14 Chenbo Fengbpf: relax inode permission check for retrieving bpf...
2019-08-14 Daniel Borkmannbpf, lru: avoid messing with eviction heuristics upon...
2019-08-14 Daniel Borkmannbpf: add map_lookup_elem_sys_only for lookups from...
2019-08-14 Daniel Borkmannbpf: fix use after free in bpf_evict_inode
2019-08-14 Xu Yubpf: do not restore dst_reg when cur_state is freed
2019-08-14 Alban Crequybpf, lpm: fix lookup bug in map_delete_elem
2019-08-14 Alexei Starovoitovbpf: fix lockdep false positive in percpu_freelist
2019-08-14 Daniel Borkmannbpf: fix sanitation rewrite in case of non-pointers
2019-08-14 Alexei Starovoitovbpf: add per-insn complexity limit
2019-08-14 Alexei Starovoitovbpf: improve verifier branch analysis
2019-08-14 Jiong Wangbpf: relax verifier restriction on BPF_MOV | BPF_ALU
2019-08-14 Alexei Starovoitovbpf: check pending signals while verifying programs
2019-07-24 Alexei Starovoitovbpf/verifier: fix verifier instability
2019-07-24 Daniel Colascionebpf: wait for running BPF programs when updating map...
2019-07-24 Daniel Borkmannbpf: fix partial copy of map_ptr when dst is scalar
2019-07-24 John Fastabendbpf: sockmap, map_release does not hold refcnt for...
2019-07-24 John Fastabendbpf: sockmap: write_space events need to be passed...
2019-07-24 Roman Gushchinbpf: fix rcu annotations in compute_effective_progs()
2019-07-24 Mauricio Vasquez Bbpf: hash map: decrement counter on error
2019-03-08 Daniel Borkmannbpf: fix inner map masking to prevent oob under speculation
2019-03-08 Daniel Borkmannbpf: fix sanitation of alu op with pointer / scalar...
2019-03-08 Daniel Borkmannbpf: prevent out of bounds speculation on pointer arith...
2019-03-08 Daniel Borkmannbpf: fix check_map_access smin_value test when pointer...
2019-03-08 Daniel Borkmannbpf: restrict unknown scalars of mixed signed bounds...
2019-03-08 Daniel Borkmannbpf: restrict stack pointer arithmetic for unprivileged
2019-03-08 Daniel Borkmannbpf: restrict map value pointer arithmetic for unprivileged
2019-03-08 Daniel Borkmannbpf: enable access to ax register also from verifier...
2019-03-08 Daniel Borkmannbpf: move tmp variable into ax register in interpreter
2019-03-04 Daniel Borkmannbpf: move {prev_,}insn_idx into verifier env
2019-03-04 Alexei Starovoitovbpf/verifier: disallow pointer subtraction
2019-03-04 Daniel Borkmannbpf: properly enforce index mask to prevent out-of...
2019-03-01 Jakub Kicinskibpf: fix references to free_bpf_prog_info() in comments
2019-01-14 Daniel Borkmannbpf: reject passing modified ctx to helper functions
2018-12-06 Jann Hornbpf: 32-bit RSH verification must truncate input before...
2018-10-01 Daniel Borkmannbpf: use array_index_nospec in find_prog_type
2018-10-01 Mark Rutlandbpf: fix possible spectre-v1 in find_and_alloc_map()
2018-10-01 Jakub Kicinskibpf: add map_alloc_check callback
2018-06-06 John Fastabendbpf: sockmap, fix leaking maps with attached but not...
2018-05-22 Alexei Starovoitovbpf: Prevent memory disambiguation attack
2018-03-28 Chenbo Fengbpf: skip unnecessary capability check
2018-03-26 Yonghong Songbpf/cgroup: fix a verification error for a CGROUP_DEVIC...
2018-03-19 Alexei Starovoitovbpf: fix stack state printing in verifier log
2018-03-15 Jason Wangbpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in...
2018-03-15 Daniel Borkmannbpf: allow xadd only on aligned memory
2018-03-15 Eric Dumazetbpf: add schedule points in percpu arrays management
2018-03-15 Yonghong Songbpf: fix rcu lockdep warning for lpm_trie map_free...
2018-03-15 Yonghong Songbpf: fix memory leak in lpm_trie map_free callback...
2018-03-15 Daniel Borkmannbpf: fix mlock precharge on arraymaps
2018-01-28 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git.kernel...
2018-01-26 Dave AirlieMerge branch 'linux-4.15' of git://github.com/skeggsb...
2018-01-26 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2018-01-25 Linus TorvaldsMerge tag 'for-4.15-tag' of git://git.kernel.org/pub...
2018-01-25 Dave AirlieMerge tag 'drm-misc-fixes-2018-01-24' of git://anongit...
2018-01-24 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2018-01-24 Radim KrčmářMerge tag 'kvm-s390-master-4.15-3' of git://git.kernel...
2018-01-23 Linus TorvaldsMerge tag 'pci-v4.15-fixes-3' of git://git.kernel.org...
2018-01-21 Linus TorvaldsMerge branch 'x86-pti-for-linus' of git://git.kernel...
2018-01-21 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2018-01-21 Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git.kernel...
2018-01-21 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2018-01-20 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2018-01-20 Linus TorvaldsMerge tag 'mips_fixes_4.15_2' of git://git.kernel.org...
2018-01-19 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2018-01-19 Linus TorvaldsMerge tag 'for-4.15/dm-fixes-2' of git://git.kernel...
2018-01-19 Linus TorvaldsMerge tag 'trace-v4.15-rc4-3' of git://git.kernel.org...
2018-01-19 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2018-01-19 Linus TorvaldsMerge branch 'i2c/for-current-fixed' of git://git.kerne...
2018-01-19 Linus TorvaldsMerge branch 'for-4.15-fixes' of git://git.kernel.org...
2018-01-19 Linus TorvaldsMerge branch 'for-4.15-fixes' of git://git.kernel.org...
2018-01-19 Linus TorvaldsMerge branch 'for-4.15-fixes' of git://git.kernel.org...
2018-01-19 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git.kernel.org/pub...
2018-01-19 Linus TorvaldsMerge tag 'powerpc-4.15-8' of git://git.kernel.org...
2018-01-19 Linus TorvaldsMerge tag 'drm-fixes-for-v4.15-rc9' of git://people...
2018-01-19 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2018-01-19 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2018-01-19 David S. MillerMerge tag 'linux-can-fixes-for-4.15-20180118' of ssh...
2018-01-19 Dave AirlieMerge branch 'linux-4.15' of git://github.com/skeggsb...
2018-01-18 David S. MillerMerge tag 'wireless-drivers-for-davem-2018-01-17' of...
2018-01-18 Linus TorvaldsMerge branch 'fixes' of git://git.armlinux.org.uk/...
2018-01-18 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2018-01-18 Linus TorvaldsMerge tag 'mmc-v4.15-rc2-3' of git://git.kernel.org...
2018-01-18 Linus TorvaldsMerge tag 'gpio-v4.15-5' of git://git.kernel.org/pub...
2018-01-18 David S. MillerMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2018-01-18 Dave AirlieMerge tag 'drm-misc-fixes-2018-01-17' of git://anongit...
2018-01-18 Dave AirlieMerge branch 'vmwgfx-fixes-4.15' of git://people.freede...
2018-01-18 Daniel Borkmannbpf: mark dst unknown on inconsistent {s, u}bounds...
2018-01-17 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
next