summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/idpf/idpf_txrx.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-26idpf: fix corrupted frames and skb leaks in singleq modeAlexander Lobakin1-1/+1
2023-11-07idpf: fix potential use-after-free in idpf_tso()Eric Dumazet1-2/+4
2023-10-24page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin1-3/+0
2023-10-24idpf: set scheduling mode for completion queueMichal Kubiak1-2/+8
2023-09-14idpf: add SRIOV support and other ndo_opsJoshua Hay1-0/+21
2023-09-14idpf: add ethtool callbacksAlan Brady1-2/+1
2023-09-14idpf: add singleq start_xmit and napi pollJoshua Hay1-29/+32
2023-09-14idpf: add RX splitq napi poll supportAlan Brady1-4/+807
2023-09-14idpf: add TX splitq napi poll supportJoshua Hay1-3/+792
2023-09-14idpf: add splitq start_xmitJoshua Hay1-0/+784
2023-09-14idpf: initialize interrupts and enable vportPavan Kumar Linga1-1/+360
2023-09-14idpf: configure resources for RX queuesAlan Brady1-3/+818
2023-09-14idpf: configure resources for TX queuesAlan Brady1-0/+538
2023-09-14idpf: add create vport and netdev configurationPavan Kumar Linga1-0/+178