summaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3
Commit message (Expand)AuthorAgeFilesLines
...
* cxgb3: update driver versionDivy Le Ray2009-03-131-1/+1
* cxgb3: update FWDivy Le Ray2009-03-131-1/+1
* cxgb3: detect mac link faults.Divy Le Ray2009-03-136-9/+285
* cxgb3: Update Rev3 mac workaroundDivy Le Ray2009-03-131-39/+33Star
* cxgb3: disable high freq non-data interruptsDivy Le Ray2009-03-134-5/+86
* cxgb3: separate TX and RX reclaim handlersDivy Le Ray2009-03-132-40/+89
* cxgb3: prefetch buffer access in GRO modeDivy Le Ray2009-03-131-0/+3
* cxgb3: fix skb truesize in jumbo modeDivy Le Ray2009-03-131-1/+2
* cxgb3: release page ref on mapping errorDivy Le Ray2009-03-131-12/+14
* cxgb3: ring rx door bell less frequentlyDivy Le Ray2009-03-132-8/+25
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-242-0/+8
|\
| * cxgb3: Add support for PCI ID 0x35.Divy Le Ray2009-02-192-0/+8
* | drivers/net/cxgb3: fix sparse warnings: fix signednessHannes Eder2009-02-181-1/+2
* | drivers/net/cxgb3: fix sparse warning: symbol shadows an earlier oneHannes Eder2009-02-181-2/+1Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-051-2/+1Star
|\|
| * cxgb3: Fix lro switchDivy Le Ray2009-02-051-2/+1Star
* | net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller2009-01-281-0/+1
* | cxgb3: Notify fatal errorsDivy Le Ray2009-01-273-4/+28
* | cxgb3: Replace LRO with GROHerbert Xu2009-01-213-152/+22Star
* | cxgb3: ease msi-x settings conditionsDivy Le Ray2009-01-212-8/+16
|/
* cxgb3: Fix LRO misalignmentDivy Le Ray2009-01-201-0/+1
* cxgb3: Keep LRO off if disabled when interface is downRoland Dreier2009-01-113-10/+21
* cxgb3: add control to access embedded imagesDivy Le Ray2008-12-262-0/+19
* drivers/net/cxgb3: comment out dead codeHannes Eder2008-12-261-0/+2
* cxgb3: manage private iSCSI IP addressKaren Xie2008-12-194-21/+121
* cxgb3: untie strict FW matchingDivy Le Ray2008-12-163-30/+15Star
* cxgb3: Add multiple Tx queue support.Divy Le Ray2008-12-164-16/+31
* cxgb3: Fix sparse warning and micro-optimize is_pure_response()Roland Dreier2008-11-291-1/+1
* cxgb3: Update FW loading path.Divy Le Ray2008-11-271-2/+2
* cxgb3: avoid potential memory leak.Divy Le Ray2008-11-271-3/+2Star
* cxgb3: set hard_xmit in the netdev_opsDivy Le Ray2008-11-271-0/+1
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-211-1/+0Star
* cxgb3: convert to net_device_opsStephen Hemminger2008-11-201-13/+16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-192-2/+10
|\
| * RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface.Steve Wise2008-11-111-0/+2
| * cxgb3 - Limit multiqueue setting to msi-xDivy Le Ray2008-11-111-1/+1
| * cxgb3 - eeprom read fixesDivy Le Ray2008-11-111-1/+7
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* | cxgb3 - enable lro control through ethtoolDivy Le Ray2008-10-311-12/+57
|/
* cxgb3: Fix kernel crash caused by uninitialized l2t_entry.arpqRoland Dreier2008-10-221-0/+1
* cxgb3: extend copyrights to 2008Divy Le Ray2008-10-1420-20/+20
* cxgb3: update driver versionDivy Le Ray2008-10-141-1/+1
* cxgb3: Add 1G fiber supportDivy Le Ray2008-10-093-12/+208
* cxgb3: Support for Aeluros 2005 PHYDivy Le Ray2008-10-094-19/+1040
* cxgb3: commnonize LASI phy codeDivy Le Ray2008-10-094-48/+77
* cxgb3: More flexible support for PHY interrupts.Divy Le Ray2008-10-093-18/+27
* cxgb3: simplify port type struct and usageDivy Le Ray2008-10-096-87/+94
* cxgb3: allow for PHY reset statusDivy Le Ray2008-10-094-27/+37
* cxgb3: Allocate multiqueues at init timeDivy Le Ray2008-10-093-37/+145
* cxgb3: reset the adapter on fatal errorDivy Le Ray2008-10-095-60/+119