summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/sge.c
Commit message (Expand)AuthorAgeFilesLines
* chelsio: use BUG() instead of BUG_ON(1)Arnd Bergmann2019-03-261-1/+1
* cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath2019-03-041-6/+6
* cxgb4/cxgb4vf: Add support for SGE doorbell queue timerVishal Kulkarni2019-02-141-56/+266
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-1/+1
* cxgb4: add per rx-queue counter for packet errorsGanesh Goudar2018-09-141-0/+4
* cxgb4: specify IQTYPE in fw_iq_cmdArjun Vynipadath2018-07-121-1/+3
* cxgb4: Add support for FW_ETH_TX_PKT_VM_WRArjun Vynipadath2018-06-291-2/+370
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-131-1/+1
* net: chelsio: Use zeroing memory allocator instead of allocator/memsetYueHaibing2018-06-041-2/+1Star
* cxgb4: copy the length of cpl_tx_pkt_core to fw_wrGanesh Goudar2018-05-211-15/+14Star
* cxgb4: enable inner header checksum calculationGanesh Goudar2018-05-111-21/+70
* cxgb4: LLD driver changes to support TLSAtul Gupta2018-04-011-6/+101
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-37/+184
|\
| * cxgb4: add geneve offload support for T6Ganesh Goudar2018-01-221-0/+3
| * cxgb4: add support for vxlan segmentation offloadGanesh Goudar2018-01-111-37/+181
* | cxgb4: Add support for Inline IPSec TxAtul Gupta2017-11-291-51/+51
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-6/+6
|\
| * drivers/net: chelsio/cxgb*: Convert timers to use timer_setup()Kees Cook2017-10-281-6/+6
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-141-1/+7
|\ \
| * | crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driverHarsh Jain2017-11-031-1/+7
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
|/
* net/cxgb4: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagCasey Leedom2017-08-151-2/+3
* cxgb4: time stamping interface for PTPAtul Gupta2017-07-051-6/+167
* cxgb4: get rid of custom busy poll codeEric Dumazet2017-02-031-39/+0Star
* cxgb4: Fix uld_send() for ctrl pktsArjun V2017-02-031-3/+8
* cxgb4: Support compressed error vector for T6Arjun V2017-01-041-2/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-1/+0Star
|\
| * cxgb4: do not call napi_hash_del()Eric Dumazet2016-11-161-1/+0Star
* | cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai2016-11-181-34/+87
|/
* chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai2016-09-191-6/+12
* cxgb4: Add support for dynamic allocation of resources for ULDHariprasad Shenai2016-08-191-2/+2
* cxgb4/cxgb4vf: Fixes regression in perf when tx vlan offload is disabledHariprasad Shenai2016-07-311-1/+1
* cxgb4: Avoids race and deadlock while freeing tx descriptorHariprasad Shenai2016-04-261-0/+2
* cxgb4: Stop Rx Queues before freeing it upHariprasad Shenai2016-04-111-3/+17
* Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-231-2/+11
|\
| * cxgb4: large receive offload supportVarun Prakash2016-03-221-2/+10
| * cxgb4: allocate resources for CXGB4_ULD_ISCSITVarun Prakash2016-03-221-0/+1
* | cxgb4/cxgb4vf: For T6 adapter, set FBMIN to 64 bytesHariprasad Shenai2016-03-021-1/+11
* | cxgb4/cxgb4vf: Use fl capacity to check if fl needs to be replenishedHariprasad Shenai2016-03-021-1/+1
|/
* cxgb4: Update SGE context congestion map change for T6 adapterHariprasad Shenai2015-12-241-3/+4
* cxgb4: Update register range and SGE registers for T6 adapterHariprasad Shenai2015-12-241-2/+13
* cxgb4/cxgb4vf: Update Ingress padding boundary values for T6 adapterHariprasad Shenai2015-12-241-31/+2Star
* cxgb4: Use napi_complete_done() api in napi handlerHariprasad Shenai2015-12-231-1/+1
* cxgb4: Use the node info to alloc_ring() for RX queuesHariprasad Shenai2015-12-231-2/+4
* cxgb4: get naming correct for iscsi queuesHariprasad Shenai2015-12-231-1/+1
* cxgb4: Add FL DMA mapping error and low counterHariprasad Shenai2015-12-091-0/+3
* cxgb4: Deal with wrap-around of queue for Work requestHariprasad Shenai2015-12-091-4/+53
* cxgb4: prevent simultaneous execution of service_ofldq()Hariprasad Shenai2015-12-091-6/+50
* cxgb4: Use ACCES_ONCE macro to read queue's consumer indexHariprasad Shenai2015-12-091-2/+2
* net: provide generic busy polling to all NAPI driversEric Dumazet2015-11-181-1/+0Star