summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-31bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov3-18/+18
2020-08-31samples/bpf: Fix to xdpsock to avoid recycling framesWeqaar Janjua1-5/+5
2020-08-31samples/bpf: Optimize l2fwd performance in xdpsockMagnus Karlsson1-8/+14
2020-08-31xsk: Documentation for XDP_SHARED_UMEM between queues and netdevsMagnus Karlsson1-10/+58
2020-08-31samples/bpf: Add new sample xsk_fwd.cCristian Dumitrescu2-0/+1088
2020-08-31libbpf: Support shared umems between queues and devicesMagnus Karlsson3-132/+254
2020-08-31xsk: Add shared umem support between devicesMagnus Karlsson1-7/+4
2020-08-31xsk: Add shared umem support between queue idsMagnus Karlsson3-16/+56
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...Magnus Karlsson6-10/+10
2020-08-31xsk: Rearrange internal structs for better performanceMagnus Karlsson2-18/+22
2020-08-31xsk: Enable sharing of dma mappingsMagnus Karlsson4-42/+156
2020-08-31xsk: Move addrs from buffer pool to umemMagnus Karlsson3-19/+25
2020-08-31xsk: Move xsk_tx_list and its lock to buffer poolMagnus Karlsson6-40/+38
2020-08-31xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson8-74/+43
2020-08-31xsk: Move fill and completion rings to buffer poolMagnus Karlsson6-49/+52
2020-08-31xsk: Create and free buffer pool independently from umemMagnus Karlsson8-187/+236
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson19-167/+179
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson40-398/+413
2020-08-31bpf: Fix build without BPF_LSM.Alexei Starovoitov1-0/+2
2020-08-31bpf: Fix build without BPF_SYSCALL, but with BPF_JIT.Alexei Starovoitov1-1/+8
2020-08-28Merge branch 'bpf-sleepable'Daniel Borkmann20-33/+331
2020-08-28selftests/bpf: Add sleepable testsAlexei Starovoitov5-2/+99
2020-08-28libbpf: Support sleepable progsAlexei Starovoitov1-1/+24
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov5-0/+41
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov10-25/+162
2020-08-28mm/error_inject: Fix allow_error_inject function signatures.Alexei Starovoitov2-5/+5
2020-08-28bpf: selftests: Add test for different inner map sizeMartin KaFai Lau2-1/+65
2020-08-28bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau3-4/+17
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau17-15/+52
2020-08-28bpf: Make bpf_link_info.iter similar to bpf_iter_link_infoYonghong Song2-4/+8
2020-08-28tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer3-3/+9
2020-08-26libbpf: Fix compilation warnings for 64-bit printf argsAndrii Nakryiko1-3/+5
2020-08-26selftests/bpf: Add verifier tests for xor operationYonghong Song1-0/+146
2020-08-26bpf: Fix a verifier failure with xorYonghong Song1-0/+66
2020-08-26libbpf: Fix unintentional success return code in bpf_object__loadAlex Gartrell1-1/+1
2020-08-26Merge branch 'resolve_prog_type'Alexei Starovoitov7-11/+229
2020-08-26selftests/bpf: Test for map update access from within EXT programsUdip Pant3-3/+104
2020-08-26selftests/bpf: Test for checking return code for the extended progUdip Pant2-0/+59
2020-08-26selftests/bpf: Add test for freplace program with write accessUdip Pant3-0/+48
2020-08-26bpf: verifier: Use target program's type for access verificationsUdip Pant1-11/+21
2020-08-26selftests/bpf: Fix spelling mistake "scoket" -> "socket"Colin Ian King1-1/+1
2020-08-26selftests/bpf: Fix open call in trigger_fstat_eventsJiri Olsa1-1/+1
2020-08-25selftests/bpf: Add set test to resolve_btfidsJiri Olsa1-1/+38
2020-08-25selftests/bpf: Add test for d_path helperJiri Olsa2-0/+205
2020-08-25selftests/bpf: Add verifier test for d_path helperJiri Olsa2-1/+55
2020-08-25bpf: Update .BTF_ids section in btf.rst with sets infoJiri Olsa1-0/+25
2020-08-25bpf: Add d_path helperJiri Olsa4-0/+78
2020-08-25bpf: Add BTF_SET_START/END macrosJiri Olsa5-2/+123
2020-08-25bpf: Add btf_struct_ids_match functionJiri Olsa3-6/+44
2020-08-25bpf: Factor btf_struct_access functionJiri Olsa1-10/+65