summaryrefslogtreecommitdiff
path: root/include/uapi/linux/bpf.h
AgeCommit message (Expand)Author
2016-04-19bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_outputDaniel Borkmann
2016-04-07perf, bpf: allow bpf programs attach to tracepointsAlexei Starovoitov
2016-03-30bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann
2016-03-11bpf: support flow label for bpf_skb_{set, get}_tunnel_keyDaniel Borkmann
2016-03-08bpf: pre-allocate hash map elementsAlexei Starovoitov
2016-03-08bpf: support for access to tunnel optionsDaniel Borkmann
2016-03-08bpf: allow to propagate df in bpf_skb_set_tunnel_keyDaniel Borkmann
2016-03-08bpf: add flags to bpf_skb_store_bytes for clearing hashDaniel Borkmann
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-24bpf: fix csum setting for bpf_set_tunnel_keyDaniel Borkmann
2016-02-21bpf: fix csum update in bpf_l4_csum_replace helper for udpDaniel Borkmann
2016-02-21bpf: add generic bpf_csum_diff helperDaniel Borkmann
2016-02-20bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov
2016-02-06bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapAlexei Starovoitov
2016-02-06bpf: introduce BPF_MAP_TYPE_PERCPU_HASH mapAlexei Starovoitov
2016-01-11bpf: support ipv6 for bpf_skb_{set,get}_tunnel_keyDaniel Borkmann
2016-01-11bpf: export helper function flags and reject invalid onesDaniel Borkmann
2015-12-18bpf: add bpf_skb_load_bytes helperDaniel Borkmann
2015-11-02bpf: add support for persistent maps/progsDaniel Borkmann
2015-10-22bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann
2015-09-17bpf: add bpf_redirect() helperAlexei Starovoitov
2015-09-17cls_bpf: introduce integrated actionsDaniel Borkmann
2015-08-09bpf: Implement function bpf_perf_event_read() that get the selected hardware ...Kaixu Xia
2015-08-09bpf: Add new bpf map type to store the pointer to struct perf_eventKaixu Xia
2015-08-02ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filtersDaniel Borkmann
2015-07-31bpf: add helpers to access tunnel metadataAlexei Starovoitov
2015-07-20bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov
2015-07-20ebpf: add helper to retrieve net_cls's classid cookieDaniel Borkmann
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov
2015-06-07bpf: allow programs to write to certain skb fieldsAlexei Starovoitov
2015-06-03bpf: introduce bpf_clone_redirect() helperAlexei Starovoitov
2015-05-30bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fieldsAlexei Starovoitov
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov
2015-04-16bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-04-06tc: bpf: add checksum helpersAlexei Starovoitov
2015-04-03ebpf: add skb->priority to offset map for usage in {cls, act}_bpfDaniel Borkmann
2015-04-02tracing: Allow BPF programs to call bpf_trace_printk()Alexei Starovoitov
2015-04-02tracing: Allow BPF programs to call bpf_ktime_get_ns()Alexei Starovoitov
2015-04-02tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov
2015-03-29tc: bpf: generalize pedit actionAlexei Starovoitov
2015-03-24filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar
2015-03-20ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann
2015-03-17bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov
2015-03-15bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov
2015-03-15ebpf: add helper for obtaining current processor idDaniel Borkmann
2015-03-15ebpf: add prandom helper for packet samplingDaniel Borkmann
2015-03-01ebpf: add sched_cls_type and map it to sk_filter's verifier opsDaniel Borkmann
2015-03-01ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann