summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic/ionic_lif.h
Commit message (Expand)AuthorAgeFilesLines
* ionic: remove the dbid_inuse bitmapShannon Nelson2022-01-251-1/+0
* ionic: add FW_STOPPING stateShannon Nelson2022-01-251-0/+1
* ionic: handle vlan id overflowShannon Nelson2021-10-101-0/+2
* ionic: remove mac overflow flagsShannon Nelson2021-10-101-2/+0
* ionic: remove debug statsShannon Nelson2021-10-021-45/+0
* ionic: recreate hwstamp queues on ifupShannon Nelson2021-08-281-0/+2
* ionic: sync the filters in the work taskShannon Nelson2021-08-261-0/+6
* ionic: remove old work task typesShannon Nelson2021-08-261-2/+0
* ionic: catch no ptp support earlierShannon Nelson2021-07-231-5/+2
* ionic: make all rx_mode work threadsafeShannon Nelson2021-07-231-2/+2
* ionic: add ts_config replayShannon Nelson2021-04-081-0/+6
* ionic: link in the new hw timestamp codeShannon Nelson2021-04-021-0/+72
* ionic: add handling of larger descriptorsShannon Nelson2021-04-021-0/+3
* ionic: stop watchdog when in broken stateShannon Nelson2021-03-181-0/+1
* ionic: optimize fastpath struct usageShannon Nelson2021-03-101-12/+10
* ionic: Remove unused function pointer typedef ionic_reset_cbChen Lin2021-02-161-2/+0
* ionic: useful names for booleansShannon Nelson2020-11-141-0/+6
* net: ionic: Replace in_interrupt() usage.Sebastian Andrzej Siewior2020-09-291-1/+1
* ionic: dynamic interrupt moderationShannon Nelson2020-09-161-1/+4
* ionic: struct reorder for faster accessShannon Nelson2020-09-021-7/+7
* ionic: pull reset_queues into tx_timeout handlerShannon Nelson2020-08-281-1/+0
* ionic: change the descriptor ring length without full resetShannon Nelson2020-08-281-1/+18
* ionic: use index not pointer for queue trackingShannon Nelson2020-08-281-6/+6
* ionic: reduce contiguous memory allocation requirementShannon Nelson2020-08-281-3/+9
* ionic: clean up unnecessary non-static functionsShannon Nelson2020-08-281-2/+0
* ionic: rework and simplify handling of the queue stats blockShannon Nelson2020-08-281-30/+12
* ionic: remove lif list conceptShannon Nelson2020-08-281-7/+7
* ionic: separate interrupt for Tx and RxShannon Nelson2020-08-031-0/+3
* ionic: tx separate servicingShannon Nelson2020-08-031-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-7/+1
|\
| * ionic: use mutex to protect queue operationsShannon Nelson2020-07-201-7/+1
* | ionic: remove unused ionic_coal_hw_to_usecShannon Nelson2020-07-211-13/+0
* | ionic: get MTU from lif identityShannon Nelson2020-07-211-0/+1
|/
* ionic: centralize queue reset codeShannon Nelson2020-07-071-1/+3
* ionic: add more ethtool statsShannon Nelson2020-05-121-2/+13
* ionic: support longer tx sg listsShannon Nelson2020-05-121-0/+13
* ionic: remove lifs on fw resetShannon Nelson2020-03-301-0/+4
* ionic: check for linkup in watchdogShannon Nelson2020-03-301-0/+1
* ionic: clean up bitflag usageShannon Nelson2020-03-091-8/+7
* ionic: add Rx dropped packet counterShannon Nelson2020-01-071-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-0/+2
|\
| * ionic: fix stats memory dereferenceShannon Nelson2019-10-071-0/+2
* | ionic: report users coalesce requestShannon Nelson2019-10-021-1/+3
* | ionic: use wait_on_bit_lock() rather than open codeShannon Nelson2019-10-021-7/+2
|/
* ionic: Add coalesce and other featuresShannon Nelson2019-09-051-0/+30
* ionic: Add RSS supportShannon Nelson2019-09-051-0/+8
* ionic: Add driver statsShannon Nelson2019-09-051-1/+15
* ionic: Add Tx and Rx handlingShannon Nelson2019-09-051-0/+50
* ionic: Add initial ethtool supportShannon Nelson2019-09-051-0/+3
* ionic: Add async link status check and basic statsShannon Nelson2019-09-051-0/+1