summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/idpf/idpf_txrx.c
AgeCommit message (Expand)Author
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-27idpf: fix checksums set in idpf_rx_rsc()Eric Dumazet
2025-02-26idpf: use napi's irq affinityAhmed Zaki
2025-02-14libeth: move idpf_rx_csum_decoded and idpf_rx_extractedMateusz Polchlopek
2025-02-11idpf: record rx queue in skb for RSC packetsSridhar Samudrala
2025-02-11idpf: fix handling rsc packet with a single segmentSridhar Samudrala
2024-12-17idpf: trigger SW interrupt when exiting wb_on_itr modeJoshua Hay
2024-12-03idpf: set completion tag for "empty" bufs associated with a packetJoshua Hay
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos
2024-09-09idpf: enable WB_ON_ITRJoshua Hay
2024-09-09idpf: fix netdev Tx queue stop/wakeMichal Kubiak
2024-09-09idpf: refactor Tx completion routinesJoshua Hay
2024-09-09idpf: convert to libeth Tx buffer completionAlexander Lobakin
2024-08-07idpf: fix UAFs when destroying the queuesAlexander Lobakin
2024-08-07idpf: fix memleak in vport interrupt configurationMichal Kubiak
2024-07-10idpf: use libeth Rx buffer management for payload bufferAlexander Lobakin
2024-07-10idpf: convert header split mode to libeth + napi_build_skb()Alexander Lobakin
2024-07-10idpf: reuse libeth's definitions of parsed ptype structuresAlexander Lobakin
2024-07-10idpf: compile singleq code only under default-n CONFIG_IDPF_SINGLEQAlexander Lobakin
2024-07-10idpf: merge singleq and splitq &net_device_opsAlexander Lobakin
2024-07-10idpf: avoid bloating &idpf_q_vector with big %NR_CPUSAlexander Lobakin
2024-07-10idpf: split &idpf_queue into 4 strictly-typed queue structuresAlexander Lobakin
2024-07-10idpf: stop using macros for accessing queue descriptorsAlexander Lobakin
2024-05-27idpf: don't enable NAPI and interrupts prior to allocating Rx buffersAlexander Lobakin
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-03idpf: fix kernel panic on unknown packet typesJoshua Hay
2024-03-28net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski
2024-03-04idpf: add idpf_virtchnl.hAlan Brady
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-26idpf: fix corrupted frames and skb leaks in singleq modeAlexander Lobakin
2023-12-18idpf: refactor some missing field get/prep conversionsJesse Brandeburg
2023-12-13idpf: add get/set for Ethtool's header split ringparamMichal Kubiak
2023-11-06idpf: fix potential use-after-free in idpf_tso()Eric Dumazet
2023-10-23page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin
2023-10-23idpf: set scheduling mode for completion queueMichal Kubiak
2023-09-13idpf: add SRIOV support and other ndo_opsJoshua Hay
2023-09-13idpf: add ethtool callbacksAlan Brady
2023-09-13idpf: add singleq start_xmit and napi pollJoshua Hay
2023-09-13idpf: add RX splitq napi poll supportAlan Brady
2023-09-13idpf: add TX splitq napi poll supportJoshua Hay
2023-09-13idpf: add splitq start_xmitJoshua Hay
2023-09-13idpf: initialize interrupts and enable vportPavan Kumar Linga
2023-09-13idpf: configure resources for RX queuesAlan Brady
2023-09-13idpf: configure resources for TX queuesAlan Brady
2023-09-13idpf: add create vport and netdev configurationPavan Kumar Linga