aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
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/netdev/netLinus 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/kernel/git/klassert/ipsec-nextPaolo Abeni2-26/+36
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-14/+23
2025-05-21idpf: 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
2025-05-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/linuxJakub Kicinski11-115/+242
2025-05-09iidc/ice/irdma: Update IDC to support multiple consumersDave Ertman7-93/+216
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-31/+22
2025-05-06ice: use DSN instead of PCI BDF for ice_adapter indexPrzemek Kitszel2-31/+22
2025-05-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski17-97/+618
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-63/+53
2025-04-30ice: Replace ice specific DSCP mapping num with a kernel defineTatyana Nikolova4-7/+7
2025-04-30iidc/ice/irdma: Break iidc.h into two headersDave Ertman1-0/+1
2025-04-30iidc/ice/irdma: Rename to iidc_* conventionDave Ertman4-19/+22
2025-04-30iidc/ice/irdma: Rename IDC header fileDave Ertman1-1/+1
2025-04-29idpf: remove unreachable code from setting mailboxMichal Swiatkowski1-17/+1
2025-04-29idpf: assign extracted ptype to struct libeth_rqe_info fieldMateusz Polchlopek1-14/+11
2025-04-29ixgbe: devlink: add devlink region support for E610Slawomir Mrozowicz5-1/+300