summaryrefslogtreecommitdiff
path: root/include/uapi/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"Jiong Wang2019-05-241-0/+18
* bpf: implement bpf_send_signal() helperYonghong Song2019-05-241-1/+16
* bpf: fix minor issues in documentation for BPF helpers.Quentin Monnet2019-05-131-49/+54
* bpf: fix recurring typo in documentation for BPF helpersQuentin Monnet2019-05-131-19/+19
* bpf: Introduce bpf sk local storageMartin KaFai Lau2019-04-271-1/+43
* bpf: add writable context for raw tracepointsMatt Mullins2019-04-261-0/+1
* bpf: allow clearing all sock_ops callback flagsViet Hoang Tran2019-04-161-1/+8
* bpf: fix whitespace for ENCAP_L2 defines in bpf.hAlan Maguire2019-04-161-3/+3
* bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov2019-04-121-1/+50
* bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov2019-04-121-0/+3
* bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov2019-04-121-1/+37
* bpf: Introduce bpf_sysctl_get_current_value helperAndrey Ignatov2019-04-121-1/+21
* bpf: Introduce bpf_sysctl_get_name helperAndrey Ignatov2019-04-121-1/+21
* bpf: Sysctl hookAndrey Ignatov2019-04-121-0/+9
* bpf: add layer 2 encap support to bpf_skb_adjust_roomAlan Maguire2019-04-111-0/+10
* bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-111-0/+7
* bpf: add syscall side map freeze supportDaniel Borkmann2019-04-091-0/+1
* bpf: add program side {rd, wr}only support for mapsDaniel Borkmann2019-04-091-1/+5
* bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-091-1/+12
* bpf: add bpf_skb_adjust_room encap flagsWillem de Bruijn2019-03-221-1/+15
* bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_FIXED_GSOWillem de Bruijn2019-03-221-2/+7
* bpf: add bpf_skb_adjust_room mode BPF_ADJ_ROOM_MACWillem de Bruijn2019-03-221-1/+5
* bpf: add helper to check for a valid SYN cookieLorenz Bauer2019-03-211-1/+17
* bpf: add skc_lookup_tcp helperLorenz Bauer2019-03-211-1/+19
* bpf: add documentation for helpers bpf_spin_lock(), bpf_spin_unlock()Quentin Monnet2019-03-141-0/+55
* bpf: fix documentation for eBPF helpersQuentin Monnet2019-03-141-63/+65
* bpf: Add bpf_get_listener_sock(struct bpf_sock *sk) helperMartin KaFai Lau2019-03-131-1/+10
* bpf: add bpf helper bpf_skb_ecn_set_cebrakmo2019-03-021-1/+9
* bpf: expose program stats via bpf_prog_infoAlexei Starovoitov2019-02-271-0/+2
* bpf: add plumbing for BPF_LWT_ENCAP_IP in bpf_lwt_push_encapPeter Oskolkov2019-02-131-2/+24
* bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau2019-02-101-1/+50
* bpf: Add state, dst_ip4, dst_ip6 and dst_port to bpf_sockMartin KaFai Lau2019-02-101-9/+8
* bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau2019-02-101-1/+11
* bpf: introduce BPF_F_LOCK flagAlexei Starovoitov2019-02-011-0/+1
* bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-011-1/+6
* bpf: allocate 0x06 to new eBPF instruction class JMP32Jiong Wang2019-01-261-0/+1
* bpf: allow BPF programs access skb_shared_info->gso_segs fieldEric Dumazet2019-01-241-0/+1
* bpf: sockmap, metadata support for reporting size of msgJohn Fastabend2018-12-191-0/+1
* bpf: remove useless version check for prog loadDaniel Borkmann2018-12-171-1/+9
* bpf: include sub program tags in bpf_prog_infoSong Liu2018-12-131-0/+2
* bpf: fix up uapi helper description and sync bpf header with toolsDaniel Borkmann2018-12-111-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-101-43/+95
|\
| * bpf: rename *_info_cnt to nr_*_info in bpf_prog_infoYonghong Song2018-12-101-3/+3
| * media: bpf: add bpf function to report mouse movementSean Young2018-12-091-1/+16
| * bpf: Add bpf_line_info supportMartin KaFai Lau2018-12-091-0/+19
| * bpf: Change insn_offset to insn_off in bpf_func_infoMartin KaFai Lau2018-12-051-1/+1
| * bpf: respect size hint to BPF_PROG_TEST_RUN if presentLorenz Bauer2018-12-041-2/+5
| * bpf: fix documentation for eBPF helpersQuentin Monnet2018-12-031-45/+45
| * bpf: allow BPF read access to qdisc pkt_lenPetar Penkov2018-12-031-0/+1
| * bpf: Add BPF_F_ANY_ALIGNMENT.David Miller2018-11-301-0/+14