aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4vf/sge.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-04net: chelsio: Use zeroing memory allocator instead of allocator/memsetYueHaibing1-6/+1
2018-01-24cxgb4/cxgb4vf: add support for ndo_set_vf_vlanGanesh Goudar1-3/+12
2018-01-10cxgb4vf: Fix SGE FL buffer initialization logic for 64K pagesArjun Vynipadath1-6/+17
2017-10-28drivers/net: chelsio/cxgb*: Convert timers to use timer_setup()Kees Cook1-6/+6
2017-08-14net/cxgb4vf: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagCasey Leedom1-0/+3
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-09-15cxgb4vf: don't offload Rx checksums for IPv6 fragmentsHariprasad Shenai1-3/+4
2016-07-30cxgb4/cxgb4vf: Fixes regression in perf when tx vlan offload is disabledHariprasad Shenai1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-03-02cxgb4vf: Make sge init code more readableHariprasad Shenai1-37/+3
2016-03-02cxgb4/cxgb4vf: For T6 adapter, set FBMIN to 64 bytesHariprasad Shenai1-1/+12
2016-03-02cxgb4/cxgb4vf: Use fl capacity to check if fl needs to be replenishedHariprasad Shenai1-1/+1
2015-12-23cxgb4/cxgb4vf: Update Ingress padding boundary values for T6 adapterHariprasad Shenai1-2/+9
2015-07-26cxgb4vf: Read correct FL congestion threshold for T5 and T6Hariprasad Shenai1-2/+16
2015-07-09cxgb4vf: Fix check to use new User Doorbell mechanismHariprasad Shenai1-3/+9
2015-06-01cxgb4vf: Adds SRIOV driver changes for T6 adapterHariprasad Shenai1-16/+29
2015-05-27cxgb4/cxgb4vf: function and argument name cleanupHariprasad Shenai1-2/+2
2015-05-12cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROSHariprasad Shenai1-36/+37
2015-05-05cxgb4: Discard the packet if the length is greater than mtuHariprasad Shenai1-1/+8
2015-05-05cxgb4: Make sure that Freelist size is larger than Egress Congestion ThresholdHariprasad Shenai1-1/+5
2015-04-09cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriateAlexander Duyck1-2/+2
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+8
2015-03-29cxgb4vf: Fix sparse warningsHariprasad Shenai1-4/+8
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2015-01-12iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros related to all other cpl messagesHariprasad Shenai1-3/+3
2015-01-05RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register definesHariprasad Shenai1-23/+24
2014-12-09cxgb4/cxgb4vf: Use new interfaces to calculate BAR2 SGE Queue Register addressesHariprasad Shenai1-23/+162
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queuesHariprasad Shenai1-31/+32
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-46/+90
2014-11-13cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsAnish Bhatt1-1/+1
2014-11-12cxgb4/cxgb4vf: Replace __skb_alloc_page with __dev_alloc_pageAlexander Duyck1-3/+4
2014-11-10cxgb4vf: FL Starvation Threshold needs to be larger than the SGE's Egress Congestion ThresholdHariprasad Shenai1-6/+10
2014-11-10cxgb4/cxgb4vf: For T5 use Packing and Padding Boundaries for SGE DMA transfersHariprasad Shenai1-2/+29
2014-11-10cxgb4vf: Move fl_starv_thres into adapter->sge data structureHariprasad Shenai1-40/+53
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai1-16/+16
2014-10-09cxgb4/cxgb4vf: Updated the LSO transfer length in CPL_TX_PKT_LSO for T5Hariprasad Shenai1-1/+4
2014-08-21cxgb4: Free completed tx skbs promptlyHariprasad Shenai1-1/+2
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+4
2014-05-12cxgb4vf: Check if rx checksum offload is enabled, while reading hardware calculated checksumHariprasad Shenai1-3/+4
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-03-24cxfb4vf: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb.Eric W. Biederman1-3/+3
2013-12-03cxgb4vf: added much cleaner implementation of is_t4()Hariprasad Shenai1-1/+1
2013-09-20net: cxgb4vf: Staticize local symbolsSachin Kamat1-5/+6
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-2/+3
2013-03-14cxgb4vf: Add support for Chelsio T5 adapterSantosh Rastapur1-2/+6
2013-02-12cxgb4vf: Fix VLAN extraction counter incrementVipul Pandya1-1/+3
2013-02-08cxgb4vf: Fix extraction of cpl_rx_pkt from the response queue descriptorVipul Pandya1-1/+1
2012-11-27[SCSI] cxgb4/cxgb4vf: Chelsio FCoE offload driver submission (common header updates).Naresh Kumar Inna1-4/+4
2012-09-27cxgb4/cxgb4vf: Code cleanup to enable T4 Configuration File supportVipul Pandya1-2/+3