summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/idpf
AgeCommit message (Expand)AuthorFilesLines
29 hoursidpf: preserve coalescing settings across resetsAhmed Zaki5-13/+74
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-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
2025-01-24idpf: Acquire the lock before accessing the xn->saltManoj Vishwanathan1-1/+2
2025-01-24idpf: fix transaction timeouts on resetEmil Tantilov1-1/+10
2025-01-24idpf: add read memory barrier when checking descriptor done bitEmil Tantilov1-0/+6
2024-12-18idpf: trigger SW interrupt when exiting wb_on_itr modeJoshua Hay1-10/+19
2024-12-18idpf: add support for SW triggered interruptsJoshua Hay3-1/+13
2024-12-05Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2024-12-03idpf: set completion tag for "empty" bufs associated with a packetJoshua Hay1-0/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-14/+9
2024-11-05idpf: fix idpf_vc_core_init error pathPavan Kumar Linga2-1/+1
2024-11-05idpf: avoid vport access in idpf_get_link_ksettingsPavan Kumar Linga4-13/+8
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos1-2/+2
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-9/+3
2024-10-08idpf: Don't hard code napi_struct sizeJoe Damato1-1/+2