summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
41 hoursidpf: preserve coalescing settings across resetsAhmed Zaki5-13/+74
7 daysigb: xsk: solve negative overflow of nb_pkts in zerocopy modeJason Xing1-2/+1
2025-07-21e1000e: ignore uninitialized checksum word on tgpJacek Kowalski2-0/+9
2025-07-21e1000e: disregard NVM checksum on tgp when valid checksum bit is not setJacek Kowalski1-0/+2
2025-07-21ice: Fix a null pointer dereference in ice_copy_and_init_pkg()Haoxiang Li1-0/+2
2025-07-21i40e: When removing VF MAC filters, only check PF-set MACJamie Bainbridge1-2/+2
2025-07-21i40e: report VF tx_dropped with tx_errors instead of tx_discardsDennis Chen1-1/+1
2025-07-15ice: check correct pointer in fwlog debugfsMichal Swiatkowski1-1/+1
2025-07-15ice: add NULL check in eswitch lag checkDave Ertman1-1/+2
2025-07-15ethernet: intel: fix building with large NR_CPUSArnd Bergmann3-3/+5
2025-07-01igc: disable L1.2 PCI-E link substate to avoid performance issueVitaly Lifshits1-0/+10
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-17e1000e: set fixed clock frequency indication for Nahum 11 and Nahum 13Vitaly Lifshits2-6/+16
2025-06-17ice: fix eswitch code memory leak in reset scenarioGrzegorz Nitka1-1/+5
2025-06-17net: ice: Perform accurate aRFS flow matchKrishna Kumar1-0/+48
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-8/+40
2025-06-10e1000: Move cancel_work_sync to avoid deadlockJoe Damato1-4/+4
2025-06-10ice/ptp: fix crosstimestamp reportingAnton Nadezhdin1-0/+1
2025-06-10iavf: fix reset_task for early reset eventAhmed Zaki2-0/+28
2025-06-10i40e: retry VFLR handling if there is ongoing VF resetRobert Malz1-1/+4
2025-06-10i40e: return false from i40e_reset_vf if reset is in progressRobert Malz1-3/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar11-16/+25
2025-06-03iavf: get rid of the crit lockPrzemek Kitszel3-151/+38
2025-06-03iavf: sprinkle netdev_assert_locked() annotationsPrzemek Kitszel2-0/+16
2025-06-03iavf: extract iavf_watchdog_step() out of iavf_watchdog_task()Przemek Kitszel1-48/+39
2025-06-03iavf: simplify watchdog_task in terms of adminq task schedulingPrzemek Kitszel1-11/+6
2025-06-03iavf: centralize watchdog requeueing itselfPrzemek Kitszel1-62/+41
2025-06-03iavf: iavf_suspend(): take RTNL before netdev_lock()Przemek Kitszel1-4/+9
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-30ice: fix rebuilding the Tx scheduler tree for large queue countsMichal Kubiak1-28/+142
2025-05-30ice: create new Tx scheduler nodes for new queues onlyMichal Kubiak1-5/+6
2025-05-30ice: fix Tx scheduler error handling in XDP callbackMichal Kubiak1-14/+33
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni2-26/+36
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-14/+23
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-19ice: Fix LACP bonds without SRIOV environmentDave Ertman1-0/+6
2025-05-19ice: fix vf->num_mac count with port representorsJacob Keller1-1/+0
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