summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando
AgeCommit message (Expand)AuthorFilesLines
2023-10-14ionic: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-3/+8
2023-09-20ionic: expand the descriptor bufs arrayShannon Nelson1-1/+2
2023-09-20ionic: add a check for max SGs and SKB fragsShannon Nelson1-0/+12
2023-09-20ionic: count SGs in packet to minimize linearizeShannon Nelson1-9/+68
2023-09-16ionic: fix 16bit math issue when PAGE_SIZE >= 64KBDavid Christensen2-3/+8
2023-08-22ionic: Remove unused declarationsYue Haibing3-3/+0
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 Nelson3-4/+62
2023-07-24ionic: pull out common bits from fw_upShannon Nelson1-22/+42
2023-07-24ionic: extract common bits from ionic_probeShannon Nelson1-35/+49
2023-07-24ionic: extract common bits from ionic_removeShannon Nelson1-12/+13
2023-07-07ionic: remove dead device fail pathShannon Nelson1-6/+0
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 Sunkad3-0/+12
2023-05-03ionic: catch failure from devlink_allocShannon Nelson1-0/+2
2023-05-03ionic: remove noise from ethtool rxnfc error msgShannon Nelson1-1/+1
2023-04-12ionic: Don't overwrite the cyclecounter bitmaskBrett Creeley1-3/+2
2023-03-24ionic: Remove redundant pci_clear_masterCai Huoqing1-1/+0
2023-02-13ionic: add tx/rx-push support with device Component Memory BuffersShannon Nelson8-21/+404
2023-02-13ionic: remove unnecessary void castsShannon Nelson4-7/+7
2023-02-13ionic: remove unnecessary indirectionShannon Nelson1-2/+2
2023-02-04ionic: missed doorbell workaroundAllen Hubbe6-4/+176
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-12-01net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-4/+0
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+7
2022-11-15net: ionic: Fix error handling in ionic_init_module()Yuan Can1-1/+7
2022-11-04net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko1-1/+1
2022-10-28ionic: refactor use of ionic_rx_fill()Neel Patel1-11/+12
2022-10-28ionic: enable tunnel offloadsNeel Patel2-3/+13
2022-10-28ionic: new ionic device identity level and VF start controlShannon Nelson5-2/+64
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-09-27ionic: change order of devlink port register and netdev registerJiri Pirko1-8/+8
2022-08-25ionic: VF initial random MAC address if no assigned macR Mohamed Shah1-5/+87
2022-08-25ionic: fix up issues with handling EAGAIN on FW cmdsShannon Nelson1-1/+3
2022-08-25ionic: clear broken state on generation changeShannon Nelson1-0/+3
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2022-08-01net: ionic: fix error check for vlan flags in ionic_set_nic_features()Jian Shen1-1/+1
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-3/+2
2022-05-10ionic: fix missing pci_release_regions() on error in ionic_probe()Yang Yingliang1-1/+2
2022-02-28ionic: no transition while stoppingShannon Nelson1-5/+9
2022-02-23ionic: use vmalloc includeShannon Nelson1-0/+1
2022-02-19ionic: clean up comments and whitespaceShannon Nelson3-5/+3
2022-02-19ionic: prefer strscpy over strlcpyShannon Nelson2-4/+4