summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c
AgeCommit message (Expand)Author
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-21mlx5, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson
2020-05-15net/mlx5e: Calculate SQ stop room in a robust wayMaxim Mikityanskiy
2020-05-14mlx5: Rx queue setup time determine frame_sz for XDPJesper Dangaard Brouer
2020-04-30net/mlx5e: Unify reserving space for WQEsMaxim Mikityanskiy
2020-04-30net/mlx5e: Fetch WQE: reuse code and enforce typingMaxim Mikityanskiy
2020-04-30net/mlx5e: XDP, Print the offending TX descriptor on error completionTariq Toukan
2020-04-30net/mlx5e: TX, Generalise code and usage of error CQE dumpTariq Toukan
2019-08-31mlx5e: modify driver for handling offsetsKevin Laatz
2019-08-01net/mlx5e: XDP, Slight enhancement for WQE fetch functionTariq Toukan
2019-08-01net/mlx5e: XDP, Close TX MPWQE session when no room for inline packet leftShay Agroskin
2019-06-27net/mlx5e: Add XSK zero-copy supportMaxim Mikityanskiy
2019-06-27net/mlx5e: Consider XSK in XDP MTU limit calculationMaxim Mikityanskiy
2019-06-27net/mlx5e: XDP_TX from UMEM supportMaxim Mikityanskiy
2019-06-27net/mlx5e: Share the XDP SQ for XDP_TX between RQsMaxim Mikityanskiy
2019-06-27net/mlx5e: Refactor struct mlx5e_xdp_infoMaxim Mikityanskiy
2019-06-27net/mlx5e: Replace deprecated PCI_DMA_TODEVICEMaxim Mikityanskiy
2019-05-01net/mlx5e: Put the common XDP code into a functionMaxim Mikityanskiy
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-23net/mlx5e: XDP, Inline small packets into the TX MPWQE in XDP xmit flowShay Agroskin
2019-04-23net/mlx5e: XDP, Add TX MPWQE session counterShay Agroskin
2019-04-23net/mlx5e: XDP, Enhance RQ indication for XDP redirect flushTariq Toukan
2019-04-19net/mlx5e: Fix the max MTU check in case of XDPMaxim Mikityanskiy
2019-04-19net/mlx5e: Fix use-after-free after xdp_return_frameMaxim Mikityanskiy
2019-02-13net/mlx5e: XDP, fix redirect resources availability checkSaeed Mahameed
2018-12-20net/mlx5e: XDP, Support Enhanced Multi-Packet TX WQETariq Toukan
2018-12-20net/mlx5e: XDP, Add array for WQE info descriptorsTariq Toukan
2018-12-20net/mlx5e: XDP, Maintain a FIFO structure for xdp_info instancesTariq Toukan
2018-12-20net/mlx5e: XDP, Replace boolean doorbell indication with segment pointerTariq Toukan
2018-12-20net/mlx5e: XDP, Warn upon polling an error CQETariq Toukan
2018-12-20net/mlx5e: XDP, Change the XDP SQ redirect indicationTariq Toukan
2018-12-20net/mlx5e: XDP, Precede XDP-related operations in RQ poll by a loaded program...Tariq Toukan
2018-08-07net/mlx5e: Mark expected switch fall-throughsGustavo A. R. Silva
2018-07-31mlx5: handle DMA mapping error case for XDP redirectJesper Dangaard Brouer
2018-07-26net/mlx5e: Add support for XDP_REDIRECT in device-out sideTariq Toukan
2018-07-26net/mlx5e: Re-order fields of struct mlx5e_xdpsqTariq Toukan
2018-07-26net/mlx5e: Refactor XDP countersTariq Toukan
2018-07-26net/mlx5e: Make XDP xmit functions more genericTariq Toukan
2018-07-26net/mlx5e: Add counter for XDP redirect in RXTariq Toukan
2018-07-26net/mlx5e: Move XDP related code into new XDP filesTariq Toukan