aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic/ionic_lif.c
Commit message (Expand)AuthorAgeFilesLines
* ionic: don't remove netdev->dev_addr when syncing uc listShannon Nelson2021-10-091-0/+4
* ionic: move filter sync_needed bit setShannon Nelson2021-10-061-1/+3
* 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
* ionic: code cleanup detailsShannon Nelson2021-03-181-13/+10
* ionic: rebuild debugfs on qcq swapShannon Nelson2021-03-101-0/+3
* ionic: optimize fastpath struct usageShannon Nelson2021-03-101-1/+2
* ionic: change mtu after queues are stoppedShannon Nelson2020-12-011-2/+4
* ionic: remove some unnecessary oom messagesShannon Nelson2020-12-011-5/+3
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* ionic: useful names for booleansShannon Nelson2020-11-141-8/+8
* ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson2020-11-141-10/+10
* ionic: flatten calls to ionic_lif_rx_modeShannon Nelson2020-11-141-22/+16
* ionic: use mc sync for multicast filtersShannon Nelson2020-11-141-11/+8
* ionic: add lif quiesceShannon Nelson2020-11-141-0/+20
* ionic: check for link after netdev registrationShannon Nelson2020-11-141-0/+2
* ionic: start queues before announcing link upShannon Nelson2020-11-141-6/+6
* ionic: no rx flush in deinitShannon Nelson2020-10-231-1/+0