summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-13bpf: simplify definition of BPF_FIB_LOOKUP related flagsMartynas Pumputis1-2/+2
2019-06-06bpf: fix unconnected udp hooksDaniel Borkmann1-0/+2
2019-05-13bpf: fix minor issues in documentation for BPF helpers.Quentin Monnet1-49/+54
2019-05-13bpf: fix recurring typo in documentation for BPF helpersQuentin Monnet1-19/+19
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau1-1/+43
2019-04-26bpf: add writable context for raw tracepointsMatt Mullins1-0/+1
2019-04-16bpf: allow clearing all sock_ops callback flagsViet Hoang Tran1-1/+8
2019-04-16bpf: fix whitespace for ENCAP_L2 defines in bpf.hAlan Maguire1-3/+3
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov1-1/+50
2019-04-12bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov1-0/+3
2019-04-12bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov1-1/+37
2019-04-12bpf: Introduce bpf_sysctl_get_current_value helperAndrey Ignatov1-1/+21
2019-04-12bpf: Introduce bpf_sysctl_get_name helperAndrey Ignatov1-1/+21
2019-04-12bpf: Sysctl hookAndrey Ignatov1-0/+9
2019-04-11bpf: add layer 2 encap support to bpf_skb_adjust_roomAlan Maguire1-0/+10
2019-04-11bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev1-0/+7
2019-04-09bpf: add syscall side map freeze supportDaniel Borkmann1-0/+1
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann1-1/+5
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann1-1/+12
2019-03-22bpf: add bpf_skb_adjust_room encap flagsWillem de Bruijn1-1/+15
2019-03-22bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_FIXED_GSOWillem de Bruijn1-2/+7
2019-03-22bpf: add bpf_skb_adjust_room mode BPF_ADJ_ROOM_MACWillem de Bruijn1-1/+5
2019-03-21bpf: add helper to check for a valid SYN cookieLorenz Bauer1-1/+17
2019-03-21bpf: add skc_lookup_tcp helperLorenz Bauer1-1/+19
2019-03-14bpf: add documentation for helpers bpf_spin_lock(), bpf_spin_unlock()Quentin Monnet1-0/+55
2019-03-14bpf: fix documentation for eBPF helpersQuentin Monnet1-63/+65
2019-03-13bpf: Add bpf_get_listener_sock(struct bpf_sock *sk) helperMartin KaFai Lau1-1/+10
2019-03-02bpf: add bpf helper bpf_skb_ecn_set_cebrakmo1-1/+9
2019-02-27bpf: expose program stats via bpf_prog_infoAlexei Starovoitov1-0/+2
2019-02-13bpf: add plumbing for BPF_LWT_ENCAP_IP in bpf_lwt_push_encapPeter Oskolkov1-2/+24
2019-02-10bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau1-1/+50
2019-02-10bpf: Add state, dst_ip4, dst_ip6 and dst_port to bpf_sockMartin KaFai Lau1-9/+8
2019-02-10bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau1-1/+11
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov1-0/+1
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov1-1/+6
2019-01-26bpf: allocate 0x06 to new eBPF instruction class JMP32Jiong Wang1-0/+1
2019-01-24bpf: allow BPF programs access skb_shared_info->gso_segs fieldEric Dumazet1-0/+1
2018-12-19bpf: sockmap, metadata support for reporting size of msgJohn Fastabend1-0/+1
2018-12-17bpf: remove useless version check for prog loadDaniel Borkmann1-1/+9
2018-12-13bpf: include sub program tags in bpf_prog_infoSong Liu1-0/+2
2018-12-11bpf: fix up uapi helper description and sync bpf header with toolsDaniel Borkmann1-6/+6
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-43/+95
2018-12-10bpf: rename *_info_cnt to nr_*_info in bpf_prog_infoYonghong Song1-3/+3
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-23/+37
2018-12-09media: bpf: add bpf function to report mouse movementSean Young1-1/+16
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau1-0/+19
2018-12-05bpf: Change insn_offset to insn_off in bpf_func_infoMartin KaFai Lau1-1/+1
2018-12-04bpf: respect size hint to BPF_PROG_TEST_RUN if presentLorenz Bauer1-2/+5
2018-12-03bpf: fix documentation for eBPF helpersQuentin Monnet1-45/+45
2018-12-03bpf: allow BPF read access to qdisc pkt_lenPetar Penkov1-0/+1