summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic
Commit message (Expand)AuthorAgeFilesLines
* ionic: link in the new hw timestamp codeShannon Nelson2021-04-027-0/+107
* ionic: add hw timestamp support filesShannon Nelson2021-04-021-0/+589
* ionic: split adminq post and wait callsShannon Nelson2021-04-022-4/+13
* ionic: add hw timestamp structs to interfaceShannon Nelson2021-04-022-6/+170
* ionic: add handling of larger descriptorsShannon Nelson2021-04-024-29/+73
* ionic: add new queue features to interfaceShannon Nelson2021-04-023-6/+25
* ionic: pull per-q stats work out of queue loopsShannon Nelson2021-03-301-94/+125
* ionic: avoid races in ionic_heartbeat_checkShannon Nelson2021-03-302-37/+63
* ionic: fix sizeof usageShannon Nelson2021-03-301-4/+4
* ionic: count dma errorsShannon Nelson2021-03-301-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-5/+7
|\
| * ionic: linearize tso skb with too many fragsShannon Nelson2021-03-171-6/+7
* | ionic: protect adminq from early destroyShannon Nelson2021-03-182-8/+28
* | ionic: stop watchdog when in broken stateShannon Nelson2021-03-182-2/+24
* | ionic: block actions during fw resetShannon Nelson2021-03-183-4/+15
* | ionic: update ethtool support bits for BASETShannon Nelson2021-03-182-0/+10
* | ionic: fix unchecked referenceShannon Nelson2021-03-181-1/+1
* | ionic: simplify the intr_index use in txq_initShannon Nelson2021-03-181-4/+2
* | ionic: code cleanup detailsShannon Nelson2021-03-183-32/+25
* | ionic: Update driver to use ethtool_sprintfAlexander Duyck2021-03-171-85/+60
* | ionic: aggregate Tx byte counting callsShannon Nelson2021-03-152-3/+25
* | ionic: simplify tx cleanShannon Nelson2021-03-151-23/+7
* | ionic: generic tx skb mappingShannon Nelson2021-03-151-74/+68
* | ionic: simplify TSO descriptor mappingShannon Nelson2021-03-152-125/+117
* | ionic: simplify use of completion typesShannon Nelson2021-03-101-12/+7
* | ionic: rebuild debugfs on qcq swapShannon Nelson2021-03-101-0/+3
* | ionic: simplify rx skb allocShannon Nelson2021-03-101-41/+22
* | ionic: optimize fastpath struct usageShannon Nelson2021-03-106-39/+34
* | ionic: implement Rx page reuseShannon Nelson2021-03-102-89/+138
* | ionic: move rx_page_alloc and freeShannon Nelson2021-03-101-70/+70
|/
* ionic: Remove unused function pointer typedef ionic_reset_cbChen Lin2021-02-161-2/+0
* net: add inline function skb_csum_is_sctpXin Long2021-01-191-1/+1
* ionic: account for vlan tag len in rx buffer lenShannon Nelson2020-12-211-1/+1
* drivers: net: ionic: simplify the return expression of ionic_set_rxfh()Zheng Yongjun2020-12-081-6/+1
* ionic: change mtu after queues are stoppedShannon Nelson2020-12-011-2/+4
* ionic: remove some unnecessary oom messagesShannon Nelson2020-12-013-9/+5
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-232-0/+2
* devlink: move flash end and begin to core devlinkJacob Keller2020-11-191-2/+0
* devlink: move request_firmware out of driverJacob Keller2020-11-193-12/+4
* ionic: useful names for booleansShannon Nelson2020-11-143-9/+15
* ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson2020-11-141-10/+10
* ionic: flatten calls to ionic_lif_rx_modeShannon Nelson2020-11-141-22/+16
* ionic: use mc sync for multicast filtersShannon Nelson2020-11-141-11/+8
* ionic: batch rx buffer refillingShannon Nelson2020-11-142-9/+13
* ionic: add lif quiesceShannon Nelson2020-11-141-0/+20
* ionic: check for link after netdev registrationShannon Nelson2020-11-141-0/+2
* ionic: start queues before announcing link upShannon Nelson2020-11-141-6/+6
* ionic: check port ptr before useShannon Nelson2020-11-051-0/+5
* ionic: fix mem leak in rx_emptyShannon Nelson2020-10-231-13/+11
* ionic: no rx flush in deinitShannon Nelson2020-10-233-15/+0