summaryrefslogtreecommitdiff
path: root/include/uapi/linux/bpf.h
AgeCommit message (Expand)Author
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
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