summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_en: Fix uninitialized use of 'port_up' in mlx4_en_set_channels()Christian Engelmayer2014-05-191-1/+1
* net/mlx4_core: Fix inaccurate return value of mlx4_flow_attach()Eyal Perry2014-05-141-1/+1
* net/mlx4_en: Using positive error value for unsignedEyal Perry2014-05-141-2/+2
* net/mlx4_en: Protect MAC address modification with the state_lock mutexShani Michaelli2014-05-141-2/+1Star
* net/mlx4_core: Removed unnecessary bit operation conditionEyal Perry2014-05-141-5/+4Star
* net/mlx4_core: Fix smatch error - possible access to a null variableEyal Perry2014-05-141-0/+14
* net/mlx4_en: Fix errors in MAC address changing when port is downShani Michaelli2014-05-141-2/+3
* net/mlx4_en: User prio mapping gets corrupted when changing number of channelsIdo Shamay2014-05-141-1/+2
* net/mlx4_core: Enforce irq affinity changes immediatlyYuval Atias2014-05-144-2/+80
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-123-18/+47
|\
| * net/mlx4_core: Don't issue PCIe speed/width checks for VFsEyal Perry2014-05-051-1/+2
| * net/mlx4_core: Load the Eth driver firstOr Gerlitz2014-05-051-2/+2
| * net/mlx4_core: Fix slave id computation for single port VFMatan Barak2014-05-051-15/+20
| * net/mlx4_core: Adjust port number in qp_attach wrapper when detachingJack Morgenstein2014-05-051-0/+23
* | mellanox: Logging message cleanupsJoe Perches2014-05-0926-437/+352Star
|/
* mlx4_en: don't use napi_synchronize inside mlx4_en_netpollChris Mason2014-04-163-7/+1Star
* net/mlx4_core: Defer VF initialization till PF is fully initializedAmir Vadai2014-04-141-1/+8
* net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()Wei Yang2014-04-142-77/+96
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-04-042-0/+86
|\
| * IB/mlx5: Keep mlx5 MRs in a radix tree under deviceSagi Grimberg2014-03-072-0/+25
| * mlx5: Implement create_mr and destroy_mrSagi Grimberg2014-03-071-0/+61
* | net/mlx4: Set proper build dependancy with vxlanOr Gerlitz2014-04-013-0/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-291-1/+5
|\ \
| * | net/mlx4_core: pass pci_device_id.driver_data to __mlx4_init_one during resetWei Yang2014-03-271-1/+5
* | | net/mlx4: Implement vxlan ndo callsOr Gerlitz2014-03-283-4/+90
* | | mlx4: Add support for CONFIG_DEV commandOr Gerlitz2014-03-282-0/+49
* | | net/mlx4: USe one wrapper that returns -EPERMOr Gerlitz2014-03-283-28/+4Star
* | | ptp: drivers: set the number of programmable pins.Richard Cochran2014-03-211-0/+1
* | | net/mlx4: Adapt num_vfs/probed_vf params for single port VFMatan Barak2014-03-201-13/+34
* | | net/mlx4: Adapt code for N-Port VFMatan Barak2014-03-208-61/+385
* | | net/mlx4: Add utils for N-Port VFsMatan Barak2014-03-202-0/+108
* | | net/mlx4: Add data structures to support N-Ports per VFMatan Barak2014-03-201-24/+85
* | | mlx4: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-151-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-153-6/+29
|\| |
| * | net/mlx4_en: Deregister multicast vxlan steering rules when going downOr Gerlitz2014-03-131-0/+2
| * | net/mlx4_core: Load the IB driver when the device supports IBoEOr Gerlitz2014-03-121-1/+1
| * | net/mlx4_en: Handle vxlan steering rules for mac address changesOr Gerlitz2014-03-121-0/+8
| * | net/mlx4_core: Fix wrong dump of the vxlan offloads device capabilityOr Gerlitz2014-03-121-2/+3
| * | net/mlx4_core: mlx4_init_slave() shouldn't access comm channel before PF is r...Amir Vadai2014-03-061-0/+11
| * | net/mlx4_core: Fix memory access error in mlx4_QUERY_DEV_CAP_wrapper()Amir Vadai2014-03-061-3/+3
| * | net/mlx4: Support shutdown() interfaceGavin Shan2014-03-061-0/+1
* | | mlx4: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman2014-03-121-1/+1
* | | mlx4: Activate RoCE/SRIOVJack Morgenstein2014-03-121-7/+0Star
* | | mlx4: Implement IP based gids support for RoCE/SRIOVJack Morgenstein2014-03-121-0/+24
* | | mlx4: Add ref counting to port MAC table for RoCEJack Morgenstein2014-03-121-7/+68
* | | mlx4: In RoCE allow guests to have multiple GIDSJack Morgenstein2014-03-125-34/+161
* | | mlx4_core: For RoCE, allow slaves to set the GID entry at that slave's indexJack Morgenstein2014-03-121-3/+30
* | | mlx4: Adjust QP1 multiplexing for RoCE/SRIOVJack Morgenstein2014-03-122-0/+39
* | | IB/mlx5_core: remove unreachable function call in module initKleber Sacilotto de Souza2014-03-101-1/+0Star