summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: direct packet accessAlexei Starovoitov2016-05-061-0/+2
* bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_outputDaniel Borkmann2016-04-191-0/+4
* perf, bpf: allow bpf programs attach to tracepointsAlexei Starovoitov2016-04-071-0/+1
* bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann2016-03-301-0/+1
* bpf: support flow label for bpf_skb_{set, get}_tunnel_keyDaniel Borkmann2016-03-111-0/+1
* bpf: pre-allocate hash map elementsAlexei Starovoitov2016-03-081-0/+3
* bpf: support for access to tunnel optionsDaniel Borkmann2016-03-081-0/+11
* bpf: allow to propagate df in bpf_skb_set_tunnel_keyDaniel Borkmann2016-03-081-0/+1
* bpf: add flags to bpf_skb_store_bytes for clearing hashDaniel Borkmann2016-03-081-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-0/+3
|\
| * bpf: fix csum setting for bpf_set_tunnel_keyDaniel Borkmann2016-02-241-0/+3
* | bpf: fix csum update in bpf_l4_csum_replace helper for udpDaniel Borkmann2016-02-211-0/+1
* | bpf: add generic bpf_csum_diff helperDaniel Borkmann2016-02-211-0/+11
* | bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov2016-02-201-0/+21
* | bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapAlexei Starovoitov2016-02-061-0/+1
* | bpf: introduce BPF_MAP_TYPE_PERCPU_HASH mapAlexei Starovoitov2016-02-061-0/+1
|/
* bpf: support ipv6 for bpf_skb_{set,get}_tunnel_keyDaniel Borkmann2016-01-111-1/+9
* bpf: export helper function flags and reject invalid onesDaniel Borkmann2016-01-111-0/+16
* bpf: add bpf_skb_load_bytes helperDaniel Borkmann2015-12-181-0/+1
* 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
OpenPOWER on IntegriCloud