summaryrefslogtreecommitdiff
path: root/include/uapi/linux/bpf.h (follow)
Commit message (Expand)AuthorAge
* bpf: add support for persistent maps/progsDaniel Borkmann2015-11-02
* bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov2015-10-22
* sched, bpf: add helper for retrieving routing realmsDaniel Borkmann2015-10-03
* bpf: add bpf_redirect() helperAlexei Starovoitov2015-09-17
* cls_bpf: introduce integrated actionsDaniel Borkmann2015-09-17
* bpf: Implement function bpf_perf_event_read() that get the selected hardware ...Kaixu Xia2015-08-09
* bpf: Add new bpf map type to store the pointer to struct perf_eventKaixu Xia2015-08-09
* ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filtersDaniel Borkmann2015-08-02
* bpf: add helpers to access tunnel metadataAlexei Starovoitov2015-07-31
* bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov2015-07-20
* ebpf: add helper to retrieve net_cls's classid cookieDaniel Borkmann2015-07-20
* bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov2015-06-15
* bpf: allow programs to write to certain skb fieldsAlexei Starovoitov2015-06-07
* bpf: introduce bpf_clone_redirect() helperAlexei Starovoitov2015-06-03
* bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fieldsAlexei Starovoitov2015-05-30
* bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-21
* bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov2015-04-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-15
|\
| * tc: bpf: add checksum helpersAlexei Starovoitov2015-04-06
| * ebpf: add skb->priority to offset map for usage in {cls, act}_bpfDaniel Borkmann2015-04-03
| * tc: bpf: generalize pedit actionAlexei Starovoitov2015-03-29
| * filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar2015-03-24
| * ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann2015-03-20
| * bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov2015-03-17
| * 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: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann2015-03-01
| * ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann2015-03-01
* | tracing: Allow BPF programs to call bpf_trace_printk()Alexei Starovoitov2015-04-02
* | tracing: Allow BPF programs to call bpf_ktime_get_ns()Alexei Starovoitov2015-04-02
* | tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov2015-04-02
|/
* bpf: verifier: add checks for BPF_ABS | BPF_IND instructionsAlexei Starovoitov2014-12-05
* bpf: allow eBPF programs to use mapsAlexei Starovoitov2014-11-18
* bpf: add array type of eBPF mapsAlexei Starovoitov2014-11-18
* bpf: add hashtable type of eBPF mapsAlexei Starovoitov2014-11-18
* bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM commandAlexei Starovoitov2014-11-18
* net: filter: move common defines into bpf_common.hAlexei Starovoitov2014-10-14
* bpf: verifier (add ability to receive verification log)Alexei Starovoitov2014-09-26
* bpf: expand BPF syscall with program load/unloadAlexei Starovoitov2014-09-26
* bpf: add lookup/update/delete/iterate methods to BPF mapsAlexei Starovoitov2014-09-26
* bpf: introduce BPF syscall and mapsAlexei Starovoitov2014-09-26
* net: filter: split filter.h and expose eBPF to user spaceAlexei Starovoitov2014-09-09