Show patches with: Archived = No       |   62726 patches
« 1 2 ... 16 17 18627 628 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v4,bpf-next,3/4] bpf: Add kernel module with user mode driver that populates bpffs. bpf: Populate bpffs with map and prog iterators - - - - --- 2020-07-24 Alexei Starovoitov bpf Changes Requested
[v4,bpf-next,2/4] bpf: Add BPF program and map iterators as built-in BPF programs. bpf: Populate bpffs with map and prog iterators 1 - - - --- 2020-07-24 Alexei Starovoitov bpf Changes Requested
[v4,bpf-next,1/4] bpf: Factor out bpf_link_get_by_id() helper. bpf: Populate bpffs with map and prog iterators 2 - - - --- 2020-07-24 Alexei Starovoitov bpf Changes Requested
[bpf-next] bpf: fix build on architectures with special bpf_user_pt_regs_t [bpf-next] bpf: fix build on architectures with special bpf_user_pt_regs_t - 1 - - --- 2020-07-24 Song Liu bpf Accepted
[v5,bpf-next,6/6] selftests: bpf: add dummy prog for bpf2bpf with tailcall bpf: tailcalls in BPF subprograms - - - - --- 2020-07-24 Maciej Fijalkowski bpf Changes Requested
[v5,bpf-next,5/6] bpf: allow for tailcalls in BPF subprograms for x64 JIT bpf: tailcalls in BPF subprograms - - - - --- 2020-07-24 Maciej Fijalkowski bpf Changes Requested
[v5,bpf-next,4/6] bpf, x64: rework pro/epilogue and tailcall handling in JIT bpf: tailcalls in BPF subprograms - - - - --- 2020-07-24 Maciej Fijalkowski bpf Changes Requested
[v5,bpf-next,3/6] bpf: rename poke descriptor's 'ip' member to 'tailcall_target' bpf: tailcalls in BPF subprograms - - - - --- 2020-07-24 Maciej Fijalkowski bpf Changes Requested
[v5,bpf-next,2/6] bpf: propagate poke descriptors to subprograms bpf: tailcalls in BPF subprograms - - - - --- 2020-07-24 Maciej Fijalkowski bpf Changes Requested
[v5,bpf-next,1/6] bpf, x64: use %rcx instead of %rax for tail call retpolines bpf: tailcalls in BPF subprograms - - - - --- 2020-07-24 Maciej Fijalkowski bpf Changes Requested
[v4,bpf-next,6/6] selftests: bpf: add dummy prog for bpf2bpf with tailcall bpf: tailcalls in BPF subprograms - - - - --- 2020-07-24 Maciej Fijalkowski bpf Changes Requested
[v4,bpf-next,5/6] bpf: allow for tailcalls in BPF subprograms for x64 JIT bpf: tailcalls in BPF subprograms - - - - --- 2020-07-24 Maciej Fijalkowski bpf Changes Requested
[v4,bpf-next,4/6] bpf, x64: rework pro/epilogue and tailcall handling in JIT bpf: tailcalls in BPF subprograms - - - - --- 2020-07-24 Maciej Fijalkowski bpf Changes Requested
[v4,bpf-next,3/6] bpf: rename poke descriptor's 'ip' member to 'tailcall_target' bpf: tailcalls in BPF subprograms - - - - --- 2020-07-24 Maciej Fijalkowski bpf Changes Requested
[v4,bpf-next,2/6] bpf: propagate poke descriptors to subprograms bpf: tailcalls in BPF subprograms - - - - --- 2020-07-24 Maciej Fijalkowski bpf Changes Requested
[v4,bpf-next,1/6] bpf, x64: use %rcx instead of %rax for tail call retpolines bpf: tailcalls in BPF subprograms - - - - --- 2020-07-24 Maciej Fijalkowski bpf Changes Requested
[bpf-next,2/2] tools: bpftool: add LSM type to array of prog names tools: bpftool: update prog names list and fix segfault 1 - - - --- 2020-07-24 Quentin Monnet bpf Accepted
[bpf-next,1/2] tools: bpftool: skip type probe if name is not found tools: bpftool: update prog names list and fix segfault 1 1 - - --- 2020-07-24 Quentin Monnet bpf Accepted
[v3,bpf-next,4/4] selftests/bpf: Add bpffs preload test. bpf: Populate bpffs with map and prog iterators - - - - --- 2020-07-24 Alexei Starovoitov bpf Changes Requested
[v3,bpf-next,3/4] bpf: Add kernel module with user mode driver that populates bpffs. bpf: Populate bpffs with map and prog iterators - - - - --- 2020-07-24 Alexei Starovoitov bpf Changes Requested
[v3,bpf-next,2/4] bpf: Add BPF program and map iterators as built-in BPF programs. bpf: Populate bpffs with map and prog iterators - - - - --- 2020-07-24 Alexei Starovoitov bpf Changes Requested
[v3,bpf-next,1/4] bpf: Factor out bpf_link_get_by_id() helper. bpf: Populate bpffs with map and prog iterators 1 - - - --- 2020-07-24 Alexei Starovoitov bpf Changes Requested
[v6,bpf-next,5/5] Documentation/bpf: Document CGROUP_STORAGE map type Make BPF CGROUP_STORAGE map usable by different programs at once - - - - --- 2020-07-24 YiFei Zhu bpf Accepted
[v6,bpf-next,4/5] selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingress Make BPF CGROUP_STORAGE map usable by different programs at once - - - - --- 2020-07-24 YiFei Zhu bpf Accepted
[v6,bpf-next,3/5] bpf: Make cgroup storages shared between programs on the same cgroup Make BPF CGROUP_STORAGE map usable by different programs at once - - - - --- 2020-07-24 YiFei Zhu bpf Accepted
[v6,bpf-next,2/5] selftests/bpf: Test CGROUP_STORAGE map can't be used by multiple progs Make BPF CGROUP_STORAGE map usable by different programs at once - - - - --- 2020-07-24 YiFei Zhu bpf Accepted
[v6,bpf-next,1/5] selftests/bpf: Add test for CGROUP_STORAGE map on multiple attaches Make BPF CGROUP_STORAGE map usable by different programs at once - - - - --- 2020-07-24 YiFei Zhu bpf Accepted
[bpf,2/2] selftests/bpf: extend map-in-map selftest to detect memory leaks [bpf,1/2] bpf: fix map leak in HASH_OF_MAPS map - - - - --- 2020-07-24 Andrii Nakryiko bpf Changes Requested
[bpf,1/2] bpf: fix map leak in HASH_OF_MAPS map [bpf,1/2] bpf: fix map leak in HASH_OF_MAPS map 1 1 - - --- 2020-07-24 Andrii Nakryiko bpf Changes Requested
[bpf-next,v4,13/13] selftests/bpf: add a test for out of bound rdonly buf access bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Accepted
[bpf-next,v4,12/13] selftests/bpf: add a test for bpf sk_storage_map iterator bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Accepted
[bpf-next,v4,11/13] selftests/bpf: add test for bpf array map iterators bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Accepted
[bpf-next,v4,10/13] selftests/bpf: add test for bpf hash map iterators bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Accepted
[bpf-next,v4,09/13] tools/bpftool: add bpftool support for bpf map element iterator bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Accepted
[bpf-next,v4,08/13] tools/libbpf: add support for bpf map element iterator bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Accepted
[bpf-next,v4,07/13] bpf: implement bpf iterator for sock local storage map bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Accepted
[bpf-next,v4,06/13] bpf: implement bpf iterator for array maps bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Accepted
[bpf-next,v4,05/13] bpf: implement bpf iterator for hash maps bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Accepted
[bpf-next,v4,04/13] bpf: implement bpf iterator for map elements bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Accepted
[bpf-next,v4,03/13] bpf: support readonly/readwrite buffers in verifier bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Accepted
[bpf-next,v4,02/13] bpf: refactor to provide aux info to bpf_iter_init_seq_priv_t bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Accepted
[bpf-next,v4,01/13] bpf: refactor bpf_iter_reg to have separate seq_info member bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Accepted
[v5,bpf-next,5/5] selftests/bpf: add get_stackid_cannot_attach bpf: fix stackmap on perf_events with PEBS - - - - --- 2020-07-23 Song Liu bpf Accepted
[v5,bpf-next,4/5] selftests/bpf: add callchain_stackid bpf: fix stackmap on perf_events with PEBS 1 - - - --- 2020-07-23 Song Liu bpf Accepted
[v5,bpf-next,3/5] libbpf: print hint when PERF_EVENT_IOC_SET_BPF returns -EPROTO bpf: fix stackmap on perf_events with PEBS - - - - --- 2020-07-23 Song Liu bpf Accepted
[v5,bpf-next,2/5] bpf: fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work bpf: fix stackmap on perf_events with PEBS - - - - --- 2020-07-23 Song Liu bpf Accepted
[v5,bpf-next,1/5] bpf: separate bpf_get_[stack|stackid] for perf events BPF bpf: fix stackmap on perf_events with PEBS - - - - --- 2020-07-23 Song Liu bpf Accepted
[v3,bpf-next,6/6] selftests: bpf: add dummy prog for bpf2bpf with tailcall bpf: tailcalls in BPF subprograms - - - - --- 2020-07-23 Maciej Fijalkowski bpf Changes Requested
[v3,bpf-next,5/6] bpf: allow for tailcalls in BPF subprograms for x64 JIT bpf: tailcalls in BPF subprograms - - - - --- 2020-07-23 Maciej Fijalkowski bpf Changes Requested
[v3,bpf-next,4/6] bpf, x64: rework pro/epilogue and tailcall handling in JIT bpf: tailcalls in BPF subprograms - - - - --- 2020-07-23 Maciej Fijalkowski bpf Changes Requested
[v3,bpf-next,3/6] bpf: rename poke descriptor's 'ip' member to 'tailcall_target' bpf: tailcalls in BPF subprograms - - - - --- 2020-07-23 Maciej Fijalkowski bpf Changes Requested
[v3,bpf-next,2/6] bpf: propagate poke descriptors to subprograms bpf: tailcalls in BPF subprograms - - - - --- 2020-07-23 Maciej Fijalkowski bpf Changes Requested
[v3,bpf-next,1/6] bpf, x64: use %rcx instead of %rax for tail call retpolines bpf: tailcalls in BPF subprograms - - - - --- 2020-07-23 Maciej Fijalkowski bpf Changes Requested
bpf: BPF_SYSCALL depends INET bpf: BPF_SYSCALL depends INET - - - - --- 2020-07-23 Tom Rix bpf Changes Requested
[bpf-next,v6,7/7] bpf: Add selftests for local_storage Generalizing bpf_local_storage 1 - - - --- 2020-07-23 KP Singh bpf Changes Requested
[bpf-next,v6,6/7] bpf: Allow local storage to be used from LSM programs Generalizing bpf_local_storage - - - - --- 2020-07-23 KP Singh bpf Changes Requested
[bpf-next,v6,5/7] bpf: Implement bpf_local_storage for inodes Generalizing bpf_local_storage - - - - --- 2020-07-23 KP Singh bpf Changes Requested
[bpf-next,v6,4/7] bpf: Split bpf_local_storage to bpf_sk_storage Generalizing bpf_local_storage - - - - --- 2020-07-23 KP Singh bpf Changes Requested
[bpf-next,v6,3/7] bpf: Generalize bpf_sk_storage Generalizing bpf_local_storage - - - - --- 2020-07-23 KP Singh bpf Changes Requested
[bpf-next,v6,2/7] bpf: Generalize caching for sk_storage. Generalizing bpf_local_storage - - - - --- 2020-07-23 KP Singh bpf Changes Requested
[bpf-next,v6,1/7] bpf: Renames to prepare for generalizing sk_storage. Generalizing bpf_local_storage - - - - --- 2020-07-23 KP Singh bpf Changes Requested
[RFC,net-next,22/22] net: mlx4: initialize mb bit in xdp_buff to 0 Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,21/22] net: mlx5: initialize mb bit in xdp_buff to 0 Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,20/22] net: i40e: initialize mb bit in xdp_buff to 0 Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,19/22] net: ice: initialize mb bit in xdp_buff to 0 Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,18/22] net: ixgbe: initialize mb bit in xdp_buff to 0 Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,17/22] net: tun: initialize mb bit in xdp_buff to 0 Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,16/22] net: socionext: initialize mb bit in xdp_buff to 0 Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,15/22] net: cavium: thunder: initialize mb bit in xdp_buff to 0 Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,14/22] net: amazon: ena: initialize mb bit in xdp_buff to 0 Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,13/22] net: qede: initialize mb bit in xdp_buff to 0 Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,12/22] net: sfc: initialize mb bit in xdp_buff to 0 Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,11/22] net: mvpp2: initialize mb bit in xdp_buff to 0 Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,10/22] net: nfp: initialize mb bit in xdp_buff to 0 Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,09/22] net: ti: initialize mb bit in xdp_buff to 0 Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,08/22] net: dpaa2: initialize mb bit in xdp_buff to 0 Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,07/22] net: bnxt: initialize mb bit in xdp_buff to 0 Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,06/22] net: hv_netvsc: initialize mb bit of xdp_buff to 0 Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,05/22] net: veth: initialize mb bit of xdp_buff to 0 Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,04/22] net: xen-netfront: initialize mb bit of xdp_buff to 0 Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,03/22] net: virtio_net: initialize mb bit of xdp_buff to 0 Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,02/22] xdp: initialize xdp_buff mb bit to 0 in netif_receive_generic_xdp Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[RFC,net-next,01/22] xdp: introduce mb in xdp_buff/xdp_frame Introduce mb bit in xdp_buff/xdp_frame - - - - --- 2020-07-23 Lorenzo Bianconi bpf RFC
[bpf,v2,2/2] selftests/bpf: Add test for narrow loads from context at an offset Fix narrow loads from an offset outside of target field 1 - - - --- 2020-07-23 Jakub Sitnicki bpf Changes Requested
[bpf,v2,1/2] bpf: Load zeros for narrow loads beyond target field Fix narrow loads from an offset outside of target field 1 1 - - --- 2020-07-23 Jakub Sitnicki bpf Changes Requested
[v5,bpf-next,5/5] Documentation/bpf: Document CGROUP_STORAGE map type Make BPF CGROUP_STORAGE map usable by different programs at once - - - - --- 2020-07-23 YiFei Zhu bpf Changes Requested
[v5,bpf-next,4/5] selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingress Make BPF CGROUP_STORAGE map usable by different programs at once - - - - --- 2020-07-23 YiFei Zhu bpf Changes Requested
[v5,bpf-next,3/5] bpf: Make cgroup storages shared between programs on the same cgroup Make BPF CGROUP_STORAGE map usable by different programs at once - - - - --- 2020-07-23 YiFei Zhu bpf Changes Requested
[v5,bpf-next,2/5] selftests/bpf: Test CGROUP_STORAGE map can't be used by multiple progs Make BPF CGROUP_STORAGE map usable by different programs at once - - - - --- 2020-07-23 YiFei Zhu bpf Changes Requested
[v5,bpf-next,1/5] selftests/bpf: Add test for CGROUP_STORAGE map on multiple attaches Make BPF CGROUP_STORAGE map usable by different programs at once - - - - --- 2020-07-23 YiFei Zhu bpf Changes Requested
[bpf-next,v3,13/13] selftests/bpf: add a test for out of bound rdonly buf access bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Changes Requested
[bpf-next,v3,12/13] selftests/bpf: add a test for bpf sk_storage_map iterator bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Changes Requested
[bpf-next,v3,11/13] selftests/bpf: add test for bpf array map iterators bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Changes Requested
[bpf-next,v3,10/13] selftests/bpf: add test for bpf hash map iterators bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Changes Requested
[bpf-next,v3,09/13] tools/bpftool: add bpftool support for bpf map element iterator bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Changes Requested
[bpf-next,v3,08/13] tools/libbpf: add support for bpf map element iterator bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Changes Requested
[bpf-next,v3,07/13] bpf: implement bpf iterator for sock local storage map bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Changes Requested
[bpf-next,v3,06/13] bpf: implement bpf iterator for array maps bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Changes Requested
[bpf-next,v3,05/13] bpf: implement bpf iterator for hash maps bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Changes Requested
[bpf-next,v3,04/13] bpf: implement bpf iterator for map elements bpf: implement bpf iterator for map elements - - - - --- 2020-07-23 Yonghong Song bpf Changes Requested
« 1 2 ... 16 17 18627 628 »