summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kbuild: replace BASH-specific ${@:2} with shift and ${@}Andrii Nakryiko2019-09-061-5/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-06124-698/+3489
|\
| * Merge branch 'bpf-af-xdp-barrier-fixes'Daniel Borkmann2019-09-052-18/+45
| |\
| | * xsk: lock the control mutex in sock_diag interfaceBjörn Töpel2019-09-051-0/+3
| | * xsk: use state member for socket synchronizationBjörn Töpel2019-09-051-15/+39
| | * xsk: avoid store-tearing when assigning umemBjörn Töpel2019-09-051-2/+2
| | * xsk: avoid store-tearing when assigning queuesBjörn Töpel2019-09-051-1/+1
| |/
| * selftests/bpf: precision tracking testsAlexei Starovoitov2019-09-051-0/+52
| * ixgbe: fix xdp handle calculationsKevin Laatz2019-09-051-3/+4
| * i40e: fix xdp handle calculationsKevin Laatz2019-09-051-3/+4
| * Merge branch 'bpf-selftest-endianess-fixes'Daniel Borkmann2019-09-034-61/+107
| |\
| | * selftests/bpf: fix endianness issues in test_sysctlIlya Leoshkevich2019-09-031-43/+82
| | * selftests/bpf: improve unexpected success reporting in test_syctlIlya Leoshkevich2019-09-031-1/+2
| | * selftests/bpf: fix "ctx:write sysctl:write read ok" on s390Ilya Leoshkevich2019-09-031-1/+1
| | * selftests/bpf: introduce bpf_cpu_to_be64 and bpf_be64_to_cpuIlya Leoshkevich2019-09-033-16/+22
| |/
| * arm64: bpf: optimize modulo operationJerin Jacob2019-09-032-4/+5
| * bpf: s390: add JIT support for bpf line infoYauheni Kaliuta2019-09-031-0/+1
| * selftests/bpf: test_progs: add missing \n to CHECK_FAILStanislav Fomichev2019-09-031-1/+1
| * selftests/bpf: test_progs: fix verbose mode garbageStanislav Fomichev2019-09-031-0/+1
| * Merge branch 'bpf-xdp-unaligned-chunk'Daniel Borkmann2019-08-3120-103/+417
| |\
| | * doc/af_xdp: include unaligned chunk caseKevin Laatz2019-08-311-4/+6
| | * samples/bpf: use hugepages in xdpsock appKevin Laatz2019-08-311-5/+10
| | * samples/bpf: add buffer recycling for unaligned chunks to xdpsockKevin Laatz2019-08-311-10/+16
| | * samples/bpf: add unaligned chunks mode support to xdpsockKevin Laatz2019-08-311-3/+17
| | * libbpf: add flags to umem configKevin Laatz2019-08-315-4/+71
| | * net/mlx5e: Allow XSK frames smaller than a pageMaxim Mikityanskiy2019-08-314-10/+32
| | * mlx5e: modify driver for handling offsetsKevin Laatz2019-08-312-3/+8
| | * ixgbe: modify driver for handling offsetsKevin Laatz2019-08-311-4/+9
| | * i40e: modify driver for handling offsetsKevin Laatz2019-08-311-4/+9
| | * xsk: add support to allow unaligned chunk placementKevin Laatz2019-08-316-36/+233
| | * ixgbe: simplify Rx buffer recycleKevin Laatz2019-08-311-10/+3
| | * i40e: simplify Rx buffer recycleKevin Laatz2019-08-311-10/+3
| |/
| * selftests/bpf: Fix a typo in test_offload.pyMasanari Iida2019-08-311-1/+1
| * bpf: fix error check in bpf_tcp_gen_syncookiePetar Penkov2019-08-311-1/+1
| * Merge branch 'bpf-nfp-map-op-cache'Daniel Borkmann2019-08-317-20/+239
| |\
| | * nfp: bpf: add simple map op cacheJakub Kicinski2019-08-315-9/+215
| | * nfp: bpf: rework MTU checkingJakub Kicinski2019-08-315-12/+25
| |/
| * Merge branch 'bpf-bpftool-build-improvements'Daniel Borkmann2019-08-316-15/+167
| |\
| | * tools: bpftool: do not link twice against libbpf.a in MakefileQuentin Monnet2019-08-311-2/+2
| | * tools: bpf: account for generated feature/ and libbpf/ directoriesQuentin Monnet2019-08-314-6/+12
| | * tools: bpftool: improve and check builds for different make invocationsQuentin Monnet2019-08-313-6/+152
| | * tools: bpftool: ignore make built-in rules for getting kernel versionQuentin Monnet2019-08-311-1/+1
| |/
| * bpf: s390: add JIT support for multi-function programsYauheni Kaliuta2019-08-311-11/+55
| * selftests/bpf: remove wrong nhoff in flow dissector testStanislav Fomichev2019-08-281-1/+0
| * Merge branch 'bpf-misc-test-fixes'Daniel Borkmann2019-08-2825-172/+138
| |\
| | * selftests/bpf: test_progs: remove unused retStanislav Fomichev2019-08-281-23/+19
| | * selftests/bpf: test_progs: remove asserts from subtestsStanislav Fomichev2019-08-285-26/+40
| | * selftests/bpf: test_progs: remove global fail/success countsStanislav Fomichev2019-08-2822-123/+60
| | * selftests/bpf: test_progs: test__skipStanislav Fomichev2019-08-283-2/+21
| |/
| * Merge branch 'bpf-precision-tracking-tests'Daniel Borkmann2019-08-287-12/+211
| |\