aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2-12/+6
2017-05-01mlxsw: spectrum_router: Simplify VRF enslavementIdo Schimmel3-131/+63
2017-04-30net/mlx5: E-Switch, Avoid redundant memory allocationEli Cohen2-19/+10
2017-04-30net/mlx5e: Disable HW LRO when PCI is slower than link on striding RQEran Ben Elisha1-7/+14
2017-04-30net/mlx5e: Use u8 as ownership type in mlx5e_get_cqe()Tariq Toukan1-2/+2
2017-04-30net/mlx5e: Use prefetchw when a write is to followTariq Toukan1-1/+1
2017-04-30net/mlx5e: Optimize poll ICOSQ completion queueTariq Toukan1-29/+33
2017-04-30net/mlx5e: Act on delay probe time updatesHadar Hen Zion1-0/+39
2017-04-30net/mlx5e: Update neighbour 'used' state using HW flow rules countersHadar Hen Zion6-2/+151
2017-04-30net/mlx5e: Add support to neighbour update flowHadar Hen Zion5-43/+434
2017-04-30net/mlx5e: Add neighbour hash table to the representorsHadar Hen Zion2-8/+129
2017-04-30net/mlx5e: Read neigh parameters with proper lockingHadar Hen Zion1-6/+14
2017-04-30net/mlx5e: Use flag to properly monitor a flow rule offloading stateHadar Hen Zion1-1/+7
2017-04-30net/mlx5e: Remove output device parameter from create encap header helpers definitionHadar Hen Zion1-15/+14
2017-04-30net/mlx5e: Move the encap entry structure from the eswitch headerOr Gerlitz3-19/+18
2017-04-30net/mlx5: Remove encap entry pointer from the eswitch flow attributesOr Gerlitz3-15/+18
2017-04-30net/mlx5e: Extendable vport representor netdev private dataSaeed Mahameed6-130/+224
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-55/+78
2017-04-24Merge tag 'mlx5-fixes-2017-04-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller6-53/+76
2017-04-24net/mlx5e: Fix race in mlx5e_sw_stats and mlx5e_vport_statsMartin KaFai Lau1-2/+2
2017-04-22net/mlx5e: Fix ETHTOOL_GRXCLSRLALL handlingIlan Tayari1-0/+1
2017-04-22net/mlx5e: Fix small packet thresholdEugenia Emantayev1-1/+1
2017-04-22net/mlx5: Fix UAR memory leakMaor Gottlieb1-0/+1
2017-04-22net/mlx5e: Make sure the FW max encap size is enough for ipv6 tunnelsOr Gerlitz1-19/+23
2017-04-22net/mlx5e: Make sure the FW max encap size is enough for ipv4 tunnelsOr Gerlitz1-19/+23
2017-04-22net/mlx5: E-Switch, Correctly deal with inline mode on ConnectX-5Or Gerlitz2-13/+26
2017-04-22net/mlx5: Fix driver load bad flow when having fw initializing timeoutMohamad Haj Yahia1-1/+1
2017-04-22mlx5: fix warning about missing prototypeStephen Hemminger2-0/+2
2017-04-22mlx5: hide unused functionsStephen Hemminger1-11/+13
2017-04-22net/mlx5: E-Switch, Add control for encapsulationRoi Dayan4-2/+71
2017-04-22net/mlx5: E-Switch, Refactor fast path FDB table creation in switchdev modeOr Gerlitz1-20/+49
2017-04-20net/mlx5e: IPoIB, Fix error handling in mlx5_rdma_netdev_alloc()Dan Carpenter1-2/+3
2017-04-20mlxsw: spectrum: Add FID miss trapJiri Pirko2-0/+2
2017-04-20mlxsw: spectrum: Allow ports to work under OVS masterJiri Pirko2-2/+64
2017-04-20mlxsw: spectrum: Teach mlxsw_sp_port_vlan_set to accept any vlan rangeJiri Pirko2-29/+29
2017-04-20mlxsw: spectrum_flower: Set dummy FID before forward actionJiri Pirko1-0/+5
2017-04-20mlxsw: spectrum: Add dummy FID initializationJiri Pirko2-1/+24
2017-04-20mlxsw: spectrum: Implement action to set FIDJiri Pirko4-0/+55
2017-04-20mlxsw: spectrum: Fix indent in mlxsw_sp_netdevice_port_upper_eventJiri Pirko1-2/+2
2017-04-20net/mlx4: suppress 'may be used uninitialized' warningGreg Thelen1-1/+1
2017-04-17net/mlx5e: E-switch vport manager is valid for ethernet onlySaeed Mahameed1-2/+8
2017-04-17net/mlx5e: IPoIB, RX handlerSaeed Mahameed3-0/+81
2017-04-17net/mlx5e: RX handlers per netdev profileSaeed Mahameed3-13/+24
2017-04-17net/mlx5e: IPoIB, Xmit flowSaeed Mahameed3-0/+100
2017-04-17net/mlx5e: Xmit flow break downSaeed Mahameed3-89/+119
2017-04-17net/mlx5e: IPoIB, Underlay QPSaeed Mahameed1-2/+124
2017-04-17net/mlx5e: IPoIB, Basic netdev ndos open/closeSaeed Mahameed3-3/+93
2017-04-17net/mlx5e: IPoIB, TX TIS creationSaeed Mahameed3-10/+26
2017-04-17net/mlx5e: IPoIB, RSS flow steering tablesSaeed Mahameed3-3/+54
2017-04-17net/mlx5e: IPoIB, RX steering RSS RQTs and TIRsSaeed Mahameed4-44/+83