aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-24mlxsw: Move devlink_port_attrs_set() call before registerJiri Pirko6-18/+21
2019-03-22net/mlx5e: Replace TC VLAN pop and push actions with VLAN modifyEli Britstein1-1/+11
2019-03-22net/mlx5e: Support VLAN modify actionEli Britstein1-2/+49
2019-03-22net/mlx5e: Add VLAN ID rewrite fieldsEli Britstein1-0/+2
2019-03-22net: Add IANA_VXLAN_UDP_PORT definition to vxlan header fileMoshe Shemesh1-2/+3
2019-03-22net/mlx5e: TX, Add geneve tunnel stateless offload supportMoshe Shemesh4-3/+77
2019-03-22net/mlx5e: Take SW parser code to a separate functionMoshe Shemesh2-24/+53
2019-03-22net/mlx5e: Remove redundant assignmentGustavo A. R. Silva1-4/+2
2019-03-22net/mlx5e: Fix compilation warning in en_tc.cSaeed Mahameed2-2/+3
2019-03-22net/mlx5e: Fix port buffer function documentation formatSaeed Mahameed1-15/+15
2019-03-22net/mlx5: Fix compilation warning in eq.cSaeed Mahameed1-4/+2
2019-03-22net/mlx5: Simplify mlx5_sriov_is_enabled() by using pci core APIParav Pandit2-8/+5
2019-03-22net/mlx5: Rename total_vfs to total_vportsParav Pandit1-2/+2
2019-03-22net/mlx5: Simplify sriov enable/disable flowParav Pandit1-36/+8
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni4-11/+7
2019-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-114/+169
2019-03-12net/mlx4_core: Fix qp mtt size calculationJack Morgenstein1-3/+3
2019-03-12net/mlx4_core: Fix locking in SRIOV mode when switching between events and pollingJack Morgenstein1-0/+8
2019-03-12net/mlx4_core: Fix reset flow when in command polling modeJack Morgenstein1-0/+1
2019-03-12mlxsw: minimal: Initialize base_macJiri Pirko1-0/+18
2019-03-12mlxsw: core: Prevent duplication during QSFP module initializationVadim Pasternak1-10/+11
2019-03-11net/mlx5: Avoid panic when setting vport rateTonghao Zhang1-4/+9
2019-03-11net/mlx5: Avoid panic when setting vport mac, getting vport configTonghao Zhang1-2/+2
2019-03-11net/mlx5e: Fix access to non-existing receive queueTariq Toukan1-0/+3
2019-03-11net/mlx5e: IPoIB, Fix RX checksum statistics updateFeras Daoud1-3/+8
2019-03-11net/mlx5: Remove redundant lag function to get pf numRoi Dayan2-23/+0
2019-03-11net/mlx5e: Properly get the PF number phys port name ndoRoi Dayan1-6/+7
2019-03-11net/mlx5: Consolidate update FTE for all removal changesEli Britstein1-6/+25
2019-03-11net/mlx5: Add a locked flag to node removal functionsEli Britstein1-42/+44
2019-03-11net/mlx5: Add modify FTE helper functionEli Britstein2-21/+30
2019-03-11net/mlx5: Fix multiple updates of steering rules in parallelEli Britstein1-0/+6
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-31/+54
2019-03-06net/mlx5: ODP support for XRC transport is not enabled by default in FWMoni Shoua1-16/+23
2019-03-04net/mlx5e: Update tx reporter status in case channels were successfully openedEran Ben Elisha1-0/+4
2019-03-04mellanox: Switch to bitmap_zalloc()Andy Shevchenko5-22/+16
2019-03-03mlxsw: i2c: Extend initialization by querying resources dataVadim Pasternak2-6/+17
2019-03-03mlxsw: i2c: Extend input parameters list of command APIVadim Pasternak1-19/+101
2019-03-03mlxsw: i2c: Modify input parameter name in initialization APIVadim Pasternak1-1/+1
2019-03-03mlxsw: i2c: Fix comment misspellingVadim Pasternak1-1/+1
2019-03-03mlxsw: core: Move resource query API to common locationVadim Pasternak3-37/+40
2019-03-03mlxsw: minimal: Add ethtool supportVadim Pasternak1-2/+322
2019-03-03mlxsw: minimal: Make structures and variables names shorterVadim Pasternak1-18/+18
2019-03-03mlxsw: core: Move ethtool module callbacks to a common locationVadim Pasternak3-107/+139
2019-03-02Merge tag 'mlx5-updates-2019-03-01' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller14-109/+604
2019-03-01mlxsw: spectrum_acl: Make mlxsw_sp_acl_tcam_vregion_rehash() return voidJiri Pirko1-8/+4
2019-03-01mlxsw: spectrum_acl: Remember where to continue rehash migrationJiri Pirko1-5/+86
2019-03-01mlxsw: spectrum_acl: Allow to interrupt/continue rehash workJiri Pirko1-20/+62
2019-03-01mlxsw: spectrum_acl: Do rollback as another call to mlxsw_sp_acl_tcam_vchunk_migrate_all()Jiri Pirko1-46/+29
2019-03-01mlxsw: spectrum_acl: Put vchunk migrate start/end code into separate functionsJiri Pirko1-11/+32
2019-03-01mlxsw: spectrum_acl: Put this_is_rollback to rehash context structJiri Pirko1-7/+12