summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic
Commit message (Expand)AuthorAgeFilesLines
* ionic: fix stats memory dereferenceShannon Nelson2019-10-072-10/+21
* ionic: Fix an error code in ionic_lif_alloc()Dan Carpenter2019-09-221-0/+1
* ionic: Remove unnecessary ternary operator in ionic_debugfs_add_identNathan Chancellor2019-09-191-1/+1
* ionic: Remove unused including <linux/version.h>YueHaibing2019-09-071-1/+0
* ionic: Add coalesce and other featuresShannon Nelson2019-09-055-3/+166
* ionic: Add RSS supportShannon Nelson2019-09-053-0/+165
* ionic: Add driver statsShannon Nelson2019-09-055-2/+480
* ionic: Add netdev-event handlingShannon Nelson2019-09-052-0/+64
* ionic: Add Tx and Rx handlingShannon Nelson2019-09-055-1/+1408
* ionic: Add initial ethtool supportShannon Nelson2019-09-056-1/+519
* ionic: Add async link status check and basic statsShannon Nelson2019-09-052-6/+111
* ionic: Add Rx filter and rx_mode ndo supportShannon Nelson2019-09-052-6/+423
* ionic: Add management of rx filtersShannon Nelson2019-09-055-1/+194
* ionic: Add the basic NDO callbacks for netdev supportShannon Nelson2019-09-056-2/+387
* ionic: Add notifyq supportShannon Nelson2019-09-053-2/+186
* ionic: Add adminq actionShannon Nelson2019-09-052-0/+118
* ionic: Add basic adminq supportShannon Nelson2019-09-0510-0/+941
* ionic: Add interrupts and doorbellsShannon Nelson2019-09-058-0/+91
* ionic: Add basic lif supportShannon Nelson2019-09-0511-1/+477
* ionic: Add port management commandsShannon Nelson2019-09-055-0/+213
* ionic: Add hardware init and device commandsShannon Nelson2019-09-0513-2/+3481
* ionic: Add basic framework for IONIC Network device driverShannon Nelson2019-09-057-0/+180