summaryrefslogtreecommitdiffstats
path: root/tools/include/uapi/linux
Commit message (Expand)AuthorAgeFilesLines
* bpf, sk_msg: Add get socket storage helpersJohn Fastabend2020-06-011-0/+2
* tools/bpf: sync bpf.hAlexei Starovoitov2020-05-191-3/+3
* bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann2020-05-191-0/+4
* bpf: Introduce bpf_sk_{, ancestor_}cgroup_id helpersAndrey Ignatov2020-05-141-1/+35
* bpf: Support narrow loads from bpf_sock_addr.user_portAndrey Ignatov2020-05-141-1/+1
* tools, bpf: Synchronise BPF UAPI header with toolsQuentin Monnet2020-05-111-50/+59
* bpf: Add bpf_seq_printf and bpf_seq_write helpersYonghong Song2020-05-091-1/+38
* bpf: Create anonymous bpf iteratorYonghong Song2020-05-091-0/+6
* bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song2020-05-091-0/+1
* bpf: Allow loading of a bpf_iter programYonghong Song2020-05-091-0/+1
* bpf: Allow any port in bpf_bind helperStanislav Fomichev2020-05-091-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-011-3/+66
|\
| * bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addrStanislav Fomichev2020-05-011-2/+12
| * bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu2020-05-011-0/+11
| * bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko2020-04-281-0/+31
| * bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski2020-04-261-1/+12
* | net: bridge: Add port attribute IFLA_BRPORT_MRP_RING_OPENHoratiu Vultur2020-04-271-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-241-1/+1
|\
| * bpf: Fix reStructuredText markupJakub Wilk2020-04-241-1/+1
* | tools headers kvm: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2020-04-141-2/+45
* | tools headers UAPI: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo2020-04-141-0/+1
* | tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo2020-04-141-0/+24
* | tools headers UAPI: Sync linux/mman.h with the kernelArnaldo Carvalho de Melo2020-04-141-2/+3
* | tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo2020-04-141-0/+5
|/
* Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-051-2/+14
|\
| * tools headers UAPI: Update tools's copy of linux/perf_event.hNamhyung Kim2020-04-021-2/+14
| * tools headers uapi: Update linux/in.h copyArnaldo Carvalho de Melo2020-03-241-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-313-69/+284
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-302-3/+83
| |\ \
| | * | libbpf: Add support for bpf_link-based cgroup attachmentAndrii 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
| | * | tools: Add EXPECTED_FD-related definitions in if_link.hToke Høiland-Jørgensen2020-03-281-1/+3
| | * | 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
| * | | net: macsec: add support for specifying offload upon link creationMark Starovoytov2020-03-291-0/+1
| * | | net: macsec: add support for offloading to the MACAntoine Tenart2020-03-261-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-0/+2
| |\ \ \ | | |/ / | |/| |
| * | | tools/bpf: Move linux/types.h for selftests and bpftoolTobias Klauser2020-03-131-0/+23
| * | | 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-67/+110
| * | | bpf: Sync uapi bpf.h to tools/Willem de Bruijn2020-03-031-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-211-1/+24
| |\ \ \
| | * | | selftests/bpf: Add bpf_read_branch_records() selftestDaniel Xu2020-02-191-1/+24
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-1/+7
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | tools headers UAPI: Update tools's copy of linux/perf_event.hArnaldo Carvalho de Melo2020-03-051-1/+7
| |/ /
* / / tools headers uapi: Update linux/in.h copyArnaldo Carvalho de Melo2020-03-191-0/+2
|/ /