summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/sge.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: Remove unused t4_free_ofld_rxqsDr. David Alan Gilbert2024-10-161-16/+0
* cxgb4: Properly lock TX queue for the selftest.Sebastian Andrzej Siewior2024-05-011-3/+3
* net: chelsio: remove unused function calc_tx_descsColin Ian King2024-03-081-14/+0
* netdev: replace napi_reschedule with napi_scheduleChristian Marangi2023-10-121-1/+1
* net: tls: make the offload check helper take skb not socketJakub Kicinski2023-06-151-1/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-291-1/+1
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-1/+1
* cxgb4: Use struct_group() for memcpy() regionKees Cook2021-11-191-3/+5
* net: chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-4/+4
* cxgb4: avoid link re-train during TC-MQPRIO configurationRahul Lakkireddy2021-06-041-0/+6
* net:CXGB4: fix leak if sk_buff is not usedÍñigo Huguet2021-05-051-7/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-171-3/+8
|\
| * cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal2021-02-151-3/+8
* | cxgb4: enable interrupt based Tx completions for T5Raju Rangoju2021-01-171-5/+33
|/
* cxgb4/ch_ktls: creating skbs causes panicRohit Maheshwari2020-11-121-0/+108
* cxgb4/ch_ktls: decrypted bit is not enoughRohit Maheshwari2020-11-121-1/+2
* cxgb4: convert tasklets to use new tasklet_setup() APIAllen Pais2020-10-091-2/+3
* net: cxbg4: Remove pointless in_interrupt() checkThomas Gleixner2020-09-291-3/+0
* chelsio: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-8/+8
* crypto/chcr: move nic TLS functionality to drivers/netRohit Maheshwari2020-09-121-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-231-3/+7
|\
| * cxgb4: Fix race between loopback and normal Tx pathGanji Aravind2020-08-181-1/+5
| * cxgb4: Fix work request size calculation for loopback testGanji Aravind2020-08-181-2/+2
* | crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/netVinay Kumar Yadav2020-08-211-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-261-0/+1
|\
| * cxgb4: add missing release on skb in uld_send()Navid Emamdoost2020-07-231-0/+1
* | cxgb4: add loopback ethtool self-testVishal Kulkarni2020-07-231-1/+106
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-261-23/+24
|\|
| * cxgb4: update kernel-doc line commentsRahul Lakkireddy2020-06-241-8/+11
| * cxgb4: remove cast when saving IPv4 partial checksumRahul Lakkireddy2020-06-241-2/+1
| * cxgb4: use unaligned conversion for fetching timestampRahul Lakkireddy2020-06-241-1/+1
| * cxgb4: move PTP lock and unlock to caller in Tx pathRahul Lakkireddy2020-06-241-12/+11
* | cxgb4: Use struct_size() helperGustavo A. R. Silva2020-06-191-1/+1
|/
* cxgb4: improve credits recovery in TC-MQPRIO Tx pathRahul Lakkireddy2020-05-151-14/+26
* cxgb4: Add missing annotation for service_ofldq()Jules Irenge2020-05-021-0/+1
* cxgb4: fix EOTID leak when disabling TC-MQPRIO offloadRahul Lakkireddy2020-05-011-3/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-261-42/+10
|\
| * cxgb4: fix Txq restart check during backpressureRahul Lakkireddy2020-03-201-2/+8
| * cxgb4: fix throughput drop during Tx backpressureRahul Lakkireddy2020-03-201-40/+2
* | cxgb4/chcr: complete record tx handlingRohit Maheshwari2020-03-091-0/+5
|/
* cxgb4: add stats for MQPRIO QoS offload Tx pathRahul Lakkireddy2019-11-231-0/+14
* cxgb4: add UDP segmentation offload supportRahul Lakkireddy2019-11-231-47/+112
* cxgb4/chcr: update SGL DMA unmap for USORahul Lakkireddy2019-11-231-88/+31
* cxgb4: remove unneeded semicolon for switch blockRahul Lakkireddy2019-11-201-1/+1
* cxgb4: remove redundant assignment to hdr_lenColin Ian King2019-11-121-1/+0
* cxgb4: add FLOWC based QoS offloadRahul Lakkireddy2019-11-071-6/+144
* cxgb4: add Tx and Rx path for ETHOFLD trafficRahul Lakkireddy2019-11-071-48/+375
* cxgb4: add ETHOFLD hardware queue supportRahul Lakkireddy2019-11-071-25/+70
* cxgb4: parse and configure TC-MQPRIO offloadRahul Lakkireddy2019-11-071-46/+116
* cxgb4: rework queue config and MSI-X allocationRahul Lakkireddy2019-11-071-1/+12