aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
9 daysxsk: honor XDP_TX_METADATA in zero-copy pathStanislav Fomichev1-1/+2
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-101/+82
2026-08-17Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski53-5166/+3792
2026-08-17net: add READ_ONCE()/WRITE_ONCE() annotations for dev->num_tcEric Dumazet1-1/+1
2026-08-17net: prevent torn reads in netdev_tc_txqEric Dumazet2-5/+8
2026-08-12ixd: add devlink supportAmritha Nambiar7-3/+167
2026-08-12ixd: add the core initializationLarysa Zaremba8-1/+430
2026-08-12ixd: add reset checks and initialize the mailboxLarysa Zaremba7-9/+322
2026-08-12ixd: add basic driver framework for Intel(R) Control Plane FunctionLarysa Zaremba7-0/+191
2026-08-12idpf: print a debug message and bail in case of non-event ctlq messageLarysa Zaremba1-0/+7
2026-08-12idpf: make mbx_task queueing and cancelling more consistentLarysa Zaremba3-5/+10
2026-08-12idpf: refactor idpf to use libie control queuesPavan Kumar Linga16-2481/+841
2026-08-12idpf: refactor idpf to use libie_pci APIsPavan Kumar Linga12-316/+285
2026-08-12idpf: remove unused code for getting RSS info from deviceLarysa Zaremba3-99/+22
2026-08-12idpf: remove 'vport_params_reqd' fieldPavan Kumar Linga3-24/+10
2026-08-12libie: add bookkeeping support for control queue messagesPhani R Burra1-0/+623
2026-08-12libie: add control queue supportPhani R Burra3-0/+684
2026-08-12libeth: allow to create fill queues without NAPIPavan Kumar Linga1-4/+8
2026-08-12libie: add PCI device initialization helpers to libiePhani R Burra3-0/+239
2026-08-12virtchnl: move virtchnl and virtchnl2 headers to 'include/linux/net/intel'Victor Raj17-2287/+16
2026-08-11idpf: add missing cpu_to_le32 in idpf_tx_splitq_build_flow_descWillem de Bruijn1-1/+1
2026-08-11ice: acquire NVM lock around each flash readRobert Malz4-82/+58
2026-08-11ice: clear the default forwarding VSI rule when releasing a VSIPetr Oros1-0/+3
2026-08-11ice: fall back to SBQ when LL PHY timer interface times outPrzemyslaw Korba1-18/+20
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+6
2026-08-06igc: fix netdev not re-attached after resume if interface is downPhilipp David1-3/+5
2026-08-03xsk: validate metadata when processing requestsStanislav Fomichev1-1/+1
2026-08-03xsk: pass TX metadata pointer by referenceStanislav Fomichev1-1/+1
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-28/+87
2026-07-30net: intel: remove conditional return with no effectSang-Heon Jeon3-17/+3
2026-07-28e1000: fix memory leak in e1000_probe()Dawei Feng1-1/+1
2026-07-28igbvf: Fix leak in TX DMA error cleanupMatt Vollrath1-2/+0
2026-07-28igc: remove napi_synchronize() in igc_down()David Carlier1-2/+1
2026-07-28ice: suppress DPLL errors during reset recoveryPrzemyslaw Korba1-7/+12
2026-07-28ice: fix memory leak in ice_lbtest_prepare_rings()Dawei Feng1-5/+5
2026-07-28ice: fix VF interrupts cleanupDawid Osuchowski3-0/+49
2026-07-28ice: wait for reset completion in ice_resume()Aaron Ma1-0/+10
2026-07-28idpf: Fix mailbox IRQ name leak on request failureYuho Choi1-1/+1
2026-07-28idpf: adjust TxQ ring count minimumJoshua Hay2-5/+2
2026-07-28idpf: bound interrupt-vector register fill to the allocated arrayMichael Bommarito4-5/+6
2026-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-24/+38
2026-07-23idpf: fix max_vport related crash on allocation error during initEmil Tantilov1-1/+6
2026-07-23ice: reject out-of-range ptype in ice_parser_profile_initAleksandr Loktionov1-0/+3
2026-07-23ice: prevent tstamp ring allocation for non-PF VSI typesPaul Greenwalt1-0/+3
2026-07-23ice: fix PTP Call Trace during PTP releasePaul Greenwalt1-0/+5
2026-07-23ice: use READ_ONCE() to access cached PHC timeSergey Temerkhanov1-1/+1
2026-07-23ice: fix LAG recipe to profile associationMarcin Szycik1-1/+1
2026-07-23ice: pass the return value of skb_checksum_help()Michal Swiatkowski1-11/+9
2026-07-23ice: allow creating VFs when !CONFIG_ICE_SWITCHDEVVincent Chen3-10/+10
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska4-4/+4