summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | ieee802154: Drop device trackersMiquel Raynal2023-02-181-20/+4
| | * | | | mac802154: Fix an always true conditionMiquel Raynal2023-02-181-3/+2
| | * | | | mac802154: Send beacons using the MLME Tx pathMiquel Raynal2023-02-181-1/+19
| | * | | | ieee802154: Change error code on monitor scan netlink requestMiquel Raynal2023-02-181-1/+1
| | * | | | ieee802154: Convert scan error messages to extackMiquel Raynal2023-02-181-6/+13
| | * | | | ieee802154: Use netlink policies when relevant on scan parametersMiquel Raynal2023-02-181-56/+28
| | * | | | ieee802154: at86rf230: switch to using gpiod APIDmitry Torokhov2023-02-011-26/+26
| | * | | | ieee802154: at86rf230: drop support for platform dataDmitry Torokhov2023-02-012-51/+11
| | * | | | Revert "at86rf230: convert to gpio descriptors"Stefan Schmidt2023-02-012-25/+77
| | * | | | cc2520: move to gpio descriptorsArnd Bergmann2023-01-313-121/+37
| | * | | | mac802154: Avoid superfluous endianness handlingMiquel Raynal2023-01-301-2/+2
| | * | | | at86rf230: convert to gpio descriptorsArnd Bergmann2023-01-282-77/+25
| | * | | | mac802154: Handle basic beaconingMiquel Raynal2023-01-288-3/+246
| | * | | | ieee802154: Add support for user beaconing requestsMiquel Raynal2023-01-286-0/+169
| | * | | | mac802154: Handle passive scanningMiquel Raynal2023-01-039-6/+427
| | * | | | mac802154: Add MLME Tx locked helpersMiquel Raynal2023-01-032-13/+35
| | * | | | mac802154: Prepare forcing specific symbol durationMiquel Raynal2023-01-033-11/+14
| | * | | | ieee802154: Introduce a helper to validate a channelMiquel Raynal2023-01-032-2/+12
| | * | | | ieee802154: Define a beacon frame headerMiquel Raynal2023-01-031-0/+36
| | * | | | ieee802154: Add support for user scanning requestsMiquel Raynal2023-01-037-0/+377
| * | | | | sfc: fix builds without CONFIG_RTC_LIBAlejandro Lucero2023-02-211-1/+1
| * | | | | sfc: clean up some inconsistent indentingsYang Li2023-02-211-2/+2
| * | | | | net/mlx4_en: Introduce flexible array to silence overflow warningKees Cook2023-02-212-11/+12
| * | | | | net/ulp: Remove redundant ->clone() test in inet_clone_ulp().Kuniyuki Iwashima2023-02-211-2/+1
| * | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-02-21158-1007/+4194
| |\ \ \ \ \
| | * | | | | selftests/bpf: Add bpf_fib_lookup testMartin KaFai Lau2023-02-172-0/+209
| | * | | | | bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookupMartin KaFai Lau2023-02-173-13/+38
| | * | | | | riscv, bpf: Add bpf trampoline support for RV64Pu Lehui2023-02-171-0/+317
| | * | | | | riscv, bpf: Add bpf_arch_text_poke support for RV64Pu Lehui2023-02-172-2/+91
| | * | | | | riscv, bpf: Factor out emit_call for kernel and bpf contextPu Lehui2023-02-171-17/+13
| | * | | | | riscv: Extend patch_text for multiple instructionsPu Lehui2023-02-173-15/+21
| | * | | | | Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES"Martin KaFai Lau2023-02-172-27/+9
| | * | | | | selftests/bpf: Add global subprog context passing testsAndrii Nakryiko2023-02-172-0/+106
| | * | | | | selftests/bpf: Convert test_global_funcs test to test_loader frameworkAndrii Nakryiko2023-02-1718-123/+174
| | * | | | | bpf: Fix global subprog context argument resolution logicAndrii Nakryiko2023-02-171-2/+11
| | * | | | | LoongArch, bpf: Use 4 instructions for function address in JITHengqi Chen2023-02-172-1/+22
| | * | | | | bpf: bpf_fib_lookup should not return neigh in NUD_FAILED stateMartin KaFai Lau2023-02-171-2/+2
| | * | | | | bpf: Disable bh in bpf_test_run for xdp and tc progMartin KaFai Lau2023-02-171-0/+2
| | * | | | | xsk: check IFF_UP earlier in Tx pathMaciej Fijalkowski2023-02-171-26/+33
| | * | | | | Fix typos in selftest/bpf filesTaichi Nishimura2023-02-1710-13/+13
| | * | | | | selftests/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-1734-101/+109
| | * | | | | samples/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-178-10/+10
| | * | | | | bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-179-36/+41
| | * | | | | libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-174-14/+14
| | * | | | | libbpf: Introduce bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-173-0/+34
| | * | | | | bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin2023-02-162-9/+27
| | * | | | | Merge branch 'New benchmark for hashmap lookups'Andrii Nakryiko2023-02-1614-32/+420
| | |\ \ \ \ \
| | | * | | | | selftest/bpf/benchs: Add benchmark for hashmap lookupsAnton Protopopov2023-02-164-1/+354
| | | * | | | | selftest/bpf/benchs: Print less if the quiet option is setAnton Protopopov2023-02-161-2/+4
| | | * | | | | selftest/bpf/benchs: Make quiet option commonAnton Protopopov2023-02-164-15/+8