summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* bpf, cgroup: Reject prog_attach_flags array when effective queryPu Lehui2022-10-211-2/+5
* bpf: Partially revert flexible-array member replacementDaniel Borkmann2022-08-171-1/+1
* Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-031-5/+91
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-221-1/+2
| |\
| | * bpf: fix bpf_skb_pull_data documentationJoanne Koong2022-07-191-1/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-4/+7
| |\ \ | | |/ | |/|
| * | bpf: Introduce TYPE_MATCH related constants/macrosDaniel Müller2022-07-051-0/+1
| * | bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUPStanislav Fomichev2022-06-291-0/+3
| * | bpf: per-cgroup lsm flavorStanislav Fomichev2022-06-291-0/+1
| * | bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy2022-06-161-0/+78
| * | bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookieMaxim Mikityanskiy2022-06-161-4/+6
* | | Merge tag 'flexible-array-transformations-UAPI-6.0-rc1' of git://git.kernel.o...Linus Torvalds2022-08-021-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: uapi: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-06-281-1/+1
| |/
* / bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIsJoanne Koong2022-07-081-4/+7
|/
* bpf: Add dynptr data slicesJoanne Koong2022-05-231-0/+12
* bpf: Add bpf_dynptr_read and bpf_dynptr_writeJoanne Koong2022-05-231-0/+19
* bpf: Dynptr support for ring buffersJoanne Koong2022-05-231-0/+35
* bpf: Add bpf_dynptr_from_mem for local dynptrsJoanne Koong2022-05-231-0/+12
* bpf: Add verifier support for dynptrsJoanne Koong2022-05-231-0/+5
* bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang2022-05-201-0/+7
* bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou2022-05-111-0/+9
* bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee2022-05-101-0/+9
* bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee2022-05-101-0/+1
* bpf: Add source ip in "struct bpf_tunnel_key"Kaixi Fan2022-05-101-0/+4
* bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi2022-04-251-0/+12
* bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim2022-03-201-4/+4
* bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa2022-03-171-0/+1
* bpf: Add multi kprobe linkJiri Olsa2022-03-171-0/+13
* bpf-lsm: Introduce new helper bpf_ima_file_hash()Roberto Sassu2022-03-101-0/+11
* bpf: Fix comment for helper bpf_current_task_under_cgroup()Hengqi Chen2022-03-101-2/+2
* bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/Martin KaFai Lau2022-03-101-19/+21
* bpf: Add "live packet" mode for XDP in BPF_PROG_RUNToke Høiland-Jørgensen2022-03-091-0/+3
* bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()Martin KaFai Lau2022-03-031-1/+40
* bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wideJakub Sitnicki2022-02-091-1/+2
* bpf: Make dst_port field in struct bpf_sock 16-bit wideJakub Sitnicki2022-01-311-1/+2
* bpf: Add bpf_copy_from_user_task() helperKenny Yu2022-01-241-0/+11
* net: xdp: introduce bpf_xdp_pointer utility routineLorenzo Bianconi2022-01-211-0/+18
* bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi2022-01-211-0/+7
* bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programLorenzo Bianconi2022-01-211-0/+5
* bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueYiFei Zhu2022-01-191-0/+18
* uapi/bpf: Add missing description and returns for helper documentationUsama Arif2022-01-191-0/+15
* bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa2021-12-131-0/+28
* bpf: Add bpf_strncmp helperHou Tao2021-12-111-0/+11
* bpf: Pass a set of bpf_core_relo-s to prog_load command.Alexei Starovoitov2021-12-021-1/+58
* bpf: Define enum bpf_core_relo_kind as uapi.Alexei Starovoitov2021-12-021-0/+19
* bpf: Add bpf_loop helperJoanne Koong2021-11-301-0/+25
* bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-161-1/+1
* bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush2021-11-101-0/+1
* bpf: Introduce helper bpf_find_vmaSong Liu2021-11-071-0/+20
* bpf: Add alignment padding for "map_extra" + consolidate holesJoanne Koong2021-11-011-0/+1