aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/sge.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-12cxgb4: Check if rx checksum offload is enabled, while reading hardware calculated checksumHariprasad Shenai1-3/+3
2014-03-24cxgb4: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb.Eric W. Biederman1-3/+3
2014-03-14cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug FixesSteve Wise1-3/+5
2014-03-13cxgb4: Calculate len properly for LSO pathKumar Sanghvi1-1/+1
2014-03-13cxgb4: Updates for T5 SGE's Egress Congestion ThresholdKumar Sanghvi1-5/+13
2014-03-13cxgb4: Rectify emitting messages about SGE Ingress DMA channels being potentially stuckKumar Sanghvi1-18/+72
2014-03-13cxgb4: Fix some small bugs in t4_sge_init_soft() when our Page Size is 64KBKumar Sanghvi1-2/+10
2014-02-18cxgb4: Don't assume LSO only uses SGL path in t4_eth_xmit()Kumar Sanghvi1-10/+22
2014-02-18cxgb4: LE-Workaround is not atomic in firmwareKumar Sanghvi1-1/+5
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-01-03cxgb4: allow large buffer size to have page sizeThadeu Lima de Souza Cascardo1-1/+1
2013-12-18net: cxgb4 calls skb_set_hashTom Herbert1-2/+4
2013-12-03cxgb4: Much cleaner implementation of is_t4()/is_t5()Hariprasad Shenai1-6/+6
2013-06-04cxgb3: Correct comparisons and calculations using skb->tail and skb-transport_headerLi RongQing1-1/+1
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-2/+2
2013-03-14cxgb4: Add T5 write combining supportSantosh Rastapur1-3/+49
2013-03-14cxgb4: Initialize T5Santosh Rastapur1-10/+27
2012-11-27[SCSI] cxgb4/cxgb4vf: Chelsio FCoE offload driver submission (common header updates).Naresh Kumar Inna1-3/+3
2012-09-27cxgb4/cxgb4vf: Code cleanup to enable T4 Configuration File supportVipul Pandya1-62/+275
2012-09-05cxgb4: Remove duplicate register definitionsVipul Pandya1-2/+2
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman1-1/+1
2012-06-06ethernet: Remove casts to same typeJoe Perches1-1/+1
2012-05-18cxgb4: DB Drop Recovery for RDMA and LLD queuesVipul Pandya1-4/+16
2012-05-18cxgb4: Detect DB FULL events and notify RDMA ULDVipul Pandya1-0/+6
2011-11-22net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet1-3/+3
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-10-21cxgb4: convert to SKB paged frag API.Ian Campbell1-22/+23
2011-10-19net: add skb frag size accessorsEric Dumazet1-13/+13
2011-08-10chelsio: Move the Chelsio driversJeff Kirsher1-0/+2442