summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Fix error flow of CQE recovery on tx reporterAya Levin2019-09-101-1/+0
* net/mlx5e: always initialize frag->last_in_pageQian Cai2019-08-091-3/+2
* net/mlx5e: Rx, Fix checksum calculation for new hardwareSaeed Mahameed2019-07-281-0/+3
* net/mlx5e: Attach/detach XDP program safelyMaxim Mikityanskiy2019-07-261-11/+20
* net/mlx5e: Avoid detaching non-existing netdev under switchdev modeAlaa Hleihel2019-06-071-0/+5
* net/mlx5e: Replace reciprocal_scale in TX select queue functionShay Agroskin2019-06-071-0/+1
* net/mlx5e: Add ndo_set_feature for uplink representorChris Mi2019-06-071-2/+1
* net/mlx5e: Disable rxhash when CQE compress is enabledSaeed Mahameed2019-05-281-0/+13
* net/mlx5e: Turn on HW tunnel offload in all TIRsTariq Toukan2019-05-011-1/+4
* net/mlx5e: Take common TIR context settings into a functionTariq Toukan2019-05-011-28/+21
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-05-011-7/+7
|\
| * net/mlx5: Separate and generalize dma device from pci deviceVu Pham2019-04-291-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-251-2/+3
|\ \
| * | net/mlx5e: Fix the max MTU check in case of XDPMaxim Mikityanskiy2019-04-191-2/+3
* | | net/mlx5e: Use #define for the WQE wait timeout constantMaxim Mikityanskiy2019-04-231-3/+7
* | | net/mlx5e: Take HW interrupt trigger into a functionMaxim Mikityanskiy2019-04-231-9/+1
* | | net/mlx5e: Remove unused parameterMaxim Mikityanskiy2019-04-231-5/+5
* | | net/mlx5e: Move parameter calculation functions to en/params.cMaxim Mikityanskiy2019-04-231-98/+1
* | | net/mlx5e: Report mlx5e_xdp_set errorsMaxim Mikityanskiy2019-04-231-1/+1
* | | net/mlx5e: Remove unused parameterMaxim Mikityanskiy2019-04-231-2/+1
* | | net/mlx5e: XDP, Inline small packets into the TX MPWQE in XDP xmit flowShay Agroskin2019-04-231-1/+1
* | | net/mlx5e: RX, Support multiple outstanding UMR postsTariq Toukan2019-04-231-5/+31
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-5/+16
|\| |
| * | net/mlx5e: Switch to Toeplitz RSS hash by defaultKonstantin Khlebnikov2019-04-091-1/+1
| * | net/mlx5e: XDP, Avoid checksum complete when XDP prog is loadedSaeed Mahameed2019-04-091-1/+5
| * | net/mlx5e: Use fail-safe channels reopen in tx reporter recoverEran Ben Elisha2019-04-091-3/+10
| |/
* | net/mlx5e: Unify logic of MTU boundariesTariq Toukan2019-04-051-5/+16
* | net/mlx5e: Obsolete param field holding a constant valueTariq Toukan2019-04-051-2/+1
* | net/mlx5e: TX, Add geneve tunnel stateless offload supportMoshe Shemesh2019-03-221-3/+15
|/
* net/mlx5e: Update tx reporter status in case channels were successfully openedEran Ben Elisha2019-03-041-0/+4
* net/mlx5: Support ndo bridge_setlink and getlinkHuy Nguyen2019-02-221-0/+59
* net/mlx5e: Re-add support for TX timeout when TX reporter is not validEran Ben Elisha2019-02-221-6/+0
* net/mlx5e: Wrap the open and apply of channels in one fail-safe functionTariq Toukan2019-02-191-12/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-0/+2
|\
| * net/mlx5e: XDP, fix redirect resources availability checkSaeed Mahameed2019-02-131-0/+2
* | net/mlx5e: Add tx timeout support for mlx5e tx reporterEran Ben Elisha2019-02-071-37/+16
* | net/mlx5e: Add tx reporter supportEran Ben Elisha2019-02-071-121/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-291-1/+1
|\|
| * net/mlx5e: Fix wrong private flag usage causing checksum disableShay Agroskin2019-01-251-1/+1
* | net/mlx5e: Reuse fold sw stats in representorsSaeed Mahameed2019-01-251-1/+1
* | net/mlx5e: Separate between ethtool and netdev software stats foldingSaeed Mahameed2019-01-251-7/+23
* | net/mlx5e: Expand XPS cpumask to cover all online cpusMoshe Shemesh2019-01-251-2/+32
* | net/mlx5e: RX, Make sure packet header does not cross page boundaryTariq Toukan2019-01-251-2/+1
* | net: Revert devlink health changes.David S. Miller2019-01-251-23/+163
* | net/mlx5e: Add TX timeout support for mlx5e TX reporterEran Ben Elisha2019-01-181-44/+7
* | net/mlx5e: Add TX reporter supportEran Ben Elisha2019-01-181-119/+16
|/
* net/mlx5e: XDP, Add user control for XDP TX MPWQE featureTariq Toukan2018-12-201-1/+5
* net/mlx5e: XDP, Support Enhanced Multi-Packet TX WQETariq Toukan2018-12-201-20/+27
* net/mlx5e: XDP, Add array for WQE info descriptorsTariq Toukan2018-12-201-0/+11
* net/mlx5e: XDP, Maintain a FIFO structure for xdp_info instancesTariq Toukan2018-12-201-6/+23