summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4
AgeCommit message (Expand)AuthorFilesLines
2013-12-20net/mlx4_core: Expose physical port id as PF/VF capabilityHadar Hen Zion3-0/+51
2013-12-20net/mlx4_core: Introduce nic_info new flag in QUERY_FUNC_CAPHadar Hen Zion2-3/+9
2013-12-20net/mlx4_core: Rename QUERY_FUNC_CAP fieldsHadar Hen Zion1-10/+10
2013-12-20net/mlx4_core: Remove zeroed out of explicit QUERY_FUNC_CAP fieldsHadar Hen Zion1-6/+0
2013-12-19net: mlx4 calls skb_set_hashTom Herbert1-2/+6
2013-12-10mlx4_core: Roll back round robin bitmap allocation commit for CQs, SRQs, and ...Jack Morgenstein10-20/+32
2013-12-06Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller1-2/+12
2013-12-03net/mlx4_core: destroy workqueue when driver fails to registerWei Yang1-0/+2
2013-12-02net/mlx4_en: Remove selftest TX queues empty conditionEugenia Emantayev1-7/+0
2013-11-21mlx4_en: Implement the SIOCGHWTSTAMP ioctlBen Hutchings1-2/+12
2013-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-11-08net/mlx4_en: Datapath structures are allocated per NUMA nodeEugenia Emantayev6-33/+70
2013-11-08net/mlx4_core: ICM pages are allocated on device NUMA nodeEugenia Emantayev2-12/+31
2013-11-08net/mlx4_en: Datapath resources allocated dynamicallyEugenia Emantayev8-111/+178
2013-11-08net/mlx4_core: Add immediate activate for VGT->VST->VGTRony Efraim2-32/+81
2013-11-08net/mlx4_core: Initialize all mailbox buffers to zero before useJack Morgenstein9-37/+2
2013-11-08net/mlx4_en: Add RFS support in UDPEyal Perry1-11/+34
2013-11-08net/mlx4_en: Fixed crash when port type is changedAmir Vadai1-4/+4
2013-11-05net/mlx4_core: Implement resource quota enforcementJack Morgenstein2-13/+173
2013-11-05net/mlx4_core: Fix quota handling in the QUERY_FUNC_CAP wrapperJack Morgenstein1-23/+65
2013-11-05mlx4: Structures and init/teardown for VF resource quotasJack Morgenstein5-19/+201
2013-11-05net/mlx4_core: Fix checking order in MR table initJack Morgenstein1-3/+3
2013-11-05net/mlx4_core: Don't fail reg/unreg vlan for older guestsJack Morgenstein3-1/+18
2013-11-05net/mlx4_core: Resource tracker for reg/unreg vlansJack Morgenstein1-6/+121
2013-11-05net/mlx4_en: Use vlan id instead of vlan index for unregistrationJack Morgenstein5-20/+19
2013-11-05net/mlx4_core: Fix reg/unreg vlan/mac to conform to the firmware specJack Morgenstein2-25/+48
2013-11-05net/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-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-14treewide: Fix typo in printkMasanari Iida1-1/+1
2013-10-09net/mlx4_en: Fix pages never dma unmapped on rxAmir Vadai1-2/+3
2013-10-09net/mlx4_en: Rename name of mlx4_en_rx_alloc membersAmir Vadai2-19/+25
2013-09-13net/mlx4_en: Check device state when setting coalescingEugenia Emantayev1-6/+10
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-92/+295
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-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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-22/+13
2013-08-02net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang3-11/+11
2013-08-02net/mlx4_core: VFs must ignore the enable_64b_cqe_eqe module paramJack Morgenstein1-1/+1
2013-08-02net/mlx4_core: Don't give VFs MAC addresses which are derived from the PF MACOr Gerlitz1-10/+1
2013-07-29net/mlx4_core: Respond to operation request by firmwareYevgeny Petrilin7-27/+164