summaryrefslogtreecommitdiff
path: root/include/uapi/linux/bpf.h
AgeCommit message (Expand)Author
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-15bpf: export bpf_sock for BPF_PROG_TYPE_SOCK_OPS prog typeStanislav Fomichev
2019-06-15bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog typeStanislav Fomichev
2019-06-13bpf: simplify definition of BPF_FIB_LOOKUP related flagsMartynas Pumputis
2019-06-10bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon
2019-06-06bpf: fix unconnected udp hooksDaniel Borkmann
2019-05-24bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"Jiong Wang
2019-05-24bpf: implement bpf_send_signal() helperYonghong Song
2019-05-13bpf: fix minor issues in documentation for BPF helpers.Quentin Monnet
2019-05-13bpf: fix recurring typo in documentation for BPF helpersQuentin Monnet
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau
2019-04-26bpf: add writable context for raw tracepointsMatt Mullins
2019-04-16bpf: allow clearing all sock_ops callback flagsViet Hoang Tran
2019-04-16bpf: fix whitespace for ENCAP_L2 defines in bpf.hAlan Maguire
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov
2019-04-12bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov
2019-04-12bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov
2019-04-12bpf: Introduce bpf_sysctl_get_current_value helperAndrey Ignatov
2019-04-12bpf: Introduce bpf_sysctl_get_name helperAndrey Ignatov
2019-04-12bpf: Sysctl hookAndrey Ignatov
2019-04-11bpf: add layer 2 encap support to bpf_skb_adjust_roomAlan Maguire
2019-04-11bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev
2019-04-09bpf: add syscall side map freeze supportDaniel Borkmann
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann
2019-03-22bpf: add bpf_skb_adjust_room encap flagsWillem de Bruijn
2019-03-22bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_FIXED_GSOWillem de Bruijn
2019-03-22bpf: add bpf_skb_adjust_room mode BPF_ADJ_ROOM_MACWillem de Bruijn
2019-03-21bpf: add helper to check for a valid SYN cookieLorenz Bauer
2019-03-21bpf: add skc_lookup_tcp helperLorenz Bauer
2019-03-14bpf: add documentation for helpers bpf_spin_lock(), bpf_spin_unlock()Quentin Monnet
2019-03-14bpf: fix documentation for eBPF helpersQuentin Monnet
2019-03-13bpf: Add bpf_get_listener_sock(struct bpf_sock *sk) helperMartin KaFai Lau
2019-03-02bpf: add bpf helper bpf_skb_ecn_set_cebrakmo
2019-02-27bpf: expose program stats via bpf_prog_infoAlexei Starovoitov
2019-02-13bpf: add plumbing for BPF_LWT_ENCAP_IP in bpf_lwt_push_encapPeter Oskolkov
2019-02-10bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau
2019-02-10bpf: Add state, dst_ip4, dst_ip6 and dst_port to bpf_sockMartin KaFai Lau
2019-02-10bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov
2019-01-26bpf: allocate 0x06 to new eBPF instruction class JMP32Jiong Wang
2019-01-24bpf: allow BPF programs access skb_shared_info->gso_segs fieldEric Dumazet
2018-12-19bpf: sockmap, metadata support for reporting size of msgJohn Fastabend
2018-12-17bpf: remove useless version check for prog loadDaniel Borkmann
2018-12-13bpf: include sub program tags in bpf_prog_infoSong Liu
2018-12-11bpf: fix up uapi helper description and sync bpf header with toolsDaniel Borkmann
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-10bpf: rename *_info_cnt to nr_*_info in bpf_prog_infoYonghong Song