summaryrefslogtreecommitdiffstats
path: root/lib/textsearch.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-28bpf/tests: Add exhaustive tests of ALU shift valuesJohan Almbladh1-0/+260
2021-09-28bpf/tests: Reduce memory footprint of test suiteJohan Almbladh1-14/+12
2021-09-28bpf/tests: Allow different number of runs per test caseJohan Almbladh1-0/+4
2021-09-28libbpf: Ignore STT_SECTION symbols in 'maps' sectionToke Høiland-Jørgensen1-2/+3
2021-09-28selftests: xsk: Add frame_headroom testMagnus Karlsson2-11/+44
2021-09-28selftests: xsk: Change interleaving of packets in unaligned modeMagnus Karlsson1-3/+3
2021-09-28selftests: xsk: Add single packet testMagnus Karlsson2-0/+14
2021-09-28selftests: xsk: Introduce pacing of trafficMagnus Karlsson2-7/+29
2021-09-28selftests: xsk: Fix socket creation retryMagnus Karlsson1-6/+5
2021-09-28selftests: xsk: Put the same buffer only once in the fill ringMagnus Karlsson1-6/+11
2021-09-28selftests: xsk: Fix missing initializationMagnus Karlsson1-0/+7
2021-09-28xsk: Optimize for aligned caseMagnus Karlsson3-38/+79
2021-09-28i40e: Use the xsk batched rx allocation interfaceMagnus Karlsson1-27/+25
2021-09-28ice: Use the xsk batched rx allocation interfaceMagnus Karlsson1-25/+19
2021-09-28ice: Use xdp_buf instead of rx_buf for xsk zero-copyMagnus Karlsson2-39/+33
2021-09-28xsk: Batched buffer allocation for the poolMagnus Karlsson4-4/+118
2021-09-28xsk: Get rid of unused entry in struct xdp_buff_xskMagnus Karlsson1-1/+0
2021-09-26bpf: selftest: Add verifier tests for <8-byte scalar spill and refillMartin KaFai Lau1-0/+161
2021-09-26bpf: selftest: A bpf prog that has a 32bit scalar spillMartin KaFai Lau3-0/+393
2021-09-26bpf: Support <8-byte scalar spill and refillMartin KaFai Lau1-15/+52
2021-09-26bpf: Check the other end of slot_type for STACK_SPILLMartin KaFai Lau1-11/+19
2021-09-25selftests/bpf: Fix btf_dump __int128 test failure with clang build kernelYonghong Song1-6/+21
2021-09-22bpf: Document BPF licensing.Alexei Starovoitov2-0/+101
2021-09-22seltests: bpf: test_tunnel: Use ip neighJiri Benc1-2/+3
2021-09-22libbpf: Add legacy uprobe attaching supportAndrii Nakryiko1-8/+122
2021-09-22libbpf: Refactor and simplify legacy kprobe codeAndrii Nakryiko2-73/+88
2021-09-22selftests/bpf: Adopt attach_probe selftest to work on old kernelsAndrii Nakryiko1-4/+20
2021-09-22libbpf: Fix memory leak in legacy kprobe attach logicAndrii Nakryiko1-3/+7
2021-09-21samples: bpf: Convert ARP table network order fields into readable formatGokul Sivakumar1-3/+14
2021-09-21samples: bpf: Convert route table network order fields into readable formatGokul Sivakumar1-9/+13
2021-09-21libbpf: Add doc comments in libbpf.hGrant Seltzer1-8/+57
2021-09-17bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf commentsDave Marchevsky2-4/+6
2021-09-17selftests/bpf: Add trace_vprintk test progDave Marchevsky3-1/+103
2021-09-17selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTsDave Marchevsky1-15/+9
2021-09-17bpftool: Only probe trace_vprintk feature in 'full' modeDave Marchevsky2-13/+10
2021-09-17libbpf: Use static const fmt string in __bpf_printkDave Marchevsky1-1/+7
2021-09-17libbpf: Modify bpf_printk to choose helper based on arg countDave Marchevsky1-8/+37
2021-09-17bpf: Add bpf_trace_vprintk helperDave Marchevsky6-1/+81
2021-09-17selftests/bpf: Stop using bpf_program__loadDave Marchevsky1-8/+31
2021-09-17bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky3-6/+4
2021-09-17net: phy: bcm7xxx: Add EPHY entry for 72165Florian Fainelli2-0/+202
2021-09-17ptp: ocp: Avoid operator precedence warning in ptp_ocp_summary_show()Nathan Chancellor1-2/+2
2021-09-17selftests/bpf: Fix a few compiler warningsYonghong Song2-5/+3
2021-09-17libbpf: Constify all high-level program attach APIsAndrii Nakryiko2-52/+52
2021-09-17libbpf: Schedule open_opts.attach_prog_fd deprecation since v0.7Andrii Nakryiko3-0/+10
2021-09-17selftests/bpf: Switch fexit_bpf2bpf selftest to set_attach_target() APIAndrii Nakryiko1-17/+26
2021-09-17libbpf: Allow skipping attach_func_name in bpf_program__set_attach_target()Andrii Nakryiko1-1/+12
2021-09-17libbpf: Deprecated bpf_object_open_opts.relaxed_core_relocsAndrii Nakryiko1-0/+1
2021-09-17selftests/bpf: Stop using relaxed_core_relocs which has no effectAndrii Nakryiko1-2/+1
2021-09-17libbpf: Use pre-setup sec_def in libbpf_find_attach_btf_id()Andrii Nakryiko1-9/+5