summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-011-5/+393
|\
| * bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov2020-08-281-0/+8
| * bpf: Introduce sleepable BPF programsAlexei Starovoitov2020-08-281-0/+8
| * bpf: Make bpf_link_info.iter similar to bpf_iter_link_infoYonghong Song2020-08-281-2/+4
| * bpf: Add d_path helperJiri Olsa2020-08-251-0/+14
| * bpf: Allow local storage to be used from LSM programsKP Singh2020-08-251-2/+5
| * bpf: Implement bpf_local_storage for inodesKP Singh2020-08-251-1/+39
| * bpf: Generalize bpf_sk_storageKP Singh2020-08-251-2/+6
| * tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau2020-08-241-0/+1
| * bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau2020-08-241-1/+299
| * bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau2020-08-241-1/+2
| * bpf: tcp: Add bpf_skops_parse_hdr()Martin KaFai Lau2020-08-241-1/+3
| * tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau2020-08-241-0/+1
| * tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau2020-08-241-0/+1
| * bpf: Implement link_query for bpf iteratorsYonghong Song2020-08-211-0/+7
* | bpf: Fix two typos in uapi/linux/bpf.hTobias Klauser2020-08-211-5/+5
|/
* bpf: Change uapi for bpf iterator map elementsYonghong Song2020-08-061-7/+8
* bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko2020-08-011-0/+5
* bpf: Fix bpf_ringbuf_output() signature to return longAndrii Nakryiko2020-07-281-1/+1
* bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko2020-07-251-0/+3
* bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko2020-07-251-1/+6
* bpf: Implement bpf iterator for map elementsYonghong Song2020-07-251-0/+7
* bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki2020-07-171-0/+77
* bpf: Drop duplicated words in uapi helper commentsRandy Dunlap2020-07-161-3/+3
* bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi2020-07-161-0/+5
* cpumap: Formalize map value as a named structLorenzo Bianconi2020-07-161-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-131-0/+1
|\
| * bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev2020-07-081-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-20/+21
|\ \ | |/ |/|
| * bpf: Fix formatting in documentation for BPF helpersQuentin Monnet2020-06-231-20/+21
* | bpf: Introduce helper bpf_get_task_stack()Song Liu2020-07-011-1/+36
* | bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song2020-06-241-1/+8
* | bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song2020-06-241-1/+22
* | bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song2020-06-241-1/+8
* | bpf: Add SO_KEEPALIVE and related options to bpf_setsockoptDmitry Yakunin2020-06-241-2/+5
* | Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov2020-06-231-1/+1
|\|
| * bpf: Fix definition of bpf_ringbuf_output() helper in UAPI commentsAndrii Nakryiko2020-06-161-1/+1
* | bpf: Switch most helper return values from 32-bit int to 64-bit longAndrii Nakryiko2020-06-241-96/+96
|/
* bpf: Devmap adjust uapi for attach bpf programJesper Dangaard Brouer2020-06-091-0/+13
* bpf: Add csum_level helper for fixing up csum levelsDaniel Borkmann2020-06-021-1/+42
* bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann2020-06-021-0/+8
* bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki2020-06-011-0/+5
* xdp: Add xdp_txq_info to xdp_buffDavid Ahern2020-06-011-0/+2
* bpf: Add support to attach bpf program to a devmap entryDavid Ahern2020-06-011-0/+1
* bpf: Add rx_queue_mapping to bpf_sockAmritha Nambiar2020-06-011-0/+1
* bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko2020-06-011-1/+83
* bpf, sk_msg: Add get socket storage helpersJohn Fastabend2020-06-011-0/+2
* bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann2020-05-191-0/+4
* xdp: Allow bpf_xdp_adjust_tail() to grow packet sizeJesper Dangaard Brouer2020-05-141-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-141-42/+131
|\