summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/idpf/idpf_txrx.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-14idpf: fix memleak in vport interrupt configurationMichal Kubiak1-11/+8
2024-08-14idpf: fix UAFs when destroying the queuesAlexander Lobakin1-23/+1
2024-05-28idpf: don't enable NAPI and interrupts prior to allocating Rx buffersAlexander Lobakin1-5/+7
2024-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-04-03idpf: fix kernel panic on unknown packet typesJoshua Hay1-2/+2
2024-03-29net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski1-3/+2
2024-03-04idpf: add idpf_virtchnl.hAlan Brady1-0/+1
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-12-26idpf: fix corrupted frames and skb leaks in singleq modeAlexander Lobakin1-1/+1
2023-12-18idpf: refactor some missing field get/prep conversionsJesse Brandeburg1-31/+27
2023-12-14idpf: add get/set for Ethtool's header split ringparamMichal Kubiak1-6/+6
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