summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando
AgeCommit message (Expand)Author
2020-03-06ionic: fix vf op lock usageShannon Nelson
2020-02-20ionic: fix fw_status readShannon Nelson
2020-01-31ionic: fix rxq comp packet type maskShannon Nelson
2020-01-07ionic: clear compiler warning on hb use before setShannon Nelson
2020-01-07ionic: restrict received packets to mtu sizeShannon Nelson
2020-01-07ionic: add Rx dropped packet counterShannon Nelson
2020-01-07ionic: drop use of subdevice tagsShannon Nelson
2020-01-05ionic: support sr-iov operationsShannon Nelson
2020-01-05ionic: ionic_if bits for sr-iov supportShannon Nelson
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-04ionic: keep users rss hash across lif resetShannon Nelson
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-29ionic: Remove set but not used variable 'sg_desc'YueHaibing
2019-10-29Merge tag 'v5.4-rc4' into docs-nextJonathan Corbet
2019-10-25ionic: update driver versionShannon Nelson
2019-10-25ionic: implement support for rx sglShannon Nelson
2019-10-25ionic: add a watchdog timer to monitor heartbeatShannon Nelson
2019-10-25ionic: add heartbeat checkShannon Nelson
2019-10-25ionic: reverse an interrupt coalesce calculationShannon Nelson
2019-10-25ionic: fix up struct name commentsShannon Nelson
2019-10-22dynamic_debug: provide dynamic_hex_dump stubArnd Bergmann
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-10docs: fix some broken referencesMauro Carvalho Chehab
2019-10-07ionic: fix stats memory dereferenceShannon Nelson
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-02ionic: add lif_quiesce to wait for queue activity to stopShannon Nelson
2019-10-02ionic: implement ethtool set-fecShannon Nelson
2019-10-02ionic: report users coalesce requestShannon Nelson
2019-10-02ionic: use wait_on_bit_lock() rather than open codeShannon Nelson
2019-10-02ionic: simplify returns in devlink infoShannon Nelson
2019-10-01ionic: select CONFIG_NET_DEVLINKArnd Bergmann
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski
2019-09-22ionic: Fix an error code in ionic_lif_alloc()Dan Carpenter
2019-09-19ionic: Remove unnecessary ternary operator in ionic_debugfs_add_identNathan Chancellor
2019-09-07ionic: Remove unused including <linux/version.h>YueHaibing
2019-09-05ionic: Add coalesce and other featuresShannon Nelson
2019-09-05ionic: Add RSS supportShannon Nelson
2019-09-05ionic: Add driver statsShannon Nelson
2019-09-05ionic: Add netdev-event handlingShannon Nelson
2019-09-05ionic: Add Tx and Rx handlingShannon Nelson
2019-09-05ionic: Add initial ethtool supportShannon Nelson
2019-09-05ionic: Add async link status check and basic statsShannon Nelson
2019-09-05ionic: Add Rx filter and rx_mode ndo supportShannon Nelson
2019-09-05ionic: Add management of rx filtersShannon Nelson
2019-09-05ionic: Add the basic NDO callbacks for netdev supportShannon Nelson
2019-09-05ionic: Add notifyq supportShannon Nelson
2019-09-05ionic: Add adminq actionShannon Nelson
2019-09-05ionic: Add basic adminq supportShannon Nelson