Show patches with: Submitter = Magnus Karlsson       |   218 patches
« 1 2 3 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[bpf,1/4] xsk: fix potential lost completion message in SKB path Bug fixes to the SKB TX path of AF_XDP 1 1 - - --- 2018-06-27 Magnus Karlsson bpf Changes Requested
[bpf,2/4] xsk: frame could be completed more than once in SKB path Bug fixes to the SKB TX path of AF_XDP 1 1 - - --- 2018-06-27 Magnus Karlsson bpf Changes Requested
[bpf,3/4] samples/bpf: deal with EBUSY return code from sendmsg in xdpsock sample Bug fixes to the SKB TX path of AF_XDP 1 1 - - --- 2018-06-27 Magnus Karlsson bpf Changes Requested
[bpf,4/4] xsk: fix potential race in SKB TX completion code Bug fixes to the SKB TX path of AF_XDP - 1 - - --- 2018-06-27 Magnus Karlsson bpf Changes Requested
[bpf,v2,1/4] xsk: fix potential lost completion message in SKB path Bug fixes to the SKB TX path of AF_XDP - 1 - - --- 2018-06-29 Magnus Karlsson bpf Accepted
[bpf,v2,2/4] xsk: frame could be completed more than once in SKB path Bug fixes to the SKB TX path of AF_XDP - 1 - - --- 2018-06-29 Magnus Karlsson bpf Accepted
[bpf,v2,3/4] samples/bpf: deal with EBUSY return code from sendmsg in xdpsock sample Bug fixes to the SKB TX path of AF_XDP - 1 - - --- 2018-06-29 Magnus Karlsson bpf Accepted
[bpf,v2,4/4] xsk: fix potential race in SKB TX completion code Bug fixes to the SKB TX path of AF_XDP - 1 - - --- 2018-06-29 Magnus Karlsson bpf Accepted
[bpf,1/4] xsk: do not return ENXIO from TX copy mode Consistent sendmsg error reporting in AF_XDP - 1 - - --- 2018-07-11 Magnus Karlsson bpf Accepted
[bpf,2/4] xsk: do not return EAGAIN from sendmsg when completion queue is full Consistent sendmsg error reporting in AF_XDP - 1 - - --- 2018-07-11 Magnus Karlsson bpf Accepted
[bpf,3/4] xsk: always return ENOBUFS from sendmsg if there is no TX queue Consistent sendmsg error reporting in AF_XDP - 1 - - --- 2018-07-11 Magnus Karlsson bpf Accepted
[bpf,4/4] xsk: do not return EMSGSIZE in copy mode for packets larger than MTU Consistent sendmsg error reporting in AF_XDP - 1 - - --- 2018-07-11 Magnus Karlsson bpf Accepted
[bpf-next,1/3] i40e: fix possible compiler warning in xsk TX path xsk: misc code cleanup - - - - --- 2018-08-30 Magnus Karlsson bpf Accepted
[bpf-next,2/3] xsk: get rid of useless struct xdp_umem_props xsk: misc code cleanup - - - - --- 2018-08-30 Magnus Karlsson bpf Accepted
[bpf-next,3/3] i40e: adapt driver to new xdp_umem structure xsk: misc code cleanup - - - - --- 2018-08-30 Magnus Karlsson bpf Accepted
[bpf-next,v2,1/2] i40e: fix possible compiler warning in xsk TX path xsk: misc code cleanup - - - - --- 2018-08-31 Magnus Karlsson bpf Accepted
[bpf-next,v2,2/2] xsk: i40e: get rid of useless struct xdp_umem_props xsk: misc code cleanup - - - - --- 2018-08-31 Magnus Karlsson bpf Accepted
[bpf-next,1/2] net: add umem reference in netdev{_rx}_queue xsk: fix bug when trying to use both copy and zero-copy mode - - - - --- 2018-09-18 Magnus Karlsson bpf Changes Requested
[bpf-next,2/2] xsk: fix bug when trying to use both copy and zero-copy on one queue id xsk: fix bug when trying to use both copy and zero-copy mode - - - - --- 2018-09-18 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,1/5] net: add umem reference in netdev{_rx}_queue xsk: fix bug when trying to use both copy and zero-copy mode - - - - --- 2018-10-01 Magnus Karlsson bpf Accepted
[bpf-next,v2,2/5] xsk: fix bug when trying to use both copy and zero-copy on one queue id xsk: fix bug when trying to use both copy and zero-copy mode - - - - --- 2018-10-01 Magnus Karlsson bpf Accepted
[bpf-next,v2,3/5] ethtool: rename local variable max -> curr xsk: fix bug when trying to use both copy and zero-copy mode - - 1 - --- 2018-10-01 Magnus Karlsson bpf Accepted
[bpf-next,v2,4/5] ethtool: don't allow disabling queues with umem installed xsk: fix bug when trying to use both copy and zero-copy mode - - 1 - --- 2018-10-01 Magnus Karlsson bpf Accepted
[bpf-next,v2,5/5] xsk: simplify xdp_clear_umem_at_qid implementation xsk: fix bug when trying to use both copy and zero-copy mode - - - - --- 2018-10-01 Magnus Karlsson bpf Accepted
[bpf-next,1/2] libbpf: add support for using AF_XDP sockets libbpf: adding af_xdp support - - - - --- 2018-12-10 Magnus Karlsson bpf Changes Requested
[bpf-next,2/2] samples/bpf: convert xdpsock to use libbpf for AF_XDP access libbpf: adding af_xdp support - - - - --- 2018-12-10 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,1/2] libbpf: add support for using AF_XDP sockets libbpf: adding AF_XDP support - - - - --- 2018-12-12 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,2/2] samples/bpf: convert xdpsock to use libbpf for AF_XDP access libbpf: adding AF_XDP support - - - - --- 2018-12-12 Magnus Karlsson bpf Changes Requested
[net] i40e: fix potential RX buffer starvation for AF_XDP [net] i40e: fix potential RX buffer starvation for AF_XDP - 1 - 1 --- 2019-01-29 Magnus Karlsson davem Awaiting Upstream
[net] ixgbe: fix potential RX buffer starvation for AF_XDP [net] ixgbe: fix potential RX buffer starvation for AF_XDP - 1 - 1 --- 2019-01-29 Magnus Karlsson davem Awaiting Upstream
[bpf-next,v3,1/3] libbpf: move pr_*() functions to common header file libbpf: adding AF_XDP support - - - - --- 2019-01-29 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,2/3] libbpf: add support for using AF_XDP sockets libbpf: adding AF_XDP support - - - - --- 2019-01-29 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,3/3] samples/bpf: convert xdpsock to use libbpf for AF_XDP access libbpf: adding AF_XDP support - - - - --- 2019-01-29 Magnus Karlsson bpf Changes Requested
[bpf-next,v4,1/2] libbpf: add support for using AF_XDP sockets libbpf: adding AF_XDP support - - - 1 --- 2019-02-08 Magnus Karlsson bpf Changes Requested
[bpf-next,v4,2/2] samples/bpf: convert xdpsock to use libbpf for AF_XDP access libbpf: adding AF_XDP support - - - 1 --- 2019-02-08 Magnus Karlsson bpf Changes Requested
[bpf] xsk: add missing smp_rmb() in xsk_mmap [bpf] xsk: add missing smp_rmb() in xsk_mmap - 2 - - --- 2019-02-08 Magnus Karlsson bpf Accepted
[bpf-next,v5,1/3] libbpf: add support for using AF_XDP sockets libbpf: adding AF_XDP support - - - 1 --- 2019-02-19 Magnus Karlsson bpf Superseded
[bpf-next,v5,2/3] samples/bpf: convert xdpsock to use libbpf for AF_XDP access libbpf: adding AF_XDP support - - - 1 --- 2019-02-19 Magnus Karlsson bpf Superseded
[bpf-next,v5,3/3] xsk: add FAQ to facilitate for first time users libbpf: adding AF_XDP support - - - - --- 2019-02-19 Magnus Karlsson bpf Superseded
[bpf-next,v6,1/3] libbpf: add support for using AF_XDP sockets libbpf: adding AF_XDP support - - - 1 --- 2019-02-21 Magnus Karlsson bpf Accepted
[bpf-next,v6,2/3] samples/bpf: convert xdpsock to use libbpf for AF_XDP access libbpf: adding AF_XDP support - - - 1 --- 2019-02-21 Magnus Karlsson bpf Accepted
[bpf-next,v6,3/3] xsk: add FAQ to facilitate for first time users libbpf: adding AF_XDP support - - - - --- 2019-02-21 Magnus Karlsson bpf Accepted
[bpf] libbpf: fix to reject unknown flags in xsk_socket__create() [bpf] libbpf: fix to reject unknown flags in xsk_socket__create() - 1 - - --- 2019-03-11 Magnus Karlsson bpf Changes Requested
[bpf,v2] libbpf: fix to reject unknown flags in xsk_socket__create() [bpf,v2] libbpf: fix to reject unknown flags in xsk_socket__create() - 1 1 - --- 2019-03-12 Magnus Karlsson bpf Accepted
[bpf,1/2] libbpf: remove likely/unlikely in xsk.h libbpf: remove two dependencies on Linux kernel headers and improve performance as a bonus - 1 - - --- 2019-04-09 Magnus Karlsson bpf Changes Requested
[bpf,2/2] libbpf: remove dependency on barrier.h in xsk.h libbpf: remove two dependencies on Linux kernel headers and improve performance as a bonus - 1 - - --- 2019-04-09 Magnus Karlsson bpf Changes Requested
[bpf-next] libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE [bpf-next] libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE 1 - - - --- 2019-04-09 Magnus Karlsson bpf Changes Requested
[bpf-next,v2] libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE [bpf-next,v2] libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE 1 - - - --- 2019-04-10 Magnus Karlsson bpf Accepted
[bpf,v2,1/2] libbpf: remove likely/unlikely in xsk.h libbpf: remove two dependencies on Linux kernel headers and improve performance as a bonus - 1 - - --- 2019-04-10 Magnus Karlsson bpf Changes Requested
[bpf,v2,2/2] libbpf: remove dependency on barrier.h in xsk.h libbpf: remove two dependencies on Linux kernel headers and improve performance as a bonus - 1 - - --- 2019-04-10 Magnus Karlsson bpf Changes Requested
[bpf,v3,1/5] xsk: fix XDP socket ring buffer memory ordering libbpf: remove two dependencies on Linux - - - - --- 2019-04-16 Magnus Karlsson bpf Accepted
[bpf,v3,2/5] libbpf: fix XDP socket ring buffer memory ordering libbpf: remove two dependencies on Linux - - - - --- 2019-04-16 Magnus Karlsson bpf Accepted
[bpf,v3,3/5] libbpf: remove likely/unlikely in xsk.h libbpf: remove two dependencies on Linux - 1 - - --- 2019-04-16 Magnus Karlsson bpf Accepted
[bpf,v3,4/5] libbpf: remove dependency on barrier.h in xsk.h libbpf: remove two dependencies on Linux - 1 - - --- 2019-04-16 Magnus Karlsson bpf Accepted
[bpf,v3,5/5] libbpf: optimize barrier for XDP socket rings libbpf: remove two dependencies on Linux - - - - --- 2019-04-16 Magnus Karlsson bpf Accepted
[bpf-next] libbpf: remove compile time warning from libbpf_util.h [bpf-next] libbpf: remove compile time warning from libbpf_util.h 1 1 - - --- 2019-04-18 Magnus Karlsson bpf Accepted
[RFC,bpf-next,1/7] net: fs: make busy poll budget configurable in napi_busy_loop busy poll support for AF_XDP sockets - - - - --- 2019-05-02 Magnus Karlsson bpf RFC
[RFC,bpf-next,2/7] net: i40e: ixgbe: tun: veth: virtio-net: centralize xdp_rxq_info and add napi id busy poll support for AF_XDP sockets - - - - --- 2019-05-02 Magnus Karlsson bpf RFC
[RFC,bpf-next,4/7] netdevice: introduce busy-poll setsockopt for AF_XDP busy poll support for AF_XDP sockets - - - - --- 2019-05-02 Magnus Karlsson bpf RFC
[RFC,bpf-next,5/7] net: add busy-poll support for XDP sockets busy poll support for AF_XDP sockets - - - - --- 2019-05-02 Magnus Karlsson bpf RFC
[RFC,bpf-next,6/7] libbpf: add busy-poll support to XDP sockets busy poll support for AF_XDP sockets - - - - --- 2019-05-02 Magnus Karlsson bpf RFC
[RFC,bpf-next,7/7] samples/bpf: add busy-poll support to xdpsock sample busy poll support for AF_XDP sockets - - - - --- 2019-05-02 Magnus Karlsson bpf RFC
[bpf-next,1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup add need_wakeup flag to the AF_XDP rings - - - - --- 2019-06-13 Magnus Karlsson bpf Changes Requested
[bpf-next,2/6] xsk: add support for need_wakeup flag in AF_XDP rings add need_wakeup flag to the AF_XDP rings - - - - --- 2019-06-13 Magnus Karlsson bpf Changes Requested
[bpf-next,3/6] i40e: add support for AF_XDP need_wakup feature add need_wakeup flag to the AF_XDP rings - - - - --- 2019-06-13 Magnus Karlsson bpf Changes Requested
[bpf-next,4/6] ixgbe: add support for AF_XDP need_wakup feature add need_wakeup flag to the AF_XDP rings - - - - --- 2019-06-13 Magnus Karlsson bpf Changes Requested
[bpf-next,5/6] libbpf: add support for need_wakeup flag in AF_XDP part add need_wakeup flag to the AF_XDP rings - - - - --- 2019-06-13 Magnus Karlsson bpf Changes Requested
[bpf-next,6/6] samples/bpf: add use of need_sleep flag in xdpsock add need_wakeup flag to the AF_XDP rings - - - - --- 2019-06-13 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup add need_wakeup flag to the AF_XDP rings - - - - --- 2019-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,2/6] xsk: add support for need_wakeup flag in AF_XDP rings add need_wakeup flag to the AF_XDP rings - - - - --- 2019-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,3/6] i40e: add support for AF_XDP need_wakup feature add need_wakeup flag to the AF_XDP rings - - - - --- 2019-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,4/6] ixgbe: add support for AF_XDP need_wakup feature add need_wakeup flag to the AF_XDP rings - - - - --- 2019-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,5/6] libbpf: add support for need_wakeup flag in AF_XDP part add need_wakeup flag to the AF_XDP rings - - - - --- 2019-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,6/6] samples/bpf: add use of need_sleep flag in xdpsock add need_wakeup flag to the AF_XDP rings - - - - --- 2019-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup [bpf-next,v3,1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup - - - - --- 2019-07-04 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,2/6] xsk: add support for need_wakeup flag in AF_XDP rings [bpf-next,v3,1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup - - - - --- 2019-07-04 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,3/6] i40e: add support for AF_XDP need_wakup feature [bpf-next,v3,1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup - - - - --- 2019-07-04 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,4/6] ixgbe: add support for AF_XDP need_wakup feature [bpf-next,v3,1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup - - - - --- 2019-07-04 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,5/6] libbpf: add support for need_wakeup flag in AF_XDP part [bpf-next,v3,1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup - - - - --- 2019-07-04 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,6/6] samples/bpf: add use of need_sleep flag in xdpsock [bpf-next,v3,1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup - - - - --- 2019-07-04 Magnus Karlsson bpf Changes Requested
[bpf-next,v4,1/8] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup add need_wakeup flag to the AF_XDP rings 1 - - - --- 2019-08-14 Magnus Karlsson bpf Accepted
[bpf-next,v4,2/8] xsk: add support for need_wakeup flag in AF_XDP rings add need_wakeup flag to the AF_XDP rings 1 - - - --- 2019-08-14 Magnus Karlsson bpf Accepted
[bpf-next,v4,3/8] i40e: add support for AF_XDP need_wakeup feature add need_wakeup flag to the AF_XDP rings 1 - - - --- 2019-08-14 Magnus Karlsson bpf Accepted
[bpf-next,v4,4/8] ixgbe: add support for AF_XDP need_wakeup feature add need_wakeup flag to the AF_XDP rings 1 - - - --- 2019-08-14 Magnus Karlsson bpf Accepted
[bpf-next,v4,5/8] libbpf: add support for need_wakeup flag in AF_XDP part add need_wakeup flag to the AF_XDP rings 1 - - - --- 2019-08-14 Magnus Karlsson bpf Accepted
[bpf-next,v4,6/8] samples/bpf: add use of need_wakeup flag in xdpsock add need_wakeup flag to the AF_XDP rings 1 - - - --- 2019-08-14 Magnus Karlsson bpf Accepted
[bpf-next,v4,7/8] net/mlx5e: Move the SW XSK code from NAPI poll to a separate function add need_wakeup flag to the AF_XDP rings 1 - 2 - --- 2019-08-14 Magnus Karlsson bpf Accepted
[bpf-next,v4,8/8] net/mlx5e: Add AF_XDP need_wakeup support add need_wakeup flag to the AF_XDP rings 1 - 2 - --- 2019-08-14 Magnus Karlsson bpf Accepted
[bpf-next] libbpf: remove zc variable as it is not used [bpf-next] libbpf: remove zc variable as it is not used - - - - --- 2019-08-16 Magnus Karlsson bpf Changes Requested
[bpf] xsk: fix crash in poll when device does not support ndo_xsk_wakeup [bpf] xsk: fix crash in poll when device does not support ndo_xsk_wakeup 1 1 - - --- 2019-09-30 Magnus Karlsson bpf Changes Requested
[bpf,v2] xsk: fix crash in poll when device does not support ndo_xsk_wakeup [bpf,v2] xsk: fix crash in poll when device does not support ndo_xsk_wakeup - 1 - - --- 2019-10-02 Magnus Karlsson bpf Accepted
[bpf] libbpf: fix compatibility for kernels without need_wakeup [bpf] libbpf: fix compatibility for kernels without need_wakeup 1 1 - - --- 2019-10-08 Magnus Karlsson bpf Changes Requested
[bpf] xsk: improve documentation for AF_XDP [bpf] xsk: improve documentation for AF_XDP - - - - --- 2019-10-10 Magnus Karlsson bpf Changes Requested
[bpf,v2] xsk: improve documentation for AF_XDP [bpf,v2] xsk: improve documentation for AF_XDP - - - - --- 2019-10-18 Magnus Karlsson bpf Changes Requested
[bpf] xsk: fix registration of Rx-only sockets [bpf] xsk: fix registration of Rx-only sockets 1 1 - - --- 2019-10-21 Magnus Karlsson bpf Accepted
[bpf,v3] xsk: improve documentation for AF_XDP [bpf,v3] xsk: improve documentation for AF_XDP - - - - --- 2019-10-21 Magnus Karlsson bpf Accepted
[bpf-next,v2] libbpf: fix compatibility for kernels without need_wakeup [bpf-next,v2] libbpf: fix compatibility for kernels without need_wakeup - 1 - - --- 2019-10-22 Magnus Karlsson bpf Changes Requested
[bpf-next,v3] libbpf: fix compatibility for kernels without need_wakeup [bpf-next,v3] libbpf: fix compatibility for kernels without need_wakeup 1 1 - - --- 2019-10-25 Magnus Karlsson bpf Accepted
[bpf-next,1/5] libbpf: support XDP_SHARED_UMEM with external XDP program Extend libbpf to support shared umems and Rx|Tx-only sockets 1 - - 1 --- 2019-11-07 Magnus Karlsson bpf Accepted
[bpf-next,2/5] samples/bpf: add XDP_SHARED_UMEM support to xdpsock Extend libbpf to support shared umems and Rx|Tx-only sockets 1 - - 1 --- 2019-11-07 Magnus Karlsson bpf Accepted
« 1 2 3 »