Show patches with: Submitter = Björn Töpel       |    Archived = No       |   346 patches
« 1 2 3 4 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[bpf-next,1/9] net: introduce preferred busy-polling Introduce preferred busy-polling - - - - --- 2020-11-12 Björn Töpel Superseded
[bpf-next,2/9] net: add SO_BUSY_POLL_BUDGET socket option Introduce preferred busy-polling - - - - --- 2020-11-12 Björn Töpel Superseded
[bpf-next,3/9] xsk: add support for recvmsg() Introduce preferred busy-polling - - - - --- 2020-11-12 Björn Töpel Superseded
[bpf-next,4/9] xsk: check need wakeup flag in sendmsg() Introduce preferred busy-polling - - - - --- 2020-11-12 Björn Töpel Superseded
[bpf-next,5/9] xsk: add busy-poll support for {recv,send}msg() Introduce preferred busy-polling - - - - --- 2020-11-12 Björn Töpel Superseded
[bpf-next,6/9] xsk: propagate napi_id to XDP socket Rx path Introduce preferred busy-polling 1 - - - --- 2020-11-12 Björn Töpel Superseded
[bpf-next,7/9] samples/bpf: use recvfrom() in xdpsock Introduce preferred busy-polling - - - - --- 2020-11-12 Björn Töpel Superseded
[bpf-next,8/9] samples/bpf: add busy-poll support to xdpsock Introduce preferred busy-polling - - - - --- 2020-11-12 Björn Töpel Superseded
[bpf-next,9/9] samples/bpf: add option to set the busy-poll budget Introduce preferred busy-polling - - - - --- 2020-11-12 Björn Töpel Superseded
[bpf-next,v2,01/10] net: introduce preferred busy-polling Introduce preferred busy-polling - - - - --- 2020-11-16 Björn Töpel Superseded
[bpf-next,v2,02/10] net: add SO_BUSY_POLL_BUDGET socket option Introduce preferred busy-polling - - - - --- 2020-11-16 Björn Töpel Superseded
[bpf-next,v2,03/10] xsk: add support for recvmsg() Introduce preferred busy-polling - - - - --- 2020-11-16 Björn Töpel Superseded
[bpf-next,v2,04/10] xsk: check need wakeup flag in sendmsg() Introduce preferred busy-polling - - - - --- 2020-11-16 Björn Töpel Superseded
[bpf-next,v2,05/10] xsk: add busy-poll support for {recv,send}msg() Introduce preferred busy-polling - - - - --- 2020-11-16 Björn Töpel Superseded
[bpf-next,v2,06/10] xsk: propagate napi_id to XDP socket Rx path Introduce preferred busy-polling 2 - - - --- 2020-11-16 Björn Töpel Superseded
[bpf-next,v2,07/10] samples/bpf: use recvfrom() in xdpsock/rxdrop Introduce preferred busy-polling - - - - --- 2020-11-16 Björn Töpel Superseded
[bpf-next,v2,08/10] samples/bpf: use recvfrom() in xdpsock/l2fwd Introduce preferred busy-polling - - - - --- 2020-11-16 Björn Töpel Superseded
[bpf-next,v2,09/10] samples/bpf: add busy-poll support to xdpsock Introduce preferred busy-polling - - - - --- 2020-11-16 Björn Töpel Superseded
[bpf-next,v2,10/10] samples/bpf: add option to set the busy-poll budget Introduce preferred busy-polling - - - - --- 2020-11-16 Björn Töpel Superseded
[bpf-next,1/3] selftests/bpf: Fix broken riscv build RISC-V selftest/bpf fixes - 1 - - --- 2020-11-17 Björn Töpel Superseded
[bpf-next,2/3] selftests/bpf: Avoid running unprivileged tests with alignment requirements RISC-V selftest/bpf fixes - - - - --- 2020-11-17 Björn Töpel Superseded
[bpf-next,3/3] selftests/bpf: Mark tests that require unaligned memory access RISC-V selftest/bpf fixes - - - - --- 2020-11-17 Björn Töpel Superseded
[bpf-next,v2,1/3] selftests/bpf: Fix broken riscv build RISC-V selftest/bpf fixes - 1 - - --- 2020-11-18 Björn Töpel Superseded
[bpf-next,v2,2/3] selftests/bpf: Avoid running unprivileged tests with alignment requirements RISC-V selftest/bpf fixes - - - - --- 2020-11-18 Björn Töpel Superseded
[bpf-next,v2,3/3] selftests/bpf: Mark tests that require unaligned memory access RISC-V selftest/bpf fixes - - - - --- 2020-11-18 Björn Töpel Superseded
[bpf-next,v3,01/10] net: introduce preferred busy-polling [bpf-next,v3,01/10] net: introduce preferred busy-polling - - 1 - --- 2020-11-19 Björn Töpel Superseded
[bpf-next,v3,02/10] net: add SO_BUSY_POLL_BUDGET socket option [bpf-next,v3,01/10] net: introduce preferred busy-polling - - 1 - --- 2020-11-19 Björn Töpel Superseded
[bpf-next,v3,03/10] xsk: add support for recvmsg() [bpf-next,v3,01/10] net: introduce preferred busy-polling 1 - - - --- 2020-11-19 Björn Töpel Superseded
[bpf-next,v3,04/10] xsk: check need wakeup flag in sendmsg() [bpf-next,v3,01/10] net: introduce preferred busy-polling 1 - - - --- 2020-11-19 Björn Töpel Superseded
[bpf-next,v3,05/10] xsk: add busy-poll support for {recv,send}msg() [bpf-next,v3,01/10] net: introduce preferred busy-polling 1 - - - --- 2020-11-19 Björn Töpel Superseded
[bpf-next,v3,06/10] xsk: propagate napi_id to XDP socket Rx path [bpf-next,v3,01/10] net: introduce preferred busy-polling 4 - - - --- 2020-11-19 Björn Töpel Superseded
[bpf-next,v3,07/10] samples/bpf: use recvfrom() in xdpsock/rxdrop [bpf-next,v3,01/10] net: introduce preferred busy-polling 1 - - - --- 2020-11-19 Björn Töpel Superseded
[bpf-next,v3,08/10] samples/bpf: use recvfrom() in xdpsock/l2fwd [bpf-next,v3,01/10] net: introduce preferred busy-polling 1 - - - --- 2020-11-19 Björn Töpel Superseded
[bpf-next,v3,09/10] samples/bpf: add busy-poll support to xdpsock [bpf-next,v3,01/10] net: introduce preferred busy-polling 1 - - - --- 2020-11-19 Björn Töpel Superseded
[bpf-next,v3,10/10] samples/bpf: add option to set the busy-poll budget [bpf-next,v3,01/10] net: introduce preferred busy-polling 1 - - - --- 2020-11-19 Björn Töpel Superseded
[bpf] net, xsk: Avoid taking multiple skbuff references [bpf] net, xsk: Avoid taking multiple skbuff references - 1 - - --- 2020-11-23 Björn Töpel Superseded
[bpf,v2] net, xsk: Avoid taking multiple skbuff references [bpf,v2] net, xsk: Avoid taking multiple skbuff references - 1 - - --- 2020-11-23 Björn Töpel Superseded
[bpf] xdp: Handle MEM_TYPE_XSK_BUFF_POOL correctly in xdp_return_buff() [bpf] xdp: Handle MEM_TYPE_XSK_BUFF_POOL correctly in xdp_return_buff() 1 1 - - --- 2020-11-27 Björn Töpel Superseded
[bpf-next,v4,01/10] net: introduce preferred busy-polling Introduce preferred busy-polling - - 1 - --- 2020-11-30 Björn Töpel Superseded
[bpf-next,v4,02/10] net: add SO_BUSY_POLL_BUDGET socket option Introduce preferred busy-polling - - 1 - --- 2020-11-30 Björn Töpel Superseded
[bpf-next,v4,03/10] xsk: add support for recvmsg() Introduce preferred busy-polling 1 - - - --- 2020-11-30 Björn Töpel Superseded
[bpf-next,v4,04/10] xsk: check need wakeup flag in sendmsg() Introduce preferred busy-polling 1 - - - --- 2020-11-30 Björn Töpel Superseded
[bpf-next,v4,05/10] xsk: add busy-poll support for {recv,send}msg() Introduce preferred busy-polling 1 - - - --- 2020-11-30 Björn Töpel Superseded
[bpf-next,v4,06/10] xsk: propagate napi_id to XDP socket Rx path Introduce preferred busy-polling 3 - - - --- 2020-11-30 Björn Töpel Superseded
[bpf-next,v4,07/10] samples/bpf: use recvfrom() in xdpsock/rxdrop Introduce preferred busy-polling 1 - - - --- 2020-11-30 Björn Töpel Superseded
[bpf-next,v4,08/10] samples/bpf: use recvfrom() in xdpsock/l2fwd Introduce preferred busy-polling 1 - - - --- 2020-11-30 Björn Töpel Superseded
[bpf-next,v4,09/10] samples/bpf: add busy-poll support to xdpsock Introduce preferred busy-polling 1 - - - --- 2020-11-30 Björn Töpel Superseded
[bpf-next,v4,10/10] samples/bpf: add option to set the busy-poll budget Introduce preferred busy-polling 1 - - - --- 2020-11-30 Björn Töpel Superseded
[bpf-next] bpf, xdp: add bpf_redirect{,_map}() leaf node detection and optimization [bpf-next] bpf, xdp: add bpf_redirect{,_map}() leaf node detection and optimization - - - - --- 2020-12-01 Björn Töpel Not Applicable
[bpf-next] xsk: Validate socket state in xsk_recvmsg, prior touching socket members [bpf-next] xsk: Validate socket state in xsk_recvmsg, prior touching socket members 1 1 - - --- 2020-12-07 Björn Töpel Superseded
[net-next] ice, xsk: Move Rx alloction out of while-loop [net-next] ice, xsk: Move Rx alloction out of while-loop - - 1 - --- 2020-12-10 Björn Töpel Superseded
[iproute2-next,1/2] uapi: add xdp_diag.h ss: AF_XDP monitoring support - - - - --- 2019-01-25 Björn Töpel dsa Awaiting Upstream
[iproute2-next,2/2] ss: add AF_XDP support ss: AF_XDP monitoring support - - - - --- 2019-01-25 Björn Töpel dsa Changes Requested
[iproute2-next,v2] ss: add AF_XDP support [iproute2-next,v2] ss: add AF_XDP support - - - - --- 2019-01-30 Björn Töpel dsa Accepted
i40e: replace switch-statement with if-clause i40e: replace switch-statement with if-clause - - - - --- 2019-01-21 Björn Töpel davem Awaiting Upstream
[v2] i40e: replace switch-statement to speed-up retpoline-enabled builds [v2] i40e: replace switch-statement to speed-up retpoline-enabled builds - - - - --- 2019-01-29 Björn Töpel davem Awaiting Upstream
[1/2] i40e: move i40e_xsk_umem function i40e: fix regression that enables AF_XDP ZC unconditionally - - - 1 --- 2019-02-12 Björn Töpel davem Awaiting Upstream
[2/2] i40e: add tracking of AF_XDP ZC state for each queue pair i40e: fix regression that enables AF_XDP ZC unconditionally - 1 - 1 --- 2019-02-12 Björn Töpel davem Awaiting Upstream
[net] i40e: fix XDP_REDIRECT/XDP xmit ring cleanup race [net] i40e: fix XDP_REDIRECT/XDP xmit ring cleanup race - 2 - - --- 2019-02-14 Björn Töpel davem Awaiting Upstream
[net] i40e: fix crash when Rx descriptor count is changed [net] i40e: fix crash when Rx descriptor count is changed - 1 - 1 --- 2020-06-12 Björn Töpel davem Awaiting Upstream
[net-next,1/4] i40e, xsk: remove HW descriptor prefetch in AF_XDP path i40e driver performance tweaks for AF_XDP - - - 1 --- 2020-07-02 Björn Töpel davem Awaiting Upstream
[net-next,2/4] i40e: use 16B HW descriptors instead of 32B i40e driver performance tweaks for AF_XDP - - - 1 --- 2020-07-02 Björn Töpel davem Awaiting Upstream
[net-next,3/4] i40e, xsk: increase budget for AF_XDP path i40e driver performance tweaks for AF_XDP - - - 1 --- 2020-07-02 Björn Töpel davem Awaiting Upstream
[net-next,4/4] i40e, xsk: move buffer allocation out of the Rx processing loop i40e driver performance tweaks for AF_XDP - - - 1 --- 2020-07-02 Björn Töpel davem Awaiting Upstream
[net,1/3] i40e: avoid premature Rx buffer reuse Avoid premature Rx buffer reuse for XDP_REDIRECT - 1 - - --- 2020-08-25 Björn Töpel davem Awaiting Upstream
[net,2/3] ixgbe: avoid premature Rx buffer reuse Avoid premature Rx buffer reuse for XDP_REDIRECT - 1 - - --- 2020-08-25 Björn Töpel davem Awaiting Upstream
[net,3/3] ice: avoid premature Rx buffer reuse Avoid premature Rx buffer reuse for XDP_REDIRECT - 1 - - --- 2020-08-25 Björn Töpel davem Awaiting Upstream
[net-next,v2,1/3] i40e, xsk: remove HW descriptor prefetch in AF_XDP path i40e driver performance tweaks for AF_XDP - - - 1 --- 2020-08-25 Björn Töpel davem Awaiting Upstream
[net-next,v2,2/3] i40e: use 16B HW descriptors instead of 32B i40e driver performance tweaks for AF_XDP - - - 1 --- 2020-08-25 Björn Töpel davem Awaiting Upstream
[net-next,v2,3/3] i40e, xsk: move buffer allocation out of the Rx processing loop i40e driver performance tweaks for AF_XDP - - - 1 --- 2020-08-25 Björn Töpel davem Awaiting Upstream
[net,v2,1/3] i40e: avoid premature Rx buffer reuse Avoid premature Rx buffer reuse for XDP_REDIRECT - 1 - - --- 2020-08-25 Björn Töpel davem Awaiting Upstream
[net,v2,2/3] ixgbe: avoid premature Rx buffer reuse Avoid premature Rx buffer reuse for XDP_REDIRECT - 1 - - --- 2020-08-25 Björn Töpel davem Awaiting Upstream
[net,v2,3/3] ice: avoid premature Rx buffer reuse Avoid premature Rx buffer reuse for XDP_REDIRECT - 1 - - --- 2020-08-25 Björn Töpel davem Awaiting Upstream
[net,v3,1/3] i40e: avoid premature Rx buffer reuse Avoid premature Rx buffer reuse for XDP_REDIRECT - 1 - - --- 2020-08-25 Björn Töpel davem Awaiting Upstream
[net,v3,2/3] ixgbe: avoid premature Rx buffer reuse Avoid premature Rx buffer reuse for XDP_REDIRECT - 1 - - --- 2020-08-25 Björn Töpel davem Awaiting Upstream
[net,v3,3/3] ice: avoid premature Rx buffer reuse Avoid premature Rx buffer reuse for XDP_REDIRECT - 1 - - --- 2020-08-25 Björn Töpel davem Awaiting Upstream
[RFC,bpf-next,1/9] net: introduce biased busy-polling Introduce biased busy-polling - - - - 13-2 2020-10-28 Björn Töpel davem RFC
[RFC,bpf-next,2/9] net: add SO_BUSY_POLL_BUDGET socket option Introduce biased busy-polling - - - - 13-2 2020-10-28 Björn Töpel davem RFC
[RFC,bpf-next,3/9] xsk: add support for recvmsg() Introduce biased busy-polling - - - - 13-2 2020-10-28 Björn Töpel davem RFC
[RFC,bpf-next,4/9] xsk: check need wakeup flag in sendmsg() Introduce biased busy-polling - - - - 13-2 2020-10-28 Björn Töpel davem RFC
[RFC,bpf-next,5/9] xsk: add busy-poll support for {recv,send}msg() Introduce biased busy-polling - - - - 13-2 2020-10-28 Björn Töpel davem RFC
[RFC,bpf-next,6/9] xsk: propagate napi_id to XDP socket Rx path Introduce biased busy-polling - - - - 12-3 2020-10-28 Björn Töpel davem RFC
[RFC,bpf-next,7/9] samples/bpf: use recvfrom() in xdpsock Introduce biased busy-polling - - - - 12-3 2020-10-28 Björn Töpel davem RFC
[RFC,bpf-next,8/9] samples/bpf: add busy-poll support to xdpsock Introduce biased busy-polling - - - - 12-3 2020-10-28 Björn Töpel davem RFC
[RFC,bpf-next,9/9] samples/bpf: add option to set the busy-poll budget Introduce biased busy-polling - - - - 12-3 2020-10-28 Björn Töpel davem RFC
[RFC,bpf-next,v2,1/9] net: introduce preferred busy-polling Introduce preferred busy-polling - - - - 13-2 2020-11-05 Björn Töpel davem RFC
[RFC,bpf-next,v2,2/9] net: add SO_BUSY_POLL_BUDGET socket option Introduce preferred busy-polling - - - - 13-2 2020-11-05 Björn Töpel davem RFC
[RFC,bpf-next,v2,3/9] xsk: add support for recvmsg() Introduce preferred busy-polling - - - - 13-2 2020-11-05 Björn Töpel davem RFC
[RFC,bpf-next,v2,4/9] xsk: check need wakeup flag in sendmsg() Introduce preferred busy-polling - - - - 13-2 2020-11-05 Björn Töpel davem RFC
[RFC,bpf-next,v2,5/9] xsk: add busy-poll support for {recv,send}msg() Introduce preferred busy-polling - - - - 13-2 2020-11-05 Björn Töpel davem RFC
[RFC,bpf-next,v2,6/9] xsk: propagate napi_id to XDP socket Rx path Introduce preferred busy-polling - - - - 12-3 2020-11-05 Björn Töpel davem RFC
[RFC,bpf-next,v2,7/9] samples/bpf: use recvfrom() in xdpsock Introduce preferred busy-polling - - - - 12-3 2020-11-05 Björn Töpel davem RFC
[RFC,bpf-next,v2,8/9] samples/bpf: add busy-poll support to xdpsock Introduce preferred busy-polling - - - - 12-3 2020-11-05 Björn Töpel davem RFC
[RFC,bpf-next,v2,9/9] samples/bpf: add option to set the busy-poll budget Introduce preferred busy-polling - - - - 12-3 2020-11-05 Björn Töpel davem RFC
[RFC,1/3] riscv: set HAVE_EFFICIENT_UNALIGNED_ACCESS RV64G eBPF JIT - - - - --- 2019-01-15 Björn Töpel bpf RFC
[RFC,2/3] riscv: add build infra for JIT compiler RV64G eBPF JIT - - - - --- 2019-01-15 Björn Töpel bpf RFC
[RFC,3/3] bpf, riscv: added eBPF JIT for RV64G RV64G eBPF JIT - - - - --- 2019-01-15 Björn Töpel bpf RFC
[bpf-next,1/3] net: xsk: track AF_XDP sockets on a per-netns list AF_XDP: add socket monitoring support - - - - --- 2019-01-18 Björn Töpel bpf Changes Requested
[bpf-next,2/3] xsk: add id to umem AF_XDP: add socket monitoring support - - - - --- 2019-01-18 Björn Töpel bpf Changes Requested
[bpf-next,3/3] xsk: add sock_diag interface for AF_XDP AF_XDP: add socket monitoring support - - - - --- 2019-01-18 Björn Töpel bpf Changes Requested
« 1 2 3 4 »