| Commit message (Expand) | Author | Age | Files | Lines |
* | mlx4: Move the Mellanox driver | Jeff Kirsher | 2011-08-11 | 1 | -1529/+0 |
* | mlx4: Fixing Ethernet unicast packet steering | Yevgeny Petrilin | 2011-08-03 | 1 | -0/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2011-07-22 | 1 | -5/+53 |
|\ |
|
| * | mlx4_core: Add network flow counters | Or Gerlitz | 2011-07-18 | 1 | -0/+53 |
| * | mlx4_core: Read extended capabilities into the flags field | Or Gerlitz | 2011-07-18 | 1 | -5/+0 |
* | | mlx4: use pci_dev->revision | Sergei Shtylyov | 2011-06-27 | 1 | -2/+2 |
|/ |
|
* | mlx4: Sensing link type at device initialization | Yevgeny Petrilin | 2011-04-07 | 1 | -0/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-03-25 | 1 | -4/+115 |
|\ |
|
| * | mlx4: Add blue flame support for kernel consumers | Eli Cohen | 2011-03-23 | 1 | -0/+31 |
| * | mlx4: Add support for promiscuous mode in the new steering model. | Yevgeny Petrilin | 2011-03-23 | 1 | -1/+62 |
| * | mlx4: generalization of multicast steering. | Yevgeny Petrilin | 2011-03-23 | 1 | -0/+2 |
| * | mlx4_en: Reporting HW revision in ethtool -i | Yevgeny Petrilin | 2011-03-23 | 1 | -0/+2 |
| * | mlx4: Wake on LAN support | Yevgeny Petrilin | 2011-03-23 | 1 | -0/+1 |
| * | mlx4: Changing interrupt scheme | Yevgeny Petrilin | 2011-03-23 | 1 | -3/+17 |
* | | IB: Increase DMA max_segment_size on Mellanox hardware | David Dillow | 2011-03-22 | 1 | -0/+3 |
|/ |
|
* | mlx4_core: Add ConnectX-3 device IDs | Yevgeny Petrilin | 2011-01-28 | 1 | -0/+15 |
* | mlx4_{core, ib, en}: Fix driver when sizeof (phys_addr_t) > sizeof (long) | Roland Dreier | 2011-01-12 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2010-10-26 | 1 | -2/+2 |
|\ |
|
| * | mlx4_core: Allow log_mtts_per_seg up to 7 | Eli Cohen | 2010-09-28 | 1 | -2/+2 |
* | | mlx4_en: UDP RSS support | Yevgeny Petrilin | 2010-08-24 | 1 | -0/+1 |
* | | mlx4_en: Fixing report in Ethtool get_settings | Yevgeny Petrilin | 2010-08-24 | 1 | -0/+4 |
* | | mlx4_en: Added self diagnostics test implementation | Yevgeny Petrilin | 2010-08-24 | 1 | -0/+1 |
|/ |
|
* | drivers/net/mlx4: Use %pV, pr_<level>, printk_once | Joe Perches | 2010-07-15 | 1 | -11/+5 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | sysfs: fix sysfs lockdep warning in mlx4 code | Greg Kroah-Hartman | 2010-03-19 | 1 | -0/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-01-23 | 1 | -1/+1 |
|\ |
|
| * | mlx4_core: Fix cleanup in __mlx4_init_one() error path | Eli Cohen | 2010-01-06 | 1 | -1/+1 |
* | | drivers/net/: use DEFINE_PCI_DEVICE_TABLE() | Alexey Dobriyan | 2010-01-07 | 1 | -1/+1 |
|/ |
|
* | mlx4_core: Add a new supported 40 GigE device ID | Eli Cohen | 2009-10-14 | 1 | -0/+1 |
* | mlx4_core: Add 40GigE device ID | Yevgeny Petrilin | 2009-10-07 | 1 | -0/+1 |
* | mlx4_core: Avoid double free_icms | Yevgeny Petrilin | 2009-09-05 | 1 | -1/+1 |
* | mlx4_core: Allocate and map sufficient ICM memory for EQ context | Roland Dreier | 2009-09-05 | 1 | -3/+6 |
* | mlx4_core: Use pci_request_regions() | Roland Dreier | 2009-09-05 | 1 | -18/+8 |
* | mlx4_core: Add new ConnectX EN PCI ID 0x6764 | Yevgeny Petrilin | 2009-07-06 | 1 | -0/+1 |
* | mlx4_core: Handle multi-physical function devices | Yevgeny Petrilin | 2009-07-06 | 1 | -1/+4 |
* | mlx4_core: Add module parameter for number of MTTs per segment | Eli Cohen | 2009-05-27 | 1 | -2/+12 |
* | mlx4_core: Fix memory leak in mlx4_enable_msi_x() | Nicolas Morey-Chaisemartin | 2009-04-21 | 1 | -1/+1 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -2/+2 |
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 2009-04-07 | 1 | -2/+2 |
* | mlx4_core: Add link type autosensing | Yevgeny Petrilin | 2009-03-18 | 1 | -27/+77 |
* | mlx4_core: Add device IDs for MT25458 10GigE devices | Jack Morgenstein | 2009-02-27 | 1 | -0/+2 |
* | mlx4_core: Fix warning from min() | Roland Dreier | 2009-01-09 | 1 | -2/+2 |
* | mlx4_core: Add support for multiple completion event vectors | Yevgeny Petrilin | 2008-12-22 | 1 | -14/+39 |
* | mlx4_core: Save/restore default port IB capability mask | Jack Morgenstein | 2008-11-28 | 1 | -0/+8 |
* | mlx4_core: Add Ethernet PCI device IDs | Yevgeny Petrilin | 2008-10-22 | 1 | -0/+2 |
* | mlx4_core: Multiple port type support | Yevgeny Petrilin | 2008-10-22 | 1 | -6/+205 |
* | mlx4_core: Ethernet MAC/VLAN management | Yevgeny Petrilin | 2008-10-22 | 1 | -0/+14 |
* | mlx4_core: Get ethernet MTU and default address from firmware | Yevgeny Petrilin | 2008-10-22 | 1 | -1/+3 |
* | mlx4_core: Support multiple pre-reserved QP regions | Yevgeny Petrilin | 2008-10-22 | 1 | -6/+56 |
* | mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver files | Jack Morgenstein | 2008-07-25 | 1 | -1/+1 |