summaryrefslogtreecommitdiff
path: root/drivers/net/cxgb3/sge.c
AgeCommit message (Expand)Author
2010-02-08cxgb3: fix GRO checksum checkDivy Le Ray
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-18cxgb3: fix premature page unmapDivy Le Ray
2009-10-27cxgb3: Set the rxqKrishna Kumar
2009-10-17cxgb3: No need to wake queue in xmit handlerKrishna Kumar
2009-10-13cxgb3: Added private MAC address and provisioning packet handler for iSCSIKaren Xie
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-29cxgb3: move away from LLTXDivy Le Ray
2009-05-29cxgb3: fix dma mapping regressionDivy Le Ray
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet
2009-04-16gro: New frags interface to avoid copying shinfoHerbert Xu
2009-03-27cxgb3: map entire Rx page, feed map+offset to Rx ring.Divy Le Ray
2009-03-27cxgb3: sge setup fixesDivy Le Ray
2009-03-27cxgb3: start qset timers when setup succeededDivy Le Ray
2009-03-13cxgb3: disable high freq non-data interruptsDivy Le Ray
2009-03-13cxgb3: separate TX and RX reclaim handlersDivy Le Ray
2009-03-13cxgb3: prefetch buffer access in GRO modeDivy Le Ray
2009-03-13cxgb3: fix skb truesize in jumbo modeDivy Le Ray
2009-03-13cxgb3: release page ref on mapping errorDivy Le Ray
2009-03-13cxgb3: ring rx door bell less frequentlyDivy Le Ray
2009-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-02-04cxgb3: Fix lro switchDivy Le Ray
2009-01-27net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller
2009-01-21cxgb3: Replace LRO with GROHerbert Xu
2009-01-19cxgb3: Fix LRO misalignmentDivy Le Ray
2009-01-11cxgb3: Keep LRO off if disabled when interface is downRoland Dreier
2008-12-18cxgb3: manage private iSCSI IP addressKaren Xie
2008-12-16cxgb3: Add multiple Tx queue support.Divy Le Ray
2008-11-28cxgb3: Fix sparse warning and micro-optimize is_pure_response()Roland Dreier
2008-11-26cxgb3: avoid potential memory leak.Divy Le Ray
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-13cxgb3: extend copyrights to 2008Divy Le Ray
2008-10-08cxgb3: reset the adapter on fatal errorDivy Le Ray
2008-10-08[2.6.28,1/1] cxgb3 - fix race in EEHDivy Le Ray
2008-09-24cxgb3 - remove duplicate tests in lroDivy Le Ray
2008-09-22cxgb3: Use SKB list interfaces instead of home-grown implementation.David S. Miller
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori
2008-05-22cxgb3 - Add LRO supportDivy Le Ray
2008-05-22cxgb3 - Add page support to jumbo frame Rx queueDivy Le Ray
2008-05-22cxgb3 - Fix dma mapping error pathDivy Le Ray
2008-05-13cxgb3 - fix EEHDivy Le Ray
2008-03-25cxgb3: Fix lockdep problems with sge.reg_lockRoland Dreier
2008-03-17cxgb3: Fix transmit queue stop mechanismDivy Le Ray
2008-02-11Optimize cxgb3 xmit path (a bit)Krishna Kumar
2008-02-03cxgb3: Remove incorrect __devinit annotationsRoland Dreier
2008-01-28annotate cxgb3Al Viro