summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic/ionic_dev.h
AgeCommit message (Expand)Author
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-25ionic: use dev_consume_skb_any outside of napiShannon Nelson
2024-06-19ionic: add per-queue napi_schedule for doorbell checkShannon Nelson
2024-06-19ionic: add work item for missed-doorbell checkShannon Nelson
2024-06-19ionic: Keep interrupt affinity up to dateBrett Creeley
2024-03-08ionic: rearrange ionic_queue for better layoutShannon Nelson
2024-03-08ionic: carry idev in ionic_cq structShannon 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: drop q mappingShannon Nelson
2024-03-08ionic: remove desc, sg_desc and cmb_desc from desc_infoShannon Nelson
2024-03-04ionic: Change default number of descriptors for Tx and RxBrett Creeley
2024-03-04ionic: Rework Tx start/stop flowBrett Creeley
2024-02-16ionic: Add XDP_REDIRECT supportShannon Nelson
2024-02-16ionic: Add XDP_TX supportShannon Nelson
2024-02-16ionic: add initial framework for XDP supportShannon Nelson
2023-12-13ionic: pass opcode to devcmd_waitShannon Nelson
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-05ionic: Re-arrange ionic_intr_info struct for cache perfBrett Creeley
2023-12-05ionic: Use cached VF attributesBrett Creeley
2023-12-05ionic: fix snprintf format length warningShannon Nelson
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-20ionic: expand the descriptor bufs arrayShannon Nelson
2023-09-16ionic: fix 16bit math issue when PAGE_SIZE >= 64KBDavid Christensen
2023-08-22ionic: Remove unused declarationsYue Haibing
2023-02-13ionic: add tx/rx-push support with device Component Memory BuffersShannon Nelson
2023-02-03ionic: missed doorbell workaroundAllen Hubbe
2022-10-27ionic: new ionic device identity level and VF start controlShannon Nelson
2022-01-25ionic: replace set_vf data with unionShannon Nelson
2022-01-25ionic: Query FW when getting VF info via ndo_get_vf_configBrett Creeley
2022-01-25ionic: Don't send reset commands if FW isn't runningBrett Creeley
2021-10-02ionic: remove debug statsShannon Nelson
2021-07-27ionic: remove unneeded comp union fieldsShannon Nelson
2021-07-27ionic: monitor fw status generationShannon Nelson
2021-04-02ionic: add and enable tx and rx timestamp handlingShannon Nelson
2021-04-02ionic: link in the new hw timestamp codeShannon Nelson
2021-04-02ionic: add hw timestamp structs to interfaceShannon Nelson
2021-04-02ionic: add new queue features to interfaceShannon Nelson
2021-03-30ionic: avoid races in ionic_heartbeat_checkShannon Nelson
2021-03-15ionic: aggregate Tx byte counting callsShannon Nelson
2021-03-15ionic: simplify TSO descriptor mappingShannon Nelson
2021-03-10ionic: optimize fastpath struct usageShannon Nelson
2021-03-10ionic: implement Rx page reuseShannon Nelson
2020-11-14ionic: batch rx buffer refillingShannon Nelson
2020-10-23ionic: clean up sparse complaintsShannon Nelson
2020-09-30ionic: stop watchdog timer earlier on removeShannon Nelson
2020-09-16ionic: dynamic interrupt moderationShannon Nelson
2020-09-02ionic: clean up desc_info and cq_info structsShannon Nelson
2020-09-02ionic: struct reorder for faster accessShannon Nelson