aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/idpf/idpf_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-24idpf: enable XSk features and ndo_xsk_wakeupAlexander Lobakin1-0/+2
2025-09-24idpf: implement Rx path for AF_XDPAlexander Lobakin1-4/+4
2025-09-08idpf: add support for .ndo_xdp_xmit()Alexander Lobakin1-0/+1
2025-09-08idpf: add support for XDP on RxAlexander Lobakin1-0/+2
2025-09-08idpf: implement XDP_SETUP_PROG in ndo_bpf for splitqMichal Kubiak1-0/+1
2025-09-08idpf: prepare structures to support XDPMichal Kubiak1-4/+17
2025-09-08idpf: add support for nointerrupt queuesAlexander Lobakin1-1/+1
2025-09-08idpf: remove SW marker handling from NAPIMichal Kubiak1-2/+0
2025-09-08idpf: link NAPIs to queuesAlexander Lobakin1-10/+28
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+6
2025-09-02idpf: set mac type when adding and removing MAC filtersEmil Tantilov1-3/+6
2025-08-22idpf: do not linearize big TSO packetsEric Dumazet1-6/+96
2025-07-18idpf: preserve coalescing settings across resetsAhmed Zaki1-1/+17
2025-07-18idpf: add flow steering supportAhmed Zaki1-0/+5
2025-07-17Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Paolo Abeni1-21/+83
2025-07-14idpf: implement IDC vport aux driver MTU change handlerJoshua Hay1-3/+8
2025-07-14idpf: implement remaining IDC RDMA core callbacks and handlersJoshua Hay1-0/+2
2025-07-14idpf: implement RDMA vport auxiliary dev create, init, and destroyJoshua Hay1-0/+2
2025-07-14idpf: implement core RDMA auxiliary dev create, init, and destroyJoshua Hay1-0/+4
2025-07-14idpf: use reserved RDMA vectors from control planeJoshua Hay1-18/+67
2025-07-01idpf: convert control queue mutex to a spinlockAhmed Zaki1-4/+8
2025-05-30idpf: avoid mailbox timeout delays during resetEmil Tantilov1-5/+13
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+6
2025-05-19idpf: fix null-ptr-deref in idpf_features_checkPavan Kumar Linga1-4/+6
2025-05-16idpf: add support for Rx timestampingMilena Olech1-2/+4
2025-05-16idpf: add Tx timestamp flowsMilena Olech1-0/+55
2025-05-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski1-17/+1
2025-04-29idpf: remove unreachable code from setting mailboxMichal Swiatkowski1-17/+1
2025-04-29idpf: fix potential memory leak on kcalloc() failureMichal Swiatkowski1-8/+11
2025-04-28idpf: 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-26idpf: use napi's irq affinityAhmed Zaki1-0/+1
2025-02-11idpf: call set_real_num_queues in idpf_openJoshua Hay1-0/+5
2024-11-04idpf: fix idpf_vc_core_init error pathPavan Kumar Linga1-0/+1
2024-11-04idpf: 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-07idpf: fix UAFs when destroying the queuesAlexander Lobakin1-12/+12
2024-08-07idpf: 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-27idpf: don't enable NAPI and interrupts prior to allocating Rx buffersAlexander Lobakin1-0/+1
2024-05-07net: 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