summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic/ionic_lif.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-08ionic: 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-10ionic: clean up bitflag usageShannon Nelson1-8/+7
2020-01-08ionic: 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
2019-09-05ionic: Add notifyq supportShannon Nelson1-0/+4
2019-09-05ionic: Add basic adminq supportShannon Nelson1-0/+67
2019-09-05ionic: Add interrupts and doorbellsShannon Nelson1-0/+4
2019-09-05ionic: Add basic lif supportShannon Nelson1-0/+45