aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tx.c
AgeCommit message (Expand)Author
2021-02-16Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...David S. Miller
2021-02-16net/mlx5: Add cyc2time HW translation mode supportAya Levin
2021-01-22net/mlx5e: Support HTB offloadMaxim Mikityanskiy
2021-01-13net/mlx5e: IPsec, Enclose csum logic under ipsec configTariq Toukan
2021-01-07net/mlx5e: Fix SWP offsets when vlan inserted by driverMoshe Shemesh
2020-12-08net/mlx5e: Add TX port timestamp supportEran Ben Elisha
2020-12-08net/mlx5e: Add TX PTP port object supportEran Ben Elisha
2020-12-08net/mlx5e: Change skb fifo push/pop API to be used without SQEran Ben Elisha
2020-12-08net/mlx5e: Allow CQ outside of channel contextAya Levin
2020-12-03net/mlx5e: kTLS, Enforce HW TX csum offload with kTLSTariq Toukan
2020-11-17net/mlx5e: Set IPsec WAs only in IP's non checksum partial case.Huy Nguyen
2020-10-12net/mlx5e: IPsec: Add Connect-X IPsec Tx data path offloadRaed Salem
2020-09-21net/mlx5e: Enhanced TX MPWQE for SKBsMaxim Mikityanskiy
2020-09-21net/mlx5e: Move TX code into functions to be used by MPWQEMaxim Mikityanskiy
2020-09-21net/mlx5e: Support multiple SKBs in a TX WQEMaxim Mikityanskiy
2020-09-21net/mlx5e: Move the TLS resync check out of the functionMaxim Mikityanskiy
2020-09-21net/mlx5e: Unify constants for WQE_EMPTY_DS_COUNTMaxim Mikityanskiy
2020-09-21net/mlx5e: Refactor xmit functionsMaxim Mikityanskiy
2020-09-21net/mlx5e: Move mlx5e_tx_wqe_inline_mode to en_tx.cMaxim Mikityanskiy
2020-09-21net/mlx5e: Use struct assignment to initialize mlx5e_tx_wqe_infoMaxim Mikityanskiy
2020-09-21net/mlx5e: Refactor inline header size calculation in the TX pathMaxim Mikityanskiy
2020-06-27net/mlx5e: kTLS, Improve TLS feature modularityTariq Toukan
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-22net/mlx5e: Update netdev txq on completions during closureMoshe Shemesh
2020-05-09net/mlx5e: Split TX acceleration offloads into two phasesMaxim Mikityanskiy
2020-05-09net/mlx5e: Return void from mlx5e_sq_xmit and mlx5i_sq_xmitMaxim Mikityanskiy
2020-05-09net/mlx5e: Return bool from TLS and IPSEC offloadsMaxim Mikityanskiy
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: TX, Generalise code and usage of error CQE dumpTariq Toukan
2020-02-25net/mlx5e: Define one flow for TXQ selection when TCs are configuredEran Ben Elisha
2020-02-06net/mlx5e: TX, Error completion is for last WQE in batchTariq Toukan
2019-12-05net/mlx5e: Fix TXQ indices to be sequentialEran Ben Elisha
2019-11-03Merge tag 'mlx5-updates-2019-11-01' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2019-11-01net/mlx5e: TX, Dump WQs wqe descriptors on CQE with error eventsSaeed Mahameed
2019-10-18net/mlx5e: TX, Fix consumer index of error cqe dumpTariq Toukan
2019-10-18net/mlx5e: kTLS, Release reference on DUMPed fragments in shutdown flowTariq Toukan
2019-10-18net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup flowTariq Toukan
2019-08-01net/mlx5e: Tx, Soften inline mode VLAN dependenciesTariq Toukan
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-07-05net/mlx5e: Add kTLS TX HW offload supportTariq Toukan
2019-07-05net/mlx5e: Tx, Unconstify SQ stop roomTariq Toukan
2019-07-05net/mlx5e: Tx, Don't implicitly assume SKB-less wqe has one WQEBBEran Ben Elisha
2019-07-05net/mlx5e: Tx, Make SQ WQE fetch function type genericTariq Toukan
2019-07-05net/mlx5e: Tx, Enforce L4 inline copy when neededTariq Toukan
2019-07-05net/mlx5e: Move helper functions to a new txrx datapath headerTariq Toukan
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-07net/mlx5e: Replace reciprocal_scale in TX select queue functionShay Agroskin
2019-05-31net/mlx5e: TX, Improve performance under GSO workloadErez Alfasi
2019-05-17net/mlx5e: Fix wrong xmit_more applicationTariq Toukan