aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-18ionic: catch NULL pointer issue on reconfigBrett Creeley1-4/+8
2022-09-28net: 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-09ionic: 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-22ionic: use vmalloc includeShannon Nelson1-0/+1
2022-02-18ionic: clean up comments and whitespaceShannon Nelson3-5/+3
2022-02-18ionic: prefer strscpy over strlcpyShannon Nelson2-4/+4
2022-02-18ionic: Use vzalloc for large per-queue related buffersBrett Creeley1-8/+6
2022-02-18ionic: catch transition back to RUNNING with fw_generation 0Shannon Nelson1-2/+2
2022-01-25ionic: replace set_vf data with unionShannon Nelson4-67/+55
2022-01-25ionic: stretch heartbeat detectionShannon Nelson4-24/+20
2022-01-25ionic: remove the dbid_inuse bitmapShannon Nelson2-17/+1
2022-01-25ionic: disable napi when ionic_lif_init() failsBrett Creeley1-0/+1
2022-01-25ionic: Cleanups in the Tx hotpath codeBrett Creeley1-32/+34
2022-01-25ionic: Prevent filter add/del err msgs when the device is not availableBrett Creeley1-5/+32
2022-01-25ionic: Query FW when getting VF info via ndo_get_vf_configBrett Creeley5-8/+148
2022-01-25ionic: Allow flexibility for error reporting on dev commandsBrett Creeley2-4/+30
2022-01-25ionic: Correctly print AQ errors if completions aren't receivedBrett Creeley1-0/+2
2022-01-25ionic: fix up printing of timeout errorShannon Nelson1-2/+6
2022-01-25ionic: better handling of RESET eventShannon Nelson2-10/+24
2022-01-25ionic: add FW_STOPPING stateShannon Nelson4-12/+19
2022-01-25ionic: Don't send reset commands if FW isn't runningBrett Creeley3-13/+23
2022-01-25ionic: separate function for watchdog initShannon Nelson1-12/+19
2022-01-25ionic: start watchdog after all is setupShannon Nelson2-4/+3
2022-01-25ionic: fix type complaint in ionic_dev_cmd_clean()Shannon Nelson1-3/+3
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-28ionic: Initialize the 'lif->dbid_inuse' bitmapChristophe JAILLET1-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-2/+1
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2021-10-12ionic: no devlink_unregister if not registeredShannon Nelson1-1/+0
2021-10-10ionic: tame the filter no space messageShannon Nelson1-1/+14
2021-10-10ionic: allow adminq requests to override default error messageShannon Nelson3-20/+42
2021-10-10ionic: handle vlan id overflowShannon Nelson4-41/+56
2021-10-10ionic: generic filter deleteShannon Nelson1-10/+25
2021-10-10ionic: generic filter addShannon Nelson1-22/+46
2021-10-10ionic: add generic filter searchShannon Nelson1-3/+18
2021-10-10ionic: remove mac overflow flagsShannon Nelson2-7/+2
2021-10-10ionic: move lif mac address functionsShannon Nelson2-131/+131
2021-10-10ionic: add filterlist to debugfsShannon Nelson1-0/+46
2021-10-09ionic: don't remove netdev->dev_addr when syncing uc listShannon Nelson1-0/+4
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+3
2021-10-06ionic: move filter sync_needed bit setShannon Nelson2-4/+3