summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)Author
2016-06-15bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann
2016-06-15bpf, maps: add release callbackDaniel Borkmann
2016-06-15bpf: fix matching of data/data_end in verifierAlexei Starovoitov
2016-06-10bpf: fix missing header inclusionZi Shen Lim
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-28bpf: fix refcnt overflowAlexei Starovoitov
2016-04-19bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann
2016-04-14bpf, verifier: add ARG_PTR_TO_RAW_STACK typeDaniel Borkmann
2016-04-07bpf: sanitize bpf tracepoint accessAlexei Starovoitov
2016-04-07bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov
2016-03-08bpf: convert stackmap to pre-allocationAlexei Starovoitov
2016-03-08bpf: pre-allocate hash map elementsAlexei Starovoitov
2016-03-08bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov
2016-02-21bpf: add new arg_type that allows for 0 sized stack bufferDaniel Borkmann
2016-02-20bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov
2016-02-06bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov
2016-02-06bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapAlexei Starovoitov
2015-11-25bpf: fix clearing on persistent program array mapsDaniel Borkmann
2015-11-02bpf: add support for persistent maps/progsDaniel Borkmann
2015-11-02bpf: align and clean bpf_{map,prog}_get helpersDaniel Borkmann
2015-10-26bpf: fix bpf_perf_event_read() helperAlexei Starovoitov
2015-10-12bpf: charge user for creation of BPF maps and programsAlexei Starovoitov
2015-10-12bpf: enable non-root eBPF programsAlexei Starovoitov
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann
2015-10-05ebpf: include perf_event only where really neededDaniel Borkmann
2015-08-09bpf: Implement function bpf_perf_event_read() that get the selected hardware ...Kaixu Xia
2015-08-09bpf: Add new bpf map type to store the pointer to struct perf_eventKaixu Xia
2015-08-09bpf: Make the bpf_prog_array_map more genericWang Nan
2015-07-20bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov
2015-06-15bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov
2015-06-07bpf: allow programs to write to certain skb fieldsAlexei Starovoitov
2015-05-31ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann
2015-05-31bpf: add missing rcu protection when releasing programs from prog_arrayAlexei Starovoitov
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov
2015-03-29tc: bpf: generalize pedit actionAlexei Starovoitov
2015-03-15bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov
2015-03-15ebpf: add helper for obtaining current processor idDaniel Borkmann
2015-03-15ebpf: add prandom helper for packet samplingDaniel Borkmann
2015-03-12ebpf: verifier: check that call reg with ARG_ANYTHING is initializedDaniel Borkmann
2015-03-02ebpf: move CONFIG_BPF_SYSCALL-only function declarationsDaniel Borkmann
2015-03-01ebpf: move read-only fields to bpf_prog and shrink bpf_prog_auxDaniel Borkmann
2015-03-01ebpf: make internal bpf API independent of CONFIG_BPF_SYSCALL ifdefsDaniel Borkmann
2015-03-01ebpf: constify various function pointer structsDaniel Borkmann
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov
2014-11-18bpf: allow eBPF programs to use mapsAlexei Starovoitov
2014-11-18bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM commandAlexei Starovoitov
2014-09-26bpf: verifier (add verifier core)Alexei Starovoitov
2014-09-26bpf: verifier (add docs)Alexei Starovoitov