summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tx.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Add kTLS TX HW offload supportTariq Toukan2019-07-061-0/+15
* net/mlx5e: Tx, Unconstify SQ stop roomTariq Toukan2019-07-061-16/+2Star
* net/mlx5e: Tx, Don't implicitly assume SKB-less wqe has one WQEBBEran Ben Elisha2019-07-061-2/+2
* net/mlx5e: Tx, Make SQ WQE fetch function type genericTariq Toukan2019-07-061-2/+2
* net/mlx5e: Tx, Enforce L4 inline copy when neededTariq Toukan2019-07-061-1/+4
* net/mlx5e: Move helper functions to a new txrx datapath headerTariq Toukan2019-07-061-51/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-6/+6
|\
| * net/mlx5e: Replace reciprocal_scale in TX select queue functionShay Agroskin2019-06-071-6/+6
* | net/mlx5e: TX, Improve performance under GSO workloadErez Alfasi2019-05-311-3/+4
|/
* net/mlx5e: Fix wrong xmit_more applicationTariq Toukan2019-05-171-4/+5
* net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
* drivers: mellanox: use netdev_xmit_more() helperFlorian Westphal2019-04-021-8/+9
* net/mlx5e: TX, Add geneve tunnel stateless offload supportMoshe Shemesh2019-03-221-0/+5
* net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-3/+2Star
* Merge tag 'mlx5-updates-2019-02-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-02-231-3/+2Star
|\
| * net/mlx5e: Re-add support for TX timeout when TX reporter is not validEran Ben Elisha2019-02-221-3/+2Star
* | net/mlx5e: Trust kernel regarding transport offsetMaxim Mikityanskiy2019-02-221-4/+0Star
* | net/mlx5e: Remove the wrong assumption about transport offsetMaxim Mikityanskiy2019-02-221-9/+2Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-091-0/+6
|\
| * net/mlx5e: FPGA, fix Innova IPsec TX offload data path performanceRaed Salem2019-02-051-0/+6
* | net/mlx5e: Add tx reporter supportEran Ben Elisha2019-02-071-2/+3
* | net: Revert devlink health changes.David S. Miller2019-01-251-1/+1
* | net/mlx5e: Add TX reporter supportEran Ben Elisha2019-01-181-1/+1
|/
* net/mlx5e: TX, Print opcode in error CQE warningTariq Toukan2018-12-211-3/+4
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2018-12-111-1/+1
|\
| * net/mlx5: Use helper to get CQE opcodeTariq Toukan2018-12-101-1/+1
* | mlx5: use skb_vlan_tag_get_prio()Michał Mirosław2018-11-221-1/+1
|/
* net/mlx5: WQ, fixes for fragmented WQ buffers APITariq Toukan2018-10-111-11/+11
* net/mlx5e: TX, Use function to access sq_dma object in fifoTariq Toukan2018-07-271-10/+9Star
* net: allow fallback function to pass netdevAlexander Duyck2018-07-091-1/+1
* net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+2
* net/mlx5e: Add TX completions statisticsTariq Toukan2018-06-281-2/+7
* net/mlx5e: Add UDP GSO supportBoris Pismenny2018-06-281-3/+5
* net/mlx5e: TX, Obsolete maintaining local copies of skb->len/dataTariq Toukan2018-06-021-30/+12Star
* net/mlx5e: IPOIB, Add a missing skb_pullTariq Toukan2018-06-021-0/+1
* net/mlx5e: IPOIB, Fix overflowing SQ WQE memsetTariq Toukan2018-06-021-3/+3
* net/mlx5e: Avoid reset netdev stats on configuration changesEran Ben Elisha2018-05-261-23/+26
* net/mlx5: Use order-0 allocations for all WQ typesTariq Toukan2018-05-251-11/+13
* net/mlx5e: TX, Use actual WQE size for SQ edge fillTariq Toukan2018-05-251-81/+132
* net/mlx5e: Use WQ API functions instead of direct fields accessTariq Toukan2018-05-251-4/+4
* net/mlx5e: Remove MLX5E_TEST_BIT macroGal Pressman2018-05-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-10/+10
|\
| * net/mlx5e: TX, Use correct counter in dma_map error flowTariq Toukan2018-04-261-10/+10
* | net/mlx5e: TLS, Add Innova TLS TX offload data pathIlya Lesokhin2018-05-011-15/+22
|/
* net/mlx5e: Recover Send Queue (SQ) from error stateEran Ben Elisha2018-03-281-2/+8
* net/mlx5e: Dump xmit error completionsEran Ben Elisha2018-03-281-0/+19
* net/mlx5e: Verify inline header size do not exceed SKB linear sizeEran Ben Elisha2018-02-201-1/+1
* net/mlx5e: Add VLAN offloads statisticsGal Pressman2017-11-091-0/+2
* net/mlx5e: Add 802.1ad VLAN insertion supportGal Pressman2017-11-091-0/+2
* net/mlx5e: Support DSCP trust state to Ethernet's IP packet on SQHuy Nguyen2017-11-051-2/+22