aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando
AgeCommit message (Expand)Author
2024-04-13ionic: set adminq irq affinityShannon Nelson
2024-02-05ionic: bypass firmware cmds when stuck in resetShannon Nelson
2024-02-05ionic: pass opcode to devcmd_waitShannon Nelson
2023-12-13ionic: Fix dim work handling in split interrupt modeBrett Creeley
2023-12-13ionic: fix snprintf format length warningShannon Nelson
2023-10-06ionic: fix 16bit math issue when PAGE_SIZE >= 64KBDavid Christensen
2023-07-23ionic: remove WARN_ON to prevent panic_on_warnNitya Sunkad
2023-05-17ionic: catch failure from devlink_allocShannon Nelson
2023-05-17ionic: remove noise from ethtool rxnfc error msgShannon Nelson
2023-02-14ionic: missed doorbell workaroundAllen Hubbe
2023-02-14ionic: refactor use of ionic_rx_fill()Neel Patel
2023-02-14ionic: clean interrupt before enabling queue to avoid credit raceNeel Patel
2022-11-14net: ionic: Fix error handling in ionic_init_module()Yuan Can
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
2022-02-18ionic: Use vzalloc for large per-queue related buffersBrett Creeley
2022-02-18ionic: catch transition back to RUNNING with fw_generation 0Shannon Nelson
2022-01-25ionic: replace set_vf data with unionShannon Nelson
2022-01-25ionic: stretch heartbeat detectionShannon Nelson
2022-01-25ionic: remove the dbid_inuse bitmapShannon Nelson
2022-01-25ionic: disable napi when ionic_lif_init() failsBrett Creeley
2022-01-25ionic: Cleanups in the Tx hotpath codeBrett Creeley
2022-01-25ionic: Prevent filter add/del err msgs when the device is not availableBrett Creeley
2022-01-25ionic: Query FW when getting VF info via ndo_get_vf_configBrett Creeley
2022-01-25ionic: Allow flexibility for error reporting on dev commandsBrett Creeley
2022-01-25ionic: Correctly print AQ errors if completions aren't receivedBrett Creeley
2022-01-25ionic: fix up printing of timeout errorShannon Nelson
2022-01-25ionic: better handling of RESET eventShannon Nelson
2022-01-25ionic: add FW_STOPPING stateShannon Nelson
2022-01-25ionic: Don't send reset commands if FW isn't runningBrett Creeley
2022-01-25ionic: separate function for watchdog initShannon Nelson
2022-01-25ionic: start watchdog after all is setupShannon Nelson
2022-01-25ionic: fix type complaint in ionic_dev_cmd_clean()Shannon Nelson
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-28ionic: Initialize the 'lif->dbid_inuse' bitmapChristophe JAILLET
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski