aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-04-19bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann1-0/+7
2016-04-14bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann1-4/+13
2016-04-14bpf, verifier: add ARG_PTR_TO_RAW_STACK typeDaniel Borkmann1-5/+54
2016-04-14bpf, verifier: add bpf_call_arg_meta for passing meta dataDaniel Borkmann1-17/+23
2016-04-14bpf/verifier: reject invalid LD_ABS | BPF_DW instructionAlexei Starovoitov1-0/+1
2016-04-10bpf: simplify verifier register state assignmentsAlexei Starovoitov1-4/+2
2016-04-08bpf, verifier: further improve search pruningDaniel Borkmann1-2/+7
2016-04-07bpf: sanitize bpf tracepoint accessAlexei Starovoitov1-1/+5
2016-04-07bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint programsAlexei Starovoitov1-1/+1
2016-03-25bpf: add missing map_flags to bpf_map_show_fdinfoDaniel Borkmann1-2/+4
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2016-03-09bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov1-1/+1
2016-03-09bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTSAlexei Starovoitov1-0/+5
2016-03-08bpf: convert stackmap to pre-allocationAlexei Starovoitov2-18/+70
2016-03-08bpf: check for reserved flag bits in array and stack mapsAlexei Starovoitov2-1/+4
2016-03-08bpf: pre-allocate hash map elementsAlexei Starovoitov2-74/+181
2016-03-08bpf: introduce percpu_freelistAlexei Starovoitov3-1/+132
2016-03-08bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov1-0/+13
2016-02-29bpf: Mark __bpf_prog_run() stack frame as non-standardJosh Poimboeuf1-0/+2
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-02-21bpf: add new arg_type that allows for 0 sized stack bufferDaniel Borkmann1-10/+32
2016-02-20bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov3-1/+245
2016-02-19bpf: grab rcu read lock for bpf_percpu_hash_updateSasha Levin1-1/+7
2016-02-10bpf: fix branch offset adjustment on backjumps after patching ctx expansionDaniel Borkmann1-1/+1
2016-02-06bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov3-26/+178
2016-02-06bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapAlexei Starovoitov1-11/+91
2016-02-06bpf: introduce BPF_MAP_TYPE_PERCPU_HASH mapAlexei Starovoitov1-47/+228
2016-01-29perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov1-10/+11
2016-01-12net: bpf: reject invalid shiftsRabin Vincent1-0/+10
2015-12-29bpf: hash: use per-bucket spinlocktom.leiming@gmail.com1-18/+32
2015-12-29bpf: hash: move select_bucket() out of htab's spinlocktom.leiming@gmail.com1-4/+2
2015-12-29bpf: hash: use atomic counttom.leiming@gmail.com1-6/+6
2015-12-18bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann1-4/+0
2015-12-12bpf, inode: allow for rename and link opsDaniel Borkmann1-0/+20
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-34/+69
2015-12-02bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov3-12/+34
2015-12-01bpf, array: fix heap out-of-bounds access when updating elementsDaniel Borkmann1-1/+1
2015-11-25bpf: fix clearing on persistent program array mapsDaniel Borkmann3-16/+29
2015-11-20bpf: add show_fdinfo handler for mapsDaniel Borkmann1-1/+21
2015-11-03bpf, verifier: annotate verbose printer with __printfDaniel Borkmann1-1/+1
2015-11-02bpf: add support for persistent maps/progsDaniel Borkmann3-4/+417
2015-11-02bpf: consolidate bpf_prog_put{, _rcu} dismantle pathsDaniel Borkmann2-11/+7
2015-11-02bpf: align and clean bpf_{map,prog}_get helpersDaniel Borkmann2-20/+24
2015-11-02bpf: abstract anon_inode_getfd invocationsDaniel Borkmann1-3/+14
2015-11-02bpf: convert hashtab lock to raw lockYang Shi1-7/+7
2015-10-26bpf: fix bpf_perf_event_read() helperAlexei Starovoitov1-9/+16
2015-10-22bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov2-1/+4
2015-10-16bpf: Need to call bpf_prog_uncharge_memlock from bpf_prog_putTom Herbert1-0/+1
2015-10-12bpf: charge user for creation of BPF maps and programsAlexei Starovoitov3-1/+68