aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-08IB/mlx4: Use correct order of variables in log messageWengang Wang1-1/+1
2015-11-15net/mlx4_core: Avoid returning success in case of an error flowNoa Osherovich1-3/+5
2015-11-15net/mlx4_core: Fix sleeping while holding spinlock at rem_slave_countersEran Ben Elisha1-12/+27
2015-11-15net/mlx5e: Use the right DMA free function on TX pathAchiad Shochat2-32/+43
2015-11-15net/mlx5e: Max mtu comparison fixDoron Tsur1-0/+2
2015-11-15net/mlx5e: Added self loopback preventionTariq Toukan1-0/+48
2015-11-15net/mlx5e: Fix inline header size calculationSaeed Mahameed1-2/+9
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds6-9/+96
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds3-3/+3
2015-11-03net/mlx5e: Fix LSO vlan insertionAchiad Shochat1-2/+3
2015-11-03net/mlx5e: Re-eanble client vlan TX accelerationAchiad Shochat2-2/+22
2015-11-03net/mlx5e: Return error in case mlx5e_set_features() failsAchiad Shochat1-1/+1
2015-11-03net/mlx5e: Don't allow more than max supported channelsAchiad Shochat3-5/+9
2015-11-03net/mlx5_core: Use the the real irqn in eq->irqnAchiad Shochat1-4/+4
2015-11-03net/mlx5e: Wait for RX buffers initialization in a more proper mannerAchiad Shochat1-2/+2
2015-11-03net/mlx5e: Avoid NULL pointer access in case of configuration failureAchiad Shochat1-0/+6
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+4
2015-10-30mlxsw: spectrum: Make mlxsw_sp_port_switchdev_ops staticJiri Pirko1-1/+1
2015-10-30mlxsw: Put braces on all arms of branch statementOr Gerlitz1-1/+2
2015-10-30mlxsw: Put constant on the right side of comparisonsOr Gerlitz2-3/+3
2015-10-30mlxsw: spectrum: Fix ageing time valueJiri Pirko1-1/+2
2015-10-30mlxsw: reg: Avoid unnecessary line wrap for mlxsw_reg_sfd_uc_unpackJiri Pirko1-4/+3
2015-10-30mlxsw: reg: Fix desription typos of couple of SFN itemsJiri Pirko1-3/+3
2015-10-30mlxsw: reg: Fix description for reg_sfd_uc_sub_portJiri Pirko1-2/+3
2015-10-30mlxsw: spectrum: Add support for flood controlIdo Schimmel3-37/+78
2015-10-30mlxsw: spectrum: Add support for VLAN ranges in flooding configurationIdo Schimmel1-20/+20
2015-10-30mlxsw: spectrum: move "bridged" bool to u8 flagsJiri Pirko2-5/+5
2015-10-27net/mlx4: Copy/set only sizeof struct mlx4_eqe bytesCarol L Soto2-2/+2
2015-10-27net/mlx4_en: Explicitly set no vlan tags in WQE ctrl segment when no vlan is presentJack Morgenstein1-0/+2
2015-10-21net/mlx4_en: Implement mcast loopback prevention for ETH qpsMaor Gottlieb3-1/+49
2015-10-21net/mlx4_core: Add support for filtering multicast loopbackMaor Gottlieb3-8/+47
2015-10-21Merge branch 'k.o/for-4.3-v1' into k.o/for-4.4Doug Ledford1-22/+0
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-21/+38
2015-10-16mlxsw: spectrum: Add initial support for Spectrum ASICJiri Pirko10-0/+3374
2015-10-16mlxsw: reg: Add Switch Port VLAN MAC Learning register definitionIdo Schimmel1-0/+67
2015-10-16mlxsw: reg: Add Switch Filtering Database Aging Time register definitionJiri Pirko1-0/+37
2015-10-16mlxsw: reg: Add Switch Virtual-Port Enabling register definitionIdo Schimmel1-0/+38
2015-10-16mlxsw: reg: Add Switch VID to FID Allocation register definitionIdo Schimmel1-0/+95
2015-10-16mlxsw: reg: Add Switch FID Management register definitionIdo Schimmel1-0/+87
2015-10-16mlxsw: reg: Add shared buffer configuration registers definitionsJiri Pirko1-0/+349
2015-10-16mlxsw: reg: Add Switch Port VID and Switch Port VLAN Membership registers definitionsElad Raz1-0/+146
2015-10-16mlxsw: reg: Add Switch FDB Notification register definitionJiri Pirko1-0/+101
2015-10-16mlxsw: reg: Add Switch Filtering Database register definitionJiri Pirko1-0/+216
2015-10-16mlxsw: item: Add MLXSW_ITEM_BUF_INDEXED helperJiri Pirko1-6/+40
2015-10-16mlxsw: item: Make src arg of memcpy_to helper constJiri Pirko1-2/+2
2015-10-16mlxsw: cmd: Introduce FID-offset flooding tablesIdo Schimmel3-0/+18
2015-10-16mlxsw: cmd: Introduce per-FID flooding tablesIdo Schimmel3-0/+19
2015-10-16mlxsw: Enable configuration of flooding domainsIdo Schimmel2-4/+5
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-3/+0
2015-10-15mlx4: corretly check failed allocationInsu Yun1-1/+1