summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-092-12/+6
* mlxsw: spectrum_router: Simplify VRF enslavementIdo Schimmel2017-05-013-131/+63
* net/mlx5: E-Switch, Avoid redundant memory allocationEli Cohen2017-04-302-19/+10
* net/mlx5e: Disable HW LRO when PCI is slower than link on striding RQEran Ben Elisha2017-04-301-7/+14
* net/mlx5e: Use u8 as ownership type in mlx5e_get_cqe()Tariq Toukan2017-04-301-2/+2
* net/mlx5e: Use prefetchw when a write is to followTariq Toukan2017-04-301-1/+1
* net/mlx5e: Optimize poll ICOSQ completion queueTariq Toukan2017-04-301-29/+33
* net/mlx5e: Act on delay probe time updatesHadar Hen Zion2017-04-301-0/+39
* net/mlx5e: Update neighbour 'used' state using HW flow rules countersHadar Hen Zion2017-04-306-2/+151
* net/mlx5e: Add support to neighbour update flowHadar Hen Zion2017-04-305-43/+434
* net/mlx5e: Add neighbour hash table to the representorsHadar Hen Zion2017-04-302-8/+129
* net/mlx5e: Read neigh parameters with proper lockingHadar Hen Zion2017-04-301-6/+14
* net/mlx5e: Use flag to properly monitor a flow rule offloading stateHadar Hen Zion2017-04-301-1/+7
* net/mlx5e: Remove output device parameter from create encap header helpers de...Hadar Hen Zion2017-04-301-15/+14
* net/mlx5e: Move the encap entry structure from the eswitch headerOr Gerlitz2017-04-303-19/+18
* net/mlx5: Remove encap entry pointer from the eswitch flow attributesOr Gerlitz2017-04-303-15/+18
* net/mlx5e: Extendable vport representor netdev private dataSaeed Mahameed2017-04-306-130/+224
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-277-55/+78
|\
| * Merge tag 'mlx5-fixes-2017-04-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-04-246-53/+76
| |\
| | * net/mlx5e: Fix ETHTOOL_GRXCLSRLALL handlingIlan Tayari2017-04-221-0/+1
| | * net/mlx5e: Fix small packet thresholdEugenia Emantayev2017-04-221-1/+1
| | * net/mlx5: Fix UAR memory leakMaor Gottlieb2017-04-221-0/+1
| | * net/mlx5e: Make sure the FW max encap size is enough for ipv6 tunnelsOr Gerlitz2017-04-221-19/+23
| | * net/mlx5e: Make sure the FW max encap size is enough for ipv4 tunnelsOr Gerlitz2017-04-221-19/+23
| | * net/mlx5: E-Switch, Correctly deal with inline mode on ConnectX-5Or Gerlitz2017-04-222-13/+26
| | * net/mlx5: Fix driver load bad flow when having fw initializing timeoutMohamad Haj Yahia2017-04-221-1/+1
| * | net/mlx5e: Fix race in mlx5e_sw_stats and mlx5e_vport_statsMartin KaFai Lau2017-04-241-2/+2
| |/
* | mlx5: fix warning about missing prototypeStephen Hemminger2017-04-222-0/+2
* | mlx5: hide unused functionsStephen Hemminger2017-04-221-11/+13
* | net/mlx5: E-Switch, Add control for encapsulationRoi Dayan2017-04-224-2/+71
* | net/mlx5: E-Switch, Refactor fast path FDB table creation in switchdev modeOr Gerlitz2017-04-221-20/+49
* | net/mlx5e: IPoIB, Fix error handling in mlx5_rdma_netdev_alloc()Dan Carpenter2017-04-201-2/+3
* | mlxsw: spectrum: Add FID miss trapJiri Pirko2017-04-202-0/+2
* | mlxsw: spectrum: Allow ports to work under OVS masterJiri Pirko2017-04-202-2/+64
* | mlxsw: spectrum: Teach mlxsw_sp_port_vlan_set to accept any vlan rangeJiri Pirko2017-04-202-29/+29
* | mlxsw: spectrum_flower: Set dummy FID before forward actionJiri Pirko2017-04-201-0/+5
* | mlxsw: spectrum: Add dummy FID initializationJiri Pirko2017-04-202-1/+24
* | mlxsw: spectrum: Implement action to set FIDJiri Pirko2017-04-204-0/+55
* | mlxsw: spectrum: Fix indent in mlxsw_sp_netdevice_port_upper_eventJiri Pirko2017-04-201-2/+2
* | net/mlx4: suppress 'may be used uninitialized' warningGreg Thelen2017-04-201-1/+1
* | net/mlx5e: E-switch vport manager is valid for ethernet onlySaeed Mahameed2017-04-171-2/+8
* | net/mlx5e: IPoIB, RX handlerSaeed Mahameed2017-04-173-0/+81
* | net/mlx5e: RX handlers per netdev profileSaeed Mahameed2017-04-173-13/+24
* | net/mlx5e: IPoIB, Xmit flowSaeed Mahameed2017-04-173-0/+100
* | net/mlx5e: Xmit flow break downSaeed Mahameed2017-04-173-89/+119
* | net/mlx5e: IPoIB, Underlay QPSaeed Mahameed2017-04-171-2/+124
* | net/mlx5e: IPoIB, Basic netdev ndos open/closeSaeed Mahameed2017-04-173-3/+93
* | net/mlx5e: IPoIB, TX TIS creationSaeed Mahameed2017-04-173-10/+26
* | net/mlx5e: IPoIB, RSS flow steering tablesSaeed Mahameed2017-04-173-3/+54
* | net/mlx5e: IPoIB, RX steering RSS RQTs and TIRsSaeed Mahameed2017-04-174-44/+83