aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mlx4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-02mlx4_en: Moved all module parameters handling to en_main.cYevgeny Petrilin3-60/+54
2009-06-02mlx4_en: Giving interface name in debug messagesYevgeny Petrilin5-156/+159
2009-05-29mlx4_en: Fix a kernel panic when waking tx queueYevgeny Petrilin1-4/+4
2009-05-29net: replace dma_sync_single with dma_sync_single_for_cpuFUJITA Tomonori1-3/+4
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet1-1/+0
2009-05-27mlx4_core: Add module parameter for number of MTTs per segmentEli Cohen3-6/+16
2009-05-25mlx4_en: Fix partial rings featureYevgeny Petrilin3-39/+58
2009-05-25mlx4_en: Removed redundant stride variableYevgeny Petrilin1-3/+0
2009-05-17mlx4_en: Fix not deleted napi structuresYevgeny Petrilin1-1/+3
2009-05-12Remove unreached code in drivers/net/mlx4/en_rx.cDan Carpenter1-1/+0
2009-04-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-1/+5
2009-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2009-04-27mlx4_en: Handle page allocation failure during receiveYevgeny Petrilin1-0/+4
2009-04-27mlx4_en: Fix cleanup flow on cq activationYevgeny Petrilin1-1/+1
2009-04-21mlx4_core: Fix memory leak in mlx4_enable_msi_x()Nicolas Morey-Chaisemartin1-1/+1
2009-04-21mlx4_en: Fix cleanup if workqueue create in mlx4_en_add() failsRoland Dreier1-3/+2
2009-04-21mlx4_en: Move to SW counters for total bytes and packetsYevgeny Petrilin1-32/+13
2009-04-21mlx4_en: use NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM for tx csum at initializationYevgeny Petrilin1-1/+1
2009-04-21mlx4_en: Assign dummy event handler for TX queueYevgeny Petrilin4-6/+8
2009-04-21mlx4_en: Fix a race at restart taskYevgeny Petrilin1-8/+11
2009-04-21mlx4_en: Fix error handling while activating RX ringsYevgeny Petrilin1-2/+4
2009-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-2/+3
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare3-3/+3
2009-03-31mlx4_core: Don't leak mailbox for SET_PORT on Ethernet portsRoland Dreier1-2/+3
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-2/+3
2009-03-18mlx4_core: Add link type autosensingYevgeny Petrilin6-49/+272
2009-03-11mlx4_core: Don't perform SET_PORT command for Ethernet portsYevgeny Petrilin1-8/+5
2009-02-27mlx4_core: Add device IDs for MT25458 10GigE devicesJack Morgenstein1-0/+2
2009-01-27net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller1-0/+1
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-2/+2
2009-01-15mlx4_core: Fix min() warningAndrew Morton1-3/+3
2009-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-2/+2