| Commit message (Expand) | Author | Age | Files | Lines |
* | sysfs: fix sysfs lockdep warning in mlx4 code | Greg Kroah-Hartman | 2010-03-19 | 1 | -0/+1 |
* | mlx4: replace the dma_sync_single_range_for_cpu/device API | FUJITA Tomonori | 2010-02-19 | 1 | -4/+4 |
* | 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 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-12-16 | 1 | -1/+1 |
|\ |
|
| * | mlx4_core: return a negative error value | roel kluin | 2009-12-13 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2009-12-16 | 1 | -1/+2 |
|\ \ |
|
| * | | mlx4_core: Fix parsing of reserved EQ cap | Yevgeny Petrilin | 2009-11-12 | 1 | -1/+1 |
| * | | IB/mlx4: Remove limitation on LSO header size | Eli Cohen | 2009-11-12 | 1 | -0/+1 |
* | | | mlx4: use bitmap_find_next_zero_area | Akinobu Mita | 2009-12-16 | 1 | -33/+4 |
| |/
|/| |
|
* | | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 3 | -3/+3 |
|/ |
|
* | 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 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2009-09-24 | 1 | -0/+5 |
|\ |
|
| * | mlx4_core: Pass cache line size to device FW | Eli Cohen | 2009-09-24 | 1 | -0/+5 |
* | | mlx4: Fix access to freed memory | Vitaliy Gusev | 2009-09-16 | 1 | -3/+8 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-09-14 | 6 | -118/+52 |
|\ \
| |/
|/| |
|
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-09-02 | 1 | -2/+3 |
| |\ |
|
| * | | netdev: convert bulk of drivers to netdev_tx_t | Stephen Hemminger | 2009-09-01 | 2 | -2/+2 |
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-08-12 | 4 | -4/+13 |
| |\ \ |
|
| * | | | mlx4_en: Not using Shared Receive Queues | Yevgeny Petrilin | 2009-08-06 | 5 | -73/+26 |
| * | | | mlx4_en: Using real number of rings as RSS map size | Yevgeny Petrilin | 2009-08-06 | 4 | -41/+16 |
| * | | | mlx4_en: Adaptive moderation policy change | Yevgeny Petrilin | 2009-08-06 | 1 | -3/+9 |
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-07-23 | 1 | -1/+1 |
| |\ \ \ |
|
| * | | | | net: convert remaining non-symbolic return values in ndo_start_xmit() functions | Patrick McHardy | 2009-07-05 | 1 | -1/+1 |
* | | | | | mlx4_core: Distinguish multiple devices in /proc/interrupts | Arputham Benjamin | 2009-09-05 | 1 | -8/+26 |
* | | | | | 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 | 3 | -51/+7 |
* | | | | | mlx4_core: Remove unnecessary includes of <linux/init.h> | Roland Dreier | 2009-09-05 | 10 | -13/+0 |
* | | | | | mlx4_core: Use pci_request_regions() | Roland Dreier | 2009-09-05 | 1 | -18/+8 |
| |_|_|/
|/| | | |
|
* | | | | drivers/net: fixed drivers that support netpoll use ndo_start_xmit() | Dongdong Deng | 2009-08-23 | 1 | -2/+3 |
| |_|/
|/| | |
|
* | | | mlx4_en: Fix read buffer overflow in mlx4_en_complete_rx_desc() | roel kluin | 2009-08-09 | 1 | -2/+3 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-08-04 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | mlx4_en: Fix double pci unmapping. | Yevgeny Petrilin | 2009-08-02 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-07-22 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | drivers/net/mlx4: Adjust constant | Julia Lawall | 2009-07-21 | 1 | -1/+1 |
| |/ |
|
* | | 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 | 2 | -2/+8 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2009-06-23 | 1 | -4/+10 |
|\ |
|
| * | mlx4_core: Fix dma_sync_single_for_cpu() with matching for_device() calls | Roland Dreier | 2009-06-22 | 1 | -4/+10 |
* | | mlx4_en: Remove redundant refill code on RX | Yevgeny Petrilin | 2009-06-21 | 3 | -102/+0 |
* | | mlx4_en: Removed redundant check on lso header size | Yevgeny Petrilin | 2009-06-21 | 2 | -6/+0 |
* | | mlx4_en: Cancel port_up check in transmit function | Yevgeny Petrilin | 2009-06-21 | 2 | -9/+2 |
* | | mlx4_en: using stop/start_all_queues | Yevgeny Petrilin | 2009-06-21 | 1 | -2/+2 |
* | | mlx4_en: Removed redundant skb->len check | Yevgeny Petrilin | 2009-06-21 | 1 | -4/+0 |
* | | mlx4_en: Counting all the dropped packets on the TX side | Yevgeny Petrilin | 2009-06-21 | 1 | -7/+8 |
|/ |
|
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2009-06-15 | 5 | -8/+20 |
|\ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2009-06-14 | 4 | -7/+19 |
| |\ |
|
| | *-. | Merge branches 'cxgb3', 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linus | Roland Dreier | 2009-06-14 | 4 | -7/+19 |
| | |\ \ |
|