summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando
AgeCommit message (Expand)AuthorFilesLines
2020-03-18ionic: print data for unknown xcvr typeShannon Nelson1-4/+9
2020-03-18ionic: remove adminq napi instanceShannon Nelson1-0/+1
2020-03-18ionic: deinit rss only if selectedShannon Nelson1-1/+2
2020-03-18ionic: stop devlink warn on mgmt deviceShannon Nelson1-2/+7
2020-03-16net: ionic: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-7/+7
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2020-03-10ionic: drop ethtool driver versionShannon Nelson3-6/+2
2020-03-10ionic: add support for device id 0x1004Shannon Nelson4-2/+19
2020-03-10ionic: print pci bus lane infoShannon Nelson1-0/+1
2020-03-10ionic: support ethtool rxhash disableShannon Nelson1-2/+9
2020-03-10ionic: clean up bitflag usageShannon Nelson5-46/+41
2020-03-10ionic: improve irq numa localityShannon Nelson1-2/+3
2020-03-10ionic: remove pragma packedShannon Nelson1-21/+17
2020-03-10ionic: keep ionic dev on lif init failShannon Nelson2-5/+19
2020-03-07ionic: fix vf op lock usageShannon Nelson1-4/+4
2020-03-05ionic: let core reject the unsupported coalescing parametersJakub Kicinski1-22/+1
2020-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+8
2020-02-21ionic: 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-08ionic: clear compiler warning on hb use before setShannon Nelson1-1/+1
2020-01-08ionic: restrict received packets to mtu sizeShannon Nelson1-2/+9
2020-01-08ionic: add Rx dropped packet counterShannon Nelson3-3/+11
2020-01-08ionic: drop use of subdevice tagsShannon Nelson1-4/+0
2020-01-06ionic: support sr-iov operationsShannon Nelson6-8/+438
2020-01-06ionic: ionic_if bits for sr-iov supportShannon Nelson1-0/+97
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-6/+10
2019-12-05ionic: 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-30ionic: 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-26ionic: update driver versionShannon Nelson1-1/+1
2019-10-26ionic: implement support for rx sglShannon Nelson3-84/+224
2019-10-26ionic: add a watchdog timer to monitor heartbeatShannon Nelson3-2/+20
2019-10-26ionic: add heartbeat checkShannon Nelson3-1/+70
2019-10-26ionic: reverse an interrupt coalesce calculationShannon Nelson1-1/+1
2019-10-26ionic: 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