summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic/ionic_lif.c
AgeCommit message (Expand)Author
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
2023-09-20ionic: add a check for max SGs and SKB fragsShannon Nelson
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-06ionic: Add missing err handling for queue reconfigNitya Sunkad
2023-07-24ionic: add FLR recovery supportShannon Nelson
2023-07-24ionic: pull out common bits from fw_upShannon Nelson
2023-07-07ionic: remove WARN_ON to prevent panic_on_warnNitya Sunkad
2023-06-27ionic: use vmalloc_array and vcallocJulia Lawall
2023-06-12ionic: add support for ethtool extended stat link_down_countNitya Sunkad
2023-02-13ionic: add tx/rx-push support with device Component Memory BuffersShannon Nelson
2023-02-13ionic: remove unnecessary indirectionShannon Nelson
2023-02-03ionic: missed doorbell workaroundAllen Hubbe
2023-02-03ionic: clear up notifyq alloc commentaryShannon Nelson
2023-02-03ionic: clean interrupt before enabling queue to avoid credit raceNeel Patel
2022-10-27ionic: enable tunnel offloadsNeel Patel
2022-10-27ionic: new ionic device identity level and VF start controlShannon Nelson
2022-10-27ionic: only save the user set VF attributesShannon Nelson
2022-10-27ionic: replay VF attributes after fw crash recoveryShannon Nelson
2022-10-18ionic: catch NULL pointer issue on reconfigBrett Creeley
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-25ionic: VF initial random MAC address if no assigned macR Mohamed Shah
2022-08-25ionic: clear broken state on generation changeShannon Nelson
2022-08-01net: ionic: fix error check for vlan flags in ionic_set_nic_features()Jian Shen
2022-02-22ionic: use vmalloc includeShannon Nelson
2022-02-18ionic: prefer strscpy over strlcpyShannon Nelson
2022-02-18ionic: Use vzalloc for large per-queue related buffersBrett Creeley
2022-01-25ionic: replace set_vf data with unionShannon Nelson
2022-01-25ionic: stretch heartbeat detectionShannon Nelson
2022-01-25ionic: remove the dbid_inuse bitmapShannon Nelson
2022-01-25ionic: disable napi when ionic_lif_init() failsBrett Creeley