aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-25net/mlx5e: Fix wrong max num channels indicationTariq Toukan1-9/+3
2019-07-11Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-0/+1
2019-07-11net/mlx5e: Rx, Fix checksum calculation for new hardwareSaeed Mahameed1-0/+1
2019-07-05net/mlx5e: Add kTLS TX HW offload supportTariq Toukan1-1/+7
2019-07-05net/mlx5e: Re-work TIS creation functionsTariq Toukan1-2/+1
2019-07-05net/mlx5e: Tx, Unconstify SQ stop roomTariq Toukan1-0/+1
2019-07-05net/mlx5e: Move helper functions to a new txrx datapath headerTariq Toukan1-102/+0
2019-07-05Merge tag 'mlx5-updates-2019-07-04-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-1/+1
2019-07-04Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-1/+1
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-15/+140
2019-07-03net/mlx5: Report EQE data upon CQ completionYishai Hadas1-1/+1
2019-06-28net/mlx5e: Don't refresh TIRs when updating representor SQsGavi Teitz1-0/+2
2019-06-27net/mlx5e: Add XSK zero-copy supportMaxim Mikityanskiy1-10/+88
2019-06-27net/mlx5e: Share the XDP SQ for XDP_TX between RQsMaxim Mikityanskiy1-1/+3
2019-06-27net/mlx5e: Refactor struct mlx5e_xdp_infoMaxim Mikityanskiy1-5/+41
2019-06-27net/mlx5e: Allow ICO SQ to be used by multiple RQsMaxim Mikityanskiy1-0/+9
2019-06-27Merge tag 'blk-dim-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-5/+5
2019-06-25linux/dim: Move implementation to .c filesTal Gilboa1-1/+1
2019-06-25linux/dim: Rename externally used net_dim membersTal Gilboa1-4/+4
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2019-06-07net/mlx5e: Replace reciprocal_scale in TX select queue functionShay Agroskin1-0/+1
2019-06-07net/mlx5e: Add ndo_set_feature for uplink representorChris Mi1-0/+1
2019-06-04mlx5: Move firmware flash implementation to devlinkJiri Pirko1-2/+0
2019-05-01net/mlx5e: Turn on HW tunnel offload in all TIRsTariq Toukan1-0/+1
2019-04-23net/mlx5e: Take HW interrupt trigger into a functionMaxim Mikityanskiy1-0/+1
2019-04-23net/mlx5e: XDP, Inline small packets into the TX MPWQE in XDP xmit flowShay Agroskin1-1/+4
2019-04-23net/mlx5e: XDP, Enhance RQ indication for XDP redirect flushTariq Toukan1-1/+1
2019-04-23net/mlx5e: XDP, Fix shifted flag index in RQ bitmapTariq Toukan1-1/+1
2019-04-23net/mlx5e: RX, Support multiple outstanding UMR postsTariq Toukan1-4/+6
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-04-09net/mlx5e: Use fail-safe channels reopen in tx reporter recoverEran Ben Elisha1-0/+1
2019-04-05net/mlx5e: Unify logic of MTU boundariesTariq Toukan1-0/+1
2019-04-05net/mlx5e: Obsolete param field holding a constant valueTariq Toukan1-1/+0
2019-04-05Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-1/+1
2019-04-02net/mlx5: Remove spinlock support from mlx5_write64Maxim Mikityanskiy1-1/+1
2019-04-01drivers: mellanox: use netdev_xmit_more() helperFlorian Westphal1-1/+1
2019-03-22net/mlx5e: TX, Add geneve tunnel stateless offload supportMoshe Shemesh1-0/+6
2019-03-22net/mlx5e: Take SW parser code to a separate functionMoshe Shemesh1-0/+41
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-2/+1
2019-02-19net/mlx5e: Wrap the open and apply of channels in one fail-safe functionTariq Toukan1-3/+3
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-02-13net/mlx5e: XDP, fix redirect resources availability checkSaeed Mahameed1-0/+1
2019-02-07net/mlx5e: Add tx reporter supportEran Ben Elisha1-4/+14
2019-01-25net/mlx5e: Reuse fold sw stats in representorsSaeed Mahameed1-0/+1
2019-01-25net/mlx5e: Expand XPS cpumask to cover all online cpusMoshe Shemesh1-0/+1
2019-01-25net/mlx5e: Take CQ decompress fields into a separate structureTariq Toukan1-6/+9
2019-01-25net/mlx5e: RX, Make sure packet header does not cross page boundaryTariq Toukan1-7/+4
2019-01-25net: Revert devlink health changes.David S. Miller1-14/+4
2019-01-18net/mlx5e: Add TX reporter supportEran Ben Elisha1-4/+14
2018-12-20net/mlx5e: XDP, Add user control for XDP TX MPWQE featureTariq Toukan1-0/+1