aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-06ionic: fix vf op lock usageShannon Nelson1-4/+4
2020-02-20ionic: fix fw_status readShannon Nelson2-4/+8
2020-01-31ionic: fix rxq comp packet type maskShannon Nelson1-1/+1
2020-01-07ionic: clear compiler warning on hb use before setShannon Nelson1-1/+1
2020-01-07ionic: restrict received packets to mtu sizeShannon Nelson1-2/+9
2020-01-07ionic: add Rx dropped packet counterShannon Nelson3-3/+11
2020-01-07ionic: drop use of subdevice tagsShannon Nelson1-4/+0
2020-01-05ionic: support sr-iov operationsShannon Nelson6-8/+438
2020-01-05ionic: ionic_if bits for sr-iov supportShannon Nelson1-0/+97
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-6/+10
2019-12-04ionic: keep users rss hash across lif resetShannon Nelson1-6/+10
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds1-2/+2
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-0/+4
2019-10-29ionic: Remove set but not used variable 'sg_desc'YueHaibing1-2/+0
2019-10-29Merge tag 'v5.4-rc4' into docs-nextJonathan Corbet3-10/+22
2019-10-25ionic: update driver versionShannon Nelson1-1/+1
2019-10-25ionic: implement support for rx sglShannon Nelson3-84/+224
2019-10-25ionic: add a watchdog timer to monitor heartbeatShannon Nelson3-2/+20
2019-10-25ionic: add heartbeat checkShannon Nelson3-1/+70
2019-10-25ionic: reverse an interrupt coalesce calculationShannon Nelson1-1/+1
2019-10-25ionic: fix up struct name commentsShannon Nelson1-98/+98
2019-10-22dynamic_debug: provide dynamic_hex_dump stubArnd Bergmann2-0/+4
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-10/+21
2019-10-10docs: fix some broken referencesMauro Carvalho Chehab1-2/+2
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