summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | selftests: xsk: Add tests for invalid xsk descriptorsMagnus Karlsson2021-09-102-18/+132
| * | | selftests: xsk: Eliminate test specific if-statement in test runnerMagnus Karlsson2021-09-101-4/+12
| * | | selftests: xsk: Add test for unaligned modeMagnus Karlsson2021-09-102-23/+108
| * | | selftests: xsk: Introduce replacing the default packet streamMagnus Karlsson2021-09-102-18/+48
| * | | selftests: xsk: Allow for invalid packetsMagnus Karlsson2021-09-102-6/+11
| * | | selftests: xsk: Eliminate MAX_SOCKS defineMagnus Karlsson2021-09-102-10/+9
| * | | selftests: xsx: Make pthreads local scopeMagnus Karlsson2021-09-102-2/+1
| * | | selftests: xsk: Make xdp_flags and bind_flags localMagnus Karlsson2021-09-102-32/+31
| * | | selftests: xsk: Specify number of sockets to createMagnus Karlsson2021-09-102-34/+27
| * | | selftests: xsk: Replace second_step global variableMagnus Karlsson2021-09-102-45/+36
| * | | selftests: xsk: Introduce rx_on and tx_on in ifobjectMagnus Karlsson2021-09-102-28/+16
| * | | selftests: xsk: Add use_poll to ifobjectMagnus Karlsson2021-09-102-1/+5
| * | | selftests: xsx: Introduce test name in test specMagnus Karlsson2021-09-102-20/+31
| * | | selftests: xsk: Make frame_size configurableMagnus Karlsson2021-09-102-5/+7
| * | | selftests: xsk: Move rxqsize into xsk_socket_infoMagnus Karlsson2021-09-102-7/+4
| * | | selftests: xsk: Move num_frames and frame_headroom to xsk_umem_infoMagnus Karlsson2021-09-102-12/+12
| * | | selftests: xsk: Introduce test specificationsMagnus Karlsson2021-09-102-84/+126
| * | | selftests: xsk: Introduce type for thread functionMagnus Karlsson2021-09-102-14/+15
| * | | selftests: xsk: Simplify xsk and umem arraysMagnus Karlsson2021-09-102-49/+34
| * | | libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecationsQuentin Monnet2021-09-096-11/+48
| * | | libbpf: Fix build with latest gcc/binutils with LTOAndrii Nakryiko2021-09-072-8/+21
| * | | selftests/bpf: Add checks for X__elf_bytes() skeleton helperMatt Smith2021-09-071-0/+6
| * | | bpftool: Provide a helper method for accessing skeleton's embedded ELF dataMatt Smith2021-09-071-12/+19
| * | | libbpf: Change bpf_object_skeleton data field to const pointerMatt Smith2021-09-071-1/+1
| * | | libbpf: Don't crash on object files with no symbol tablesToke Høiland-Jørgensen2021-09-071-0/+6
| * | | bpf: Permit ingress_ifindex in bpf_prog_test_run_xattrNeil Spring2021-09-072-0/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-1673-383/+1586
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-1610-27/+283
| |\ \ \
| | * | | selftests: nci: replace unsigned int with intXiang wangx2021-09-161-1/+1
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-09-148-25/+281
| | |\ \ \
| | | * | | bpf, selftests: Add test case for mixed cgroup v1/v2Daniel Borkmann2021-09-134-6/+127
| | | * | | bpf, selftests: Add cgroup v1 net_cls classid helpersDaniel Borkmann2021-09-132-12/+141
| | | * | | selftests/bpf: Fix build of task_pt_regs test for arm64Jean-Philippe Brucker2021-09-072-7/+13
| | * | | | selftest: net: fix typo in altname testAndrea Claudi2021-09-121-1/+1
| * | | | | tools/bootconfig: Define memblock_free_ptr() to fix build errorMasami Hiramatsu2021-09-151-2/+1
| * | | | | tools: compiler-gcc.h: Guard error attribute use with __has_attributeNathan Chancellor2021-09-131-1/+3
| * | | | | Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds2021-09-132-144/+4
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | compiler-gcc.h: drop checks for older GCC versionsNick Desaulniers2021-09-131-3/+1
| | * | | | compiler.h: drop fallback overflow checkersNick Desaulniers2021-09-132-141/+3
| * | | | | Merge tag 'perf-tools-for-v5.15-2021-09-11' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-09-1236-175/+1147
| |\ \ \ \ \
| | * | | | | tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo2021-09-111-2/+12
| | * | | | | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2021-09-111-81/+417
| | * | | | | tools headers UAPI: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo2021-09-111-0/+1
| | * | | | | tools headers UAPI: Sync linux/in.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-09-111-10/+32
| | * | | | | perf tools: Add an option to build without libbfdIan Rogers2021-09-111-22/+25
| | * | | | | perf tools: Allow build-id with trailing zerosNamhyung Kim2021-09-111-0/+10
| | * | | | | perf tools: Fix hybrid config terms list corruptionAdrian Hunter2021-09-112-9/+27
| | * | | | | perf tools: Factor out copy_config_terms() and free_config_terms()Adrian Hunter2021-09-113-13/+19
| | * | | | | perf tools: Fix perf_event_attr__fprintf() missing/dupl. fieldsAdrian Hunter2021-09-111-1/+4
| | * | | | | perf tools: Ignore Documentation dependency fileIan Rogers2021-09-111-0/+1