aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-08ionic: re-start ptp after queues upShannon Nelson1-3/+3
2021-04-08ionic: add SKBTX_IN_PROGRESSShannon Nelson1-0/+1
2021-04-08ionic: check for valid tx_mode on SKBTX_HW_TSTAMP xmitShannon Nelson1-1/+1
2021-04-08ionic: remove unnecessary compat ifdefShannon Nelson1-2/+0
2021-04-08ionic: fix up a couple of code style nitsShannon Nelson1-6/+4
2021-04-02ionic: advertise support for hardware timestampsShannon Nelson1-0/+25
2021-04-02ionic: ethtool ptp statsShannon Nelson1-4/+34
2021-04-02ionic: add ethtool support for PTPShannon Nelson1-0/+93
2021-04-02ionic: add and enable tx and rx timestamp handlingShannon Nelson4-25/+157
2021-04-02ionic: set up hw timestamp queuesShannon Nelson1-5/+261
2021-04-02ionic: add rx filtering for hw timestamp steeringShannon Nelson2-0/+22
2021-04-02ionic: link in the new hw timestamp codeShannon Nelson7-0/+107
2021-04-02ionic: add hw timestamp support filesShannon Nelson1-0/+589
2021-04-02ionic: split adminq post and wait callsShannon Nelson2-4/+13
2021-04-02ionic: add hw timestamp structs to interfaceShannon Nelson2-6/+170
2021-04-02ionic: add handling of larger descriptorsShannon Nelson4-29/+73
2021-04-02ionic: add new queue features to interfaceShannon Nelson3-6/+25
2021-03-30ionic: pull per-q stats work out of queue loopsShannon Nelson1-94/+125
2021-03-30ionic: avoid races in ionic_heartbeat_checkShannon Nelson2-37/+63
2021-03-30ionic: fix sizeof usageShannon Nelson1-4/+4
2021-03-30ionic: count dma errorsShannon Nelson1-2/+7
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+7
2021-03-18ionic: protect adminq from early destroyShannon Nelson2-8/+28
2021-03-18ionic: stop watchdog when in broken stateShannon Nelson2-2/+24
2021-03-18ionic: block actions during fw resetShannon Nelson3-4/+15
2021-03-18ionic: update ethtool support bits for BASETShannon Nelson2-0/+10
2021-03-18ionic: fix unchecked referenceShannon Nelson1-1/+1
2021-03-18ionic: simplify the intr_index use in txq_initShannon Nelson1-4/+2
2021-03-18ionic: 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-15ionic: aggregate Tx byte counting callsShannon Nelson2-3/+25
2021-03-15ionic: simplify tx cleanShannon Nelson1-23/+7
2021-03-15ionic: generic tx skb mappingShannon Nelson1-74/+68
2021-03-15ionic: simplify TSO descriptor mappingShannon Nelson2-125/+117
2021-03-10ionic: simplify use of completion typesShannon Nelson1-12/+7
2021-03-10ionic: rebuild debugfs on qcq swapShannon Nelson1-0/+3
2021-03-10ionic: simplify rx skb allocShannon Nelson1-41/+22
2021-03-10ionic: optimize fastpath struct usageShannon Nelson6-39/+34
2021-03-10ionic: implement Rx page reuseShannon Nelson2-89/+138
2021-03-10ionic: move rx_page_alloc and freeShannon Nelson1-70/+70
2021-02-16ionic: Remove unused function pointer typedef ionic_reset_cbChen Lin1-2/+0
2021-01-19net: add inline function skb_csum_is_sctpXin Long1-1/+1
2020-12-21ionic: account for vlan tag len in rx buffer lenShannon Nelson1-1/+1
2020-12-08drivers: net: ionic: simplify the return expression of ionic_set_rxfh()Zheng Yongjun1-6/+1
2020-12-01ionic: change mtu after queues are stoppedShannon Nelson1-2/+4
2020-12-01ionic: remove some unnecessary oom messagesShannon Nelson3-9/+5
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski2-0/+2
2020-11-19devlink: move flash end and begin to core devlinkJacob Keller1-2/+0
2020-11-19devlink: move request_firmware out of driverJacob Keller3-12/+4