summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-08-20net/mlx5e: Use size_t to store byte offset in statistics descriptorsGal Pressman1-1/+1
2017-08-20net/mlx5e: Use kernel types instead of uint*_t in ethtool callbacksGal Pressman2-7/+4
2017-08-20net/mlx5e: Place constants on the right side of comparisonsOr Gerlitz1-2/+2
2017-08-20net/mlx5e: Avoid using multiple blank linesOr Gerlitz2-2/+0
2017-08-20net/mlx5e: Properly indent within conditional statementsOr Gerlitz1-14/+17
2017-08-20net/mlx5: Add a blank line after declarationsOr Gerlitz2-0/+2
2017-08-20net/mlx5: Avoid blank lines after/before open/close braceOr Gerlitz2-2/+0
2017-08-20net/mlx5e: Add outbound PCI buffer overflow counterEran Ben Elisha2-2/+24
2017-08-20net/mlx5e: Add RX buffer fullness countersGal Pressman3-1/+30
2017-08-20net/mlx5e: Add PCIe outbound stalls countersGal Pressman2-1/+20
2017-08-20net/mlx5e: IPoIB, Add support for get_link_ksettings in ethtoolShalom Lagziel1-12/+118
2017-08-20net/mlx5e: IPoIB, Fix driver name retrieved by ethtoolFeras Daoud1-0/+2
2017-08-20net/mlx5e: Send PAOS command on interface up/downEran Ben Elisha2-7/+20
2017-08-18mlx5: ensure 0 is returned when vport is zeroColin Ian King1-1/+1
2017-08-18net/mlx4_core: Enable 4K UAR if SRIOV module parameter is not enabledHuy Nguyen1-2/+2
2017-08-18net/sched: Fix the logic error to decide the ingress qdiscChris Mi2-2/+2
2017-08-16net/mlx4: fix spelling mistake: "availible" -> "available"Colin Ian King3-16/+16
2017-08-16mlx4: sizeof style usagestephen hemminger15-56/+56
2017-08-15mlxsw: spectrum_router: Use correct config optionIdo Schimmel1-1/+1
2017-08-15ipv6: fib: Provide offload indication using nexthop flagsIdo Schimmel1-4/+4
2017-08-15mlx5: remove unnecessary pci_set_drvdata()Zhu Yanjun1-2/+0
2017-08-15mlx4: remove unnecessary pci_set_drvdata()Zhu Yanjun1-2/+0
2017-08-14mlxsw: spectrum_router: Add support for nexthop group consolidation for IPv6Arkadi Sharshevsky1-9/+141
2017-08-14mlxsw: spectrum_router: Prepare nexthop group's hash table for IPv6Arkadi Sharshevsky1-17/+52
2017-08-14Change Kconfig descriptionOhad Oz1-1/+2
2017-08-14Allow Mellanox switch devices to be configured if only I2C bus is setOhad Oz1-1/+1
2017-08-14mlxsw: spectrum_router: Use one LPM tree for all virtual routersIdo Schimmel1-94/+165
2017-08-14mlxsw: spectrum_router: Pass argument explicitlyIdo Schimmel1-4/+4
2017-08-14mlxsw: spectrum_router: Return void from deletion functionsIdo Schimmel1-10/+9
2017-08-11mlxsw: make mlxsw_config_profile constBhumika Goyal3-3/+3
2017-08-11net: sched: use newly added classid identity helpersJiri Pirko3-4/+18
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-33/+60
2017-08-08net/mlx4_en: don't set CHECKSUM_COMPLETE on SCTP packetsDavide Caratti1-11/+18
2017-08-07Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller22-353/+588
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko5-18/+20
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko1-1/+1
2017-08-07net: sched: move prio into cls_commonJiri Pirko1-1/+1
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko8-38/+22
2017-08-07mlxsw: spectrum: rename cls arg in matchall processingJiri Pirko1-7/+7
2017-08-07mlxsw: spectrum: push cls_flower and cls_matchall setup_tc processing into se...Jiri Pirko1-30/+51
2017-08-07mlx5e_rep: push cls_flower setup_tc processing into a separate functionJiri Pirko1-20/+29
2017-08-07mlx5e: push cls_flower and mqprio setup_tc processing into separate functionsJiri Pirko1-25/+31
2017-08-07net: sched: make egress_dev flag part of flower offload structJiri Pirko1-1/+1
2017-08-07net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALLJiri Pirko1-1/+1
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko4-16/+17
2017-08-07net/mlx5: Increase the maximum flow counters supportedRabie Loulou5-17/+26
2017-08-07net/mlx5: Delay events till ib registration endsErez Shitrit2-0/+76
2017-08-07net/mlx5: Add CONFIG_MLX5_ESWITCH KconfigSaeed Mahameed10-72/+69
2017-08-07net/mlx5: Separate between E-Switch and MPFSSaeed Mahameed8-221/+375