aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-01net/mlx5e: Turn on HW tunnel offload in all TIRsTariq Toukan1-1/+4
2019-05-01net/mlx5e: Take common TIR context settings into a functionTariq Toukan1-28/+21
2019-05-01Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-7/+7
2019-04-29net/mlx5: Separate and generalize dma device from pci deviceVu Pham1-7/+7
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2019-04-23net/mlx5e: Use #define for the WQE wait timeout constantMaxim Mikityanskiy1-3/+7
2019-04-23net/mlx5e: Take HW interrupt trigger into a functionMaxim Mikityanskiy1-9/+1
2019-04-23net/mlx5e: Remove unused parameterMaxim Mikityanskiy1-5/+5
2019-04-23net/mlx5e: Move parameter calculation functions to en/params.cMaxim Mikityanskiy1-98/+1
2019-04-23net/mlx5e: Report mlx5e_xdp_set errorsMaxim Mikityanskiy1-1/+1
2019-04-23net/mlx5e: Remove unused parameterMaxim Mikityanskiy1-2/+1
2019-04-23net/mlx5e: XDP, Inline small packets into the TX MPWQE in XDP xmit flowShay Agroskin1-1/+1
2019-04-23net/mlx5e: RX, Support multiple outstanding UMR postsTariq Toukan1-5/+31
2019-04-19net/mlx5e: Fix the max MTU check in case of XDPMaxim Mikityanskiy1-2/+3
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+16
2019-04-09net/mlx5e: Switch to Toeplitz RSS hash by defaultKonstantin Khlebnikov1-1/+1
2019-04-09net/mlx5e: XDP, Avoid checksum complete when XDP prog is loadedSaeed Mahameed1-1/+5
2019-04-09net/mlx5e: Use fail-safe channels reopen in tx reporter recoverEran Ben Elisha1-3/+10
2019-04-05net/mlx5e: Unify logic of MTU boundariesTariq Toukan1-5/+16
2019-04-05net/mlx5e: Obsolete param field holding a constant valueTariq Toukan1-2/+1
2019-03-22net/mlx5e: TX, Add geneve tunnel stateless offload supportMoshe Shemesh1-3/+15
2019-03-04net/mlx5e: Update tx reporter status in case channels were successfully openedEran Ben Elisha1-0/+4
2019-02-22net/mlx5: Support ndo bridge_setlink and getlinkHuy Nguyen1-0/+59
2019-02-22net/mlx5e: Re-add support for TX timeout when TX reporter is not validEran Ben Elisha1-6/+0
2019-02-19net/mlx5e: Wrap the open and apply of channels in one fail-safe functionTariq Toukan1-12/+21
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2019-02-13net/mlx5e: XDP, fix redirect resources availability checkSaeed Mahameed1-0/+2
2019-02-07net/mlx5e: Add tx timeout support for mlx5e tx reporterEran Ben Elisha1-37/+16
2019-02-07net/mlx5e: Add tx reporter supportEran Ben Elisha1-121/+15
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-01-25net/mlx5e: Reuse fold sw stats in representorsSaeed Mahameed1-1/+1
2019-01-25net/mlx5e: Separate between ethtool and netdev software stats foldingSaeed Mahameed1-7/+23
2019-01-25net/mlx5e: Expand XPS cpumask to cover all online cpusMoshe Shemesh1-2/+32
2019-01-25net/mlx5e: RX, Make sure packet header does not cross page boundaryTariq Toukan1-2/+1
2019-01-25net/mlx5e: Fix wrong private flag usage causing checksum disableShay Agroskin1-1/+1
2019-01-25net: Revert devlink health changes.David S. Miller1-23/+163
2019-01-18net/mlx5e: Add TX timeout support for mlx5e TX reporterEran Ben Elisha1-44/+7
2019-01-18net/mlx5e: Add TX reporter supportEran Ben Elisha1-119/+16
2018-12-20net/mlx5e: XDP, Add user control for XDP TX MPWQE featureTariq Toukan1-1/+5
2018-12-20net/mlx5e: XDP, Support Enhanced Multi-Packet TX WQETariq Toukan1-20/+27
2018-12-20net/mlx5e: XDP, Add array for WQE info descriptorsTariq Toukan1-0/+11
2018-12-20net/mlx5e: XDP, Maintain a FIFO structure for xdp_info instancesTariq Toukan1-6/+23
2018-12-20net/mlx5e: XDP, Change the XDP SQ redirect indicationTariq Toukan1-7/+5
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2018-12-17net/mlx5e: Add sriov and udp tunnel ndo support for the uplink repOr Gerlitz1-14/+12
2018-12-17net/mlx5e: Handle port mtu/link, dcb and lag for uplink repsOr Gerlitz1-1/+1
2018-12-17net/mlx5e: Uninstantiate esw manager vport netdev on switchdev modeOr Gerlitz1-8/+16
2018-12-17net/mlx5e: Remove leftover code from the PF netdev being uplink repOr Gerlitz1-18/+2
2018-12-17net/mlx5e: Use dedicated uplink vport netdev representorOr Gerlitz1-21/+10
2018-12-13net/mlx5e: Cancel DIM work on close SQTal Gilboa1-0/+1