aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/cxgb3/sge.c
AgeCommit message (Expand)Author
2010-10-28cxgb3: Fix panic in free_tx_desc()Krishna Kumar
2010-10-21cxgb3: function namespace cleanupstephen hemminger
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-07-08cxgb3: simplify need_skb_unmapFUJITA Tomonori
2010-04-13cxgb3: use the DMA state API instead of the pci equivalentsFUJITA Tomonori
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2010-02-24RDMA/cxgb3: Doorbell overflow avoidance and recoverySteve Wise
2010-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-08cxgb3: fix GRO checksum checkDivy Le Ray
2010-02-05Fix spelling of 'platform' in comments and docStefan Weil
2010-02-03cxgb3: add memory barriersDivy 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