summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando
AgeCommit message (Expand)Author
2023-10-13ionic: replace deprecated strncpy with strscpyJustin Stitt
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-20ionic: expand the descriptor bufs arrayShannon Nelson
2023-09-20ionic: add a check for max SGs and SKB fragsShannon Nelson
2023-09-20ionic: count SGs in packet to minimize linearizeShannon Nelson
2023-09-16ionic: fix 16bit math issue when PAGE_SIZE >= 64KBDavid Christensen
2023-08-22ionic: Remove unused declarationsYue Haibing
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-24ionic: extract common bits from ionic_probeShannon Nelson
2023-07-24ionic: extract common bits from ionic_removeShannon Nelson
2023-07-07ionic: remove dead device fail pathShannon 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-05-03ionic: catch failure from devlink_allocShannon Nelson
2023-05-03ionic: remove noise from ethtool rxnfc error msgShannon Nelson
2023-04-12ionic: Don't overwrite the cyclecounter bitmaskBrett Creeley
2023-03-24ionic: Remove redundant pci_clear_masterCai Huoqing
2023-02-13ionic: add tx/rx-push support with device Component Memory BuffersShannon Nelson
2023-02-13ionic: remove unnecessary void castsShannon 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-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-14net: ionic: Fix error handling in ionic_init_module()Yuan Can
2022-11-03net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko
2022-10-27ionic: refactor use of ionic_rx_fill()Neel 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-09-27ionic: change order of devlink port register and netdev registerJiri Pirko
2022-08-25ionic: VF initial random MAC address if no assigned macR Mohamed Shah
2022-08-25ionic: fix up issues with handling EAGAIN on FW cmdsShannon Nelson
2022-08-25ionic: clear broken state on generation changeShannon Nelson
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-08-01net: ionic: fix error check for vlan flags in ionic_set_nic_features()Jian Shen
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-05-09ionic: fix missing pci_release_regions() on error in ionic_probe()Yang Yingliang
2022-02-28ionic: no transition while stoppingShannon Nelson
2022-02-22ionic: use vmalloc includeShannon Nelson
2022-02-18ionic: clean up comments and whitespaceShannon Nelson
2022-02-18ionic: prefer strscpy over strlcpyShannon Nelson