summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando
AgeCommit message (Expand)AuthorFilesLines
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+7
2021-03-19ionic: protect adminq from early destroyShannon Nelson2-8/+28
2021-03-19ionic: stop watchdog when in broken stateShannon Nelson2-2/+24
2021-03-19ionic: block actions during fw resetShannon Nelson3-4/+15
2021-03-19ionic: update ethtool support bits for BASETShannon Nelson2-0/+10
2021-03-19ionic: fix unchecked referenceShannon Nelson1-1/+1
2021-03-19ionic: simplify the intr_index use in txq_initShannon Nelson1-4/+2
2021-03-19ionic: code cleanup detailsShannon Nelson3-32/+25
2021-03-17ionic: Update driver to use ethtool_sprintfAlexander Duyck1-85/+60
2021-03-17ionic: linearize tso skb with too many fragsShannon Nelson1-6/+7
2021-03-16ionic: aggregate Tx byte counting callsShannon Nelson2-3/+25
2021-03-16ionic: simplify tx cleanShannon Nelson1-23/+7
2021-03-16ionic: generic tx skb mappingShannon Nelson1-74/+68
2021-03-16ionic: simplify TSO descriptor mappingShannon Nelson2-125/+117
2021-03-11ionic: simplify use of completion typesShannon Nelson1-12/+7
2021-03-11ionic: rebuild debugfs on qcq swapShannon Nelson1-0/+3
2021-03-11ionic: simplify rx skb allocShannon Nelson1-41/+22
2021-03-11ionic: optimize fastpath struct usageShannon Nelson6-39/+34
2021-03-11ionic: implement Rx page reuseShannon Nelson2-89/+138
2021-03-11ionic: move rx_page_alloc and freeShannon Nelson1-70/+70
2021-02-17ionic: Remove unused function pointer typedef ionic_reset_cbChen Lin1-2/+0
2021-01-20net: add inline function skb_csum_is_sctpXin Long1-1/+1
2020-12-22ionic: account for vlan tag len in rx buffer lenShannon Nelson1-1/+1
2020-12-09drivers: net: ionic: simplify the return expression of ionic_set_rxfh()Zheng Yongjun1-6/+1
2020-12-02ionic: change mtu after queues are stoppedShannon Nelson1-2/+4
2020-12-02ionic: remove some unnecessary oom messagesShannon Nelson3-9/+5
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski2-0/+2
2020-11-20devlink: move flash end and begin to core devlinkJacob Keller1-2/+0
2020-11-20devlink: move request_firmware out of driverJacob Keller3-12/+4
2020-11-15ionic: useful names for booleansShannon Nelson3-9/+15
2020-11-15ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson1-10/+10
2020-11-15ionic: flatten calls to ionic_lif_rx_modeShannon Nelson1-22/+16
2020-11-15ionic: use mc sync for multicast filtersShannon Nelson1-11/+8
2020-11-15ionic: batch rx buffer refillingShannon Nelson2-9/+13
2020-11-15ionic: add lif quiesceShannon Nelson1-0/+20
2020-11-15ionic: check for link after netdev registrationShannon Nelson1-0/+2
2020-11-15ionic: start queues before announcing link upShannon Nelson1-6/+6
2020-11-05ionic: check port ptr before useShannon Nelson1-0/+5
2020-10-24ionic: fix mem leak in rx_emptyShannon Nelson1-13/+11
2020-10-24ionic: no rx flush in deinitShannon Nelson3-15/+0
2020-10-24ionic: clean up sparse complaintsShannon Nelson7-27/+29
2020-10-03ionic: add new bad firmware error codeShannon Nelson2-0/+3
2020-10-03ionic: use lif ident for filter countShannon Nelson1-9/+10
2020-10-03ionic: refill lif identity after fw_upShannon Nelson3-14/+22
2020-10-03ionic: disable all queue napi contexts on timeoutShannon Nelson1-26/+21
2020-10-03ionic: check qcq ptr in ionic_qcq_disableShannon Nelson1-11/+20
2020-10-03ionic: clear linkcheck bit on alloc failShannon Nelson1-1/+3
2020-10-03ionic: drain the work queueShannon Nelson1-10/+13
2020-10-03ionic: contiguous memory for notifyqShannon Nelson1-22/+47
2020-10-01ionic: prevent early watchdog checkShannon Nelson1-1/+4