aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando
AgeCommit message (Expand)AuthorFilesLines
2023-07-24ionic: add FLR recovery supportGravatar Shannon Nelson 3-4/+62
2023-07-24ionic: pull out common bits from fw_upGravatar Shannon Nelson 1-22/+42
2023-07-24ionic: extract common bits from ionic_probeGravatar Shannon Nelson 1-35/+49
2023-07-24ionic: extract common bits from ionic_removeGravatar Shannon Nelson 1-12/+13
2023-07-07ionic: remove dead device fail pathGravatar Shannon Nelson 1-6/+0
2023-07-07ionic: remove WARN_ON to prevent panic_on_warnGravatar Nitya Sunkad 1-5/+0
2023-06-27ionic: use vmalloc_array and vcallocGravatar Julia Lawall 1-2/+2
2023-06-12ionic: add support for ethtool extended stat link_down_countGravatar Nitya Sunkad 3-0/+12
2023-05-03ionic: catch failure from devlink_allocGravatar Shannon Nelson 1-0/+2
2023-05-03ionic: remove noise from ethtool rxnfc error msgGravatar Shannon Nelson 1-1/+1
2023-04-12ionic: Don't overwrite the cyclecounter bitmaskGravatar Brett Creeley 1-3/+2
2023-03-24ionic: Remove redundant pci_clear_masterGravatar Cai Huoqing 1-1/+0
2023-02-13ionic: add tx/rx-push support with device Component Memory BuffersGravatar Shannon Nelson 8-21/+404
2023-02-13ionic: remove unnecessary void castsGravatar Shannon Nelson 4-7/+7
2023-02-13ionic: remove unnecessary indirectionGravatar Shannon Nelson 1-2/+2
2023-02-03ionic: missed doorbell workaroundGravatar Allen Hubbe 6-4/+176
2023-02-03ionic: clear up notifyq alloc commentaryGravatar Shannon Nelson 1-5/+7
2023-02-03ionic: clean interrupt before enabling queue to avoid credit raceGravatar Neel Patel 1-3/+12
2022-11-30net: devlink: let the core report the driver name instead of the driversGravatar Vincent Mailhol 1-4/+0
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+7
2022-11-14net: ionic: Fix error handling in ionic_init_module()Gravatar Yuan Can 1-1/+7
2022-11-03net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portGravatar Jiri Pirko 1-1/+1
2022-10-27ionic: refactor use of ionic_rx_fill()Gravatar Neel Patel 1-11/+12
2022-10-27ionic: enable tunnel offloadsGravatar Neel Patel 2-3/+13
2022-10-27ionic: new ionic device identity level and VF start controlGravatar Shannon Nelson 5-2/+64
2022-10-27ionic: only save the user set VF attributesGravatar Shannon Nelson 1-16/+17
2022-10-27ionic: replay VF attributes after fw crash recoveryGravatar Shannon Nelson 1-0/+70
2022-10-18ionic: catch NULL pointer issue on reconfigGravatar Brett Creeley 1-4/+8
2022-09-28net: drop the weight argument from netif_napi_addGravatar Jakub Kicinski 1-8/+4
2022-09-27ionic: change order of devlink port register and netdev registerGravatar Jiri Pirko 1-8/+8
2022-08-25ionic: VF initial random MAC address if no assigned macGravatar R Mohamed Shah 1-5/+87
2022-08-25ionic: fix up issues with handling EAGAIN on FW cmdsGravatar Shannon Nelson 1-1/+3
2022-08-25ionic: clear broken state on generation changeGravatar Shannon Nelson 1-0/+3
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Paolo Abeni 1-1/+1
2022-08-01net: ionic: fix error check for vlan flags in ionic_set_nic_features()Gravatar Jian Shen 1-1/+1
2022-07-02net: add skb_[inner_]tcp_all_headers helpersGravatar Eric Dumazet 1-3/+2
2022-05-09ionic: fix missing pci_release_regions() on error in ionic_probe()Gravatar Yang Yingliang 1-1/+2
2022-02-28ionic: no transition while stoppingGravatar Shannon Nelson 1-5/+9
2022-02-22ionic: use vmalloc includeGravatar Shannon Nelson 1-0/+1
2022-02-18ionic: clean up comments and whitespaceGravatar Shannon Nelson 3-5/+3
2022-02-18ionic: prefer strscpy over strlcpyGravatar Shannon Nelson 2-4/+4
2022-02-18ionic: Use vzalloc for large per-queue related buffersGravatar Brett Creeley 1-8/+6
2022-02-18ionic: catch transition back to RUNNING with fw_generation 0Gravatar Shannon Nelson 1-2/+2
2022-01-25ionic: replace set_vf data with unionGravatar Shannon Nelson 4-67/+55
2022-01-25ionic: stretch heartbeat detectionGravatar Shannon Nelson 4-24/+20
2022-01-25ionic: remove the dbid_inuse bitmapGravatar Shannon Nelson 2-17/+1
2022-01-25ionic: disable napi when ionic_lif_init() failsGravatar Brett Creeley 1-0/+1
2022-01-25ionic: Cleanups in the Tx hotpath codeGravatar Brett Creeley 1-32/+34
2022-01-25ionic: Prevent filter add/del err msgs when the device is not availableGravatar Brett Creeley 1-5/+32
2022-01-25ionic: Query FW when getting VF info via ndo_get_vf_configGravatar Brett Creeley 5-8/+148