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