summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-2/+5
|\
| * bpf, cgroup: Reject prog_attach_flags array when effective queryPu Lehui2022-09-211-2/+5
* | bpf: Handle bpf_link_info for the parameterized task BPF iterators.Kui-Feng Lee2022-09-281-0/+4
* | bpf: Parameterize task iterators.Kui-Feng Lee2022-09-281-0/+6
* | bpf: Return value in kprobe get_func_ip only for entry addressJiri Olsa2022-09-261-0/+1
* | bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet2022-09-211-0/+38
* | bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet2022-09-211-0/+1
* | bpf: Update descriptions for helpers bpf_get_func_arg[_cnt]()Yonghong Song2022-09-061-4/+5
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-061-14/+69
|\ \
| * | bpf: Support getting tunnel flagsShmulik Ladkani2022-09-021-1/+9
| * | bpf: Fix a few typos in BPF helpers documentationQuentin Monnet2022-08-261-8/+8
| * | bpf: Add CGROUP prefix to cgroup_iter_orderHao Luo2022-08-251-5/+5
| * | bpf: Introduce cgroup iterHao Luo2022-08-251-0/+30
| * | bpf: update bpf_{g,s}et_retval documentationStanislav Fomichev2022-08-231-5/+17
| * | bpf, flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTINUE retcode for bpf progsShmulik Ladkani2022-08-231-0/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-1/+1
|\ \ \ | |/ / |/| / | |/
| * bpf: Partially revert flexible-array member replacementDaniel Borkmann2022-08-171-1/+1
* | bpf: Clear up confusion in bpf_skb_adjust_room()'s documentationQuentin Monnet2022-08-151-2/+4
* | bpf: Add BPF-helper for accessing CLOCK_TAIJesper Dangaard Brouer2022-08-091-0/+13
* | bpf: Improve docstring for BPF_F_USER_BUILD_ID flagDave Marchevsky2022-08-081-2/+12
|/
* 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