summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic/ionic_lif.c
AgeCommit message (Expand)Author
2022-01-25ionic: Query FW when getting VF info via ndo_get_vf_configBrett Creeley
2022-01-25ionic: better handling of RESET eventShannon Nelson
2022-01-25ionic: add FW_STOPPING stateShannon Nelson
2021-12-28ionic: Initialize the 'lif->dbid_inuse' bitmapChristophe JAILLET
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-10ionic: handle vlan id overflowShannon Nelson
2021-10-10ionic: remove mac overflow flagsShannon Nelson
2021-10-10ionic: move lif mac address functionsShannon Nelson
2021-10-09ionic: don't remove netdev->dev_addr when syncing uc listShannon Nelson
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-06ionic: move filter sync_needed bit setShannon Nelson
2021-10-02ionic: add lif param to ionic_qcq_disableShannon Nelson
2021-10-02ionic: have ionic_qcq_disable decide on sending to hardwareShannon Nelson
2021-10-02ionic: widen queue_lock use around lif init and deinitShannon Nelson
2021-10-02ionic: move lif mutex setup and deleteShannon Nelson
2021-09-03ionic: fix double use of queue-lockShannon Nelson
2021-08-28ionic: recreate hwstamp queues on ifupShannon Nelson
2021-08-28ionic: pull hwstamp queue_lock up a levelShannon Nelson
2021-08-28ionic: add queue lock around open and stopShannon Nelson
2021-08-28ionic: fill mac addr earlier in add_addrShannon Nelson
2021-08-28ionic: fire watchdog again after fw_downShannon Nelson
2021-08-26ionic: handle mac filter overflowShannon Nelson
2021-08-26ionic: refactor ionic_lif_addr to remove a layerShannon Nelson
2021-08-26ionic: sync the filters in the work taskShannon Nelson
2021-08-26ionic: flatten calls to set-rx-modeShannon Nelson
2021-08-26ionic: remove old work task typesShannon Nelson
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-27ionic: enable rxhash only with multiple queuesShannon Nelson
2021-07-27ionic: init reconfig err to 0Shannon Nelson
2021-07-27ionic: minimize resources when under kdumpShannon Nelson
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-23ionic: remove intr coalesce update from napiShannon Nelson
2021-07-23ionic: make all rx_mode work threadsafeShannon Nelson
2021-04-08ionic: add ts_config replayShannon Nelson
2021-04-08ionic: ignore EBUSY on queue startShannon Nelson
2021-04-08ionic: re-start ptp after queues upShannon Nelson
2021-04-08ionic: fix up a couple of code style nitsShannon Nelson
2021-04-02ionic: advertise support for hardware timestampsShannon Nelson
2021-04-02ionic: add and enable tx and rx timestamp handlingShannon Nelson
2021-04-02ionic: set up hw timestamp queuesShannon Nelson
2021-04-02ionic: link in the new hw timestamp codeShannon Nelson
2021-04-02ionic: add handling of larger descriptorsShannon Nelson
2021-04-02ionic: add new queue features to interfaceShannon Nelson
2021-03-30ionic: fix sizeof usageShannon Nelson
2021-03-18ionic: protect adminq from early destroyShannon Nelson
2021-03-18ionic: stop watchdog when in broken stateShannon Nelson
2021-03-18ionic: block actions during fw resetShannon Nelson
2021-03-18ionic: fix unchecked referenceShannon Nelson
2021-03-18ionic: simplify the intr_index use in txq_initShannon Nelson
2021-03-18ionic: code cleanup detailsShannon Nelson