aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4vf/sge.c
AgeCommit message (Expand)Author
2018-04-12cxgb4vf: Fix SGE FL buffer initialization logic for 64K pagesArjun Vynipadath
2017-10-28drivers/net: chelsio/cxgb*: Convert timers to use timer_setup()Kees Cook
2017-08-14net/cxgb4vf: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagCasey Leedom
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-09-15cxgb4vf: don't offload Rx checksums for IPv6 fragmentsHariprasad Shenai
2016-07-30cxgb4/cxgb4vf: Fixes regression in perf when tx vlan offload is disabledHariprasad Shenai
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-03-02cxgb4vf: Make sge init code more readableHariprasad Shenai
2016-03-02cxgb4/cxgb4vf: For T6 adapter, set FBMIN to 64 bytesHariprasad Shenai
2016-03-02cxgb4/cxgb4vf: Use fl capacity to check if fl needs to be replenishedHariprasad Shenai
2015-12-23cxgb4/cxgb4vf: Update Ingress padding boundary values for T6 adapterHariprasad Shenai
2015-07-26cxgb4vf: Read correct FL congestion threshold for T5 and T6Hariprasad Shenai
2015-07-09cxgb4vf: Fix check to use new User Doorbell mechanismHariprasad Shenai
2015-06-01cxgb4vf: Adds SRIOV driver changes for T6 adapterHariprasad Shenai
2015-05-27cxgb4/cxgb4vf: function and argument name cleanupHariprasad Shenai
2015-05-12cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROSHariprasad Shenai
2015-05-05cxgb4: Discard the packet if the length is greater than mtuHariprasad Shenai
2015-05-05cxgb4: Make sure that Freelist size is larger than Egress Congestion ThresholdHariprasad Shenai
2015-04-09cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriateAlexander Duyck
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-29cxgb4vf: Fix sparse warningsHariprasad Shenai
2015-03-08ethernet: codespell comment spelling fixesJoe Perches
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-12iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros relat...Hariprasad Shenai
2015-01-05RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register definesHariprasad Shenai
2014-12-09cxgb4/cxgb4vf: Use new interfaces to calculate BAR2 SGE Queue Register addressesHariprasad Shenai
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queuesHariprasad Shenai
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-13cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsAnish Bhatt
2014-11-12cxgb4/cxgb4vf: Replace __skb_alloc_page with __dev_alloc_pageAlexander Duyck
2014-11-10cxgb4vf: FL Starvation Threshold needs to be larger than the SGE's Egress Con...Hariprasad Shenai
2014-11-10cxgb4/cxgb4vf: For T5 use Packing and Padding Boundaries for SGE DMA transfersHariprasad Shenai
2014-11-10cxgb4vf: Move fl_starv_thres into adapter->sge data structureHariprasad Shenai
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai
2014-10-09cxgb4/cxgb4vf: Updated the LSO transfer length in CPL_TX_PKT_LSO for T5Hariprasad Shenai
2014-08-21cxgb4: Free completed tx skbs promptlyHariprasad Shenai
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-05-12cxgb4vf: Check if rx checksum offload is enabled, while reading hardware calc...Hariprasad Shenai
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-03-24cxfb4vf: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb.Eric W. Biederman
2013-12-03cxgb4vf: added much cleaner implementation of is_t4()Hariprasad Shenai
2013-09-20net: cxgb4vf: Staticize local symbolsSachin Kamat
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-03-14cxgb4vf: Add support for Chelsio T5 adapterSantosh Rastapur
2013-02-12cxgb4vf: Fix VLAN extraction counter incrementVipul Pandya
2013-02-08cxgb4vf: Fix extraction of cpl_rx_pkt from the response queue descriptorVipul Pandya
2012-11-27[SCSI] cxgb4/cxgb4vf: Chelsio FCoE offload driver submission (common header u...Naresh Kumar Inna
2012-09-27cxgb4/cxgb4vf: Code cleanup to enable T4 Configuration File supportVipul Pandya
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman
2012-06-06ethernet: Remove casts to same typeJoe Perches