summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando
AgeCommit message (Expand)Author
2021-03-18ionic: block actions during fw resetShannon Nelson
2021-03-18ionic: update ethtool support bits for BASETShannon Nelson
2021-03-18ionic: fix unchecked referenceShannon Nelson
2021-03-18ionic: simplify the intr_index use in txq_initShannon Nelson
2021-03-18ionic: code cleanup detailsShannon Nelson
2021-03-17ionic: Update driver to use ethtool_sprintfAlexander Duyck
2021-03-17ionic: linearize tso skb with too many fragsShannon Nelson
2021-03-15ionic: aggregate Tx byte counting callsShannon Nelson
2021-03-15ionic: simplify tx cleanShannon Nelson
2021-03-15ionic: generic tx skb mappingShannon Nelson
2021-03-15ionic: simplify TSO descriptor mappingShannon Nelson
2021-03-10ionic: simplify use of completion typesShannon Nelson
2021-03-10ionic: rebuild debugfs on qcq swapShannon Nelson
2021-03-10ionic: simplify rx skb allocShannon Nelson
2021-03-10ionic: optimize fastpath struct usageShannon Nelson
2021-03-10ionic: implement Rx page reuseShannon Nelson
2021-03-10ionic: move rx_page_alloc and freeShannon Nelson
2021-02-16ionic: Remove unused function pointer typedef ionic_reset_cbChen Lin
2021-01-19net: add inline function skb_csum_is_sctpXin Long
2020-12-21ionic: account for vlan tag len in rx buffer lenShannon Nelson
2020-12-08drivers: net: ionic: simplify the return expression of ionic_set_rxfh()Zheng Yongjun
2020-12-01ionic: change mtu after queues are stoppedShannon Nelson
2020-12-01ionic: remove some unnecessary oom messagesShannon Nelson
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-11-19devlink: move flash end and begin to core devlinkJacob Keller
2020-11-19devlink: move request_firmware out of driverJacob Keller
2020-11-14ionic: useful names for booleansShannon Nelson
2020-11-14ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson
2020-11-14ionic: flatten calls to ionic_lif_rx_modeShannon Nelson
2020-11-14ionic: use mc sync for multicast filtersShannon Nelson
2020-11-14ionic: batch rx buffer refillingShannon Nelson
2020-11-14ionic: add lif quiesceShannon Nelson
2020-11-14ionic: check for link after netdev registrationShannon Nelson
2020-11-14ionic: start queues before announcing link upShannon Nelson
2020-11-05ionic: check port ptr before useShannon Nelson
2020-10-23ionic: fix mem leak in rx_emptyShannon Nelson
2020-10-23ionic: no rx flush in deinitShannon Nelson
2020-10-23ionic: clean up sparse complaintsShannon Nelson
2020-10-02ionic: add new bad firmware error codeShannon Nelson
2020-10-02ionic: use lif ident for filter countShannon Nelson
2020-10-02ionic: refill lif identity after fw_upShannon Nelson
2020-10-02ionic: disable all queue napi contexts on timeoutShannon Nelson
2020-10-02ionic: check qcq ptr in ionic_qcq_disableShannon Nelson
2020-10-02ionic: clear linkcheck bit on alloc failShannon Nelson
2020-10-02ionic: drain the work queueShannon Nelson
2020-10-02ionic: contiguous memory for notifyqShannon Nelson
2020-09-30ionic: prevent early watchdog checkShannon Nelson
2020-09-30ionic: stop watchdog timer earlier on removeShannon Nelson
2020-09-29net: ionic: Remove WARN_ON(in_interrupt()).Sebastian Andrzej Siewior
2020-09-29net: ionic: Replace in_interrupt() usage.Sebastian Andrzej Siewior