summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/idpf/idpf_lib.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-10idpf: convert control queue mutex to a spinlockAhmed Zaki1-4/+8
2025-06-19idpf: avoid mailbox timeout delays during resetEmil Tantilov1-5/+13
2025-05-19idpf: fix null-ptr-deref in idpf_features_checkPavan Kumar Linga1-4/+6
2025-04-30idpf: fix potential memory leak on kcalloc() failureMichal Swiatkowski1-8/+11
2025-04-29idpf: fix offloads support for encapsulated packetsMadhu Chittim1-38/+19
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+22
2025-03-18idpf: check error for register_netdev() on initEmil Tantilov1-9/+22
2025-02-27idpf: use napi's irq affinityAhmed Zaki1-0/+1
2025-02-11idpf: call set_real_num_queues in idpf_openJoshua Hay1-0/+5
2024-11-05idpf: fix idpf_vc_core_init error pathPavan Kumar Linga1-0/+1
2024-11-05idpf: avoid vport access in idpf_get_link_ksettingsPavan Kumar Linga1-2/+2
2024-08-16idpf: remove redundant 'req_vec_chunks' NULL checkPavan Kumar Linga1-18/+5
2024-08-08idpf: fix UAFs when destroying the queuesAlexander Lobakin1-12/+12
2024-08-08idpf: fix memory leaks and crashes while performing a soft resetAlexander Lobakin1-15/+15
2024-07-10idpf: reuse libeth's definitions of parsed ptype structuresAlexander Lobakin1-0/+3
2024-07-10idpf: merge singleq and splitq &net_device_opsAlexander Lobakin1-22/+4
2024-07-10idpf: avoid bloating &idpf_q_vector with big %NR_CPUSAlexander Lobakin1-7/+6
2024-07-10idpf: split &idpf_queue into 4 strictly-typed queue structuresAlexander Lobakin1-43/+3
2024-05-28idpf: don't enable NAPI and interrupts prior to allocating Rx buffersAlexander Lobakin1-0/+1
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-03-04idpf: remove dealloc vector msg err in idpf_intr_relAlan Brady1-8/+1
2024-03-04idpf: cleanup virtchnl cruftAlan Brady1-23/+2
2024-03-04idpf: refactor idpf_recv_mb_msgAlan Brady1-1/+1
2024-03-04idpf: implement virtchnl transaction managerAlan Brady1-0/+2
2024-03-04idpf: add idpf_virtchnl.hAlan Brady1-0/+1
2024-01-21idpf: distinguish vports by the dev_port attributeMichal Schmidt1-0/+2
2023-12-14idpf: add get/set for Ethtool's header split ringparamMichal Kubiak1-0/+65
2023-09-14idpf: add SRIOV support and other ndo_opsJoshua Hay1-3/+641
2023-09-14idpf: add ethtool callbacksAlan Brady1-0/+172
2023-09-14idpf: add singleq start_xmit and napi pollJoshua Hay1-0/+1
2023-09-14idpf: add TX splitq napi poll supportJoshua Hay1-0/+2
2023-09-14idpf: add splitq start_xmitJoshua Hay1-0/+1
2023-09-14idpf: initialize interrupts and enable vportPavan Kumar Linga1-2/+261
2023-09-14idpf: configure resources for RX queuesAlan Brady1-1/+41
2023-09-14idpf: configure resources for TX queuesAlan Brady1-0/+160
2023-09-14idpf: add ptypes and MAC filter supportPavan Kumar Linga1-1/+186
2023-09-14idpf: add create vport and netdev configurationPavan Kumar Linga1-0/+431
2023-09-14idpf: add core init and interrupt requestPavan Kumar Linga1-1/+347
2023-09-14idpf: add controlq init and reset checksJoshua Hay1-0/+144