summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/idpf
Commit message (Expand)AuthorAgeFilesLines
* idpf: deinit virtchnl transaction manager after vport and vectorsLarysa Zaremba12 days1-1/+1
* idpf: use actual mbx receive payload lengthJoshua Hay12 days1-8/+1
* idpf: fix VF dynamic interrupt ctl register initializationAhmed Zaki12 days1-0/+1
* idpf: enable WB_ON_ITRJoshua Hay2024-09-095-3/+41
* idpf: fix netdev Tx queue stop/wakeMichal Kubiak2024-09-093-27/+21
* idpf: refactor Tx completion routinesJoshua Hay2024-09-093-76/+122
* idpf: convert to libeth Tx buffer completionAlexander Lobakin2024-09-093-232/+105
* idpf: remove redundant 'req_vec_chunks' NULL checkPavan Kumar Linga2024-08-161-18/+5
* idpf: fix UAFs when destroying the queuesAlexander Lobakin2024-08-072-35/+13
* idpf: fix memleak in vport interrupt configurationMichal Kubiak2024-08-071-11/+8
* idpf: fix memory leaks and crashes while performing a soft resetAlexander Lobakin2024-08-071-15/+15
* idpf: use libeth Rx buffer management for payload bufferAlexander Lobakin2024-07-106-246/+120
* idpf: convert header split mode to libeth + napi_build_skb()Alexander Lobakin2024-07-104-116/+204
* idpf: remove legacy Page Pool Ethtool statsAlexander Lobakin2024-07-102-29/+1
* idpf: reuse libeth's definitions of parsed ptype structuresAlexander Lobakin2024-07-108-252/+153
* idpf: compile singleq code only under default-n CONFIG_IDPF_SINGLEQAlexander Lobakin2024-07-105-7/+43
* idpf: merge singleq and splitq &net_device_opsAlexander Lobakin2024-07-104-63/+20
* idpf: strictly assert cachelines of queue and queue vector structuresAlexander Lobakin2024-07-101-67/+118
* idpf: avoid bloating &idpf_q_vector with big %NR_CPUSAlexander Lobakin2024-07-103-18/+22
* idpf: split &idpf_queue into 4 strictly-typed queue structuresAlexander Lobakin2024-07-107-728/+1018
* idpf: stop using macros for accessing queue descriptorsAlexander Lobakin2024-07-105-50/+52
* idpf: don't enable NAPI and interrupts prior to allocating Rx buffersAlexander Lobakin2024-05-273-5/+9
* idpf: Interpret .set_channels() input differentlyLarysa Zaremba2024-05-231-15/+6
* idpf: don't skip over ethtool tcp-data-split settingMichal Schmidt2024-05-161-1/+2
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-041-2/+2
|\
| * idpf: fix kernel panic on unknown packet typesJoshua Hay2024-04-031-2/+2
* | idpf: sprinkle __counted_by{,_le}() in the virtchnl2 headerAlexander Lobakin2024-03-281-10/+10
* | idpf: make virtchnl2.h self-containedAlexander Lobakin2024-03-282-2/+4
* | net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski2024-03-281-3/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-0/+2
|\
| * idpf: disable local BH when scheduling napi for marker packetsEmil Tantilov2024-03-051-0/+2
* | idpf: remove dealloc vector msg err in idpf_intr_relAlan Brady2024-03-041-8/+1
* | idpf: fix minor controlq issuesAlan Brady2024-03-041-5/+2
* | idpf: prevent deinit uninitialized virtchnl coreAlan Brady2024-03-042-2/+10
* | idpf: cleanup virtchnl cruftAlan Brady2024-03-044-125/+3
* | idpf: refactor idpf_recv_mb_msgAlan Brady2024-03-043-222/+37
* | idpf: add async_handler for MAC filter messagesAlan Brady2024-03-041-0/+70
* | idpf: refactor remaining virtchnl messagesAlan Brady2024-03-041-596/+298
* | idpf: refactor queue related virtchnl messagesAlan Brady2024-03-042-259/+136
* | idpf: refactor vport virtchnl messagesAlan Brady2024-03-041-116/+69
* | idpf: implement virtchnl transaction managerAlan Brady2024-03-047-73/+561
* | idpf: add idpf_virtchnl.hAlan Brady2024-03-048-50/+77
|/
* idpf: avoid compiler padding in virtchnl2_ptype structPavan Kumar Linga2024-02-011-1/+1
* idpf: distinguish vports by the dev_port attributeMichal Schmidt2024-01-211-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-043-5/+4
|\
| * idpf: avoid compiler introduced padding in virtchnl2_rss_key structPavan Kumar Linga2023-12-261-3/+3
| * idpf: fix corrupted frames and skb leaks in singleq modeAlexander Lobakin2023-12-262-2/+1
* | idpf: refactor some missing field get/prep conversionsJesse Brandeburg2023-12-182-35/+30
* | net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-21/+19