summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic/ionic_lif.c
Commit message (Expand)AuthorAgeFilesLines
...
* ionic: disable napi when ionic_lif_init() failsBrett Creeley2022-01-251-0/+1
* ionic: Query FW when getting VF info via ndo_get_vf_configBrett Creeley2022-01-251-8/+82
* ionic: better handling of RESET eventShannon Nelson2022-01-251-6/+11
* ionic: add FW_STOPPING stateShannon Nelson2022-01-251-0/+1
* ionic: Initialize the 'lif->dbid_inuse' bitmapChristophe JAILLET2021-12-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-0/+4
|\
| * ionic: don't remove netdev->dev_addr when syncing uc listShannon Nelson2021-10-091-0/+4
* | ionic: handle vlan id overflowShannon Nelson2021-10-101-40/+12
* | ionic: remove mac overflow flagsShannon Nelson2021-10-101-5/+2
* | ionic: move lif mac address functionsShannon Nelson2021-10-101-131/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-071-1/+3
|\|
| * ionic: move filter sync_needed bit setShannon Nelson2021-10-061-1/+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: 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: fix double use of queue-lockShannon Nelson2021-09-031-4/+8
* ionic: recreate hwstamp queues on ifupShannon Nelson2021-08-281-0/+6
* ionic: pull hwstamp queue_lock up a levelShannon Nelson2021-08-281-14/+2
* ionic: add queue lock around open and stopShannon Nelson2021-08-281-1/+8
* ionic: fill mac addr earlier in add_addrShannon Nelson2021-08-281-1/+2
* ionic: fire watchdog again after fw_downShannon Nelson2021-08-281-2/+9
* ionic: handle mac filter overflowShannon Nelson2021-08-261-11/+29
* ionic: refactor ionic_lif_addr to remove a layerShannon Nelson2021-08-261-39/+2
* ionic: sync the filters in the work taskShannon Nelson2021-08-261-27/+81
* ionic: flatten calls to set-rx-modeShannon Nelson2021-08-261-18/+9
* ionic: remove old work task typesShannon Nelson2021-08-261-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-101/+96
|\
| * ionic: remove intr coalesce update from napiShannon Nelson2021-07-231-1/+13
| * ionic: make all rx_mode work threadsafeShannon Nelson2021-07-231-100/+83
* | ionic: enable rxhash only with multiple queuesShannon Nelson2021-07-271-1/+3
* | ionic: init reconfig err to 0Shannon Nelson2021-07-271-3/+10
* | ionic: minimize resources when under kdumpShannon Nelson2021-07-271-2/+19
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-2/+2
|/
* ionic: add ts_config replayShannon Nelson2021-04-081-1/+1
* ionic: ignore EBUSY on queue startShannon Nelson2021-04-081-1/+1
* ionic: re-start ptp after queues upShannon Nelson2021-04-081-3/+3
* ionic: fix up a couple of code style nitsShannon Nelson2021-04-081-6/+4
* ionic: advertise support for hardware timestampsShannon Nelson2021-04-021-0/+25
* ionic: add and enable tx and rx timestamp handlingShannon Nelson2021-04-021-4/+47
* ionic: set up hw timestamp queuesShannon Nelson2021-04-021-5/+261
* ionic: link in the new hw timestamp codeShannon Nelson2021-04-021-0/+25
* ionic: add handling of larger descriptorsShannon Nelson2021-04-021-26/+49
* ionic: add new queue features to interfaceShannon Nelson2021-04-021-0/+3
* ionic: fix sizeof usageShannon Nelson2021-03-301-4/+4
* ionic: protect adminq from early destroyShannon Nelson2021-03-181-2/+12
* ionic: stop watchdog when in broken stateShannon Nelson2021-03-181-2/+23
* ionic: block actions during fw resetShannon Nelson2021-03-181-1/+6
* ionic: fix unchecked referenceShannon Nelson2021-03-181-1/+1
* ionic: simplify the intr_index use in txq_initShannon Nelson2021-03-181-4/+2