summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic/ionic_lif.c
AgeCommit message (Expand)Author
2025-10-27ionic: convert to ndo_hwtstamp APIVadim Fedorenko
2025-09-11net: ionic: Provide doorbell and CMB region informationAbhijit Gangurde
2025-09-11net: ionic: Provide interrupt allocation support for the RDMA driverAbhijit Gangurde
2025-09-11net: ionic: Create an auxiliary device for rdma driverAbhijit Gangurde
2025-06-13ionic: clean dbpage in de-initShannon Nelson
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-15ionic: Fix netdev notifier unregister on failureBrett Creeley
2024-12-15ionic: remove the unused nb_workBrett Creeley
2024-12-12ionic: Use VLAN_ETH_HLEN when possibleBrett Creeley
2024-09-09ionic: Allow XDP program to be hot swappedBrett Creeley
2024-09-09ionic: convert Rx queue buffers to use page_poolShannon Nelson
2024-09-09ionic: Fully reconfigure queues when going to/from a NULL XDP programBrett Creeley
2024-09-09ionic: always use rxq_infoShannon Nelson
2024-09-09ionic: use per-queue xdp_progShannon Nelson
2024-08-27ionic: Prevent tx_timeout due to frequent doorbell ringingBrett Creeley
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: Only run the doorbell workaround for certain asic_typeBrett Creeley
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: add private workqueue per-deviceShannon Nelson
2024-06-19ionic: Keep interrupt affinity up to dateBrett Creeley
2024-06-19ionic: remove missed doorbell per-queue timerShannon Nelson
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-13ionic: fix use after netif_napi_del()Taehee Yoo
2024-05-30ionic: Use netdev_name() function instead of netdev->nameBrett Creeley
2024-05-30ionic: Reset LIF device while restarting LIFShannon Nelson
2024-05-30ionic: fix potential irq name truncationShannon Nelson
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
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: move adminq-notifyq handling to main fileShannon Nelson
2024-03-08ionic: drop q mappingShannon Nelson
2024-03-04ionic: Use CQE profile for dimBrett Creeley
2024-03-04ionic: Rework Tx start/stop flowBrett Creeley
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-27ionic: restore netdev feature bits after resetShannon Nelson
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 initial framework for XDP supportShannon Nelson
2024-02-16ionic: set adminq irq affinityShannon Nelson
2023-12-13ionic: bypass firmware cmds when stuck in resetShannon Nelson
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-05ionic: Don't check null when calling vfree()Brett Creeley
2023-12-05ionic: set ionic ptr before setting up ethtool opsShannon Nelson
2023-12-05ionic: Use cached VF attributesBrett Creeley
2023-12-05ionic: Fix dim work handling in split interrupt modeBrett Creeley