summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic/ionic_txrx.c
AgeCommit message (Expand)Author
2024-06-25ionic: use dev_consume_skb_any outside of napiShannon Nelson
2024-06-21ionic: fix kernel panic due to multi-buffer handlingTaehee Yoo
2024-06-05ionic: fix kernel panic in XDP_TX actionTaehee Yoo
2024-03-08ionic: keep stats struct local to error handlingShannon Nelson
2024-03-08ionic: better dma-map error handlingShannon Nelson
2024-03-08ionic: remove unnecessary NULL testShannon Nelson
2024-03-08ionic: carry idev in ionic_cq structShannon Nelson
2024-03-08ionic: refactor skb buildingShannon Nelson
2024-03-08ionic: use specialized desc info structsShannon Nelson
2024-03-08ionic: remove the cq_info to save more memoryShannon Nelson
2024-03-08ionic: remove callback pointer from desc_infoShannon Nelson
2024-03-08ionic: remove desc, sg_desc and cmb_desc from desc_infoShannon Nelson
2024-03-04ionic: Clean RCT ordering issuesBrett Creeley
2024-03-04ionic: change the hwstamp likely checkBrett Creeley
2024-03-04ionic: reduce the use of netdevShannon Nelson
2024-03-04ionic: Pass local netdev instead of referencing structBrett Creeley
2024-03-04ionic: Check stop no restartBrett Creeley
2024-03-04ionic: Clean up BQL logicBrett Creeley
2024-03-04ionic: Make use napi_consume_skbBrett Creeley
2024-03-04ionic: Shorten a Tx hotpathBrett Creeley
2024-03-04ionic: Rework Tx start/stop flowBrett Creeley
2024-02-16ionic: implement xdp frags supportShannon Nelson
2024-02-16ionic: add ndo_xdp_xmitShannon Nelson
2024-02-16ionic: Add XDP_REDIRECT supportShannon Nelson
2024-02-16ionic: Add XDP_TX supportShannon Nelson
2024-02-16ionic: Add XDP packet headroomShannon Nelson
2024-02-16ionic: add initial framework for XDP supportShannon Nelson
2024-02-16ionic: use dma range APIsShannon Nelson
2024-02-16ionic: add helpers for accessing buffer infoShannon Nelson
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