aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/chelsio/cxgb4/sge.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-08net: chelsio: remove unused function calc_tx_descsColin Ian King1-14/+0
2023-10-11netdev: replace napi_reschedule with napi_scheduleChristian Marangi1-1/+1
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski1-1/+1
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-1/+1
2021-11-19cxgb4: Use struct_group() for memcpy() regionKees Cook1-3/+5
2021-08-23net: chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-4/+4
2021-06-04cxgb4: avoid link re-train during TC-MQPRIO configurationRahul Lakkireddy1-0/+6
2021-05-05net:CXGB4: fix leak if sk_buff is not usedÍñigo Huguet1-7/+9
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+8
2021-02-15cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 and uldsAyush Sawal1-3/+8
2021-01-16cxgb4: enable interrupt based Tx completions for T5Raju Rangoju1-5/+33
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