summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/idpf
AgeCommit message (Expand)AuthorFilesLines
2025-07-24idpf: access ->pp through netmem_desc instead of pageByungchul Park1-3/+5
2025-07-18idpf: preserve coalescing settings across resetsAhmed Zaki5-13/+74
2025-07-18idpf: add cross timestampingMilena Olech3-1/+207
2025-07-18idpf: add flow steering supportAhmed Zaki5-5/+425
2025-07-18virtchnl2: add flow steering supportSudheer Mogilappagari1-7/+202
2025-07-18virtchnl2: rename enum virtchnl2_cap_rssAhmed Zaki3-35/+35
2025-07-17Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Paolo Abeni14-74/+1052
2025-07-14idpf: implement get LAN MMIO memory regionsJoshua Hay10-52/+368
2025-07-14idpf: implement IDC vport aux driver MTU change handlerJoshua Hay3-3/+41
2025-07-14idpf: implement remaining IDC RDMA core callbacks and handlersJoshua Hay5-3/+69
2025-07-14idpf: implement RDMA vport auxiliary dev create, init, and destroyJoshua Hay4-1/+188
2025-07-14idpf: implement core RDMA auxiliary dev create, init, and destroyJoshua Hay8-0/+294
2025-07-14idpf: use reserved RDMA vectors from control planeJoshua Hay4-21/+98
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4-19/+22
2025-07-01idpf: convert control queue mutex to a spinlockAhmed Zaki3-17/+20
2025-07-01idpf: return 0 size for RSS key if not supportedMichal Swiatkowski1-2/+2
2025-06-16libeth: convert to netmemAlexander Lobakin2-16/+22
2025-05-30idpf: avoid mailbox timeout delays during resetEmil Tantilov3-6/+15
2025-05-30idpf: fix a race in txq wakeupBrian Vazquez3-40/+22
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-13/+17
2025-05-22idpf: fix idpf_vport_splitq_napi_poll()Eric Dumazet1-9/+9
2025-05-19idpf: fix null-ptr-deref in idpf_features_checkPavan Kumar Linga2-4/+8
2025-05-16idpf: add support for Rx timestampingMilena Olech6-4/+150
2025-05-16idpf: add Tx timestamp flowsMilena Olech10-14/+805
2025-05-16idpf: add Tx timestamp capabilities negotiationMilena Olech6-4/+308
2025-05-16idpf: add PTP clock configurationMilena Olech4-3/+386
2025-05-16idpf: add mailbox access to read PTP clock timeMilena Olech5-0/+164
2025-05-16idpf: negotiate PTP capabilities and get PTP clockMilena Olech7-0/+354
2025-05-16idpf: move virtchnl structures to the header fileMilena Olech2-84/+86
2025-05-16virtchnl: add PTP virtchnl definitionsMilena Olech1-0/+302
2025-05-16idpf: add initial PTP supportMilena Olech7-1/+140
2025-05-16idpf: change the method for mailbox workqueue allocationMilena Olech1-3/+2
2025-05-02Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2-31/+12
2025-04-30idpf: remove unreachable code from setting mailboxMichal Swiatkowski1-17/+1
2025-04-30idpf: assign extracted ptype to struct libeth_rqe_info fieldMateusz Polchlopek1-14/+11
2025-04-30idpf: protect shutdown from resetLarysa Zaremba1-0/+1
2025-04-30idpf: fix potential memory leak on kcalloc() failureMichal Swiatkowski1-8/+11
2025-04-29idpf: fix offloads support for encapsulated packetsMadhu Chittim2-48/+27
2025-04-02idpf: fix adapter NULL pointer dereference on rebootEmil Tantilov1-1/+5
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-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-02-27idpf: fix checksums set in idpf_rx_rsc()Eric Dumazet1-1/+2
2025-02-27idpf: use napi's irq affinityAhmed Zaki3-19/+10
2025-02-14libeth: move idpf_rx_csum_decoded and idpf_rx_extractedMateusz Polchlopek3-51/+35
2025-02-11idpf: call set_real_num_queues in idpf_openJoshua Hay1-0/+5
2025-02-11idpf: record rx queue in skb for RSC packetsSridhar Samudrala1-2/+1
2025-02-11idpf: fix handling rsc packet with a single segmentSridhar Samudrala1-2/+0
2025-01-24idpf: add more info during virtchnl transaction timeout/salt mismatchManoj Vishwanathan1-4/+7
2025-01-24idpf: convert workqueues to unboundMarco Leogrande1-5/+10