aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic/ionic_lif.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-101/+96
2021-07-27ionic: enable rxhash only with multiple queuesShannon Nelson1-1/+3
2021-07-27ionic: init reconfig err to 0Shannon Nelson1-3/+10
2021-07-27ionic: minimize resources when under kdumpShannon Nelson1-2/+19
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-2/+2
2021-07-23ionic: remove intr coalesce update from napiShannon Nelson1-1/+13
2021-07-23ionic: make all rx_mode work threadsafeShannon Nelson1-100/+83
2021-04-08ionic: add ts_config replayShannon Nelson1-1/+1
2021-04-08ionic: ignore EBUSY on queue startShannon Nelson1-1/+1
2021-04-08ionic: re-start ptp after queues upShannon Nelson1-3/+3
2021-04-08ionic: fix up a couple of code style nitsShannon Nelson1-6/+4
2021-04-02ionic: advertise support for hardware timestampsShannon Nelson1-0/+25
2021-04-02ionic: add and enable tx and rx timestamp handlingShannon Nelson1-4/+47
2021-04-02ionic: set up hw timestamp queuesShannon Nelson1-5/+261
2021-04-02ionic: link in the new hw timestamp codeShannon Nelson1-0/+25
2021-04-02ionic: add handling of larger descriptorsShannon Nelson1-26/+49
2021-04-02ionic: add new queue features to interfaceShannon Nelson1-0/+3
2021-03-30ionic: fix sizeof usageShannon Nelson1-4/+4
2021-03-18ionic: protect adminq from early destroyShannon Nelson1-2/+12
2021-03-18ionic: stop watchdog when in broken stateShannon Nelson1-2/+23
2021-03-18ionic: block actions during fw resetShannon Nelson1-1/+6
2021-03-18ionic: fix unchecked referenceShannon Nelson1-1/+1
2021-03-18ionic: simplify the intr_index use in txq_initShannon Nelson1-4/+2
2021-03-18ionic: code cleanup detailsShannon Nelson1-13/+10
2021-03-10ionic: rebuild debugfs on qcq swapShannon Nelson1-0/+3
2021-03-10ionic: optimize fastpath struct usageShannon Nelson1-1/+2
2020-12-01ionic: change mtu after queues are stoppedShannon Nelson1-2/+4
2020-12-01ionic: remove some unnecessary oom messagesShannon Nelson1-5/+3
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-14ionic: useful names for booleansShannon Nelson1-8/+8
2020-11-14ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson1-10/+10
2020-11-14ionic: flatten calls to ionic_lif_rx_modeShannon Nelson1-22/+16
2020-11-14ionic: use mc sync for multicast filtersShannon Nelson1-11/+8
2020-11-14ionic: add lif quiesceShannon Nelson1-0/+20
2020-11-14ionic: check for link after netdev registrationShannon Nelson1-0/+2
2020-11-14ionic: start queues before announcing link upShannon Nelson1-6/+6
2020-10-23ionic: no rx flush in deinitShannon Nelson1-1/+0
2020-10-23ionic: clean up sparse complaintsShannon Nelson1-14/+14
2020-10-02ionic: use lif ident for filter countShannon Nelson1-9/+10
2020-10-02ionic: refill lif identity after fw_upShannon Nelson1-1/+9
2020-10-02ionic: disable all queue napi contexts on timeoutShannon Nelson1-26/+21
2020-10-02ionic: check qcq ptr in ionic_qcq_disableShannon Nelson1-11/+20
2020-10-02ionic: clear linkcheck bit on alloc failShannon Nelson1-1/+3
2020-10-02ionic: drain the work queueShannon Nelson1-10/+13
2020-10-02ionic: contiguous memory for notifyqShannon Nelson1-22/+47
2020-09-29net: ionic: Replace in_interrupt() usage.Sebastian Andrzej Siewior1-19/+45
2020-09-16ionic: dynamic interrupt moderationShannon Nelson1-2/+29
2020-09-14ionic: fix up debugfs after queue swapShannon Nelson1-0/+15
2020-09-02ionic: clean adminq service routineShannon Nelson1-19/+25
2020-08-28ionic: pull reset_queues into tx_timeout handlerShannon Nelson1-31/+8