summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2013-11-07net/mlx4_en: Datapath structures are allocated per NUMA nodeEugenia Emantayev6-33/+70
2013-11-07net/mlx4_core: ICM pages are allocated on device NUMA nodeEugenia Emantayev2-12/+31
2013-11-07net/mlx4_en: Datapath resources allocated dynamicallyEugenia Emantayev8-111/+178
2013-11-07net/mlx4_core: Add immediate activate for VGT->VST->VGTRony Efraim2-32/+81
2013-11-07net/mlx4_core: Initialize all mailbox buffers to zero before useJack Morgenstein9-37/+2
2013-11-07net/mlx4_en: Add RFS support in UDPEyal Perry1-11/+34
2013-11-07net/mlx4_en: Fixed crash when port type is changedAmir Vadai1-4/+4
2013-11-04net/mlx4_core: Implement resource quota enforcementJack Morgenstein2-13/+173
2013-11-04net/mlx4_core: Fix quota handling in the QUERY_FUNC_CAP wrapperJack Morgenstein1-23/+65
2013-11-04mlx4: Structures and init/teardown for VF resource quotasJack Morgenstein5-19/+201
2013-11-04net/mlx4_core: Fix checking order in MR table initJack Morgenstein1-3/+3
2013-11-04net/mlx4_core: Don't fail reg/unreg vlan for older guestsJack Morgenstein3-1/+18
2013-11-04net/mlx4_core: Resource tracker for reg/unreg vlansJack Morgenstein1-6/+121
2013-11-04net/mlx4_en: Use vlan id instead of vlan index for unregistrationJack Morgenstein5-20/+19
2013-11-04net/mlx4_core: Fix reg/unreg vlan/mac to conform to the firmware specJack Morgenstein2-25/+48
2013-11-04net/mlx4_core: Fix register/unreg vlan flowJack Morgenstein1-11/+10
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-11-04net/mlx4_core: Fix call to __mlx4_unregister_macJack Morgenstein1-1/+1
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-32/+37
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-19/+26
2013-10-17net/mlx4_core: Load higher level modules according to ports typeEyal Perry1-0/+29
2013-10-17net/mlx4: Unused local variable in mlx4_opreq_actionAmir Vadai1-2/+0
2013-10-17net/mlx4: Fix typo, move similar defs to same locationOr Gerlitz2-2/+2
2013-10-17net/mlx4: Clean the code to eliminate trivial build warningsOr Gerlitz3-5/+4
2013-10-10IB/mlx5: Fix eq names to display nicely in /proc/interruptsSagi Grimberg1-1/+3
2013-10-10mlx5: Fix error code translation from firmware to driverEli Cohen1-1/+1
2013-10-10mlx5: Keep polling to reclaim pages while any returnedEli Cohen1-2/+14
2013-10-10mlx5: Remove checksum on command interface commandsEli Cohen2-28/+19
2013-10-08net/mlx4_en: Fix pages never dma unmapped on rxAmir Vadai1-2/+3
2013-10-08net/mlx4_en: Rename name of mlx4_en_rx_alloc membersAmir Vadai2-19/+25
2013-09-12net/mlx4_en: Check device state when setting coalescingEugenia Emantayev1-6/+10
2013-09-06mlx5: remove unused MLX5_DEBUG param in KconfigMichael Opdenacker1-10/+0
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-92/+295
2013-09-05Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+2
2013-08-21net/mlx4_en: Reduce scope of local variables in mlx4_en_xmitAmir Vadai1-3/+7
2013-08-21net/mlx4_en: Fix handling of dma_map failureAmir Vadai1-35/+62
2013-08-21net/mlx4_en: Notify user when TX ring in error stateAmir Vadai1-0/+9
2013-08-21net/mlx4_en: Disable global flow control when PFC enabledEugenia Emantayev1-2/+2
2013-08-21net/mlx4_en: Coding style cleanup in mlx4_en_dcbnl_ieee_setpfc()Amir Vadai1-6/+9
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-63/+30
2013-08-15net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changesMoshe Lazer4-35/+29
2013-08-13mlx4_core: Fix XRC QPs detection in the resource trackerYishai Hadas1-1/+2
2013-08-05net: mlx4: Staticize local functionsJingoo Han1-3/+3
2013-08-05mlx5: remove health handler pluginEli Cohen1-28/+1
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-40/+104
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-22/+13
2013-08-02Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds3-14/+83
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang3-11/+11
2013-08-01net/mlx4_core: VFs must ignore the enable_64b_cqe_eqe module paramJack Morgenstein1-1/+1
2013-08-01net/mlx4_core: Don't give VFs MAC addresses which are derived from the PF MACOr Gerlitz1-10/+1