aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic/ionic_lif.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-05ionic: support sr-iov operationsShannon Nelson1-7/+240
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-04ionic: keep users rss hash across lif resetShannon Nelson1-6/+10
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2019-10-25ionic: implement support for rx sglShannon Nelson1-3/+6
2019-10-25ionic: reverse an interrupt coalesce calculationShannon Nelson1-1/+1
2019-10-22dynamic_debug: provide dynamic_hex_dump stubArnd Bergmann1-0/+2
2019-10-02ionic: add lif_quiesce to wait for queue activity to stopShannon Nelson1-0/+16
2019-10-02ionic: report users coalesce requestShannon Nelson1-6/+5
2019-10-02ionic: use wait_on_bit_lock() rather than open codeShannon Nelson1-2/+3
2019-09-22ionic: Fix an error code in ionic_lif_alloc()Dan Carpenter1-0/+1
2019-09-05ionic: Add coalesce and other featuresShannon Nelson1-1/+27
2019-09-05ionic: Add RSS supportShannon Nelson1-0/+84
2019-09-05ionic: Add netdev-event handlingShannon Nelson1-0/+62
2019-09-05ionic: Add Tx and Rx handlingShannon Nelson1-0/+414
2019-09-05ionic: Add initial ethtool supportShannon Nelson1-0/+2
2019-09-05ionic: Add async link status check and basic statsShannon Nelson1-6/+110
2019-09-05ionic: Add Rx filter and rx_mode ndo supportShannon Nelson1-6/+394
2019-09-05ionic: Add management of rx filtersShannon Nelson1-0/+6
2019-09-05ionic: Add the basic NDO callbacks for netdev supportShannon Nelson1-0/+335
2019-09-05ionic: Add notifyq supportShannon Nelson1-1/+168
2019-09-05ionic: Add basic adminq supportShannon Nelson1-0/+356
2019-09-05ionic: Add interrupts and doorbellsShannon Nelson1-0/+39
2019-09-05ionic: Add basic lif supportShannon Nelson1-0/+291