aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/sge.c
AgeCommit message (Expand)Author
2023-10-11netdev: replace napi_reschedule with napi_scheduleChristian Marangi
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2021-11-19cxgb4: Use struct_group() for memcpy() regionKees Cook
2021-08-23net: chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-06-04cxgb4: avoid link re-train during TC-MQPRIO configurationRahul Lakkireddy
2021-05-05net:CXGB4: fix leak if sk_buff is not usedÍñigo Huguet
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-15cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal
2021-01-16cxgb4: enable interrupt based Tx completions for T5Raju Rangoju
2020-11-11cxgb4/ch_ktls: creating skbs causes panicRohit Maheshwari
2020-11-11cxgb4/ch_ktls: decrypted bit is not enoughRohit Maheshwari
2020-10-08cxgb4: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-29net: cxbg4: Remove pointless in_interrupt() checkThomas Gleixner
2020-09-14chelsio: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-11crypto/chcr: move nic TLS functionality to drivers/netRohit Maheshwari
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-21crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/netVinay Kumar Yadav
2020-08-18cxgb4: Fix race between loopback and normal Tx pathGanji Aravind
2020-08-18cxgb4: Fix work request size calculation for loopback testGanji Aravind
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-23cxgb4: add loopback ethtool self-testVishal Kulkarni
2020-07-22cxgb4: add missing release on skb in uld_send()Navid Emamdoost
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-23cxgb4: update kernel-doc line commentsRahul Lakkireddy
2020-06-23cxgb4: remove cast when saving IPv4 partial checksumRahul Lakkireddy
2020-06-23cxgb4: use unaligned conversion for fetching timestampRahul Lakkireddy
2020-06-23cxgb4: move PTP lock and unlock to caller in Tx pathRahul Lakkireddy
2020-06-19cxgb4: Use struct_size() helperGustavo A. R. Silva
2020-05-15cxgb4: improve credits recovery in TC-MQPRIO Tx pathRahul Lakkireddy
2020-05-01cxgb4: Add missing annotation for service_ofldq()Jules Irenge
2020-04-30cxgb4: fix EOTID leak when disabling TC-MQPRIO offloadRahul Lakkireddy
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-19cxgb4: fix Txq restart check during backpressureRahul Lakkireddy
2020-03-19cxgb4: fix throughput drop during Tx backpressureRahul Lakkireddy
2020-03-08cxgb4/chcr: complete record tx handlingRohit Maheshwari
2019-11-22cxgb4: add stats for MQPRIO QoS offload Tx pathRahul Lakkireddy
2019-11-22cxgb4: add UDP segmentation offload supportRahul Lakkireddy
2019-11-22cxgb4/chcr: update SGL DMA unmap for USORahul Lakkireddy
2019-11-19cxgb4: remove unneeded semicolon for switch blockRahul Lakkireddy
2019-11-11cxgb4: remove redundant assignment to hdr_lenColin Ian King
2019-11-07cxgb4: add FLOWC based QoS offloadRahul Lakkireddy
2019-11-07cxgb4: add Tx and Rx path for ETHOFLD trafficRahul Lakkireddy
2019-11-07cxgb4: add ETHOFLD hardware queue supportRahul Lakkireddy
2019-11-07cxgb4: parse and configure TC-MQPRIO offloadRahul Lakkireddy
2019-11-07cxgb4: rework queue config and MSI-X allocationRahul Lakkireddy
2019-10-25cxgb4: request the TX CIDX updates to status pageRaju Rangoju
2019-03-26chelsio: use BUG() instead of BUG_ON(1)Arnd Bergmann
2019-03-04cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath