summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando (follow)
Commit message (Expand)AuthorAgeFilesLines
* ionic: use vmalloc includeShannon Nelson2022-02-231-0/+1
* ionic: clean up comments and whitespaceShannon Nelson2022-02-193-5/+3
* ionic: prefer strscpy over strlcpyShannon Nelson2022-02-192-4/+4
* ionic: Use vzalloc for large per-queue related buffersBrett Creeley2022-02-191-8/+6
* ionic: catch transition back to RUNNING with fw_generation 0Shannon Nelson2022-02-191-2/+2
* ionic: replace set_vf data with unionShannon Nelson2022-01-254-67/+55
* ionic: stretch heartbeat detectionShannon Nelson2022-01-254-24/+20
* ionic: remove the dbid_inuse bitmapShannon Nelson2022-01-252-17/+1
* ionic: disable napi when ionic_lif_init() failsBrett Creeley2022-01-251-0/+1
* ionic: Cleanups in the Tx hotpath codeBrett Creeley2022-01-251-32/+34
* ionic: Prevent filter add/del err msgs when the device is not availableBrett Creeley2022-01-251-5/+32
* ionic: Query FW when getting VF info via ndo_get_vf_configBrett Creeley2022-01-255-8/+148
* ionic: Allow flexibility for error reporting on dev commandsBrett Creeley2022-01-252-4/+30
* ionic: Correctly print AQ errors if completions aren't receivedBrett Creeley2022-01-251-0/+2
* ionic: fix up printing of timeout errorShannon Nelson2022-01-251-2/+6
* ionic: better handling of RESET eventShannon Nelson2022-01-252-10/+24
* ionic: add FW_STOPPING stateShannon Nelson2022-01-254-12/+19
* ionic: Don't send reset commands if FW isn't runningBrett Creeley2022-01-253-13/+23
* ionic: separate function for watchdog initShannon Nelson2022-01-251-12/+19
* ionic: start watchdog after all is setupShannon Nelson2022-01-252-4/+3
* ionic: fix type complaint in ionic_dev_cmd_clean()Shannon Nelson2022-01-251-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-1/+1
|\
| * ionic: Initialize the 'lif->dbid_inuse' bitmapChristophe JAILLET2021-12-291-1/+1
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
|/
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-151-0/+4
|\
| * ionic: don't remove netdev->dev_addr when syncing uc listShannon Nelson2021-10-091-0/+4
* | ionic: no devlink_unregister if not registeredShannon Nelson2021-10-131-1/+0
* | ionic: tame the filter no space messageShannon Nelson2021-10-101-1/+14
* | ionic: allow adminq requests to override default error messageShannon Nelson2021-10-103-20/+42
* | ionic: handle vlan id overflowShannon Nelson2021-10-104-41/+56
* | ionic: generic filter deleteShannon Nelson2021-10-101-10/+25
* | ionic: generic filter addShannon Nelson2021-10-101-22/+46
* | ionic: add generic filter searchShannon Nelson2021-10-101-3/+18
* | ionic: remove mac overflow flagsShannon Nelson2021-10-102-7/+2
* | ionic: move lif mac address functionsShannon Nelson2021-10-102-131/+131
* | ionic: add filterlist to debugfsShannon Nelson2021-10-101-0/+46
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-082-4/+3
|\|
| * ionic: move filter sync_needed bit setShannon Nelson2021-10-062-4/+3
* | ionic: add lif param to ionic_qcq_disableShannon Nelson2021-10-021-12/+12
* | ionic: have ionic_qcq_disable decide on sending to hardwareShannon Nelson2021-10-021-19/+20
* | ionic: add polling to adminq waitShannon Nelson2021-10-022-6/+31
* | ionic: widen queue_lock use around lif init and deinitShannon Nelson2021-10-021-3/+11
* | ionic: move lif mutex setup and deleteShannon Nelson2021-10-021-5/+10
* | ionic: check for binary values in FW ver stringShannon Nelson2021-10-021-3/+14
* | ionic: remove debug statsShannon Nelson2021-10-027-225/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-301-9/+0
|\|
| * ionic: fix gathering of debug statsShannon Nelson2021-09-281-9/+0
* | ionic: Move devlink registration to be last devlink commandLeon Romanovsky2021-09-271-2/+2
* | devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-6/+1
|/