summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic/ionic_txrx.c
AgeCommit message (Expand)Author
2024-02-12ionic: minimal work with 0 budgetShannon Nelson
2023-12-05ionic: Make the check for Tx HW timestamping more obviousBrett Creeley
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-20ionic: count SGs in packet to minimize linearizeShannon Nelson
2023-09-16ionic: fix 16bit math issue when PAGE_SIZE >= 64KBDavid Christensen
2023-02-13ionic: add tx/rx-push support with device Component Memory BuffersShannon Nelson
2023-02-03ionic: missed doorbell workaroundAllen Hubbe
2022-10-27ionic: refactor use of ionic_rx_fill()Neel Patel
2022-10-27ionic: enable tunnel offloadsNeel Patel
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-02-18ionic: clean up comments and whitespaceShannon Nelson
2022-01-25ionic: Cleanups in the Tx hotpath codeBrett Creeley
2021-10-02ionic: remove debug statsShannon Nelson
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-27ionic: use fewer inits on the buf_info structShannon Nelson
2021-07-23ionic: count csum_none when offload enabledShannon Nelson
2021-07-23ionic: fix up dim accounting for tx and rxShannon Nelson
2021-07-23ionic: remove intr coalesce update from napiShannon Nelson
2021-04-08ionic: add SKBTX_IN_PROGRESSShannon Nelson
2021-04-08ionic: check for valid tx_mode on SKBTX_HW_TSTAMP xmitShannon Nelson
2021-04-02ionic: add and enable tx and rx timestamp handlingShannon Nelson
2021-04-02ionic: add handling of larger descriptorsShannon Nelson
2021-03-30ionic: count dma errorsShannon Nelson
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-17ionic: linearize tso skb with too many fragsShannon Nelson
2021-03-15ionic: aggregate Tx byte counting callsShannon Nelson
2021-03-15ionic: simplify tx cleanShannon Nelson
2021-03-15ionic: generic tx skb mappingShannon Nelson
2021-03-15ionic: simplify TSO descriptor mappingShannon Nelson
2021-03-10ionic: simplify use of completion typesShannon Nelson
2021-03-10ionic: simplify rx skb allocShannon Nelson
2021-03-10ionic: optimize fastpath struct usageShannon Nelson
2021-03-10ionic: implement Rx page reuseShannon Nelson
2021-03-10ionic: move rx_page_alloc and freeShannon Nelson
2021-01-19net: add inline function skb_csum_is_sctpXin Long
2020-12-21ionic: account for vlan tag len in rx buffer lenShannon Nelson
2020-11-14ionic: batch rx buffer refillingShannon Nelson
2020-10-23ionic: fix mem leak in rx_emptyShannon Nelson
2020-10-23ionic: no rx flush in deinitShannon Nelson
2020-10-23ionic: clean up sparse complaintsShannon Nelson
2020-09-16ionic: dynamic interrupt moderationShannon Nelson
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-02ionic: remove unused variableShannon Nelson
2020-09-02ionic: clean up desc_info and cq_info structsShannon Nelson
2020-09-02ionic: clean up page handling codeShannon Nelson
2020-08-31ionic: fix txrx work accountingShannon Nelson
2020-08-28ionic: use index not pointer for queue trackingShannon Nelson
2020-08-28ionic: rework and simplify handling of the queue stats blockShannon Nelson
2020-08-03ionic: separate interrupt for Tx and RxShannon Nelson
2020-08-03ionic: tx separate servicingShannon Nelson