aboutsummaryrefslogtreecommitdiffstats
path: root/README (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-05xsk: use state member for socket synchronizationBjörn Töpel1-15/+39
2019-09-05xsk: avoid store-tearing when assigning umemBjörn Töpel1-2/+2
2019-09-05xsk: avoid store-tearing when assigning queuesBjörn Töpel1-1/+1
2019-09-05selftests/bpf: precision tracking testsAlexei Starovoitov1-0/+52
2019-09-05ixgbe: fix xdp handle calculationsKevin Laatz1-3/+4
2019-09-05i40e: fix xdp handle calculationsKevin Laatz1-3/+4
2019-09-03selftests/bpf: fix endianness issues in test_sysctlIlya Leoshkevich1-43/+82
2019-09-03selftests/bpf: improve unexpected success reporting in test_syctlIlya Leoshkevich1-1/+2
2019-09-03selftests/bpf: fix "ctx:write sysctl:write read ok" on s390Ilya Leoshkevich1-1/+1
2019-09-03selftests/bpf: introduce bpf_cpu_to_be64 and bpf_be64_to_cpuIlya Leoshkevich3-16/+22
2019-09-03arm64: bpf: optimize modulo operationJerin Jacob2-4/+5
2019-09-03bpf: s390: add JIT support for bpf line infoYauheni Kaliuta1-0/+1
2019-09-03selftests/bpf: test_progs: add missing \n to CHECK_FAILStanislav Fomichev1-1/+1
2019-09-03selftests/bpf: test_progs: fix verbose mode garbageStanislav Fomichev1-0/+1
2019-08-31doc/af_xdp: include unaligned chunk caseKevin Laatz1-4/+6
2019-08-31samples/bpf: use hugepages in xdpsock appKevin Laatz1-5/+10
2019-08-31samples/bpf: add buffer recycling for unaligned chunks to xdpsockKevin Laatz1-10/+16
2019-08-31samples/bpf: add unaligned chunks mode support to xdpsockKevin Laatz1-3/+17
2019-08-31libbpf: add flags to umem configKevin Laatz5-4/+71
2019-08-31net/mlx5e: Allow XSK frames smaller than a pageMaxim Mikityanskiy4-10/+32
2019-08-31mlx5e: modify driver for handling offsetsKevin Laatz2-3/+8
2019-08-31ixgbe: modify driver for handling offsetsKevin Laatz1-4/+9
2019-08-31i40e: modify driver for handling offsetsKevin Laatz1-4/+9
2019-08-31xsk: add support to allow unaligned chunk placementKevin Laatz6-36/+233
2019-08-31ixgbe: simplify Rx buffer recycleKevin Laatz1-10/+3
2019-08-31i40e: simplify Rx buffer recycleKevin Laatz1-10/+3
2019-08-31selftests/bpf: Fix a typo in test_offload.pyMasanari Iida1-1/+1
2019-08-31bpf: fix error check in bpf_tcp_gen_syncookiePetar Penkov1-1/+1
2019-08-31nfp: bpf: add simple map op cacheJakub Kicinski5-9/+215
2019-08-31nfp: bpf: rework MTU checkingJakub Kicinski5-12/+25
2019-08-31tools: bpftool: do not link twice against libbpf.a in MakefileQuentin Monnet1-2/+2
2019-08-31tools: bpf: account for generated feature/ and libbpf/ directoriesQuentin Monnet4-6/+12
2019-08-31tools: bpftool: improve and check builds for different make invocationsQuentin Monnet3-6/+152
2019-08-31tools: bpftool: ignore make built-in rules for getting kernel versionQuentin Monnet1-1/+1
2019-08-31bpf: s390: add JIT support for multi-function programsYauheni Kaliuta1-11/+55
2019-08-28selftests/bpf: remove wrong nhoff in flow dissector testStanislav Fomichev1-1/+0
2019-08-28selftests/bpf: test_progs: remove unused retStanislav Fomichev1-23/+19
2019-08-28selftests/bpf: test_progs: remove asserts from subtestsStanislav Fomichev5-26/+40
2019-08-28selftests/bpf: test_progs: remove global fail/success countsStanislav Fomichev22-123/+60
2019-08-28selftests/bpf: test_progs: test__skipStanislav Fomichev3-2/+21
2019-08-28selftests/bpf: add precision tracking testAlexei Starovoitov1-0/+25
2019-08-28selftests/bpf: verifier precise testsAlexei Starovoitov2-11/+174
2019-08-28tools/bpf: sync bpf.hAlexei Starovoitov1-0/+3
2019-08-28bpf: introduce verifier internal test flagAlexei Starovoitov4-1/+9
2019-08-21tools: bpftool: add "bpftool map freeze" subcommandQuentin Monnet3-3/+44
2019-08-21tools: bpftool: show frozen status for mapsQuentin Monnet1-3/+27
2019-08-21bpf: sync bpf.h to tools/Peter Wu1-3/+5
2019-08-21bpf: clarify when bpf_trace_printk discards linesPeter Wu1-0/+2
2019-08-21bpf: fix 'struct pt_reg' typo in documentationPeter Wu1-3/+3
2019-08-21bpf: clarify description for CONFIG_BPF_EVENTSPeter Wu1-1/+2