aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-29net/mlx5e: fix TLS dependencyArnd Bergmann1-0/+1
2018-05-29Merge tag 'mlx5e-updates-2018-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller19-382/+709
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-17/+59
2018-05-25net/mlx5e: Avoid reset netdev stats on configuration changesEran Ben Elisha8-100/+136
2018-05-25net/mlx5e: Introducing new statistics rwlockShalom Lagziel5-9/+27
2018-05-25net/mlx5e: Move phy link down events counter out of SW statsSaeed Mahameed2-18/+22
2018-05-25net/mlx5: Use order-0 allocations for all WQ typesTariq Toukan8-90/+111
2018-05-25net/mlx5i: Use compilation flag in IPOIB headerTariq Toukan1-0/+3
2018-05-25net/mlx5e: TX, Use actual WQE size for SQ edge fillTariq Toukan5-92/+178
2018-05-25net/mlx5e: Use WQ API functions instead of direct fields accessTariq Toukan5-38/+60
2018-05-25net/mlx5e: Split offloaded eswitch TC rules for port mirroringChris Mi3-21/+108
2018-05-25net/mlx5e: Parse mirroring action for offloaded TC eswitch flowsChris Mi3-21/+43
2018-05-25net/mlx5: E-switch, Create a second level FDB flow tableChris Mi3-5/+32
2018-05-25net/mlx5: E-Switch, Reorganize and rename fdb flow tablesChris Mi3-24/+25
2018-05-25mlx4_core: allocate ICM memory in page size chunksQing Huang1-7/+9
2018-05-24net/mlx5: IPSec, Fix a race between concurrent sandbox QP commandsYossi Kuperman1-7/+5
2018-05-24net/mlx5e: When RXFCS is set, add FCS data into checksum calculationEran Ben Elisha1-0/+42
2018-05-24net/mlx5e: Receive buffer support for DCBXHuy Nguyen2-7/+126
2018-05-24net/mlx5e: Receive buffer configurationHuy Nguyen4-1/+408
2018-05-24net/mlx5: PPTB and PBMC register firmware command supportHuy Nguyen2-0/+113
2018-05-24net/mlx5e: Move port speed code from en_ethtool.c to en/port.cHuy Nguyen8-72/+213
2018-05-23net/mlx4: Fix irq-unsafe spinlock usageJack Morgenstein1-2/+2
2018-05-23net/mlx4: fix spelling mistake: "Inrerface" -> "Interface" and rephrase messageColin Ian King1-1/+1
2018-05-22mlxsw: spectrum_router: Add support for route appendDavid Ahern1-0/+2
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2018-05-19mlxsw: use devlink helper to generate physical port nameJiri Pirko4-20/+19
2018-05-19devlink: extend attrs_set for setting port flavoursJiri Pirko1-2/+2
2018-05-19devlink: introduce devlink_port_attrs_setJiri Pirko4-7/+9
2018-05-17net/mlx5e: Add HW vport counters to representor ethtool statsOr Gerlitz1-6/+29
2018-05-17net/mlx5e: Ignore attempts to offload multiple times a TC flowOr Gerlitz1-2/+19
2018-05-17net/mlx5e: Use shared table for offloaded TC eswitch flowsOr Gerlitz5-21/+43
2018-05-17net/mlx5e: Prepare for shared table to keep TC eswitch flowsOr Gerlitz2-20/+20
2018-05-17net/mlx5e: Add ingress/egress indication for offloaded TC flowsOr Gerlitz5-31/+70
2018-05-17net/mlx5e: Offload TC eswitch rules for VFs belonging to different PFsRabie Loulou1-1/+16
2018-05-17Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed8-10/+47
2018-05-17net/mlx5e: Explicitly set source e-switch in offloaded TC rulesShahar Klein3-0/+10
2018-05-17net/mlx5: Add source e-switch ownerShahar Klein1-0/+10
2018-05-17net/mlx5e: Explicitly set destination e-switch in FDB rulesRabie Loulou3-0/+8
2018-05-17net/mlx5: Add destination e-switch ownerShahar Klein5-7/+13
2018-05-17net/mlx5: Properly handle a vport destination when setting FTEShahar Klein1-0/+3
2018-05-16net/mlx5: Eswitch, Use 'kvfree()' for memory allocated by 'kvzalloc()'Christophe JAILLET1-1/+1
2018-05-16net/mlx5: Vport, Use 'kvfree()' for memory allocated by 'kvzalloc()'Christophe JAILLET1-3/+3
2018-05-14net/mlx5e: Remove MLX5E_TEST_BIT macroGal Pressman4-10/+8
2018-05-14net/mlx5e: Use test bit in en accel xmit flowGal Pressman1-2/+2
2018-05-14net/mlx5e: Use __set_bit for adaptive-moderation bit in RQ stateGal Pressman1-1/+1
2018-05-14net/mlx5e: Report all channels with min RX WQEs timeoutEran Ben Elisha1-12/+11
2018-05-14net/mlx5e: Support offloaded TC flows with no matches on headersOr Gerlitz3-3/+16
2018-05-14net/mlx5e: Get the required HW match level while parsing TC flow matchesOr Gerlitz2-17/+24
2018-05-14net/mlx5e: Properly order min inline mode setup while parsing TC matchesOr Gerlitz1-53/+76
2018-05-14net/mlx5e: Use local actions var while processing offloaded TC flow actionsOr Gerlitz1-20/+24