summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-081-6/+10
|\
| * ionic: keep users rss hash across lif resetShannon Nelson2019-12-041-6/+10
* | Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds2019-12-021-2/+2
|\ \ | |/ |/|
| * Merge tag 'v5.4-rc4' into docs-nextJonathan Corbet2019-10-293-10/+22
| |\
| * | docs: fix some broken referencesMauro Carvalho Chehab2019-10-101-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-022-0/+4
|\ \ \
| * | | dynamic_debug: provide dynamic_hex_dump stubArnd Bergmann2019-10-222-0/+4
| | |/ | |/|
* | | ionic: Remove set but not used variable 'sg_desc'YueHaibing2019-10-291-2/+0
* | | ionic: update driver versionShannon Nelson2019-10-251-1/+1
* | | ionic: implement support for rx sglShannon Nelson2019-10-253-84/+224
* | | ionic: add a watchdog timer to monitor heartbeatShannon Nelson2019-10-253-2/+20
* | | ionic: add heartbeat checkShannon Nelson2019-10-253-1/+70
* | | ionic: reverse an interrupt coalesce calculationShannon Nelson2019-10-251-1/+1
* | | ionic: fix up struct name commentsShannon Nelson2019-10-251-98/+98
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-202-10/+21
|\| |
| * | ionic: fix stats memory dereferenceShannon Nelson2019-10-072-10/+21
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-051-0/+1
|\| |
| * | ionic: select CONFIG_NET_DEVLINKArnd Bergmann2019-10-011-0/+1
| |/
* | ionic: add lif_quiesce to wait for queue activity to stopShannon Nelson2019-10-021-0/+16
* | ionic: implement ethtool set-fecShannon Nelson2019-10-021-27/+67
* | ionic: report users coalesce requestShannon Nelson2019-10-023-18/+19
* | ionic: use wait_on_bit_lock() rather than open codeShannon Nelson2019-10-023-13/+13
* | ionic: simplify returns in devlink infoShannon Nelson2019-10-021-5/+4
|/
* drivers: net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-261-2/+2
* 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-059-0/+218