Age | Commit message (Expand) | Author | Files | Lines |
2009-06-22 | mlx4_en: using stop/start_all_queues | Yevgeny Petrilin | 1 | -2/+2 |
2009-06-22 | mlx4_en: Removed redundant skb->len check | Yevgeny Petrilin | 1 | -4/+0 |
2009-06-22 | mlx4_en: Counting all the dropped packets on the TX side | Yevgeny Petrilin | 1 | -7/+8 |
2009-06-15 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 5 | -8/+20 |
2009-06-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 4 | -7/+19 |
2009-06-15 | Merge branches 'cxgb3', 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linus | Roland Dreier | 4 | -7/+19 |
2009-06-15 | mlx4_core: Don't double-free IRQs when falling back from MSI-X to INTx | Roland Dreier | 1 | -1/+3 |
2009-06-12 | trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati... | Martin Olsson | 1 | -1/+1 |
2009-06-08 | mlx4: FIX error flow when initializing EQ table | Yevgeny Petrilin | 1 | -1/+3 |
2009-06-03 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -4/+4 |
2009-06-02 | mlx4_en: Updated driver version | Yevgeny Petrilin | 1 | -2/+2 |
2009-06-02 | mlx4_en: Added vlan_features support | Yevgeny Petrilin | 1 | -0/+4 |
2009-06-02 | mlx4_en: multiqueue support | Yevgeny Petrilin | 4 | -71/+28 |
2009-06-02 | mlx4_en: Coalescing target is equal for all mtu's | Yevgeny Petrilin | 3 | -5/+4 |
2009-06-02 | mlx4_en: Work with part of the ports. | Yevgeny Petrilin | 1 | -18/+1 |
2009-06-02 | mlx4_en renamed en_params.c to en_ethtool.c | Yevgeny Petrilin | 2 | -1/+1 |
2009-06-02 | mlx4_en: Moved all module parameters handling to en_main.c | Yevgeny Petrilin | 3 | -60/+54 |
2009-06-02 | mlx4_en: Giving interface name in debug messages | Yevgeny Petrilin | 5 | -156/+159 |
2009-05-30 | mlx4_en: Fix a kernel panic when waking tx queue | Yevgeny Petrilin | 1 | -4/+4 |
2009-05-29 | net: replace dma_sync_single with dma_sync_single_for_cpu | FUJITA Tomonori | 1 | -3/+4 |
2009-05-29 | net: dont update dev->trans_start in 10GB drivers | Eric Dumazet | 1 | -1/+0 |
2009-05-28 | mlx4_core: Add module parameter for number of MTTs per segment | Eli Cohen | 3 | -6/+16 |
2009-05-25 | mlx4_en: Fix partial rings feature | Yevgeny Petrilin | 3 | -39/+58 |
2009-05-25 | mlx4_en: Removed redundant stride variable | Yevgeny Petrilin | 1 | -3/+0 |
2009-05-18 | mlx4_en: Fix not deleted napi structures | Yevgeny Petrilin | 1 | -1/+3 |
2009-05-12 | Remove unreached code in drivers/net/mlx4/en_rx.c | Dan Carpenter | 1 | -1/+0 |
2009-04-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -1/+5 |
2009-04-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -1/+1 |
2009-04-27 | mlx4_en: Handle page allocation failure during receive | Yevgeny Petrilin | 1 | -0/+4 |
2009-04-27 | mlx4_en: Fix cleanup flow on cq activation | Yevgeny Petrilin | 1 | -1/+1 |
2009-04-21 | mlx4_core: Fix memory leak in mlx4_enable_msi_x() | Nicolas Morey-Chaisemartin | 1 | -1/+1 |
2009-04-21 | mlx4_en: Fix cleanup if workqueue create in mlx4_en_add() fails | Roland Dreier | 1 | -3/+2 |
2009-04-21 | mlx4_en: Move to SW counters for total bytes and packets | Yevgeny Petrilin | 1 | -32/+13 |
2009-04-21 | mlx4_en: use NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM for tx csum at initialization | Yevgeny Petrilin | 1 | -1/+1 |
2009-04-21 | mlx4_en: Assign dummy event handler for TX queue | Yevgeny Petrilin | 4 | -6/+8 |
2009-04-21 | mlx4_en: Fix a race at restart task | Yevgeny Petrilin | 1 | -8/+11 |
2009-04-21 | mlx4_en: Fix error handling while activating RX rings | Yevgeny Petrilin | 1 | -2/+4 |
2009-04-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -2/+3 |
2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 1 | -2/+2 |
2009-04-07 | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 1 | -2/+2 |
2009-04-03 | workqueue: add to_delayed_work() helper function | Jean Delvare | 3 | -3/+3 |
2009-03-31 | mlx4_core: Don't leak mailbox for SET_PORT on Ethernet ports | Roland Dreier | 1 | -2/+3 |
2009-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -2/+3 |
2009-03-19 | mlx4_core: Add link type autosensing | Yevgeny Petrilin | 6 | -49/+272 |
2009-03-12 | mlx4_core: Don't perform SET_PORT command for Ethernet ports | Yevgeny Petrilin | 1 | -8/+5 |
2009-02-27 | mlx4_core: Add device IDs for MT25458 10GigE devices | Jack Morgenstein | 1 | -0/+2 |
2009-01-28 | net: Add skb_record_rx_queue() calls to multiqueue capable drivers. | David S. Miller | 1 | -0/+1 |
2009-01-22 | net: Remove redundant NAPI functions | Ben Hutchings | 1 | -2/+2 |
2009-01-16 | mlx4_core: Fix min() warning | Andrew Morton | 1 | -3/+3 |
2009-01-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -2/+2 |