summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic/ionic_lif.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-08ionic: fix potential irq name truncationShannon Nelson1-1/+1
2024-06-21ionic: fix use after netif_napi_del()Taehee Yoo1-3/+1
2024-04-13ionic: set adminq irq affinityShannon Nelson1-1/+4
2024-02-05ionic: bypass firmware cmds when stuck in resetShannon Nelson1-0/+3
2023-12-13ionic: Fix dim work handling in split interrupt modeBrett Creeley1-8/+8
2023-08-11Merge 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-04ionic: missed doorbell workaroundAllen Hubbe1-1/+40
2023-02-04ionic: clear up notifyq alloc commentaryShannon Nelson1-5/+7
2023-02-04ionic: clean interrupt before enabling queue to avoid credit raceNeel Patel1-3/+12
2022-10-28ionic: enable tunnel offloadsNeel Patel1-1/+7
2022-10-28ionic: new ionic device identity level and VF start controlShannon Nelson1-0/+2
2022-10-28ionic: only save the user set VF attributesShannon Nelson1-16/+17
2022-10-28ionic: replay VF attributes after fw crash recoveryShannon Nelson1-0/+70
2022-10-19ionic: catch NULL pointer issue on reconfigBrett Creeley1-4/+8
2022-09-29net: 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-23ionic: use vmalloc includeShannon Nelson1-0/+1
2022-02-19ionic: prefer strscpy over strlcpyShannon Nelson1-1/+1
2022-02-19ionic: 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
2022-01-25ionic: disable napi when ionic_lif_init() failsBrett Creeley1-0/+1
2022-01-25ionic: Query FW when getting VF info via ndo_get_vf_configBrett Creeley1-8/+82
2022-01-25ionic: better handling of RESET eventShannon Nelson1-6/+11
2022-01-25ionic: add FW_STOPPING stateShannon Nelson1-0/+1
2021-12-29ionic: Initialize the 'lif->dbid_inuse' bitmapChristophe JAILLET1-1/+1
2021-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2021-10-10ionic: handle vlan id overflowShannon Nelson1-40/+12
2021-10-10ionic: remove mac overflow flagsShannon Nelson1-5/+2
2021-10-10ionic: move lif mac address functionsShannon Nelson1-131/+0
2021-10-09ionic: don't remove netdev->dev_addr when syncing uc listShannon Nelson1-0/+4
2021-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2021-10-06ionic: move filter sync_needed bit setShannon Nelson1-1/+3
2021-10-02ionic: add lif param to ionic_qcq_disableShannon Nelson1-12/+12
2021-10-02ionic: have ionic_qcq_disable decide on sending to hardwareShannon Nelson1-19/+20
2021-10-02ionic: widen queue_lock use around lif init and deinitShannon Nelson1-3/+11
2021-10-02ionic: move lif mutex setup and deleteShannon Nelson1-5/+10
2021-09-03ionic: fix double use of queue-lockShannon Nelson1-4/+8
2021-08-28ionic: recreate hwstamp queues on ifupShannon Nelson1-0/+6