summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4vf/sge.c
Commit message (Expand)AuthorAgeFilesLines
* cxgb4vf: Prefix adapter flags with CXGB4VFArjun Vynipadath2019-03-021-4/+6
* cxgb4/cxgb4vf: Add support for SGE doorbell queue timerVishal Kulkarni2019-02-141-12/+15
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-1/+1
* net: chelsio: Use zeroing memory allocator instead of allocator/memsetYueHaibing2018-06-041-6/+1Star
* cxgb4/cxgb4vf: add support for ndo_set_vf_vlanGanesh Goudar2018-01-241-3/+12
* cxgb4vf: Fix SGE FL buffer initialization logic for 64K pagesArjun Vynipadath2018-01-101-6/+17
* drivers/net: chelsio/cxgb*: Convert timers to use timer_setup()Kees Cook2017-10-281-6/+6
* net/cxgb4vf: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagCasey Leedom2017-08-151-0/+3
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* cxgb4vf: don't offload Rx checksums for IPv6 fragmentsHariprasad Shenai2016-09-161-3/+4
* cxgb4/cxgb4vf: Fixes regression in perf when tx vlan offload is disabledHariprasad Shenai2016-07-311-1/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* cxgb4vf: Make sge init code more readableHariprasad Shenai2016-03-021-37/+3Star
* cxgb4/cxgb4vf: For T6 adapter, set FBMIN to 64 bytesHariprasad Shenai2016-03-021-1/+12
* cxgb4/cxgb4vf: Use fl capacity to check if fl needs to be replenishedHariprasad Shenai2016-03-021-1/+1
* cxgb4/cxgb4vf: Update Ingress padding boundary values for T6 adapterHariprasad Shenai2015-12-241-2/+9
* cxgb4vf: Read correct FL congestion threshold for T5 and T6Hariprasad Shenai2015-07-271-2/+16
* cxgb4vf: Fix check to use new User Doorbell mechanismHariprasad Shenai2015-07-091-3/+9
* cxgb4vf: Adds SRIOV driver changes for T6 adapterHariprasad Shenai2015-06-021-16/+29
* cxgb4/cxgb4vf: function and argument name cleanupHariprasad Shenai2015-05-271-2/+2
* cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROSHariprasad Shenai2015-05-131-36/+37
* cxgb4: Discard the packet if the length is greater than mtuHariprasad Shenai2015-05-061-1/+8
* cxgb4: Make sure that Freelist size is larger than Egress Congestion ThresholdHariprasad Shenai2015-05-061-1/+5
* cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriateAlexander Duyck2015-04-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-4/+8
|\
| * cxgb4vf: Fix sparse warningsHariprasad Shenai2015-03-291-4/+8
* | ethernet: codespell comment spelling fixesJoe Perches2015-03-091-1/+1
|/
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros relat...Hariprasad Shenai2015-01-121-3/+3
* RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register definesHariprasad Shenai2015-01-051-23/+24
* cxgb4/cxgb4vf: Use new interfaces to calculate BAR2 SGE Queue Register addressesHariprasad Shenai2014-12-091-23/+162
* cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queuesHariprasad Shenai2014-11-221-31/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-141-46/+90
|\
| * cxgb4vf: FL Starvation Threshold needs to be larger than the SGE's Egress Con...Hariprasad Shenai2014-11-101-6/+10
| * cxgb4/cxgb4vf: For T5 use Packing and Padding Boundaries for SGE DMA transfersHariprasad Shenai2014-11-101-2/+29
| * cxgb4vf: Move fl_starv_thres into adapter->sge data structureHariprasad Shenai2014-11-101-40/+53
* | cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsAnish Bhatt2014-11-131-1/+1
* | cxgb4/cxgb4vf: Replace __skb_alloc_page with __dev_alloc_pageAlexander Duyck2014-11-121-3/+4
* | cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai2014-11-101-16/+16
|/
* cxgb4/cxgb4vf: Updated the LSO transfer length in CPL_TX_PKT_LSO for T5Hariprasad Shenai2014-10-101-1/+4
* cxgb4: Free completed tx skbs promptlyHariprasad Shenai2014-08-221-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-3/+4
|\
| * cxgb4vf: Check if rx checksum offload is enabled, while reading hardware calc...Hariprasad Shenai2014-05-121-3/+4
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
|/
* cxfb4vf: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb.Eric W. Biederman2014-03-251-3/+3
* cxgb4vf: added much cleaner implementation of is_t4()Hariprasad Shenai2013-12-031-1/+1
* net: cxgb4vf: Staticize local symbolsSachin Kamat2013-09-201-5/+6
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-2/+3
* cxgb4vf: Add support for Chelsio T5 adapterSantosh Rastapur2013-03-141-2/+6
* cxgb4vf: Fix VLAN extraction counter incrementVipul Pandya2013-02-121-1/+3