aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-25bpf, events: fix offset in skb copy handlerDaniel Borkmann1-1/+1
2016-07-20bpf: fix implicit declaration of bpf_prog_addBrenden Blanco1-0/+4
2016-07-19bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco1-0/+1
2016-07-15bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann1-1/+6
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann1-0/+7
2016-07-01bpf: generally move prog destruction to RCU deferralDaniel Borkmann1-5/+0
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+31
2016-06-29bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann1-0/+4
2016-06-15bpf, maps: flush own entries on perf map releaseDaniel Borkmann1-0/+9
2016-06-15bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann1-3/+9
2016-06-15bpf, maps: add release callbackDaniel Borkmann1-1/+2
2016-06-15bpf: fix matching of data/data_end in verifierAlexei Starovoitov1-1/+27
2016-06-10bpf: fix missing header inclusionZi Shen Lim1-0/+1
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-04-28bpf: fix refcnt overflowAlexei Starovoitov1-1/+2
2016-04-19bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann1-0/+2
2016-04-14bpf, verifier: add ARG_PTR_TO_RAW_STACK typeDaniel Borkmann1-0/+5
2016-04-07bpf: sanitize bpf tracepoint accessAlexei Starovoitov1-0/+1
2016-04-07bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint programsAlexei Starovoitov1-0/+1
2016-03-08bpf: convert stackmap to pre-allocationAlexei Starovoitov1-0/+1
2016-03-08bpf: pre-allocate hash map elementsAlexei Starovoitov1-0/+2
2016-03-08bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov1-0/+3
2016-02-21bpf: add new arg_type that allows for 0 sized stack bufferDaniel Borkmann1-0/+1
2016-02-20bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov1-0/+1
2016-02-06bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov1-0/+23
2016-02-06bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapAlexei Starovoitov1-0/+1
2015-11-25bpf: fix clearing on persistent program array mapsDaniel Borkmann1-1/+4
2015-11-02bpf: add support for persistent maps/progsDaniel Borkmann1-0/+7
2015-11-02bpf: align and clean bpf_{map,prog}_get helpersDaniel Borkmann1-1/+1
2015-10-26bpf: fix bpf_perf_event_read() helperAlexei Starovoitov1-1/+0
2015-10-12bpf: charge user for creation of BPF maps and programsAlexei Starovoitov1-0/+3
2015-10-12bpf: enable non-root eBPF programsAlexei Starovoitov1-0/+2
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov1-3/+3
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann1-0/+4
2015-10-05ebpf: include perf_event only where really neededDaniel Borkmann1-1/+0
2015-08-09bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuterKaixu Xia1-0/+1
2015-08-09bpf: Add new bpf map type to store the pointer to struct perf_eventKaixu Xia1-0/+1
2015-08-09bpf: Make the bpf_prog_array_map more genericWang Nan1-2/+6
2015-07-20bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov1-0/+2
2015-06-15bpf: allow networking programs to use bpf_trace_printk() for debuggingAlexei Starovoitov1-0/+1
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov1-0/+3
2015-06-07bpf: allow programs to write to certain skb fieldsAlexei Starovoitov1-1/+2
2015-05-31ebpf: allow bpf_ktime_get_ns_proto also for networkingDaniel Borkmann1-0/+1
2015-05-31bpf: add missing rcu protection when releasing programs from prog_arrayAlexei Starovoitov1-1/+5
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov1-0/+22
2015-03-29tc: bpf: generalize pedit actionAlexei Starovoitov1-0/+1
2015-03-15bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov1-1/+4
2015-03-15ebpf: add helper for obtaining current processor idDaniel Borkmann1-0/+1
2015-03-15ebpf: add prandom helper for packet samplingDaniel Borkmann1-0/+2
2015-03-12ebpf: verifier: check that call reg with ARG_ANYTHING is initializedDaniel Borkmann1-1/+3