summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic/ionic_lif.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-2/+2
* ionic: use specialized desc info structsShannon Nelson2024-03-081-14/+27
* ionic: remove the cq_info to save more memoryShannon Nelson2024-03-081-26/+11
* ionic: remove callback pointer from desc_infoShannon Nelson2024-03-081-1/+1
* ionic: move adminq-notifyq handling to main fileShannon Nelson2024-03-081-65/+0
* ionic: drop q mappingShannon Nelson2024-03-081-14/+10
* ionic: Use CQE profile for dimBrett Creeley2024-03-041-4/+9
* ionic: Rework Tx start/stop flowBrett Creeley2024-03-041-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-1/+4
|\
| * ionic: restore netdev feature bits after resetShannon Nelson2024-02-271-1/+4
* | ionic: implement xdp frags supportShannon Nelson2024-02-161-3/+9
* | ionic: add ndo_xdp_xmitShannon Nelson2024-02-161-1/+3
* | ionic: Add XDP_REDIRECT supportShannon Nelson2024-02-161-1/+2
* | ionic: Add XDP_TX supportShannon Nelson2024-02-161-0/+4
* | ionic: add initial framework for XDP supportShannon Nelson2024-02-161-2/+173
* | ionic: set adminq irq affinityShannon Nelson2024-02-161-1/+4
|/
* ionic: bypass firmware cmds when stuck in resetShannon Nelson2023-12-131-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-071-8/+8
|\
| * ionic: Fix dim work handling in split interrupt modeBrett Creeley2023-12-051-8/+8
* | ionic: Don't check null when calling vfree()Brett Creeley2023-12-051-8/+4
* | ionic: set ionic ptr before setting up ethtool opsShannon Nelson2023-12-051-1/+1
* | ionic: Use cached VF attributesBrett Creeley2023-12-051-83/+10
|/
* ionic: add a check for max SGs and SKB fragsShannon Nelson2023-09-201-0/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-7/+16
|\
| * ionic: Add missing err handling for queue reconfigNitya Sunkad2023-08-061-7/+16
* | ionic: add FLR recovery supportShannon Nelson2023-07-241-4/+4
* | ionic: pull out common bits from fw_upShannon Nelson2023-07-241-22/+42
|/
* ionic: remove WARN_ON to prevent panic_on_warnNitya Sunkad2023-07-071-5/+0
* ionic: use vmalloc_array and vcallocJulia Lawall2023-06-271-2/+2
* ionic: add support for ethtool extended stat link_down_countNitya Sunkad2023-06-121-0/+1
* ionic: add tx/rx-push support with device Component Memory BuffersShannon Nelson2023-02-131-10/+151
* ionic: remove unnecessary indirectionShannon Nelson2023-02-131-2/+2
* ionic: missed doorbell workaroundAllen Hubbe2023-02-031-1/+40
* ionic: clear up notifyq alloc commentaryShannon Nelson2023-02-031-5/+7
* ionic: clean interrupt before enabling queue to avoid credit raceNeel Patel2023-02-031-3/+12
* ionic: enable tunnel offloadsNeel Patel2022-10-271-1/+7
* ionic: new ionic device identity level and VF start controlShannon Nelson2022-10-271-0/+2
* ionic: only save the user set VF attributesShannon Nelson2022-10-271-16/+17
* ionic: replay VF attributes after fw crash recoveryShannon Nelson2022-10-271-0/+70
* ionic: catch NULL pointer issue on reconfigBrett Creeley2022-10-181-4/+8
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-8/+4
* ionic: VF initial random MAC address if no assigned macR Mohamed Shah2022-08-251-5/+87
* ionic: clear broken state on generation changeShannon Nelson2022-08-251-0/+3
* net: ionic: fix error check for vlan flags in ionic_set_nic_features()Jian Shen2022-08-011-1/+1
* ionic: use vmalloc includeShannon Nelson2022-02-221-0/+1
* ionic: prefer strscpy over strlcpyShannon Nelson2022-02-181-1/+1
* ionic: Use vzalloc for large per-queue related buffersBrett Creeley2022-02-181-8/+6
* ionic: replace set_vf data with unionShannon Nelson2022-01-251-19/+42
* ionic: stretch heartbeat detectionShannon Nelson2022-01-251-1/+1
* ionic: remove the dbid_inuse bitmapShannon Nelson2022-01-251-16/+1