summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2017-09-15bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree
2017-09-08bpf: devmap, use cond_resched instead of cpu_relaxJohn Fastabend
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend
2017-09-08bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann
2017-09-05bpf: fix numa_node validationEric Dumazet
2017-09-01bpf: sockmap update/simplify memory accounting schemeJohn Fastabend
2017-09-01bpf: Only set node->ref = 1 if it has not been setMartin KaFai Lau
2017-09-01bpf: Inline LRU map lookupMartin KaFai Lau
2017-08-28bpf: fix oops on allocation failureDan Carpenter
2017-08-28bpf: sockmap indicate sock events to listenersJohn Fastabend
2017-08-28bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend
2017-08-28bpf: sockmap add missing rcu_read_(un)lock in smap_data_readyJohn Fastabend
2017-08-28bpf: sockmap, remove STRPARSER map_flags and add multi-map supportJohn Fastabend
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend
2017-08-24strparser: initialize all callbacksEric Biggers
2017-08-23bpf: netdev is never null in __dev_map_flushDaniel Borkmann
2017-08-23bpf/verifier: document liveness analysisEdward Cree
2017-08-23bpf/verifier: remove varlen_map_value_access flagEdward Cree
2017-08-23bpf/verifier: when pruning a branch, ignore its write marksEdward Cree
2017-08-22bpf: minor cleanups for dev_mapDaniel Borkmann
2017-08-22bpf: fix map value attribute for hash of mapsDaniel Borkmann
2017-08-20bpf: fix double free from dev_map_notification()Daniel Borkmann
2017-08-19bpf: inline map in map lookup functions for array and htabDaniel Borkmann
2017-08-19bpf: make htab inlining more robust wrt assumptionsDaniel Borkmann
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau
2017-08-18bpf: Fix map-in-map checking in the verifierMartin KaFai Lau
2017-08-18bpf: fix a return in sockmap_get_from_fd()Dan Carpenter
2017-08-17bpf: don't enable preemption twice in smap_do_verdictDaniel Borkmann
2017-08-17bpf: fix liveness propagation to parent in spilled stack slotsDaniel Borkmann
2017-08-16bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend
2017-08-16bpf: sockmap state change warning fixJohn Fastabend
2017-08-16bpf: devmap: remove unnecessary value size checkJohn Fastabend
2017-08-16bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend
2017-08-16bpf: export bpf_prog_inc_not_zeroJohn Fastabend
2017-08-15bpf/verifier: track liveness for pruningEdward Cree
2017-08-09bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifierDaniel Borkmann
2017-08-09bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann
2017-08-08bpf: Extend check_uarg_tail_zero() checksMickaël Salaün
2017-08-08bpf: Move check_uarg_tail_zero() upwardMickaël Salaün
2017-08-08bpf/verifier: increase complexity limit to 128kEdward Cree
2017-08-08bpf/verifier: more concise register state logs for constant var_offEdward Cree
2017-08-08bpf/verifier: track signed and unsigned min/max valuesEdward Cree
2017-08-08bpf/verifier: rework value trackingEdward Cree
2017-08-07bpf: devmap fix mutex in rcu critical sectionJohn Fastabend
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-29bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_lenDaniel Borkmann
2017-07-29bpf: don't indicate success when copy_from_user failsDaniel Borkmann
2017-07-24bpf: dev_map_alloc() shouldn't return NULLDan Carpenter
2017-07-24bpf/verifier: fix min/max handling in BPF_SUBEdward Cree