aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bpf.h
AgeCommit message (Expand)Author
2017-05-11bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller
2017-04-30bpf: Fix inaccurate helper function descriptionChenbo Feng
2017-04-21bpf: add napi_id read access to __sk_buffDaniel Borkmann
2017-04-09bpf: fix comment typoAlexander Alemayhu
2017-04-01bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov
2017-03-23Add a eBPF helper function to retrieve socket uidChenbo Feng
2017-03-23Add a helper function to get socket cookie in eBPFChenbo Feng
2017-03-22bpf: Add hash of maps supportMartin KaFai Lau
2017-03-22bpf: Add array of maps supportMartin KaFai Lau
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov
2017-01-24bpf: allow option for setting bpf_l4_csum_replace from scratchDaniel Borkmann
2017-01-23bpf: add a longest prefix match trie map implementationDaniel Mack
2017-01-20bpf: add bpf_probe_read_str helperGianluca Borello
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau
2016-12-02bpf: Add support for reading socket family, type, protocolDavid Ahern
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern
2016-12-02bpf: BPF for lightweight tunnel infrastructureThomas Graf
2016-11-25bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack
2016-11-25bpf: add new prog type for cgroup socket filteringDaniel Mack
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_HASHMartin KaFai Lau
2016-10-29bpf: Print function name in addition to function idThomas Graf
2016-10-22bpf: add helper for retrieving current numa node idDaniel Borkmann
2016-09-23bpf: add helper to invalidate hashDaniel Borkmann
2016-09-20bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann
2016-09-02bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov
2016-08-18bpf: add bpf_skb_change_tail helperDaniel Borkmann
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-12bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann
2016-08-12bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon
2016-07-25bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon
2016-07-19bpf: add XDP_TX xdp_action for direct forwardingBrenden Blanco
2016-07-19bpf: add XDP prog type for early driver filterBrenden Blanco
2016-07-15bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann
2016-07-09bpf: introduce bpf_get_current_task() helperAlexei Starovoitov
2016-07-04bpf: add bpf_get_hash_recalc helperDaniel Borkmann
2016-07-01cgroup: bpf: Add bpf_skb_in_cgroup_protoMartin KaFai Lau
2016-07-01cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYMartin KaFai Lau
2016-06-30bpf: add bpf_skb_change_type helperDaniel Borkmann
2016-06-30bpf: add bpf_skb_change_proto helperDaniel Borkmann
2016-06-30bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_readDaniel Borkmann
2016-05-06bpf: direct packet accessAlexei Starovoitov
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