summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/sge.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-11cxgb4/ch_ktls: creating skbs causes panicRohit Maheshwari1-0/+108
2020-11-11cxgb4/ch_ktls: decrypted bit is not enoughRohit Maheshwari1-1/+2
2020-10-08cxgb4: convert tasklets to use new tasklet_setup() APIAllen Pais1-2/+3
2020-09-29net: cxbg4: Remove pointless in_interrupt() checkThomas Gleixner1-3/+0
2020-09-14chelsio: convert tasklets to use new tasklet_setup() APIAllen Pais1-8/+8
2020-09-11crypto/chcr: move nic TLS functionality to drivers/netRohit Maheshwari1-2/+2
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+7
2020-08-21crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/netVinay Kumar Yadav1-2/+2
2020-08-18cxgb4: Fix race between loopback and normal Tx pathGanji Aravind1-1/+5
2020-08-18cxgb4: Fix work request size calculation for loopback testGanji Aravind1-2/+2
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-07-23cxgb4: add loopback ethtool self-testVishal Kulkarni1-1/+106
2020-07-22cxgb4: add missing release on skb in uld_send()Navid Emamdoost1-0/+1
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-23/+24
2020-06-23cxgb4: update kernel-doc line commentsRahul Lakkireddy1-8/+11
2020-06-23cxgb4: remove cast when saving IPv4 partial checksumRahul Lakkireddy1-2/+1
2020-06-23cxgb4: use unaligned conversion for fetching timestampRahul Lakkireddy1-1/+1
2020-06-23cxgb4: move PTP lock and unlock to caller in Tx pathRahul Lakkireddy1-12/+11
2020-06-19cxgb4: Use struct_size() helperGustavo A. R. Silva1-1/+1
2020-05-15cxgb4: improve credits recovery in TC-MQPRIO Tx pathRahul Lakkireddy1-14/+26
2020-05-01cxgb4: Add missing annotation for service_ofldq()Jules Irenge1-0/+1
2020-04-30cxgb4: fix EOTID leak when disabling TC-MQPRIO offloadRahul Lakkireddy1-3/+36
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-42/+10
2020-03-19cxgb4: fix Txq restart check during backpressureRahul Lakkireddy1-2/+8
2020-03-19cxgb4: fix throughput drop during Tx backpressureRahul Lakkireddy1-40/+2
2020-03-08cxgb4/chcr: complete record tx handlingRohit Maheshwari1-0/+5
2019-11-22cxgb4: add stats for MQPRIO QoS offload Tx pathRahul Lakkireddy1-0/+14
2019-11-22cxgb4: add UDP segmentation offload supportRahul Lakkireddy1-47/+112
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