summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-01246-3089/+13816
|\
| * bpf: {cpu,dev}map: Change various functions return type from int to voidBjörn Töpel2020-09-012-16/+10
| * bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov2020-08-313-18/+18
| * samples/bpf: Fix to xdpsock to avoid recycling framesWeqaar Janjua2020-08-311-5/+5
| * samples/bpf: Optimize l2fwd performance in xdpsockMagnus Karlsson2020-08-311-8/+14
| * xsk: Documentation for XDP_SHARED_UMEM between queues and netdevsMagnus Karlsson2020-08-311-10/+58
| * samples/bpf: Add new sample xsk_fwd.cCristian Dumitrescu2020-08-312-0/+1088
| * libbpf: Support shared umems between queues and devicesMagnus Karlsson2020-08-313-132/+254
| * xsk: Add shared umem support between devicesMagnus Karlsson2020-08-311-7/+4
| * xsk: Add shared umem support between queue idsMagnus Karlsson2020-08-313-16/+56
| * xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...Magnus Karlsson2020-08-316-10/+10
| * xsk: Rearrange internal structs for better performanceMagnus Karlsson2020-08-312-18/+22
| * xsk: Enable sharing of dma mappingsMagnus Karlsson2020-08-314-42/+156
| * xsk: Move addrs from buffer pool to umemMagnus Karlsson2020-08-313-19/+25
| * xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson2020-08-316-40/+38
| * xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson2020-08-318-74/+43
| * xsk: Move fill and completion rings to buffer poolMagnus Karlsson2020-08-316-49/+52
| * xsk: Create and free buffer pool independently from umemMagnus Karlsson2020-08-318-187/+236
| * xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson2020-08-3119-167/+179
| * xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-3140-398/+413
| * bpf: Fix build without BPF_LSM.Alexei Starovoitov2020-08-311-0/+2
| * bpf: Fix build without BPF_SYSCALL, but with BPF_JIT.Alexei Starovoitov2020-08-311-1/+8
| * Merge branch 'bpf-sleepable'Daniel Borkmann2020-08-2820-33/+331
| |\
| | * selftests/bpf: Add sleepable testsAlexei Starovoitov2020-08-285-2/+99
| | * libbpf: Support sleepable progsAlexei Starovoitov2020-08-281-1/+24
| | * bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov2020-08-285-0/+41
| | * bpf: Introduce sleepable BPF programsAlexei Starovoitov2020-08-2810-25/+162
| | * mm/error_inject: Fix allow_error_inject function signatures.Alexei Starovoitov2020-08-282-5/+5
| |/
| * bpf: selftests: Add test for different inner map sizeMartin KaFai Lau2020-08-282-1/+65
| * bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau2020-08-283-4/+17
| * bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-2817-15/+52
| * bpf: Make bpf_link_info.iter similar to bpf_iter_link_infoYonghong Song2020-08-282-4/+8
| * tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer2020-08-283-3/+9
| * libbpf: Fix compilation warnings for 64-bit printf argsAndrii Nakryiko2020-08-271-3/+5
| * selftests/bpf: Add verifier tests for xor operationYonghong Song2020-08-271-0/+146
| * bpf: Fix a verifier failure with xorYonghong Song2020-08-271-0/+66
| * libbpf: Fix unintentional success return code in bpf_object__loadAlex Gartrell2020-08-271-1/+1
| * Merge branch 'resolve_prog_type'Alexei Starovoitov2020-08-267-11/+229
| |\
| | * selftests/bpf: Test for map update access from within EXT programsUdip Pant2020-08-263-3/+104
| | * selftests/bpf: Test for checking return code for the extended progUdip Pant2020-08-262-0/+59
| | * selftests/bpf: Add test for freplace program with write accessUdip Pant2020-08-263-0/+48
| | * bpf: verifier: Use target program's type for access verificationsUdip Pant2020-08-261-11/+21
| |/
| * selftests/bpf: Fix spelling mistake "scoket" -> "socket"Colin Ian King2020-08-261-1/+1
| * selftests/bpf: Fix open call in trigger_fstat_eventsJiri Olsa2020-08-261-1/+1
| * selftests/bpf: Add set test to resolve_btfidsJiri Olsa2020-08-261-1/+38
| * selftests/bpf: Add test for d_path helperJiri Olsa2020-08-262-0/+205
| * selftests/bpf: Add verifier test for d_path helperJiri Olsa2020-08-262-1/+55
| * bpf: Update .BTF_ids section in btf.rst with sets infoJiri Olsa2020-08-261-0/+25
| * bpf: Add d_path helperJiri Olsa2020-08-264-0/+78
| * bpf: Add BTF_SET_START/END macrosJiri Olsa2020-08-265-2/+123