summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c
AgeCommit message (Expand)Author
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