aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2020-03-09ionic: drop ethtool driver versionShannon Nelson3-6/+2
2020-03-09ionic: add support for device id 0x1004Shannon Nelson4-2/+19
2020-03-09ionic: print pci bus lane infoShannon Nelson1-0/+1
2020-03-09ionic: support ethtool rxhash disableShannon Nelson1-2/+9
2020-03-09ionic: clean up bitflag usageShannon Nelson5-46/+41
2020-03-09ionic: improve irq numa localityShannon Nelson1-2/+3
2020-03-09ionic: remove pragma packedShannon Nelson1-21/+17
2020-03-09ionic: keep ionic dev on lif init failShannon Nelson2-5/+19
2020-03-06ionic: fix vf op lock usageShannon Nelson1-4/+4
2020-03-05ionic: let core reject the unsupported coalescing parametersJakub Kicinski1-22/+1
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+8
2020-02-20ionic: fix fw_status readShannon Nelson2-4/+8
2020-02-19ionic: use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-4/+1
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 Corbet2-10/+21
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-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-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