summaryrefslogtreecommitdiffstats
path: root/drivers/net/mlx4
Commit message (Expand)AuthorAgeFilesLines
* mlx4: replace the dma_sync_single_range_for_cpu/device APIFUJITA Tomonori2010-02-191-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-231-1/+1
|\
| * mlx4_core: Fix cleanup in __mlx4_init_one() error pathEli Cohen2010-01-061-1/+1
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-161-1/+1
|\
| * mlx4_core: return a negative error valueroel kluin2009-12-131-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-12-161-1/+2
|\ \
| * | mlx4_core: Fix parsing of reserved EQ capYevgeny Petrilin2009-11-121-1/+1
| * | IB/mlx4: Remove limitation on LSO header sizeEli Cohen2009-11-121-0/+1
* | | mlx4: use bitmap_find_next_zero_areaAkinobu Mita2009-12-161-33/+4
| |/ |/|
* | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-043-3/+3
|/
* mlx4_core: Add a new supported 40 GigE device IDEli Cohen2009-10-141-0/+1
* mlx4_core: Add 40GigE device IDYevgeny Petrilin2009-10-071-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-09-241-0/+5
|\
| * mlx4_core: Pass cache line size to device FWEli Cohen2009-09-241-0/+5
* | mlx4: Fix access to freed memoryVitaliy Gusev2009-09-161-3/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-146-118/+52
|\ \ | |/ |/|
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-021-2/+3
| |\
| * | netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-012-2/+2
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-124-4/+13
| |\ \
| * | | mlx4_en: Not using Shared Receive QueuesYevgeny Petrilin2009-08-065-73/+26
| * | | mlx4_en: Using real number of rings as RSS map sizeYevgeny Petrilin2009-08-064-41/+16
| * | | mlx4_en: Adaptive moderation policy changeYevgeny Petrilin2009-08-061-3/+9
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-231-1/+1
| |\ \ \
| * | | | net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* | | | | mlx4_core: Distinguish multiple devices in /proc/interruptsArputham Benjamin2009-09-051-8/+26
* | | | | mlx4_core: Avoid double free_icmsYevgeny Petrilin2009-09-051-1/+1
* | | | | mlx4_core: Allocate and map sufficient ICM memory for EQ contextRoland Dreier2009-09-053-51/+7
* | | | | mlx4_core: Remove unnecessary includes of <linux/init.h>Roland Dreier2009-09-0510-13/+0
* | | | | mlx4_core: Use pci_request_regions()Roland Dreier2009-09-051-18/+8
| |_|_|/ |/| | |
* | | | drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Dongdong Deng2009-08-231-2/+3
| |_|/ |/| |
* | | mlx4_en: Fix read buffer overflow in mlx4_en_complete_rx_desc()roel kluin2009-08-091-2/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-08-041-0/+1
|\ \ \
| * | | mlx4_en: Fix double pci unmapping.Yevgeny Petrilin2009-08-021-0/+1
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-07-221-1/+1
|\ \ \ | |/ /
| * | drivers/net/mlx4: Adjust constantJulia Lawall2009-07-211-1/+1
| |/
* | mlx4_core: Add new ConnectX EN PCI ID 0x6764Yevgeny Petrilin2009-07-061-0/+1
* | mlx4_core: Handle multi-physical function devicesYevgeny Petrilin2009-07-062-2/+8
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-06-231-4/+10
|\
| * mlx4_core: Fix dma_sync_single_for_cpu() with matching for_device() callsRoland Dreier2009-06-221-4/+10
* | mlx4_en: Remove redundant refill code on RXYevgeny Petrilin2009-06-213-102/+0
* | mlx4_en: Removed redundant check on lso header sizeYevgeny Petrilin2009-06-212-6/+0
* | mlx4_en: Cancel port_up check in transmit functionYevgeny Petrilin2009-06-212-9/+2
* | mlx4_en: using stop/start_all_queuesYevgeny Petrilin2009-06-211-2/+2
* | mlx4_en: Removed redundant skb->len checkYevgeny Petrilin2009-06-211-4/+0
* | mlx4_en: Counting all the dropped packets on the TX sideYevgeny Petrilin2009-06-211-7/+8
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-155-8/+20
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-06-144-7/+19
| |\
| | *-. Merge branches 'cxgb3', 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier2009-06-144-7/+19
| | |\ \
| | | | * mlx4_core: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier2009-06-141-1/+3
| | | |/ | | |/|
OpenPOWER on IntegriCloud