aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-06net/mlx4_core: Support the HA mode for SRIOV VFs tooMoni Shoua1-10/+97
2015-12-06net/mlx4_core: Keep VLAN/MAC tables mirrored in multifunc HA modeMoni Shoua2-23/+581
2015-12-06net/mlx4_core: Support mirroring VF DMFS rules on both portsMoni Shoua2-9/+186
2015-12-06net/mlx4_core: Use both physical ports to dispatch link state events to VFMoni Shoua1-4/+20
2015-12-06net/mlx4_core: Use both physical ports to set the VF link stateOr Gerlitz2-1/+12
2015-12-03mlxsw: core: Change BUG to WARN in hwmon codeJiri Pirko1-1/+1
2015-12-03net/mlx5e: Add support for SR-IOV ndosSaeed Mahameed1-1/+83
2015-12-03net/mlx5: E-Switch, Introduce get vf statisticsSaeed Mahameed2-0/+70
2015-12-03net/mlx5: E-Switch, Introduce set vport vlan (VST mode)Saeed Mahameed2-2/+134
2015-12-03net/mlx5: E-Switch, Introduce HCA cap and E-Switch vport contextSaeed Mahameed1-0/+11
2015-12-03net/mlx5: E-Switch, Introduce Vport administration functionsSaeed Mahameed2-0/+69
2015-12-03net/mlx5: E-Switch, Add SR-IOV (FDB) supportSaeed Mahameed4-80/+642
2015-12-03net/mlx5: E-Switch, Introduce FDB hardware capabilitiesSaeed Mahameed1-0/+13
2015-12-03net/mlx5: Introducing E-Switch and l2 tableSaeed Mahameed5-1/+654
2015-12-03net/mlx5e: Write vlan list into vport contextSaeed Mahameed2-0/+53
2015-12-03net/mlx5e: Write UC/MC list and promisc mode into vport contextSaeed Mahameed1-0/+87
2015-12-03net/mlx5: Introduce access functions to modify/query vport vlansSaeed Mahameed1-0/+112
2015-12-03net/mlx5: Introduce access functions to modify/query vport promisc modeSaeed Mahameed1-0/+62
2015-12-03net/mlx5: Introduce access functions to modify/query vport stateSaeed Mahameed2-7/+56
2015-12-03net/mlx5: Introduce access functions to modify/query vport mac listsSaeed Mahameed1-0/+119
2015-12-03net/mlx5: Update access functions to Query/Modify vport MAC addressSaeed Mahameed2-12/+77
2015-12-03net/mlx5_core: Add base sriov supportEli Cohen5-8/+291
2015-12-03net/mlx5_core: Modify enable/disable hca functionsEli Cohen2-24/+23
2015-12-03mlxsw: spectrum: Implement LAG tx enabled lower state changeJiri Pirko1-2/+79
2015-12-03mlxsw: spectrum: Implement FDB add/remove/dump for LAGJiri Pirko1-32/+150
2015-12-03mlxsw: spectrum: Implement LAG port join/leaveJiri Pirko2-17/+306
2015-12-03mlxsw: reg: Add definition of LAG unicast record for SFN registerJiri Pirko1-1/+21
2015-12-03mlxsw: reg: Add definition of LAG unicast record for SFD registerJiri Pirko1-8/+71
2015-12-03mlxsw: reg: Add link aggregation configuration registers definitionsJiri Pirko1-0/+293
2015-12-03mlxsw: pci: Implement LAG processing for received packetsJiri Pirko2-12/+11
2015-12-03mlxsw: core: Add support for packets received from LAG portJiri Pirko3-5/+92
2015-12-03mlxsw: spectrum: Add set_rx_mode ndo stubJiri Pirko1-0/+5
2015-11-30mlxsw: core: Implement fan control using hwmonJiri Pirko1-1/+120
2015-11-30mlxsw: reg: Add definition of fan management registersJiri Pirko1-0/+133
2015-11-30mlxsw: core: Implement temperature hwmon interfaceJiri Pirko5-0/+264
2015-11-30mlxsw: reg: Add definition of temperature management registersJiri Pirko1-0/+111
2015-11-30mlxsw: spectrum: Add support for port identificationIdo Schimmel1-0/+24
2015-11-30mlxsw: reg: Add Management LED Control register definitionIdo Schimmel1-0/+46
2015-11-20mlxsw: spectrum: Add error paths to __mlxsw_sp_port_vlans_addIdo Schimmel1-15/+46
2015-11-20mlxsw: spectrum: Unify setting of HW VLAN filtersIdo Schimmel1-24/+34
2015-11-20mlxsw: spectrum: Use correct PVID value when removing VLANsIdo Schimmel1-10/+8
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet2-5/+2
2015-11-18net: add netif_tx_napi_add()Eric Dumazet1-2/+2
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet2-4/+0
2015-11-18mlx4: remove mlx4_en_low_latency_recv()Eric Dumazet4-198/+2
2015-11-18mlx5: support napi_complete_done()Eric Dumazet3-14/+13
2015-11-18mlx5: add busy polling supportEric Dumazet2-0/+8
2015-11-18mlx4: mlx4_en_low_latency_recv() called with BH disabledEric Dumazet1-5/+7
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