aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bpf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-17bpf: add bpf_redirect() helperAlexei Starovoitov1-0/+8
2015-09-17cls_bpf: introduce integrated actionsDaniel Borkmann1-0/+1
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-02ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filtersDaniel Borkmann1-0/+1
2015-07-31bpf: add helpers to access tunnel metadataAlexei Starovoitov1-0/+17
2015-07-20bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov1-0/+2
2015-07-20ebpf: add helper to retrieve net_cls's classid cookieDaniel Borkmann1-0/+7
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov1-0/+19
2015-06-07bpf: allow programs to write to certain skb fieldsAlexei Starovoitov1-0/+2
2015-06-03bpf: introduce bpf_clone_redirect() helperAlexei Starovoitov1-0/+10
2015-05-30bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fieldsAlexei Starovoitov1-0/+2
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov1-0/+10
2015-04-16bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov1-1/+1
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+58
2015-04-06tc: bpf: add checksum helpersAlexei Starovoitov1-1/+37
2015-04-03ebpf: add skb->priority to offset map for usage in {cls, act}_bpfDaniel Borkmann1-0/+1
2015-04-02tracing: Allow BPF programs to call bpf_trace_printk()Alexei Starovoitov1-0/+1
2015-04-02tracing: Allow BPF programs to call bpf_ktime_get_ns()Alexei Starovoitov1-0/+1
2015-04-02tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov1-0/+3
2015-03-29tc: bpf: generalize pedit actionAlexei Starovoitov1-0/+1
2015-03-24filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar1-0/+1
2015-03-20ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann1-0/+1
2015-03-17bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov1-0/+3
2015-03-15bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov1-0/+10
2015-03-15ebpf: add helper for obtaining current processor idDaniel Borkmann1-0/+1
2015-03-15ebpf: add prandom helper for packet samplingDaniel Borkmann1-0/+1
2015-03-01ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann1-0/+1
2015-03-01ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann1-0/+2
2014-12-05bpf: verifier: add checks for BPF_ABS | BPF_IND instructionsAlexei Starovoitov1-0/+1
2014-11-18bpf: allow eBPF programs to use mapsAlexei Starovoitov1-0/+3
2014-11-18bpf: add array type of eBPF mapsAlexei Starovoitov1-0/+1
2014-11-18bpf: add hashtable type of eBPF mapsAlexei Starovoitov1-0/+1
2014-11-18bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM commandAlexei Starovoitov1-1/+7
2014-10-14net: filter: move common defines into bpf_common.hAlexei Starovoitov1-0/+1
2014-09-26bpf: verifier (add ability to receive verification log)Alexei Starovoitov1-0/+3
2014-09-26bpf: expand BPF syscall with program load/unloadAlexei Starovoitov1-0/+26
2014-09-26bpf: add lookup/update/delete/iterate methods to BPF mapsAlexei Starovoitov1-0/+38
2014-09-26bpf: introduce BPF syscall and mapsAlexei Starovoitov1-0/+23
2014-09-09net: filter: split filter.h and expose eBPF to user spaceAlexei Starovoitov1-0/+65