aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-10/+21
2019-10-07ionic: fix stats memory dereferenceShannon Nelson2-10/+21
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2019-10-02ionic: add lif_quiesce to wait for queue activity to stopShannon Nelson1-0/+16
2019-10-02ionic: implement ethtool set-fecShannon Nelson1-27/+67
2019-10-02ionic: report users coalesce requestShannon Nelson3-18/+19
2019-10-02ionic: use wait_on_bit_lock() rather than open codeShannon Nelson3-13/+13
2019-10-02ionic: simplify returns in devlink infoShannon Nelson1-5/+4
2019-10-01ionic: select CONFIG_NET_DEVLINKArnd Bergmann1-0/+1
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski1-2/+2
2019-09-22ionic: Fix an error code in ionic_lif_alloc()Dan Carpenter1-0/+1
2019-09-19ionic: Remove unnecessary ternary operator in ionic_debugfs_add_identNathan Chancellor1-1/+1
2019-09-07ionic: Remove unused including <linux/version.h>YueHaibing1-1/+0
2019-09-05ionic: Add coalesce and other featuresShannon Nelson5-3/+166
2019-09-05ionic: Add RSS supportShannon Nelson3-0/+165
2019-09-05ionic: Add driver statsShannon Nelson5-2/+480
2019-09-05ionic: Add netdev-event handlingShannon Nelson2-0/+64
2019-09-05ionic: Add Tx and Rx handlingShannon Nelson5-1/+1408
2019-09-05ionic: Add initial ethtool supportShannon Nelson6-1/+519
2019-09-05ionic: Add async link status check and basic statsShannon Nelson2-6/+111
2019-09-05ionic: Add Rx filter and rx_mode ndo supportShannon Nelson2-6/+423
2019-09-05ionic: Add management of rx filtersShannon Nelson5-1/+194
2019-09-05ionic: Add the basic NDO callbacks for netdev supportShannon Nelson6-2/+387
2019-09-05ionic: Add notifyq supportShannon Nelson3-2/+186
2019-09-05ionic: Add adminq actionShannon Nelson2-0/+118
2019-09-05ionic: Add basic adminq supportShannon Nelson10-0/+941
2019-09-05ionic: Add interrupts and doorbellsShannon Nelson8-0/+91
2019-09-05ionic: Add basic lif supportShannon Nelson11-1/+477
2019-09-05ionic: Add port management commandsShannon Nelson5-0/+213
2019-09-05ionic: Add hardware init and device commandsShannon Nelson13-2/+3481
2019-09-05ionic: Add basic framework for IONIC Network device driverShannon Nelson9-0/+218