summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* uapi: revert flexible-array conversionsGustavo A. R. Silva2020-05-041-1/+1
* bpf: Fix reStructuredText markupJakub Wilk2020-04-241-1/+1
* bpf: Implement bpf_prog replacement for an active bpf_cgroup_linkAndrii Nakryiko2020-03-301-0/+12
* bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko2020-03-301-1/+9
* bpf: Add socket assign supportJoe Stringer2020-03-301-1/+24
* bpf: Introduce BPF_PROG_TYPE_LSMKP Singh2020-03-301-0/+2
* bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann2020-03-271-1/+20
* bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann2020-03-271-1/+15
* bpf: Add bpf_xdp_output() helperEelco Chaudron2020-03-121-1/+25
* bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira2020-03-121-1/+19
* bpf: Introduce BPF_MODIFY_RETURNKP Singh2020-03-041-0/+1
* bpf: Switch BPF UAPI #define constants used from BPF program side to enumsAndrii Nakryiko2020-03-041-66/+109
* bpf: Add gso_size to __sk_buffWillem de Bruijn2020-03-031-0/+1
* bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-211-1/+24
|\
| * bpf: Add bpf_read_branch_records() helperDaniel Xu2020-02-191-1/+24
* | bpf, uapi: Remove text about bpf_redirect_map() giving higher performanceToke Høiland-Jørgensen2020-02-181-9/+7
|/
* bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau2020-01-221-1/+8
* bpf: Introduce dynamic program extensionsAlexei Starovoitov2020-01-221-0/+1
* bpf: Add batch ops to all htab bpf mapYonghong Song2020-01-151-0/+1
* bpf: Add generic support for update and delete batch opsBrian Vazquez2020-01-151-0/+2
* bpf: Add generic support for lookup batch opBrian Vazquez2020-01-151-0/+18
* bpf: Add bpf_send_signal_thread() helperYonghong Song2020-01-151-2/+17
* bpf: Document BPF_F_QUERY_EFFECTIVE flagAndrey Ignatov2020-01-091-1/+6
* bpf: Add BPF_FUNC_tcp_send_ack helperMartin KaFai Lau2020-01-091-1/+10
* bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-1/+6
* bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-0/+1
* bpf: Support replacing cgroup-bpf program in MULTI modeAndrey Ignatov2019-12-191-0/+10
* bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko2019-11-181-0/+3
* bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov2019-11-151-0/+1
* bpf: Introduce BPF trampolineAlexei Starovoitov2019-11-151-0/+2
* bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpersDaniel Borkmann2019-11-021-40/+82
* bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov2019-10-311-0/+2
* bpf: Check types of arguments passed into helpersAlexei Starovoitov2019-10-171-1/+26
* bpf: Add attach_btf_id attribute to program loadAlexei Starovoitov2019-10-171-0/+1
* uapi/bpf: fix helper docsAndrii Nakryiko2019-10-061-16/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-061-3/+12
|\
| * bpf: introduce verifier internal test flagAlexei Starovoitov2019-08-281-0/+3
| * bpf: clarify when bpf_trace_printk discards linesPeter Wu2019-08-211-0/+2
| * bpf: fix 'struct pt_reg' typo in documentationPeter Wu2019-08-211-3/+3
| * bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet2019-08-201-0/+1
| * bpf: support cloning sk storage on accept()Stanislav Fomichev2019-08-171-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-2/+2
|\ \ | |/ |/|
| * sock: make cookie generation global instead of per netnsDaniel Borkmann2019-08-091-2/+2
* | bpf: add bpf_tcp_gen_syncookie helperPetar Penkov2019-07-301-1/+29
* | xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen2019-07-291-0/+1
* | bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...Stanislav Fomichev2019-07-251-0/+1
* | bpf/flow_dissector: pass input flags to BPF flow dissector programStanislav Fomichev2019-07-251-0/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-191-2/+2
|\
| * bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6Stanislav Fomichev2019-07-151-2/+2