Show patches with: Submitter = Björn Töpel       |   549 patches
« 1 2 3 45 6 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[1/3] i40e: Initial support for XDP 1 - - - --- 2016-12-08 Björn Töpel davem Awaiting Upstream
[2/3] i40e: Add XDP_TX support 1 - - - --- 2016-12-08 Björn Töpel davem Awaiting Upstream
[3/3] i40e: Don't reset/rebuild rings on XDP program swap 1 - - - --- 2016-12-08 Björn Töpel davem Awaiting Upstream
[net] i40e: proper update of the page_offset field - - - - --- 2017-05-14 Björn Töpel davem Awaiting Upstream
[net,v2] i40e/i40evf: proper update of the page_offset field 1 - - - --- 2017-05-15 Björn Töpel davem Awaiting Upstream
[RFC,01/14] packet: introduce AF_PACKET V4 userspace API Introducing AF_PACKET V4 support - - - - --- 2017-10-31 Björn Töpel davem RFC
[RFC,02/14] packet: implement PACKET_MEMREG setsockopt Introducing AF_PACKET V4 support - - - - --- 2017-10-31 Björn Töpel davem RFC
[RFC,03/14] packet: enable AF_PACKET V4 rings Introducing AF_PACKET V4 support - - - - --- 2017-10-31 Björn Töpel davem RFC
[RFC,04/14] packet: enable Rx for AF_PACKET V4 Introducing AF_PACKET V4 support - - - - --- 2017-10-31 Björn Töpel davem RFC
[RFC,05/14] packet: enable Tx support for AF_PACKET V4 Introducing AF_PACKET V4 support - - - - --- 2017-10-31 Björn Töpel davem RFC
[RFC,06/14] netdevice: add AF_PACKET V4 zerocopy ops Introducing AF_PACKET V4 support - - - - --- 2017-10-31 Björn Töpel davem RFC
[RFC,07/14] packet: wire up zerocopy for AF_PACKET V4 Introducing AF_PACKET V4 support - - - - --- 2017-10-31 Björn Töpel davem RFC
[RFC,08/14] i40e: AF_PACKET V4 ndo_tp4_zerocopy Rx support Introducing AF_PACKET V4 support - - - - --- 2017-10-31 Björn Töpel davem RFC
[RFC,09/14] i40e: AF_PACKET V4 ndo_tp4_zerocopy Tx support Introducing AF_PACKET V4 support - - - - --- 2017-10-31 Björn Töpel davem RFC
[RFC,10/14] samples/tpacket4: added tpbench Introducing AF_PACKET V4 support - - - - --- 2017-10-31 Björn Töpel davem RFC
[RFC,11/14] veth: added support for PACKET_ZEROCOPY Introducing AF_PACKET V4 support - - - - --- 2017-10-31 Björn Töpel davem RFC
[RFC,12/14] samples/tpacket4: added veth support Introducing AF_PACKET V4 support - - - - --- 2017-10-31 Björn Töpel davem RFC
[RFC,13/14] i40e: added XDP support for TP4 enabled queue pairs Introducing AF_PACKET V4 support - - - - --- 2017-10-31 Björn Töpel davem RFC
[RFC,14/14] xdp: introducing XDP_PASS_TO_KERNEL for PACKET_ZEROCOPY use Introducing AF_PACKET V4 support - - - - --- 2017-10-31 Björn Töpel davem RFC
[RFC,01/24] xsk: AF_XDP sockets buildable skeleton Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,02/24] xsk: add user memory registration sockopt Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,03/24] xsk: added XDP_{R,T}X_RING sockopt and supporting structures Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,04/24] xsk: add bind support and introduce Rx functionality Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,05/24] bpf: added bpf_xdpsk_redirect Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,06/24] net: wire up xsk support in the XDP_REDIRECT path Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,07/24] xsk: introduce Tx functionality Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,08/24] i40e: add support for XDP_REDIRECT Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,09/24] samples/bpf: added xdpsock program Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,10/24] netdevice: added XDP_{UN,}REGISTER_XSK command to ndo_bpf Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,11/24] netdevice: added ndo for transmitting a packet from an XDP socket Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,12/24] xsk: add iterator functions to xsk_ring Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,13/24] i40e: introduce external allocator support Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,14/24] i40e: implemented page recycling buff_pool Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,15/24] i40e: start using recycling buff_pool Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,16/24] i40e: separated buff_pool interface from i40e implementaion Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,17/24] xsk: introduce xsk_buff_pool Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,18/24] xdp: added buff_pool support to struct xdp_buff Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,19/24] xsk: add support for zero copy Rx Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,20/24] xsk: add support for zero copy Tx Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,21/24] i40e: implement xsk sub-commands in ndo_bpf for zero copy Rx Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,22/24] i40e: introduced a clean_tx callback function Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,23/24] i40e: introduced Tx completion callbacks Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
[RFC,24/24] i40e: Tx support for zero copy allocator Introducing AF_XDP support - - - - --- 2018-01-31 Björn Töpel davem RFC
i40e: add support for XDP_REDIRECT i40e: add support for XDP_REDIRECT - - - - --- 2018-03-21 Björn Töpel davem Awaiting Upstream
ixgbe: tweak page counting for XDP_REDIRECT ixgbe: tweak page counting for XDP_REDIRECT - - - - --- 2018-03-22 Björn Töpel davem Awaiting Upstream
[v2,1/2] i40e: tweak page counting for XDP_REDIRECT [v2,1/2] i40e: tweak page counting for XDP_REDIRECT - - - - --- 2018-03-22 Björn Töpel davem Awaiting Upstream
[v2,2/2] i40e: add support for XDP_REDIRECT [v2,1/2] i40e: tweak page counting for XDP_REDIRECT - - - - --- 2018-03-22 Björn Töpel davem Awaiting Upstream
[v3,1/2] i40e: tweak page counting for XDP_REDIRECT [v3,1/2] i40e: tweak page counting for XDP_REDIRECT - - - - --- 2018-03-22 Björn Töpel davem Awaiting Upstream
[v3,2/2] i40e: add support for XDP_REDIRECT [v3,1/2] i40e: tweak page counting for XDP_REDIRECT - - - - --- 2018-03-22 Björn Töpel davem Awaiting Upstream
[RFC,v2,01/14] net: initial AF_XDP skeleton Introducing AF_XDP support - - - - --- 2018-03-27 Björn Töpel davem RFC
[RFC,v2,02/14] xsk: add user memory registration support sockopt Introducing AF_XDP support - - - - --- 2018-03-27 Björn Töpel davem RFC
[RFC,v2,03/14] xsk: add umem fill queue support and mmap Introducing AF_XDP support - - - - --- 2018-03-27 Björn Töpel davem RFC
[RFC,v2,04/14] xsk: add Rx queue setup and mmap support Introducing AF_XDP support - - - - --- 2018-03-27 Björn Töpel davem RFC
[RFC,v2,05/14] xsk: add support for bind for Rx Introducing AF_XDP support - - - - --- 2018-03-27 Björn Töpel davem RFC
[RFC,v2,06/14] xsk: add Rx receive functions and poll support Introducing AF_XDP support - - - - --- 2018-03-27 Björn Töpel davem RFC
[RFC,v2,07/14] bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP Introducing AF_XDP support - - - - --- 2018-03-27 Björn Töpel davem RFC
[RFC,v2,08/14] xsk: wire up XDP_DRV side of AF_XDP Introducing AF_XDP support - - - - --- 2018-03-27 Björn Töpel davem RFC
[RFC,v2,09/14] xsk: wire up XDP_SKB side of AF_XDP Introducing AF_XDP support - - - - --- 2018-03-27 Björn Töpel davem RFC
[RFC,v2,10/14] xsk: add umem completion queue support and mmap Introducing AF_XDP support - - - - --- 2018-03-27 Björn Töpel davem RFC
[RFC,v2,11/14] xsk: add Tx queue setup and mmap support Introducing AF_XDP support - - - - --- 2018-03-27 Björn Töpel davem RFC
[RFC,v2,12/14] xsk: support for Tx Introducing AF_XDP support - - - - --- 2018-03-27 Björn Töpel davem RFC
[RFC,v2,13/14] xsk: statistics support Introducing AF_XDP support - - - - --- 2018-03-27 Björn Töpel davem RFC
[RFC,v2,14/14] samples/bpf: sample application for AF_XDP sockets Introducing AF_XDP support - - - - --- 2018-03-27 Björn Töpel davem RFC
[bpf-next] libbpf: fixed build error for samples/bpf/ [bpf-next] libbpf: fixed build error for samples/bpf/ - - - - --- 2018-04-20 Björn Töpel bpf Accepted
[bpf-next,01/15] net: initial AF_XDP skeleton Introducing AF_XDP support - - - - --- 2018-04-23 Björn Töpel bpf Changes Requested
[bpf-next,02/15] xsk: add user memory registration support sockopt Introducing AF_XDP support - - - - --- 2018-04-23 Björn Töpel bpf Changes Requested
[bpf-next,03/15] xsk: add umem fill queue support and mmap Introducing AF_XDP support - - - - --- 2018-04-23 Björn Töpel bpf Changes Requested
[bpf-next,04/15] xsk: add Rx queue setup and mmap support Introducing AF_XDP support - - - - --- 2018-04-23 Björn Töpel bpf Changes Requested
[bpf-next,05/15] xsk: add support for bind for Rx Introducing AF_XDP support - - - - --- 2018-04-23 Björn Töpel bpf Changes Requested
[bpf-next,06/15] xdp: introduce xdp_return_buff API Introducing AF_XDP support - - - - --- 2018-04-23 Björn Töpel bpf Changes Requested
[bpf-next,07/15] xsk: add Rx receive functions and poll support Introducing AF_XDP support - - - - --- 2018-04-23 Björn Töpel bpf Changes Requested
[bpf-next,08/15] bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP Introducing AF_XDP support - - - - --- 2018-04-23 Björn Töpel bpf Changes Requested
[bpf-next,09/15] xsk: wire up XDP_DRV side of AF_XDP Introducing AF_XDP support - - - - --- 2018-04-23 Björn Töpel bpf Changes Requested
[bpf-next,10/15] xsk: wire up XDP_SKB side of AF_XDP Introducing AF_XDP support - - - - --- 2018-04-23 Björn Töpel bpf Changes Requested
[bpf-next,11/15] xsk: add umem completion queue support and mmap Introducing AF_XDP support - - - - --- 2018-04-23 Björn Töpel bpf Changes Requested
[bpf-next,12/15] xsk: add Tx queue setup and mmap support Introducing AF_XDP support - - - - --- 2018-04-23 Björn Töpel bpf Changes Requested
[bpf-next,13/15] xsk: support for Tx Introducing AF_XDP support - - - - --- 2018-04-23 Björn Töpel bpf Changes Requested
[bpf-next,14/15] xsk: statistics support Introducing AF_XDP support - - - - --- 2018-04-23 Björn Töpel bpf Changes Requested
[bpf-next,15/15] samples/bpf: sample application for AF_XDP sockets Introducing AF_XDP support - - - - --- 2018-04-23 Björn Töpel bpf Changes Requested
[bpf-next,v2,01/15] net: initial AF_XDP skeleton Introducing AF_XDP support - - - - --- 2018-04-27 Björn Töpel bpf Changes Requested
[bpf-next,v2,02/15] xsk: add user memory registration support sockopt Introducing AF_XDP support - - - - --- 2018-04-27 Björn Töpel bpf Changes Requested
[bpf-next,v2,03/15] xsk: add umem fill queue support and mmap Introducing AF_XDP support - - - - --- 2018-04-27 Björn Töpel bpf Changes Requested
[bpf-next,v2,04/15] xsk: add Rx queue setup and mmap support Introducing AF_XDP support - - - - --- 2018-04-27 Björn Töpel bpf Changes Requested
[bpf-next,v2,05/15] xsk: add support for bind for Rx Introducing AF_XDP support - - - - --- 2018-04-27 Björn Töpel bpf Changes Requested
[bpf-next,v2,06/15] xsk: add Rx receive functions and poll support Introducing AF_XDP support - - - - --- 2018-04-27 Björn Töpel bpf Changes Requested
[bpf-next,v2,07/15] bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP Introducing AF_XDP support - - - - --- 2018-04-27 Björn Töpel bpf Changes Requested
[bpf-next,v2,08/15] xsk: wire up XDP_DRV side of AF_XDP Introducing AF_XDP support - - - - --- 2018-04-27 Björn Töpel bpf Changes Requested
[bpf-next,v2,09/15] xsk: wire up XDP_SKB side of AF_XDP Introducing AF_XDP support - - - - --- 2018-04-27 Björn Töpel bpf Changes Requested
[bpf-next,v2,10/15] xsk: add umem completion queue support and mmap Introducing AF_XDP support - - - - --- 2018-04-27 Björn Töpel bpf Changes Requested
[bpf-next,v2,11/15] xsk: add Tx queue setup and mmap support Introducing AF_XDP support - - - - --- 2018-04-27 Björn Töpel bpf Changes Requested
[bpf-next,v2,12/15] dev: packet: make packet_direct_xmit a common function Introducing AF_XDP support - - - - --- 2018-04-27 Björn Töpel bpf Changes Requested
[bpf-next,v2,13/15] xsk: support for Tx Introducing AF_XDP support - - - - --- 2018-04-27 Björn Töpel bpf Changes Requested
[bpf-next,v2,14/15] xsk: statistics support Introducing AF_XDP support - - - - --- 2018-04-27 Björn Töpel bpf Changes Requested
[bpf-next,v2,15/15] samples/bpf: sample application and documentation for AF_XDP sockets Introducing AF_XDP support - - - - --- 2018-04-27 Björn Töpel bpf Changes Requested
[bpf-next,v3,01/15] net: initial AF_XDP skeleton Introducing AF_XDP support - - - - --- 2018-05-02 Björn Töpel bpf Accepted
[bpf-next,v3,02/15] xsk: add user memory registration support sockopt Introducing AF_XDP support - - - - --- 2018-05-02 Björn Töpel bpf Accepted
[bpf-next,v3,03/15] xsk: add umem fill queue support and mmap Introducing AF_XDP support - - - - --- 2018-05-02 Björn Töpel bpf Accepted
[bpf-next,v3,04/15] xsk: add Rx queue setup and mmap support Introducing AF_XDP support - - - - --- 2018-05-02 Björn Töpel bpf Accepted
[bpf-next,v3,05/15] xsk: add support for bind for Rx Introducing AF_XDP support - - - - --- 2018-05-02 Björn Töpel bpf Accepted
[bpf-next,v3,06/15] xsk: add Rx receive functions and poll support Introducing AF_XDP support - - - - --- 2018-05-02 Björn Töpel bpf Accepted
« 1 2 3 45 6 »