summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/idpf
AgeCommit message (Expand)Author
2024-12-17idpf: trigger SW interrupt when exiting wb_on_itr modeJoshua Hay
2024-12-17idpf: add support for SW triggered interruptsJoshua Hay
2024-12-05Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-12-03idpf: set completion tag for "empty" bufs associated with a packetJoshua Hay
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-04idpf: fix idpf_vc_core_init error pathPavan Kumar Linga
2024-11-04idpf: avoid vport access in idpf_get_link_ksettingsPavan Kumar Linga
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-08idpf: Don't hard code napi_struct sizeJoe Damato
2024-09-30idpf: deinit virtchnl transaction manager after vport and vectorsLarysa Zaremba
2024-09-30idpf: use actual mbx receive payload lengthJoshua Hay
2024-09-30idpf: fix VF dynamic interrupt ctl register initializationAhmed Zaki
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-16idpf: remove redundant 'req_vec_chunks' NULL checkPavan Kumar Linga
2024-08-07idpf: fix UAFs when destroying the queuesAlexander Lobakin
2024-08-07idpf: fix memleak in vport interrupt configurationMichal Kubiak
2024-08-07idpf: fix memory leaks and crashes while performing a soft resetAlexander Lobakin
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: remove legacy Page Pool Ethtool statsAlexander 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: strictly assert cachelines of queue and queue vector structuresAlexander 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-05-23idpf: Interpret .set_channels() input differentlyLarysa Zaremba
2024-05-16idpf: don't skip over ethtool tcp-data-split settingMichal Schmidt
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
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-28idpf: sprinkle __counted_by{,_le}() in the virtchnl2 headerAlexander Lobakin
2024-03-28idpf: make virtchnl2.h self-containedAlexander Lobakin
2024-03-28net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-05idpf: disable local BH when scheduling napi for marker packetsEmil Tantilov
2024-03-04idpf: remove dealloc vector msg err in idpf_intr_relAlan Brady
2024-03-04idpf: fix minor controlq issuesAlan Brady
2024-03-04idpf: prevent deinit uninitialized virtchnl coreAlan Brady
2024-03-04idpf: cleanup virtchnl cruftAlan Brady
2024-03-04idpf: refactor idpf_recv_mb_msgAlan Brady
2024-03-04idpf: add async_handler for MAC filter messagesAlan Brady
2024-03-04idpf: refactor remaining virtchnl messagesAlan Brady