aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* BACKPORT: bpf: Add file mode configuration into bpf mapsChenbo Feng2018-03-011-0/+5
* BACKPORT: bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2017-05-301-0/+7
* BACKPORT: UPSTREAM: Add a eBPF helper function to retrieve socket uidChenbo Feng2017-05-221-0/+9
* BACKPORT: UPSTREAM: Add a helper function to get socket cookie in eBPFChenbo Feng2017-05-221-0/+9
* ANDROID: Fix missing uapi headersChenbo Feng2017-05-221-0/+43
* UPSTREAM: bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack2017-05-221-0/+8
* UPSTREAM: bpf: add new prog type for cgroup socket filteringDaniel Mack2017-05-221-0/+9
* bpf: add helper to invalidate hashDaniel Borkmann2016-09-231-0/+7
* bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2016-09-201-0/+21
* bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov2016-09-021-0/+1
* bpf: add bpf_skb_change_tail helperDaniel Borkmann2016-08-181-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-181-2/+2
|\
| * bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann2016-08-121-2/+2
* | bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon2016-08-121-0/+11
|/
* bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon2016-07-251-0/+10
* bpf: add XDP_TX xdp_action for direct forwardingBrenden Blanco2016-07-191-0/+1
* bpf: add XDP prog type for early driver filterBrenden Blanco2016-07-191-0/+20
* bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann2016-07-151-0/+2
* bpf: introduce bpf_get_current_task() helperAlexei Starovoitov2016-07-091-0/+7
* bpf: add bpf_get_hash_recalc helperDaniel Borkmann2016-07-041-0/+9
* cgroup: bpf: Add bpf_skb_in_cgroup_protoMartin KaFai Lau2016-07-011-0/+11
* cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYMartin KaFai Lau2016-07-011-0/+1
* bpf: add bpf_skb_change_type helperDaniel Borkmann2016-06-301-0/+9
* bpf: add bpf_skb_change_proto helperDaniel Borkmann2016-06-301-0/+14
* bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_readDaniel Borkmann2016-06-301-1/+1
* 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