summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic/ionic_lif.c
AgeCommit message (Expand)Author
2021-03-18ionic: code cleanup detailsShannon Nelson
2021-03-10ionic: rebuild debugfs on qcq swapShannon Nelson
2021-03-10ionic: optimize fastpath struct usageShannon Nelson
2020-12-01ionic: change mtu after queues are stoppedShannon Nelson
2020-12-01ionic: remove some unnecessary oom messagesShannon Nelson
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-11-14ionic: useful names for booleansShannon Nelson
2020-11-14ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson
2020-11-14ionic: flatten calls to ionic_lif_rx_modeShannon Nelson
2020-11-14ionic: use mc sync for multicast filtersShannon Nelson
2020-11-14ionic: add lif quiesceShannon Nelson
2020-11-14ionic: check for link after netdev registrationShannon Nelson
2020-11-14ionic: start queues before announcing link upShannon Nelson
2020-10-23ionic: no rx flush in deinitShannon Nelson
2020-10-23ionic: clean up sparse complaintsShannon Nelson
2020-10-02ionic: use lif ident for filter countShannon Nelson
2020-10-02ionic: refill lif identity after fw_upShannon Nelson
2020-10-02ionic: disable all queue napi contexts on timeoutShannon Nelson
2020-10-02ionic: check qcq ptr in ionic_qcq_disableShannon Nelson
2020-10-02ionic: clear linkcheck bit on alloc failShannon Nelson
2020-10-02ionic: drain the work queueShannon Nelson
2020-10-02ionic: contiguous memory for notifyqShannon Nelson
2020-09-29net: ionic: Replace in_interrupt() usage.Sebastian Andrzej Siewior
2020-09-16ionic: dynamic interrupt moderationShannon Nelson
2020-09-14ionic: fix up debugfs after queue swapShannon Nelson
2020-09-02ionic: clean adminq service routineShannon Nelson
2020-08-28ionic: pull reset_queues into tx_timeout handlerShannon Nelson
2020-08-28ionic: change queue count with no resetShannon Nelson
2020-08-28ionic: change the descriptor ring length without full resetShannon Nelson
2020-08-28ionic: change mtu without full queue rebuildShannon Nelson
2020-08-28ionic: use index not pointer for queue trackingShannon Nelson
2020-08-28ionic: reduce contiguous memory allocation requirementShannon Nelson
2020-08-28ionic: clean up unnecessary non-static functionsShannon Nelson
2020-08-28ionic: rework and simplify handling of the queue stats blockShannon Nelson
2020-08-28ionic: remove lif list conceptShannon Nelson
2020-08-28ionic: use kcalloc for new arraysShannon Nelson
2020-08-28ionic: fix up a couple of debug stringsShannon Nelson
2020-08-28ionic: set MTU floor at ETH_MIN_MTUShannon Nelson
2020-08-11ionic_lif: Use devm_kcalloc() in ionic_qcq_alloc()Xu Wang
2020-08-03ionic: separate interrupt for Tx and RxShannon Nelson
2020-08-03ionic: tx separate servicingShannon Nelson
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-30ionic: unlock queue mutex in error pathShannon Nelson
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-22ionic: fix memory leak of object 'lid'Colin Ian King
2020-07-21ionic: update eid test for overflowShannon Nelson
2020-07-21ionic: set netdev default nameShannon Nelson
2020-07-21ionic: get MTU from lif identityShannon Nelson
2020-07-20ionic: use mutex to protect queue operationsShannon Nelson
2020-07-20ionic: keep rss hash after fw updateShannon Nelson