summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: reject stores into ctx via st and xaddDaniel Borkmann2018-01-311-0/+19
* bpf: fix 32-bit divide by zeroAlexei Starovoitov2018-01-311-0/+18
* bpf: fix divides by zeroEric Dumazet2018-01-311-2/+2
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-311-0/+19
* bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann2018-01-171-0/+5
* bpf, array: fix overflow in max_entries and undefined behavior in index_maskDaniel Borkmann2018-01-171-3/+15
* bpf: prevent out-of-bounds speculationAlexei Starovoitov2018-01-172-11/+72
* bpf: fix integer overflowsDaniel Borkmann2017-12-251-0/+48
* bpf: don't prune branches when a scalar is replaced with a pointerDaniel Borkmann2017-12-251-8/+7
* bpf: force strict alignment checks for stack pointersDaniel Borkmann2017-12-251-0/+5
* bpf: fix missing error return in check_stack_boundary()Daniel Borkmann2017-12-251-0/+1
* bpf: fix 32-bit ALU op verificationDaniel Borkmann2017-12-251-11/+17
* bpf: fix incorrect tracking of register size truncationDaniel Borkmann2017-12-251-17/+27
* bpf: fix incorrect sign extension in check_alu_op()Daniel Borkmann2017-12-251-1/+7
* bpf/verifier: fix bounds calculation on BPF_RSHDaniel Borkmann2017-12-251-14/+16
* bpf: fix branch pruning logicDaniel Borkmann2017-12-251-0/+27
* bpf: fix lockdep splatEric Dumazet2017-12-141-2/+6
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-11-011-4/+12
* | bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-1/+2
* | bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-291-2/+10
|/
* bpf: fix pattern matches for direct packet accessDaniel Borkmann2017-10-221-0/+24
* bpf: fix off by one for range markings with L{T, E} patternsDaniel Borkmann2017-10-221-12/+21
* bpf: devmap fix arithmetic overflow in bitmap_size calculationJohn Fastabend2017-10-221-1/+1
* bpf: require CAP_NET_ADMIN when using devmapJohn Fastabend2017-10-201-0/+3
* bpf: require CAP_NET_ADMIN when using sockmap mapsJohn Fastabend2017-10-201-0/+3
* bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-201-10/+9
* bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-201-0/+6
* bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann2017-10-192-5/+1
* bpf: fix splat for illegal devmap percpu allocationDaniel Borkmann2017-10-191-2/+3
* bpf: disallow arithmetic operations on context pointerJakub Kicinski2017-10-181-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-10-091-0/+1
|\
| * netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani2017-10-091-0/+1
* | bpf: fix liveness markingAlexei Starovoitov2017-10-071-0/+5
* | bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov2017-10-031-1/+1
|/
* bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann2017-09-191-1/+6
* bpf: do not disable/enable BH in bpf_map_free_id()Eric Dumazet2017-09-191-2/+4
* bpf: devmap: pass on return value of bpf_map_precharge_memlockTobias Klauser2017-09-181-2/+4
* bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree2017-09-151-1/+2
* bpf: devmap, use cond_resched instead of cpu_relaxJohn Fastabend2017-09-081-1/+1
* bpf: add support for sockmap detach programsJohn Fastabend2017-09-082-11/+18
* bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann2017-09-081-0/+16
* bpf: fix numa_node validationEric Dumazet2017-09-051-1/+2
* bpf: sockmap update/simplify memory accounting schemeJohn Fastabend2017-09-011-11/+7
* bpf: Only set node->ref = 1 if it has not been setMartin KaFai Lau2017-09-012-2/+8
* bpf: Inline LRU map lookupMartin KaFai Lau2017-09-011-0/+19
* bpf: fix oops on allocation failureDan Carpenter2017-08-281-0/+1
* bpf: sockmap indicate sock events to listenersJohn Fastabend2017-08-281-0/+6
* bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend2017-08-281-0/+3