summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpf: sockmap add missing rcu_read_(un)lock in smap_data_readyJohn Fastabend2017-08-281-3/+6
* bpf: sockmap, remove STRPARSER map_flags and add multi-map supportJohn Fastabend2017-08-281-104/+165
* bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-282-38/+25
* strparser: initialize all callbacksEric Biggers2017-08-241-5/+5
* bpf: netdev is never null in __dev_map_flushDaniel Borkmann2017-08-231-5/+3
* bpf/verifier: document liveness analysisEdward Cree2017-08-231-1/+27
* bpf/verifier: remove varlen_map_value_access flagEdward Cree2017-08-231-29/+12
* bpf/verifier: when pruning a branch, ignore its write marksEdward Cree2017-08-231-2/+7
* bpf: minor cleanups for dev_mapDaniel Borkmann2017-08-221-59/+41
* bpf: fix map value attribute for hash of mapsDaniel Borkmann2017-08-221-13/+17
* bpf: fix double free from dev_map_notification()Daniel Borkmann2017-08-201-7/+5
* bpf: inline map in map lookup functions for array and htabDaniel Borkmann2017-08-192-0/+43
* bpf: make htab inlining more robust wrt assumptionsDaniel Borkmann2017-08-191-1/+5
* bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-197-21/+55
* bpf: Fix map-in-map checking in the verifierMartin KaFai Lau2017-08-181-0/+1
* bpf: fix a return in sockmap_get_from_fd()Dan Carpenter2017-08-181-2/+2
* bpf: don't enable preemption twice in smap_do_verdictDaniel Borkmann2017-08-171-1/+2
* bpf: fix liveness propagation to parent in spilled stack slotsDaniel Borkmann2017-08-171-1/+1
* bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend2017-08-162-1/+5
* bpf: sockmap state change warning fixJohn Fastabend2017-08-161-0/+3
* bpf: devmap: remove unnecessary value size checkJohn Fastabend2017-08-161-6/+0
* bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend2017-08-161-0/+1
* bpf: sockmap with sk redirect supportJohn Fastabend2017-08-164-2/+857
* bpf: export bpf_prog_inc_not_zeroJohn Fastabend2017-08-161-1/+2
* bpf/verifier: track liveness for pruningEdward Cree2017-08-151-43/+146
* bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifierDaniel Borkmann2017-08-091-4/+58
* bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann2017-08-091-0/+60
* bpf: Extend check_uarg_tail_zero() checksMickaël Salaün2017-08-081-11/+15
* bpf: Move check_uarg_tail_zero() upwardMickaël Salaün2017-08-081-26/+26
* bpf/verifier: increase complexity limit to 128kEdward Cree2017-08-081-1/+1
* bpf/verifier: more concise register state logs for constant var_offEdward Cree2017-08-081-19/+27
* bpf/verifier: track signed and unsigned min/max valuesEdward Cree2017-08-082-308/+445
* bpf/verifier: rework value trackingEdward Cree2017-08-083-807/+1139
* bpf: devmap fix mutex in rcu critical sectionJohn Fastabend2017-08-071-23/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-012-8/+17
|\
| * bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_lenDaniel Borkmann2017-07-291-1/+1
| * bpf: don't indicate success when copy_from_user failsDaniel Borkmann2017-07-291-1/+1
| * bpf/verifier: fix min/max handling in BPF_SUBEdward Cree2017-07-241-6/+15
* | bpf: dev_map_alloc() shouldn't return NULLDan Carpenter2017-07-241-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-212-17/+107
|\ \ | |/
OpenPOWER on IntegriCloud