aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/idpf/idpf_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/next-queueJakub 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
2024-01-21idpf: distinguish vports by the dev_port attributeMichal Schmidt1-0/+2
2023-12-13idpf: add get/set for Ethtool's header split ringparamMichal Kubiak1-0/+65
2023-09-13idpf: add SRIOV support and other ndo_opsJoshua Hay1-3/+641
2023-09-13idpf: add ethtool callbacksAlan Brady1-0/+172
2023-09-13idpf: add singleq start_xmit and napi pollJoshua Hay1-0/+1
2023-09-13idpf: add TX splitq napi poll supportJoshua Hay1-0/+2
2023-09-13idpf: add splitq start_xmitJoshua Hay1-0/+1
2023-09-13idpf: initialize interrupts and enable vportPavan Kumar Linga1-2/+261
2023-09-13idpf: configure resources for RX queuesAlan Brady1-1/+41
2023-09-13idpf: configure resources for TX queuesAlan Brady1-0/+160
2023-09-13idpf: add ptypes and MAC filter supportPavan Kumar Linga1-1/+186
2023-09-13idpf: add create vport and netdev configurationPavan Kumar Linga1-0/+431
2023-09-13idpf: add core init and interrupt requestPavan Kumar Linga1-1/+347
2023-09-13idpf: add controlq init and reset checksJoshua Hay1-0/+144