aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic/ionic_txrx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-3/+2
2022-02-18ionic: clean up comments and whitespaceShannon Nelson1-1/+0
2022-01-25ionic: Cleanups in the Tx hotpath codeBrett Creeley1-32/+34
2021-10-02ionic: remove debug statsShannon Nelson1-14/+0
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-16/+25
2021-07-27ionic: use fewer inits on the buf_info structShannon Nelson1-16/+11
2021-07-23ionic: count csum_none when offload enabledShannon Nelson1-6/+5
2021-07-23ionic: fix up dim accounting for tx and rxShannon Nelson1-7/+21
2021-07-23ionic: remove intr coalesce update from napiShannon Nelson1-4/+0
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-02ionic: add and enable tx and rx timestamp handlingShannon Nelson1-20/+106
2021-04-02ionic: add handling of larger descriptorsShannon Nelson1-3/+9
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-17ionic: linearize tso skb with too many fragsShannon Nelson1-6/+7
2021-03-15ionic: aggregate Tx byte counting callsShannon Nelson1-3/+24
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 Nelson1-124/+113
2021-03-10ionic: simplify use of completion typesShannon Nelson1-12/+7
2021-03-10ionic: simplify rx skb allocShannon Nelson1-41/+22
2021-03-10ionic: optimize fastpath struct usageShannon Nelson1-18/+15
2021-03-10ionic: implement Rx page reuseShannon Nelson1-86/+129
2021-03-10ionic: move rx_page_alloc and freeShannon Nelson1-70/+70
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-11-14ionic: batch rx buffer refillingShannon Nelson1-8/+10
2020-10-23ionic: fix mem leak in rx_emptyShannon Nelson1-13/+11
2020-10-23ionic: no rx flush in deinitShannon Nelson1-13/+0
2020-10-23ionic: clean up sparse complaintsShannon Nelson1-5/+5
2020-09-16ionic: dynamic interrupt moderationShannon Nelson1-3/+30
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+3
2020-09-02ionic: remove unused variableShannon Nelson1-2/+0
2020-09-02ionic: clean up desc_info and cq_info structsShannon Nelson1-3/+5
2020-09-02ionic: clean up page handling codeShannon Nelson1-31/+40
2020-08-31ionic: fix txrx work accountingShannon Nelson1-10/+3
2020-08-28ionic: use index not pointer for queue trackingShannon Nelson1-33/+39
2020-08-28ionic: rework and simplify handling of the queue stats blockShannon Nelson1-6/+6
2020-08-03ionic: separate interrupt for Tx and RxShannon Nelson1-0/+67
2020-08-03ionic: tx separate servicingShannon Nelson1-56/+50
2020-08-03ionic: use fewer firmware doorbells on rx fillShannon Nelson1-10/+5
2020-07-20ionic: use mutex to protect queue operationsShannon Nelson1-6/+0
2020-05-12ionic: add more ethtool statsShannon Nelson1-7/+15
2020-05-12ionic: support longer tx sg listsShannon Nelson1-9/+18
2020-03-30ionic: clean tx queue of unfinished requestsShannon Nelson1-0/+16
2020-03-09ionic: clean up bitflag usageShannon Nelson1-2/+2
2020-02-19ionic: use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-4/+1
2020-01-07ionic: restrict received packets to mtu sizeShannon Nelson1-2/+9
2020-01-07ionic: add Rx dropped packet counterShannon Nelson1-3/+9