summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4
AgeCommit message (Expand)AuthorFilesLines
2012-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-6/+15
2012-10-26net/mlx4_core: Unmap UAR also in the case of error flowDotan Barak1-4/+14
2012-10-26net/mlx4_en: Don't use vlan tag value as an indication for vlan presenceMoni Shoua1-1/+1
2012-10-26net/mlx4_en: Fix double-release-range in tx-ringsJack Morgenstein1-1/+0
2012-10-23mlx4_core: Perform correct resource cleanup if mlx4_QUERY_ADAPTER() failsDotan Barak1-1/+4
2012-10-23mlx4_core: Remove annoying debug messages from SR-IOV flowOr Gerlitz2-12/+0
2012-10-04mlx4_core: Adjust flow steering attach wrapper so that IB works on SR-IOV VFsJack Morgenstein1-0/+2
2012-10-03Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds9-193/+1113
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+0
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-10-02Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' an...Roland Dreier9-193/+1113
2012-10-02mlx4: dont orphan skbs in mlx4_en_xmit()Eric Dumazet1-4/+0
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-5/+5
2012-10-01mlx4_core: Disable SENSE_PORT for multifunction devicesRoland Dreier1-0/+3
2012-10-01mlx4_core: Clean up enabling of SENSE_PORT for older (ConnectX-1/-2) HCAsRoland Dreier2-14/+15
2012-10-01mlx4_core: Stash PCI ID driver_data in mlx4_priv structureRoland Dreier2-13/+22
2012-10-01mlx4_core: Fix crash on uninitialized priv->cmd.slave_semRoland Dreier3-26/+38
2012-10-01mlx4_core: Trivial cleanups to driver log messagesRoland Dreier1-5/+4
2012-10-01mlx4_core: Trivial readability fix: "0X30" -> "0x30"Roland Dreier1-1/+1
2012-10-01mlx4: Modify proxy/tunnel QP mechanism so that guests do no calculationsJack Morgenstein4-114/+205
2012-10-01mlx4: Paravirtualize Node Guids for slavesJack Morgenstein3-0/+34
2012-10-01mlx4: Activate SR-IOV mode for IBJack Morgenstein1-6/+0
2012-10-01IB/mlx4: Miscellaneous adjustments for SR-IOV IB supportJack Morgenstein3-2/+8
2012-10-01mlx4_core: INIT/CLOSE port logic for IB ports in SR-IOV modeJack Morgenstein2-17/+92
2012-10-01net/mlx4_core: Adjustments to SET_PORT for IB SR-IOVJack Morgenstein1-0/+10
2012-10-01IB/mlx4: Propagate P_Key and guid change port management events to slavesJack Morgenstein1-0/+6
2012-10-01mlx4: Add alias_guid mechanismJack Morgenstein1-2/+4
2012-10-01mlx4_core: Add IB port-state machine and port mgmt event propagationJack Morgenstein2-16/+222
2012-10-01mlx4: MAD_IFC paravirtualizationJack Morgenstein1-0/+162
2012-10-01mlx4: Implement QP paravirtualization and maintain phys_pkey_cache for smp_snoopJack Morgenstein4-12/+275
2012-10-01IB/mlx4: Initialize SR-IOV IB support for slaves in master contextJack Morgenstein1-0/+3
2012-10-01mlx4_core: Add proxy and tunnel QPs to the reserved QP areaJack Morgenstein5-4/+50
2012-10-01mlx4_core: Remove annoying debug message in the resource trackerOr Gerlitz1-2/+0
2012-10-01mlx4_core: Fix wrong offset in parsing query device caps responseDotan Barak1-1/+1
2012-09-18Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-17/+23
2012-09-14mlx4_core: Fix integer overflows so 8TBs of memory registration worksYishai Hadas2-17/+23
2012-09-13Merge commit 'v3.6-rc5' into nextBjorn Helgaas11-48/+41
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas1-1/+1
2012-09-08netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-09-07net/mlx4_core: Return the error value in case of command initialization failureEugenia Emantayev1-1/+2
2012-09-07net/mlx4_core: Fixing error flow in case of QUERY_FW failureAviad Yehezkel1-6/+7
2012-09-07net/mlx4_core: Looking for promiscuous entries on the correct portAviad Yehezkel1-8/+8
2012-09-07net/mlx4_core: Add security check / enforcement for flow steering rules set f...Hadar Hen Zion1-0/+116
2012-09-07net/mlx4_core: Put Firmware flow steering structures in common header filesHadar Hen Zion2-83/+83
2012-08-23mlx4: Use PCI Express Capability accessorsJiang Liu1-4/+4
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+3
2012-08-22workqueue: make deferrable delayed_work initializer names consistentTejun Heo1-1/+1
2012-08-17Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds5-17/+29
2012-08-16mlx4_core: Clean up buddy bitmap allocationRoland Dreier1-4/+3
2012-08-16mlx4_core: Fix integer overflow issues around MTT tableYishai Hadas5-10/+13