summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando
Commit message (Expand)AuthorAgeFilesLines
* ionic: fix ptp support config breakageShannon Nelson2021-05-111-0/+1
* ionic: return -EFAULT if copy_to_user() failsDan Carpenter2021-04-131-1/+3
* ionic: git_ts_info bit shiftersShannon Nelson2021-04-131-13/+13
* ionic: extend ts_config set lockingShannon Nelson2021-04-081-6/+10
* ionic: add ts_config replayShannon Nelson2021-04-083-32/+60
* ionic: ignore EBUSY on queue startShannon Nelson2021-04-081-1/+1
* ionic: re-start ptp after queues upShannon Nelson2021-04-081-3/+3
* ionic: add SKBTX_IN_PROGRESSShannon Nelson2021-04-081-0/+1
* ionic: check for valid tx_mode on SKBTX_HW_TSTAMP xmitShannon Nelson2021-04-081-1/+1
* ionic: remove unnecessary compat ifdefShannon Nelson2021-04-081-2/+0
* ionic: fix up a couple of code style nitsShannon Nelson2021-04-081-6/+4
* ionic: advertise support for hardware timestampsShannon Nelson2021-04-021-0/+25
* ionic: ethtool ptp statsShannon Nelson2021-04-021-4/+34
* ionic: add ethtool support for PTPShannon Nelson2021-04-021-0/+93
* ionic: add and enable tx and rx timestamp handlingShannon Nelson2021-04-024-25/+157
* ionic: set up hw timestamp queuesShannon Nelson2021-04-021-5/+261
* ionic: add rx filtering for hw timestamp steeringShannon Nelson2021-04-022-0/+22
* 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