Age | Commit message (Expand) | Author | Files | Lines |
2009-12-04 | drivers/net: Move && and || to end of previous line | Joe Perches | 1 | -13/+13 |
2009-11-19 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+2 |
2009-11-18 | cxgb3: fix premature page unmap | Divy Le Ray | 1 | -2/+2 |
2009-11-11 | cxgb3: declare MODULE_FIRMWARE | Ben Hutchings | 2 | -14/+19 |
2009-10-27 | cxgb3: Set the rxq | Krishna Kumar | 1 | -0/+1 |
2009-10-18 | cxgb3: No need to wake queue in xmit handler | Krishna Kumar | 1 | -1/+1 |
2009-10-13 | cxgb3: Added private MAC address and provisioning packet handler for iSCSI | Karen Xie | 3 | -13/+53 |
2009-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 8 | -1098/+255 |
2009-09-06 | RDMA/cxgb3: Handle port events properly | Steve Wise | 3 | -8/+12 |
2009-09-01 | netdev: convert bulk of drivers to netdev_tx_t | Stephen Hemminger | 2 | -2/+2 |
2009-08-06 | cxgb3: fix 2 ports 1G regression | Divy Le Ray | 1 | -1/+5 |
2009-08-02 | cxgb3: fix Gen2 pci default settings | Divy Le Ray | 1 | -1/+12 |
2009-08-02 | cxgb3: fix EDC filename string | Divy Le Ray | 1 | -1/+1 |
2009-07-10 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+1 |
2009-07-10 | cxgb3: Fix crash caused by stashing wrong netdev_queue | Roland Dreier | 1 | -2/+1 |
2009-07-08 | cxgb3: Drain Mac Tx fifo when the port goes down. | Divy Le Ray | 1 | -1/+28 |
2009-07-08 | cxgb3: fix mac index mapping | Divy Le Ray | 1 | -0/+2 |
2009-07-08 | cxgb3: Fix mss table initialization | Divy Le Ray | 1 | -0/+1 |
2009-07-08 | cxgb3: use request_firmware() for the EDC registers setup | Divy Le Ray | 4 | -1050/+112 |
2009-07-08 | cxgb3: AEL2020 phy support update | Divy Le Ray | 2 | -27/+83 |
2009-07-08 | cxgb3: Fix T3C MAC max packet size access | Divy Le Ray | 1 | -5/+6 |
2009-07-08 | cxgb3: fix phy power down | Divy Le Ray | 1 | -8/+2 |
2009-07-08 | cxgb3: AQ100X phy support update | Divy Le Ray | 1 | -4/+3 |
2009-06-11 | cxgb3: remove __GFP_NOFAIL usage | Divy Le Ray | 4 | -7/+103 |
2009-06-04 | cxgb3: minor aq100x phy fixes | Divy Le Ray | 1 | -12/+12 |
2009-06-04 | cxgb3: Update FW to 7.4.0 | Divy Le Ray | 1 | -2/+2 |
2009-06-03 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 4 | -11/+17 |
2009-05-30 | cxgb3: add support for the Aquantia 10G-BT phy | Divy Le Ray | 4 | -2/+359 |
2009-05-30 | cxgb3: Add Aeluros 2020 phy support | Divy Le Ray | 4 | -65/+769 |
2009-05-30 | cxgb3: move away from LLTX | Divy Le Ray | 2 | -11/+7 |
2009-05-29 | cxgb3: link fault fixes | Divy Le Ray | 2 | -3/+10 |
2009-05-29 | cxgb3: fix dma mapping regression | Divy Le Ray | 2 | -8/+7 |
2009-05-29 | net: dont update dev->trans_start in 10GB drivers | Eric Dumazet | 1 | -1/+0 |
2009-05-21 | cxgb3: set phy's mdio dev before the phy init sequence | Divy Le Ray | 1 | -1/+1 |
2009-05-21 | cxgb3: Use generic XENPAK LASI register definitions | Ben Hutchings | 3 | -16/+9 |
2009-05-04 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2009-05-01 | cxgb3: fixing gcc 4.4 compiler warning: suggest parentheses around operand of... | Sergey Senozhatsky | 1 | -1/+1 |
2009-04-30 | cxgb3: Use generic MDIO definitions and mdio_mii_ioctl() | Ben Hutchings | 5 | -224/+194 |
2009-04-21 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -34/+21 |
2009-04-20 | cxgb3: Fix EEH final recovery attempt | Divy Le Ray | 1 | -0/+7 |
2009-04-20 | cxgb3: Fix potential msi-x vector leak | Divy Le Ray | 1 | -1/+6 |
2009-04-20 | cxgb3: fix workqueue flush issues | Divy Le Ray | 1 | -3/+5 |
2009-04-20 | cxgb3: fix link fault handling | Divy Le Ray | 2 | -30/+3 |
2009-04-16 | gro: New frags interface to avoid copying shinfo | Herbert Xu | 2 | -22/+33 |
2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 1 | -1/+1 |
2009-04-07 | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 1 | -2/+2 |
2009-03-27 | cxgb3: map entire Rx page, feed map+offset to Rx ring. | Divy Le Ray | 2 | -35/+106 |
2009-03-27 | cxgb3: differentiate portx and Tx channels | Divy Le Ray | 3 | -19/+24 |
2009-03-27 | cxgb3: use resource_size_t for mmio declarations | Divy Le Ray | 1 | -1/+4 |
2009-03-27 | cxgb3: sge setup fixes | Divy Le Ray | 2 | -8/+39 |