aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mlx4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-13mlx4_core: return a negative error valueroel kluin1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa3-3/+3
2009-10-14mlx4_core: Add a new supported 40 GigE device IDEli Cohen1-0/+1
2009-10-07mlx4_core: Add 40GigE device IDYevgeny Petrilin1-0/+1
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+5
2009-09-24mlx4_core: Pass cache line size to device FWEli Cohen1-0/+5
2009-09-16mlx4: Fix access to freed memoryVitaliy Gusev1-3/+8
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds6-118/+52
2009-09-05mlx4_core: Distinguish multiple devices in /proc/interruptsArputham Benjamin1-8/+26
2009-09-05mlx4_core: Avoid double free_icmsYevgeny Petrilin1-1/+1
2009-09-05mlx4_core: Allocate and map sufficient ICM memory for EQ contextRoland Dreier3-51/+7
2009-09-05mlx4_core: Remove unnecessary includes of <linux/init.h>Roland Dreier10-13/+0
2009-09-05mlx4_core: Use pci_request_regions()Roland Dreier1-18/+8
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2-2/+2
2009-08-23drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Dongdong Deng1-2/+3
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-4/+13
2009-08-09mlx4_en: Fix read buffer overflow in mlx4_en_complete_rx_desc()roel kluin1-2/+3
2009-08-06mlx4_en: Not using Shared Receive QueuesYevgeny Petrilin5-73/+26
2009-08-06mlx4_en: Using real number of rings as RSS map sizeYevgeny Petrilin4-41/+16
2009-08-06mlx4_en: Adaptive moderation policy changeYevgeny Petrilin1-3/+9
2009-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2009-08-02mlx4_en: Fix double pci unmapping.Yevgeny Petrilin1-0/+1
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2009-07-21drivers/net/mlx4: Adjust constantJulia Lawall1-1/+1
2009-07-06mlx4_core: Add new ConnectX EN PCI ID 0x6764Yevgeny Petrilin1-0/+1
2009-07-06mlx4_core: Handle multi-physical function devicesYevgeny Petrilin2-2/+8
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-4/+10
2009-06-22mlx4_core: Fix dma_sync_single_for_cpu() with matching for_device() callsRoland Dreier1-4/+10
2009-06-21mlx4_en: Remove redundant refill code on RXYevgeny Petrilin3-102/+0
2009-06-21mlx4_en: Removed redundant check on lso header sizeYevgeny Petrilin2-6/+0
2009-06-21mlx4_en: Cancel port_up check in transmit functionYevgeny Petrilin2-9/+2
2009-06-21mlx4_en: using stop/start_all_queuesYevgeny Petrilin1-2/+2
2009-06-21mlx4_en: Removed redundant skb->len checkYevgeny Petrilin1-4/+0
2009-06-21mlx4_en: Counting all the dropped packets on the TX sideYevgeny Petrilin1-7/+8
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller5-8/+20
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds4-7/+19
2009-06-14Merge branches 'cxgb3', 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier4-7/+19
2009-06-14mlx4_core: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier1-1/+3
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments.Martin Olsson1-1/+1
2009-06-08mlx4: FIX error flow when initializing EQ tableYevgeny Petrilin1-1/+3
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+4
2009-06-02mlx4_en: Updated driver versionYevgeny Petrilin1-2/+2
2009-06-02mlx4_en: Added vlan_features supportYevgeny Petrilin1-0/+4
2009-06-02mlx4_en: multiqueue supportYevgeny Petrilin4-71/+28
2009-06-02mlx4_en: Coalescing target is equal for all mtu'sYevgeny Petrilin3-5/+4
2009-06-02mlx4_en: Work with part of the ports.Yevgeny Petrilin1-18/+1
2009-06-02mlx4_en renamed en_params.c to en_ethtool.cYevgeny Petrilin2-1/+1