aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic/ionic_lif.c (follow)
AgeCommit message (Expand)AuthorFilesLines
13 daysnet: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-2/+2
2024-03-08ionic: use specialized desc info structsShannon Nelson1-14/+27
2024-03-08ionic: remove the cq_info to save more memoryShannon Nelson1-26/+11
2024-03-08ionic: remove callback pointer from desc_infoShannon Nelson1-1/+1
2024-03-08ionic: move adminq-notifyq handling to main fileShannon Nelson1-65/+0
2024-03-08ionic: drop q mappingShannon Nelson1-14/+10
2024-03-04ionic: Use CQE profile for dimBrett Creeley1-4/+9
2024-03-04ionic: Rework Tx start/stop flowBrett Creeley1-2/+1
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2024-02-27ionic: restore netdev feature bits after resetShannon Nelson1-1/+4
2024-02-16ionic: implement xdp frags supportShannon Nelson1-3/+9
2024-02-16ionic: add ndo_xdp_xmitShannon Nelson1-1/+3
2024-02-16ionic: Add XDP_REDIRECT supportShannon Nelson1-1/+2
2024-02-16ionic: Add XDP_TX supportShannon Nelson1-0/+4
2024-02-16ionic: add initial framework for XDP supportShannon Nelson1-2/+173
2024-02-16ionic: set adminq irq affinityShannon Nelson1-1/+4
2023-12-13ionic: bypass firmware cmds when stuck in resetShannon Nelson1-0/+3
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+8
2023-12-05ionic: Don't check null when calling vfree()Brett Creeley1-8/+4
2023-12-05ionic: set ionic ptr before setting up ethtool opsShannon Nelson1-1/+1
2023-12-05ionic: Use cached VF attributesBrett Creeley1-83/+10
2023-12-05ionic: Fix dim work handling in split interrupt modeBrett Creeley1-8/+8
2023-09-20ionic: add a check for max SGs and SKB fragsShannon Nelson1-0/+12
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+16
2023-08-06ionic: Add missing err handling for queue reconfigNitya Sunkad1-7/+16
2023-07-24ionic: add FLR recovery supportShannon Nelson1-4/+4
2023-07-24ionic: pull out common bits from fw_upShannon Nelson1-22/+42
2023-07-07ionic: remove WARN_ON to prevent panic_on_warnNitya Sunkad1-5/+0
2023-06-27ionic: use vmalloc_array and vcallocJulia Lawall1-2/+2
2023-06-12ionic: add support for ethtool extended stat link_down_countNitya Sunkad1-0/+1
2023-02-13ionic: add tx/rx-push support with device Component Memory BuffersShannon Nelson1-10/+151
2023-02-13ionic: remove unnecessary indirectionShannon Nelson1-2/+2
2023-02-03ionic: missed doorbell workaroundAllen Hubbe1-1/+40
2023-02-03ionic: clear up notifyq alloc commentaryShannon Nelson1-5/+7
2023-02-03ionic: clean interrupt before enabling queue to avoid credit raceNeel Patel1-3/+12
2022-10-27ionic: enable tunnel offloadsNeel Patel1-1/+7
2022-10-27ionic: new ionic device identity level and VF start controlShannon Nelson1-0/+2
2022-10-27ionic: only save the user set VF attributesShannon Nelson1-16/+17
2022-10-27ionic: replay VF attributes after fw crash recoveryShannon Nelson1-0/+70
2022-10-18ionic: catch NULL pointer issue on reconfigBrett Creeley1-4/+8
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-8/+4
2022-08-25ionic: VF initial random MAC address if no assigned macR Mohamed Shah1-5/+87
2022-08-25ionic: clear broken state on generation changeShannon Nelson1-0/+3
2022-08-01net: ionic: fix error check for vlan flags in ionic_set_nic_features()Jian Shen1-1/+1
2022-02-22ionic: use vmalloc includeShannon Nelson1-0/+1
2022-02-18ionic: prefer strscpy over strlcpyShannon Nelson1-1/+1
2022-02-18ionic: Use vzalloc for large per-queue related buffersBrett Creeley1-8/+6
2022-01-25ionic: replace set_vf data with unionShannon Nelson1-19/+42
2022-01-25ionic: stretch heartbeat detectionShannon Nelson1-1/+1
2022-01-25ionic: remove the dbid_inuse bitmapShannon Nelson1-16/+1