Age | Commit message (Expand) | Author | Files | Lines |
2012-12-03 | mlx4_core: remove __dev* attributes | Bill Pemberton | 1 | -3/+3 |
2012-12-03 | net/mlx4_en: Set number of rx/tx channels using ethtool | Amir Vadai | 5 | -14/+93 |
2012-12-03 | net/mlx4_en: Fix TX moderation info loss after set_ringparam is called | Amir Vadai | 1 | -29/+30 |
2012-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2012-11-28 | net/mlx4_en: Can set maxrate only for TC0 | Amir Vadai | 1 | -1/+1 |
2012-11-20 | net: Remove bogus dependencies on INET | Ben Hutchings | 1 | -1/+1 |
2012-11-20 | mlx4_en: Remove remnants of LRO support | Ben Hutchings | 3 | -25/+4 |
2012-11-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -19/+19 |
2012-11-08 | mlx4: change TX coalescing defaults | Eric Dumazet | 2 | -2/+2 |
2012-10-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -6/+15 |
2012-10-26 | net/mlx4_core: Unmap UAR also in the case of error flow | Dotan Barak | 1 | -4/+14 |
2012-10-26 | net/mlx4_en: Don't use vlan tag value as an indication for vlan presence | Moni Shoua | 1 | -1/+1 |
2012-10-26 | net/mlx4_en: Fix double-release-range in tx-rings | Jack Morgenstein | 1 | -1/+0 |
2012-10-23 | mlx4_core: Perform correct resource cleanup if mlx4_QUERY_ADAPTER() fails | Dotan Barak | 1 | -1/+4 |
2012-10-23 | mlx4_core: Remove annoying debug messages from SR-IOV flow | Or Gerlitz | 2 | -12/+0 |
2012-10-04 | mlx4_core: Adjust flow steering attach wrapper so that IB works on SR-IOV VFs | Jack Morgenstein | 1 | -0/+2 |
2012-10-03 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 9 | -193/+1113 |
2012-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -4/+0 |
2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+1 |
2012-10-02 | Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' an... | Roland Dreier | 9 | -193/+1113 |
2012-10-02 | mlx4: dont orphan skbs in mlx4_en_xmit() | Eric Dumazet | 1 | -4/+0 |
2012-10-01 | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 2 | -5/+5 |
2012-10-01 | mlx4_core: Disable SENSE_PORT for multifunction devices | Roland Dreier | 1 | -0/+3 |
2012-10-01 | mlx4_core: Clean up enabling of SENSE_PORT for older (ConnectX-1/-2) HCAs | Roland Dreier | 2 | -14/+15 |
2012-10-01 | mlx4_core: Stash PCI ID driver_data in mlx4_priv structure | Roland Dreier | 2 | -13/+22 |
2012-10-01 | mlx4_core: Fix crash on uninitialized priv->cmd.slave_sem | Roland Dreier | 3 | -26/+38 |
2012-10-01 | mlx4_core: Trivial cleanups to driver log messages | Roland Dreier | 1 | -5/+4 |
2012-10-01 | mlx4_core: Trivial readability fix: "0X30" -> "0x30" | Roland Dreier | 1 | -1/+1 |
2012-10-01 | mlx4: Modify proxy/tunnel QP mechanism so that guests do no calculations | Jack Morgenstein | 4 | -114/+205 |
2012-10-01 | mlx4: Paravirtualize Node Guids for slaves | Jack Morgenstein | 3 | -0/+34 |
2012-10-01 | mlx4: Activate SR-IOV mode for IB | Jack Morgenstein | 1 | -6/+0 |
2012-10-01 | IB/mlx4: Miscellaneous adjustments for SR-IOV IB support | Jack Morgenstein | 3 | -2/+8 |
2012-10-01 | mlx4_core: INIT/CLOSE port logic for IB ports in SR-IOV mode | Jack Morgenstein | 2 | -17/+92 |
2012-10-01 | net/mlx4_core: Adjustments to SET_PORT for IB SR-IOV | Jack Morgenstein | 1 | -0/+10 |
2012-10-01 | IB/mlx4: Propagate P_Key and guid change port management events to slaves | Jack Morgenstein | 1 | -0/+6 |
2012-10-01 | mlx4: Add alias_guid mechanism | Jack Morgenstein | 1 | -2/+4 |
2012-10-01 | mlx4_core: Add IB port-state machine and port mgmt event propagation | Jack Morgenstein | 2 | -16/+222 |
2012-10-01 | mlx4: MAD_IFC paravirtualization | Jack Morgenstein | 1 | -0/+162 |
2012-10-01 | mlx4: Implement QP paravirtualization and maintain phys_pkey_cache for smp_snoop | Jack Morgenstein | 4 | -12/+275 |
2012-10-01 | IB/mlx4: Initialize SR-IOV IB support for slaves in master context | Jack Morgenstein | 1 | -0/+3 |
2012-10-01 | mlx4_core: Add proxy and tunnel QPs to the reserved QP area | Jack Morgenstein | 5 | -4/+50 |
2012-10-01 | mlx4_core: Remove annoying debug message in the resource tracker | Or Gerlitz | 1 | -2/+0 |
2012-10-01 | mlx4_core: Fix wrong offset in parsing query device caps response | Dotan Barak | 1 | -1/+1 |
2012-09-18 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2 | -17/+23 |
2012-09-14 | mlx4_core: Fix integer overflows so 8TBs of memory registration works | Yishai Hadas | 2 | -17/+23 |
2012-09-13 | Merge commit 'v3.6-rc5' into next | Bjorn Helgaas | 11 | -48/+41 |
2012-09-12 | Merge branch 'pci/stephen-const' into next | Bjorn Helgaas | 1 | -1/+1 |
2012-09-08 | netdev: make pci_error_handlers const | Stephen Hemminger | 1 | -1/+1 |
2012-09-07 | net/mlx4_core: Return the error value in case of command initialization failure | Eugenia Emantayev | 1 | -1/+2 |
2012-09-07 | net/mlx4_core: Fixing error flow in case of QUERY_FW failure | Aviad Yehezkel | 1 | -6/+7 |