summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: add support for persistent maps/progsDaniel Borkmann2015-11-021-37/+8
* bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov2015-10-221-0/+11
* sched, bpf: add helper for retrieving routing realmsDaniel Borkmann2015-10-031-0/+7
* bpf: add bpf_redirect() helperAlexei Starovoitov2015-09-171-0/+8
* cls_bpf: introduce integrated actionsDaniel Borkmann2015-09-171-0/+1
* bpf: Implement function bpf_perf_event_read() that get the selected hardware ...Kaixu Xia2015-08-091-0/+1
* bpf: Add new bpf map type to store the pointer to struct perf_eventKaixu Xia2015-08-091-0/+1
* ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filtersDaniel Borkmann2015-08-021-0/+1
* bpf: add helpers to access tunnel metadataAlexei Starovoitov2015-07-311-0/+17
* bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov2015-07-201-0/+2
* ebpf: add helper to retrieve net_cls's classid cookieDaniel Borkmann2015-07-201-0/+7
* bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-151-0/+19
* bpf: allow programs to write to certain skb fieldsAlexei Starovoitov2015-06-071-0/+2
* bpf: introduce bpf_clone_redirect() helperAlexei Starovoitov2015-06-031-0/+10
* bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fieldsAlexei Starovoitov2015-05-301-0/+2
* bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-211-0/+10
* bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov2015-04-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-151-0/+58
|\
| * tc: bpf: add checksum helpersAlexei Starovoitov2015-04-061-1/+37
| * ebpf: add skb->priority to offset map for usage in {cls, act}_bpfDaniel Borkmann2015-04-031-0/+1
| * tc: bpf: generalize pedit actionAlexei Starovoitov2015-03-291-0/+1
| * filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar2015-03-241-0/+1
| * ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann2015-03-201-0/+1
| * bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov2015-03-171-0/+3
| * bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov2015-03-151-0/+10
| * ebpf: add helper for obtaining current processor idDaniel Borkmann2015-03-151-0/+1
| * ebpf: add prandom helper for packet samplingDaniel Borkmann2015-03-151-0/+1
| * ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann2015-03-011-0/+1
| * ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann2015-03-011-0/+2
* | tracing: Allow BPF programs to call bpf_trace_printk()Alexei Starovoitov2015-04-021-0/+1
* | tracing: Allow BPF programs to call bpf_ktime_get_ns()Alexei Starovoitov2015-04-021-0/+1
* | tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov2015-04-021-0/+3
|/
* bpf: verifier: add checks for BPF_ABS | BPF_IND instructionsAlexei Starovoitov2014-12-051-0/+1
* bpf: allow eBPF programs to use mapsAlexei Starovoitov2014-11-181-0/+3
* bpf: add array type of eBPF mapsAlexei Starovoitov2014-11-181-0/+1
* bpf: add hashtable type of eBPF mapsAlexei Starovoitov2014-11-181-0/+1
* bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM commandAlexei Starovoitov2014-11-181-1/+7
* net: filter: move common defines into bpf_common.hAlexei Starovoitov2014-10-141-0/+1
* bpf: verifier (add ability to receive verification log)Alexei Starovoitov2014-09-261-0/+3
* bpf: expand BPF syscall with program load/unloadAlexei Starovoitov2014-09-261-0/+26
* bpf: add lookup/update/delete/iterate methods to BPF mapsAlexei Starovoitov2014-09-261-0/+38
* bpf: introduce BPF syscall and mapsAlexei Starovoitov2014-09-261-0/+23
* net: filter: split filter.h and expose eBPF to user spaceAlexei Starovoitov2014-09-091-0/+65