| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus-2023022201' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2023-02-22 | 10 | -0/+1886 |
|\ |
|
| * | Merge branch 'for-6.3/hid-bpf' into for-linus | Benjamin Tissoires | 2023-02-22 | 10 | -0/+1886 |
| |\ |
|
| | * | selftests: hid: enforce new attach API | Benjamin Tissoires | 2023-01-18 | 1 | -5/+1 |
| | * | selftests: hid: prepare tests for HID_BPF API change | Benjamin Tissoires | 2023-01-18 | 1 | -4/+25 |
| | * | selftests: hid: ensure the program is correctly pinned | Benjamin Tissoires | 2023-01-18 | 1 | -1/+2 |
| | * | selftests: hid: attach/detach 2 bpf programs, not just one | Benjamin Tissoires | 2023-01-18 | 2 | -1/+20 |
| | * | selftests: hid: allow to compile hid_bpf with LLVM | Benjamin Tissoires | 2023-01-18 | 1 | -5/+5 |
| | * | selftests: hid: add vmtest.sh | Benjamin Tissoires | 2023-01-18 | 4 | -0/+530 |
| | * | kselftests: hid: fix missing headers_install step | Benjamin Tissoires | 2022-12-10 | 1 | -14/+12 |
| | * | selftests: hid: ensures we have the proper requirements in config | Benjamin Tissoires | 2022-12-10 | 1 | -0/+1 |
| | * | selftests/hid: Add a test for BPF_F_INSERT_HEAD | Benjamin Tissoires | 2022-11-15 | 2 | -1/+97 |
| | * | selftests/hid: add report descriptor fixup tests | Benjamin Tissoires | 2022-11-15 | 2 | -0/+85 |
| | * | selftests/hid: add tests for bpf_hid_hw_request | Benjamin Tissoires | 2022-11-15 | 3 | -1/+98 |
| | * | selftests/hid: add test to change the report size | Benjamin Tissoires | 2022-11-15 | 2 | -1/+55 |
| | * | selftests: add tests for the HID-bpf initial implementation | Benjamin Tissoires | 2022-11-15 | 7 | -0/+988 |
* | | | Merge tag 'sound-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2023-02-22 | 6 | -92/+316 |
|\ \ \ |
|
| * \ \ | Merge branch 'topic/apple-gmux' into for-next | Takashi Iwai | 2023-02-16 | 97 | -396/+1249 |
| |\ \ \ |
|
| * | | | | kselftest/alsa: Run PCM tests for multiple cards in parallel | Mark Brown | 2023-02-04 | 2 | -8/+74 |
| * | | | | kselftest/alsa: pcm - Add more coverage by default | Mark Brown | 2023-01-02 | 1 | -1/+46 |
| * | | | | kselftest/alsa: pcm - Provide descriptions for the default tests | Mark Brown | 2023-01-02 | 1 | -0/+2 |
| * | | | | kselftest/alsa: pcm - Support optional description for tests | Mark Brown | 2023-01-02 | 1 | -0/+5 |
| * | | | | kselftest/alsa: pcm - skip tests when we fail to set params | Mark Brown | 2023-01-02 | 1 | -6/+33 |
| * | | | | kselftest/alsa: pcm - Always run the default set of tests | Mark Brown | 2023-01-02 | 1 | -25/+58 |
| * | | | | kselftest/alsa: pcm - move more configuration to configuration files | Jaroslav Kysela | 2023-01-02 | 6 | -36/+121 |
| * | | | | kselftest/alsa: pcm - Drop recent coverage improvement changes | Mark Brown | 2023-01-02 | 2 | -81/+42 |
* | | | | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2023-02-22 | 261 | -3270/+15651 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-02-21 | 3 | -4/+22 |
| |\ \ \ \ \ |
|
| | * | | | | | sefltests: netdevsim: wait for devlink instance after netns removal | Jiri Pirko | 2023-02-21 | 1 | -0/+18 |
| | * | | | | | selftest: fib_tests: Always cleanup before exit | Roxana Nicolescu | 2023-02-21 | 1 | -0/+2 |
| | * | | | | | selftests/net: Interpret UDP_GRO cmsg data as an int value | Jakub Sitnicki | 2023-02-20 | 1 | -4/+2 |
| * | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-02-21 | 118 | -631/+2334 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | selftests/bpf: Add bpf_fib_lookup test | Martin KaFai Lau | 2023-02-17 | 2 | -0/+209 |
| | * | | | | | | bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookup | Martin KaFai Lau | 2023-02-17 | 1 | -0/+6 |
| | * | | | | | | Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES" | Martin KaFai Lau | 2023-02-17 | 1 | -4/+3 |
| | * | | | | | | selftests/bpf: Add global subprog context passing tests | Andrii Nakryiko | 2023-02-17 | 2 | -0/+106 |
| | * | | | | | | selftests/bpf: Convert test_global_funcs test to test_loader framework | Andrii Nakryiko | 2023-02-17 | 18 | -123/+174 |
| | * | | | | | | Fix typos in selftest/bpf files | Taichi Nishimura | 2023-02-17 | 10 | -13/+13 |
| | * | | | | | | selftests/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich | 2023-02-17 | 34 | -101/+109 |
| | * | | | | | | bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich | 2023-02-17 | 9 | -36/+41 |
| | * | | | | | | libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich | 2023-02-17 | 4 | -14/+14 |
| | * | | | | | | libbpf: Introduce bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich | 2023-02-17 | 3 | -0/+34 |
| | * | | | | | | bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES | Alexander Lobakin | 2023-02-16 | 1 | -3/+4 |
| | * | | | | | | selftest/bpf/benchs: Add benchmark for hashmap lookups | Anton Protopopov | 2023-02-16 | 4 | -1/+354 |
| | * | | | | | | selftest/bpf/benchs: Print less if the quiet option is set | Anton Protopopov | 2023-02-16 | 1 | -2/+4 |
| | * | | | | | | selftest/bpf/benchs: Make quiet option common | Anton Protopopov | 2023-02-16 | 4 | -15/+8 |
| | * | | | | | | selftest/bpf/benchs: Remove an unused header | Anton Protopopov | 2023-02-16 | 1 | -1/+0 |
| | * | | | | | | selftest/bpf/benchs: Enhance argp parsing | Anton Protopopov | 2023-02-16 | 8 | -10/+51 |
| | * | | | | | | selftest/bpf/benchs: Make a function static in bpf_hashmap_full_update | Anton Protopopov | 2023-02-16 | 1 | -1/+1 |
| | * | | | | | | selftest/bpf/benchs: Fix a typo in bpf_hashmap_full_update | Anton Protopopov | 2023-02-16 | 2 | -2/+2 |
| | * | | | | | | selftests/bpf: Add test case for element reuse in htab map | Hou Tao | 2023-02-16 | 2 | -0/+120 |