summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+2
2016-03-09bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov-1/+1
2016-03-09bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTSAlexei Starovoitov-0/+5
2016-03-08bpf: convert stackmap to pre-allocationAlexei Starovoitov-18/+70
2016-03-08bpf: check for reserved flag bits in array and stack mapsAlexei Starovoitov-1/+4
2016-03-08bpf: pre-allocate hash map elementsAlexei Starovoitov-74/+181
2016-03-08bpf: introduce percpu_freelistAlexei Starovoitov-1/+132
2016-03-08bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov-0/+13
2016-02-29bpf: Mark __bpf_prog_run() stack frame as non-standardJosh Poimboeuf-0/+2
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2016-02-21bpf: add new arg_type that allows for 0 sized stack bufferDaniel Borkmann-10/+32
2016-02-20bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov-1/+245
2016-02-19bpf: grab rcu read lock for bpf_percpu_hash_updateSasha Levin-1/+7
2016-02-10bpf: fix branch offset adjustment on backjumps after patching ctx expansionDaniel Borkmann-1/+1
2016-02-06bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov-26/+178
2016-02-06bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapAlexei Starovoitov-11/+91
2016-02-06bpf: introduce BPF_MAP_TYPE_PERCPU_HASH mapAlexei Starovoitov-47/+228
2016-01-29perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov-10/+11
2016-01-12net: bpf: reject invalid shiftsRabin Vincent-0/+10
2015-12-29bpf: hash: use per-bucket spinlocktom.leiming@gmail.com-18/+32
2015-12-29bpf: hash: move select_bucket() out of htab's spinlocktom.leiming@gmail.com-4/+2
2015-12-29bpf: hash: use atomic counttom.leiming@gmail.com-6/+6
2015-12-18bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann-4/+0
2015-12-12bpf, inode: allow for rename and link opsDaniel Borkmann-0/+20
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-34/+69
2015-12-02bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov-12/+34
2015-12-01bpf, array: fix heap out-of-bounds access when updating elementsDaniel Borkmann-1/+1
2015-11-25bpf: fix clearing on persistent program array mapsDaniel Borkmann-16/+29
2015-11-20bpf: add show_fdinfo handler for mapsDaniel Borkmann-1/+21
2015-11-03bpf, verifier: annotate verbose printer with __printfDaniel Borkmann-1/+1
2015-11-02bpf: add support for persistent maps/progsDaniel Borkmann-4/+417
2015-11-02bpf: consolidate bpf_prog_put{, _rcu} dismantle pathsDaniel Borkmann-11/+7
2015-11-02bpf: align and clean bpf_{map,prog}_get helpersDaniel Borkmann-20/+24
2015-11-02bpf: abstract anon_inode_getfd invocationsDaniel Borkmann-3/+14
2015-11-02bpf: convert hashtab lock to raw lockYang Shi-7/+7
2015-10-26bpf: fix bpf_perf_event_read() helperAlexei Starovoitov-9/+16
2015-10-22bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov-1/+4
2015-10-16bpf: Need to call bpf_prog_uncharge_memlock from bpf_prog_putTom Herbert-0/+1
2015-10-12bpf: charge user for creation of BPF maps and programsAlexei Starovoitov-1/+68
2015-10-12bpf: enable non-root eBPF programsAlexei Starovoitov-14/+103
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov-1/+1
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann-6/+29
2015-10-05ebpf: include perf_event only where really neededDaniel Borkmann-0/+1
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann-0/+2
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann-2/+6
2015-09-09bpf: fix out of bounds access in verifier logAlexei Starovoitov-2/+2
2015-09-09ebpf: fix fd refcount leaks related to maps in bpf syscallDaniel Borkmann-4/+8
2015-08-12bpf: fix bpf_perf_event_read() loop upper boundWei-Chun Chao-1/+1
2015-08-09bpf: Implement function bpf_perf_event_read() that get the selected hardware ...Kaixu Xia-15/+33
2015-08-09bpf: Add new bpf map type to store the pointer to struct perf_eventKaixu Xia-0/+57