aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-03bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov1-1/+1
2017-09-19bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann1-1/+6
2017-09-19bpf: do not disable/enable BH in bpf_map_free_id()Eric Dumazet1-2/+4
2017-09-18bpf: devmap: pass on return value of bpf_map_precharge_memlockTobias Klauser1-2/+4
2017-09-15bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree1-1/+2
2017-09-08bpf: devmap, use cond_resched instead of cpu_relaxJohn Fastabend1-1/+1
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend2-11/+18
2017-09-08bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann1-0/+16
2017-09-05bpf: fix numa_node validationEric Dumazet1-1/+2
2017-09-01bpf: sockmap update/simplify memory accounting schemeJohn Fastabend1-11/+7
2017-09-01bpf: Only set node->ref = 1 if it has not been setMartin KaFai Lau2-2/+8
2017-09-01bpf: Inline LRU map lookupMartin KaFai Lau1-0/+19
2017-08-28bpf: fix oops on allocation failureDan Carpenter1-0/+1
2017-08-28bpf: sockmap indicate sock events to listenersJohn Fastabend1-0/+6
2017-08-28bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend1-0/+3
2017-08-28bpf: sockmap add missing rcu_read_(un)lock in smap_data_readyJohn Fastabend1-3/+6
2017-08-28bpf: sockmap, remove STRPARSER map_flags and add multi-map supportJohn Fastabend1-104/+165
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2-38/+25
2017-08-24strparser: initialize all callbacksEric Biggers1-5/+5
2017-08-23bpf: netdev is never null in __dev_map_flushDaniel Borkmann1-5/+3
2017-08-23bpf/verifier: document liveness analysisEdward Cree1-1/+27
2017-08-23bpf/verifier: remove varlen_map_value_access flagEdward Cree1-29/+12
2017-08-23bpf/verifier: when pruning a branch, ignore its write marksEdward Cree1-2/+7
2017-08-22bpf: minor cleanups for dev_mapDaniel Borkmann1-59/+41
2017-08-22bpf: fix map value attribute for hash of mapsDaniel Borkmann1-13/+17
2017-08-20bpf: fix double free from dev_map_notification()Daniel Borkmann1-7/+5
2017-08-19bpf: inline map in map lookup functions for array and htabDaniel Borkmann2-0/+43
2017-08-19bpf: make htab inlining more robust wrt assumptionsDaniel Borkmann1-1/+5
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau7-21/+55
2017-08-18bpf: Fix map-in-map checking in the verifierMartin KaFai Lau1-0/+1
2017-08-18bpf: fix a return in sockmap_get_from_fd()Dan Carpenter1-2/+2
2017-08-17bpf: don't enable preemption twice in smap_do_verdictDaniel Borkmann1-1/+2
2017-08-17bpf: fix liveness propagation to parent in spilled stack slotsDaniel Borkmann1-1/+1
2017-08-16bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend2-1/+5
2017-08-16bpf: sockmap state change warning fixJohn Fastabend1-0/+3
2017-08-16bpf: devmap: remove unnecessary value size checkJohn Fastabend1-6/+0
2017-08-16bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend1-0/+1
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend4-2/+857
2017-08-16bpf: export bpf_prog_inc_not_zeroJohn Fastabend1-1/+2
2017-08-15bpf/verifier: track liveness for pruningEdward Cree1-43/+146
2017-08-09bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifierDaniel Borkmann1-4/+58
2017-08-09bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann1-0/+60
2017-08-08bpf: Extend check_uarg_tail_zero() checksMickaël Salaün1-11/+15
2017-08-08bpf: Move check_uarg_tail_zero() upwardMickaël Salaün1-26/+26
2017-08-08bpf/verifier: increase complexity limit to 128kEdward Cree1-1/+1
2017-08-08bpf/verifier: more concise register state logs for constant var_offEdward Cree1-19/+27
2017-08-08bpf/verifier: track signed and unsigned min/max valuesEdward Cree2-308/+445
2017-08-08bpf/verifier: rework value trackingEdward Cree3-807/+1139
2017-08-07bpf: devmap fix mutex in rcu critical sectionJohn Fastabend1-23/+25
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+17