aboutsummaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-29bpf: allow access into map value arraysGravatar Josef Bacik 1-0/+7
2016-09-20bpf: direct packet write and access for helpers for clsact progsGravatar Daniel Borkmann 1-1/+3
2016-09-02perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsGravatar Alexei Starovoitov 1-0/+4
2016-07-25bpf, events: fix offset in skb copy handlerGravatar Daniel Borkmann 1-1/+1
2016-07-20bpf: fix implicit declaration of bpf_prog_addGravatar Brenden Blanco 1-0/+4
2016-07-19bpf: add bpf_prog_add api for bulk prog refcntGravatar Brenden Blanco 1-0/+1
2016-07-15bpf: avoid stack copy and use skb ctx for event outputGravatar Daniel Borkmann 1-1/+6
2016-07-01bpf: refactor bpf_prog_get and type check into helperGravatar Daniel Borkmann 1-0/+7
2016-07-01bpf: generally move prog destruction to RCU deferralGravatar Daniel Borkmann 1-5/+0
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+31
2016-06-29bpf, perf: delay release of BPF prog after grace periodGravatar Daniel Borkmann 1-0/+4
2016-06-15bpf, maps: flush own entries on perf map releaseGravatar Daniel Borkmann 1-0/+9
2016-06-15bpf, maps: extend map_fd_get_ptr argumentsGravatar Daniel Borkmann 1-3/+9
2016-06-15bpf, maps: add release callbackGravatar Daniel Borkmann 1-1/+2
2016-06-15bpf: fix matching of data/data_end in verifierGravatar Alexei Starovoitov 1-1/+27
2016-06-10bpf: fix missing header inclusionGravatar Zi Shen Lim 1-0/+1
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2016-04-28bpf: fix refcnt overflowGravatar Alexei Starovoitov 1-1/+2
2016-04-19bpf: add event output helper for notifications/sampling/loggingGravatar Daniel Borkmann 1-0/+2
2016-04-14bpf, verifier: add ARG_PTR_TO_RAW_STACK typeGravatar Daniel Borkmann 1-0/+5
2016-04-07bpf: sanitize bpf tracepoint accessGravatar Alexei Starovoitov 1-0/+1
2016-04-07bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Gravatar Alexei Starovoitov 1-0/+1
2016-03-08bpf: convert stackmap to pre-allocationGravatar Alexei Starovoitov 1-0/+1
2016-03-08bpf: pre-allocate hash map elementsGravatar Alexei Starovoitov 1-0/+2
2016-03-08bpf: prevent kprobe+bpf deadlocksGravatar Alexei Starovoitov 1-0/+3
2016-02-21bpf: add new arg_type that allows for 0 sized stack bufferGravatar Daniel Borkmann 1-0/+1
2016-02-20bpf: introduce BPF_MAP_TYPE_STACK_TRACEGravatar Alexei Starovoitov 1-0/+1
2016-02-06bpf: add lookup/update support for per-cpu hash and array mapsGravatar Alexei Starovoitov 1-0/+23
2016-02-06bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapGravatar Alexei Starovoitov 1-0/+1
2015-11-25bpf: fix clearing on persistent program array mapsGravatar Daniel Borkmann 1-1/+4
2015-11-02bpf: add support for persistent maps/progsGravatar Daniel Borkmann 1-0/+7
2015-11-02bpf: align and clean bpf_{map,prog}_get helpersGravatar Daniel Borkmann 1-1/+1
2015-10-26bpf: fix bpf_perf_event_read() helperGravatar Alexei Starovoitov 1-1/+0
2015-10-12bpf: charge user for creation of BPF maps and programsGravatar Alexei Starovoitov 1-0/+3
2015-10-12bpf: enable non-root eBPF programsGravatar Alexei Starovoitov 1-0/+2
2015-10-11bpf: fix cb access in socket filter programsGravatar Alexei Starovoitov 1-3/+3
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsGravatar Daniel Borkmann 1-0/+4
2015-10-05ebpf: include perf_event only where really neededGravatar Daniel Borkmann 1-1/+0
2015-08-09bpf: Implement function bpf_perf_event_read() that get the selected hardware ...Gravatar Kaixu Xia 1-0/+1
2015-08-09bpf: Add new bpf map type to store the pointer to struct perf_eventGravatar Kaixu Xia 1-0/+1
2015-08-09bpf: Make the bpf_prog_array_map more genericGravatar Wang Nan 1-2/+6
2015-07-20bpf: introduce bpf_skb_vlan_push/pop() helpersGravatar Alexei Starovoitov 1-0/+2
2015-06-15bpf: allow networking programs to use bpf_trace_printk() for debuggingGravatar Alexei Starovoitov 1-0/+1
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsGravatar Alexei Starovoitov 1-0/+3
2015-06-07bpf: allow programs to write to certain skb fieldsGravatar Alexei Starovoitov 1-1/+2
2015-05-31ebpf: allow bpf_ktime_get_ns_proto also for networkingGravatar Daniel Borkmann 1-0/+1
2015-05-31bpf: add missing rcu protection when releasing programs from prog_arrayGravatar Alexei Starovoitov 1-1/+5
2015-05-21bpf: allow bpf programs to tail-call other bpf programsGravatar Alexei Starovoitov 1-0/+22
2015-03-29tc: bpf: generalize pedit actionGravatar Alexei Starovoitov 1-0/+1
2015-03-15bpf: allow extended BPF programs access skb fieldsGravatar Alexei Starovoitov 1-1/+4