aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/sge.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22cxgb4/chcr: update SGL DMA unmap for USORahul Lakkireddy1-88/+31
2019-11-19cxgb4: remove unneeded semicolon for switch blockRahul Lakkireddy1-1/+1
2019-11-11cxgb4: remove redundant assignment to hdr_lenColin Ian King1-1/+0
2019-11-07cxgb4: add FLOWC based QoS offloadRahul Lakkireddy1-6/+144
2019-11-07cxgb4: add Tx and Rx path for ETHOFLD trafficRahul Lakkireddy1-48/+375
2019-11-07cxgb4: add ETHOFLD hardware queue supportRahul Lakkireddy1-25/+70
2019-11-07cxgb4: parse and configure TC-MQPRIO offloadRahul Lakkireddy1-46/+116
2019-11-07cxgb4: rework queue config and MSI-X allocationRahul Lakkireddy1-1/+12
2019-10-25cxgb4: request the TX CIDX updates to status pageRaju Rangoju1-6/+2
2019-03-26chelsio: use BUG() instead of BUG_ON(1)Arnd Bergmann1-1/+1
2019-03-04cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath1-6/+6
2019-02-14cxgb4/cxgb4vf: Add support for SGE doorbell queue timerVishal Kulkarni1-56/+266
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-1/+1
2018-09-14cxgb4: add per rx-queue counter for packet errorsGanesh Goudar1-0/+4
2018-07-11cxgb4: specify IQTYPE in fw_iq_cmdArjun Vynipadath1-1/+3
2018-06-29cxgb4: Add support for FW_ETH_TX_PKT_VM_WRArjun Vynipadath1-2/+370
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook1-1/+1
2018-06-04net: chelsio: Use zeroing memory allocator instead of allocator/memsetYueHaibing1-2/+1
2018-05-21cxgb4: copy the length of cpl_tx_pkt_core to fw_wrGanesh Goudar1-15/+14
2018-05-11cxgb4: enable inner header checksum calculationGanesh Goudar1-21/+70
2018-03-31cxgb4: LLD driver changes to support TLSAtul Gupta1-6/+101
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-37/+184
2018-01-22cxgb4: add geneve offload support for T6Ganesh Goudar1-0/+3
2018-01-11cxgb4: add support for vxlan segmentation offloadGanesh Goudar1-37/+181
2017-11-29cxgb4: Add support for Inline IPSec TxAtul Gupta1-51/+51
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+6
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+7
2017-11-03crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driverHarsh Jain1-1/+7
2017-10-28drivers/net: chelsio/cxgb*: Convert timers to use timer_setup()Kees Cook1-6/+6
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-08-14net/cxgb4: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagCasey Leedom1-2/+3
2017-07-05cxgb4: time stamping interface for PTPAtul Gupta1-6/+167
2017-02-03cxgb4: get rid of custom busy poll codeEric Dumazet1-39/+0
2017-02-03cxgb4: Fix uld_send() for ctrl pktsArjun V1-3/+8
2017-01-04cxgb4: Support compressed error vector for T6Arjun V1-2/+14
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai1-34/+87
2016-11-16cxgb4: do not call napi_hash_del()Eric Dumazet1-1/+0
2016-09-19chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 ULD'sHariprasad Shenai1-6/+12
2016-08-18cxgb4: Add support for dynamic allocation of resources for ULDHariprasad Shenai1-2/+2
2016-07-30cxgb4/cxgb4vf: Fixes regression in perf when tx vlan offload is disabledHariprasad Shenai1-1/+1
2016-04-26cxgb4: Avoids race and deadlock while freeing tx descriptorHariprasad Shenai1-0/+2
2016-04-11cxgb4: Stop Rx Queues before freeing it upHariprasad Shenai1-3/+17
2016-03-23Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-2/+11
2016-03-22cxgb4: large receive offload supportVarun Prakash1-2/+10
2016-03-22cxgb4: allocate resources for CXGB4_ULD_ISCSITVarun Prakash1-0/+1
2016-03-02cxgb4/cxgb4vf: For T6 adapter, set FBMIN to 64 bytesHariprasad Shenai1-1/+11
2016-03-02cxgb4/cxgb4vf: Use fl capacity to check if fl needs to be replenishedHariprasad Shenai1-1/+1
2015-12-23cxgb4: Update SGE context congestion map change for T6 adapterHariprasad Shenai1-3/+4
2015-12-23cxgb4: Update register range and SGE registers for T6 adapterHariprasad Shenai1-2/+13