aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-27cxgb3: start qset timers when setup succeededDivy Le Ray3-4/+24
2009-03-13cxgb3: update driver versionDivy Le Ray1-1/+1
2009-03-13cxgb3: update FWDivy Le Ray1-1/+1
2009-03-13cxgb3: detect mac link faults.Divy Le Ray6-9/+285
2009-03-13cxgb3: Update Rev3 mac workaroundDivy Le Ray1-39/+33
2009-03-13cxgb3: disable high freq non-data interruptsDivy Le Ray4-5/+86
2009-03-13cxgb3: separate TX and RX reclaim handlersDivy Le Ray2-40/+89
2009-03-13cxgb3: prefetch buffer access in GRO modeDivy Le Ray1-0/+3
2009-03-13cxgb3: fix skb truesize in jumbo modeDivy Le Ray1-1/+2
2009-03-13cxgb3: release page ref on mapping errorDivy Le Ray1-12/+14
2009-03-13cxgb3: ring rx door bell less frequentlyDivy Le Ray2-8/+25
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2-0/+8
2009-02-18cxgb3: Add support for PCI ID 0x35.Divy Le Ray2-0/+8
2009-02-17drivers/net/cxgb3: fix sparse warnings: fix signednessHannes Eder1-1/+2
2009-02-17drivers/net/cxgb3: fix sparse warning: symbol shadows an earlier oneHannes Eder1-2/+1
2009-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+1
2009-02-04cxgb3: Fix lro switchDivy Le Ray1-2/+1
2009-01-27net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller1-0/+1
2009-01-26cxgb3: Notify fatal errorsDivy Le Ray3-4/+28
2009-01-21cxgb3: Replace LRO with GROHerbert Xu3-152/+22
2009-01-21cxgb3: ease msi-x settings conditionsDivy Le Ray2-8/+16
2009-01-19cxgb3: Fix LRO misalignmentDivy Le Ray1-0/+1
2009-01-11cxgb3: Keep LRO off if disabled when interface is downRoland Dreier3-10/+21
2008-12-26cxgb3: add control to access embedded imagesDivy Le Ray2-0/+19
2008-12-25drivers/net/cxgb3: comment out dead codeHannes Eder1-0/+2
2008-12-18cxgb3: manage private iSCSI IP addressKaren Xie4-21/+121
2008-12-16cxgb3: untie strict FW matchingDivy Le Ray3-30/+15
2008-12-16cxgb3: Add multiple Tx queue support.Divy Le Ray4-16/+31
2008-11-28cxgb3: Fix sparse warning and micro-optimize is_pure_response()Roland Dreier1-1/+1
2008-11-26cxgb3: Update FW loading path.Divy Le Ray1-2/+2
2008-11-26cxgb3: avoid potential memory leak.Divy Le Ray1-3/+2
2008-11-26cxgb3: set hard_xmit in the netdev_opsDivy Le Ray1-0/+1
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-1/+0
2008-11-19cxgb3: convert to net_device_opsStephen Hemminger1-13/+16
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+10
2008-11-11RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface.Steve Wise1-0/+2
2008-11-11cxgb3 - Limit multiqueue setting to msi-xDivy Le Ray1-1/+1
2008-11-11cxgb3 - eeprom read fixesDivy Le Ray1-1/+7
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-31cxgb3 - enable lro control through ethtoolDivy Le Ray1-12/+57
2008-10-22cxgb3: Fix kernel crash caused by uninitialized l2t_entry.arpqRoland Dreier1-0/+1
2008-10-13cxgb3: extend copyrights to 2008Divy Le Ray20-20/+20
2008-10-13cxgb3: update driver versionDivy Le Ray1-1/+1
2008-10-08cxgb3: Add 1G fiber supportDivy Le Ray3-12/+208
2008-10-08cxgb3: Support for Aeluros 2005 PHYDivy Le Ray4-19/+1040
2008-10-08cxgb3: commnonize LASI phy codeDivy Le Ray4-48/+77
2008-10-08cxgb3: More flexible support for PHY interrupts.Divy Le Ray3-18/+27
2008-10-08cxgb3: simplify port type struct and usageDivy Le Ray6-87/+94
2008-10-08cxgb3: allow for PHY reset statusDivy Le Ray4-27/+37
2008-10-08cxgb3: Allocate multiqueues at init timeDivy Le Ray3-37/+145