summaryrefslogtreecommitdiffstats
path: root/tools/include
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen2020-10-221-4/+18
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-152-35/+679
|\
| * bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann2020-10-111-0/+3
| * bpf: Add redirect_peer helperDaniel Borkmann2020-10-111-0/+17
| * bpf: Improve bpf_redirect_neigh helper descriptionDaniel Borkmann2020-10-111-3/+7
| * bpf: Add tcp_notsent_lowat bpf setsockoptNikita V. Shirokov2020-10-091-1/+1
| * bpf: Fix typo in uapi/linux/bpf.hJakub Wilk2020-10-071-1/+1
| * bpf: Introducte bpf_this_cpu_ptr()Hao Luo2020-10-021-0/+13
| * bpf: Introduce bpf_per_cpu_ptr()Hao Luo2020-10-021-0/+18
| * bpf: Introduce pseudo_btf_idHao Luo2020-10-021-9/+27
| * bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event arraySong Liu2020-09-301-0/+3
| * bpf: Add redirect_neigh helper as redirect drop-inDaniel Borkmann2020-09-301-0/+14
| * bpf: Add classid helper only based on skb->skDaniel Borkmann2020-09-301-0/+10
| * bpf: Support attaching freplace programs to multiple attach pointsToke Høiland-Jørgensen2020-09-291-2/+7
| * bpf: Add bpf_seq_printf_btf helperAlan Maguire2020-09-281-0/+9
| * bpf: Add bpf_snprintf_btf helperAlan Maguire2020-09-281-0/+67
| * bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu2020-09-281-0/+7
| * bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-1/+1
| * bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-2/+2
| * bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-0/+1
| * bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_...Martin KaFai Lau2020-09-251-4/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-232-44/+62
| |\
| | * btf: Add BTF_ID_LIST_SINGLE macroLorenz Bauer2020-09-211-0/+8
| | * bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu2020-09-151-0/+7
| | * bpf: Fix comment for helper bpf_current_task_under_cgroup()Song Liu2020-09-101-2/+2
| | * tools, bpf: Synchronise BPF UAPI header with toolsQuentin Monnet2020-09-071-42/+45
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-222-3/+5
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
| |\ \ \ | | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-012-6/+443
| |\ \ \
| | * | | 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: Add BTF_SET_START/END macrosJiri Olsa2020-08-251-1/+50
| | * | | 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
* | | | | Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-141-0/+129
|\ \ \ \ \
| * | | | | objtool: Make unwind hint definitions available to other architecturesJulien Thierry2020-09-101-0/+129
* | | | | | Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-121-1/+1
|\ \ \ \ \ \
| * | | | | | fs: remove compat_sys_mountChristoph Hellwig2020-09-221-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-121-7/+5
|\ \ \ \ \ \