aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic/ionic_lif.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-10ionic: remove mac overflow flagsShannon Nelson1-2/+0
2021-10-02ionic: remove debug statsShannon Nelson1-45/+0
2021-08-28ionic: recreate hwstamp queues on ifupShannon Nelson1-0/+2
2021-08-26ionic: sync the filters in the work taskShannon Nelson1-0/+6
2021-08-26ionic: remove old work task typesShannon Nelson1-2/+0
2021-07-23ionic: catch no ptp support earlierShannon Nelson1-5/+2
2021-07-23ionic: make all rx_mode work threadsafeShannon Nelson1-2/+2
2021-04-08ionic: add ts_config replayShannon Nelson1-0/+6
2021-04-02ionic: link in the new hw timestamp codeShannon Nelson1-0/+72
2021-04-02ionic: add handling of larger descriptorsShannon Nelson1-0/+3
2021-03-18ionic: stop watchdog when in broken stateShannon Nelson1-0/+1
2021-03-10ionic: optimize fastpath struct usageShannon Nelson1-12/+10
2021-02-16ionic: Remove unused function pointer typedef ionic_reset_cbChen Lin1-2/+0
2020-11-14ionic: useful names for booleansShannon Nelson1-0/+6
2020-09-29net: ionic: Replace in_interrupt() usage.Sebastian Andrzej Siewior1-1/+1
2020-09-16ionic: dynamic interrupt moderationShannon Nelson1-1/+4
2020-09-02ionic: struct reorder for faster accessShannon Nelson1-7/+7
2020-08-28ionic: pull reset_queues into tx_timeout handlerShannon Nelson1-1/+0
2020-08-28ionic: change the descriptor ring length without full resetShannon Nelson1-1/+18
2020-08-28ionic: use index not pointer for queue trackingShannon Nelson1-6/+6
2020-08-28ionic: reduce contiguous memory allocation requirementShannon Nelson1-3/+9
2020-08-28ionic: clean up unnecessary non-static functionsShannon Nelson1-2/+0
2020-08-28ionic: rework and simplify handling of the queue stats blockShannon Nelson1-30/+12
2020-08-28ionic: remove lif list conceptShannon Nelson1-7/+7
2020-08-03ionic: separate interrupt for Tx and RxShannon Nelson1-0/+3
2020-08-03ionic: tx separate servicingShannon Nelson1-0/+2
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+1
2020-07-21ionic: remove unused ionic_coal_hw_to_usecShannon Nelson1-13/+0
2020-07-21ionic: get MTU from lif identityShannon Nelson1-0/+1
2020-07-20ionic: use mutex to protect queue operationsShannon Nelson1-7/+1
2020-07-07ionic: centralize queue reset codeShannon Nelson1-1/+3
2020-05-12ionic: add more ethtool statsShannon Nelson1-2/+13
2020-05-12ionic: support longer tx sg listsShannon Nelson1-0/+13
2020-03-30ionic: remove lifs on fw resetShannon Nelson1-0/+4
2020-03-30ionic: check for linkup in watchdogShannon Nelson1-0/+1
2020-03-09ionic: clean up bitflag usageShannon Nelson1-8/+7
2020-01-07ionic: add Rx dropped packet counterShannon Nelson1-0/+1
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2019-10-07ionic: fix stats memory dereferenceShannon Nelson1-0/+2
2019-10-02ionic: report users coalesce requestShannon Nelson1-1/+3
2019-10-02ionic: use wait_on_bit_lock() rather than open codeShannon Nelson1-7/+2
2019-09-05ionic: Add coalesce and other featuresShannon Nelson1-0/+30
2019-09-05ionic: Add RSS supportShannon Nelson1-0/+8
2019-09-05ionic: Add driver statsShannon Nelson1-1/+15
2019-09-05ionic: Add Tx and Rx handlingShannon Nelson1-0/+50
2019-09-05ionic: Add initial ethtool supportShannon Nelson1-0/+3
2019-09-05ionic: Add async link status check and basic statsShannon Nelson1-0/+1
2019-09-05ionic: Add Rx filter and rx_mode ndo supportShannon Nelson1-0/+29
2019-09-05ionic: Add management of rx filtersShannon Nelson1-0/+2
2019-09-05ionic: Add the basic NDO callbacks for netdev supportShannon Nelson1-0/+20