summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2025-05-18ice: use DSN instead of PCI BDF for ice_adapter indexPrzemek Kitszel2-31/+22
2025-05-09igc: fix lock order in igc_ptp_resetJacob Keller1-2/+4
2025-05-09idpf: protect shutdown from resetLarysa Zaremba1-0/+1
2025-05-09idpf: fix potential memory leak on kcalloc() failureMichal Swiatkowski1-8/+11
2025-05-09idpf: fix offloads support for encapsulated packetsMadhu Chittim2-48/+27
2025-05-09ice: Check VF VSI Pointer Value in ice_vc_add_fdir_fltr()Xuanqiang Luo1-0/+5
2025-05-09ice: fix Get Tx Topology AQ command error on E830Paul Greenwalt1-5/+5
2025-05-09ice: Remove unnecessary ice_is_e8xx() functionsKarol Kolacinski8-279/+147
2025-05-09ice: Don't check device type when checking GNSS presenceKarol Kolacinski7-116/+105
2025-04-25igc: add lock preventing multiple simultaneous PTM transactionsChristopher S M Hall2-2/+19
2025-04-25igc: cleanup PTP module if probe failsChristopher S M Hall1-0/+1
2025-04-25igc: handle the IGC_PTP_ENABLED flag correctlyChristopher S M Hall1-0/+7
2025-04-25igc: move ktime snapshot into PTM retry loopChristopher S M Hall1-9/+9
2025-04-25igc: increase wait time before retrying PTMChristopher S M Hall1-1/+4
2025-04-25igc: fix PTM cycle trigger logicChristopher S M Hall2-29/+42
2025-04-20igc: Fix XSK queue NAPI ID mappingJoe Damato3-6/+2
2025-04-10idpf: fix adapter NULL pointer dereference on rebootEmil Tantilov1-1/+5
2025-04-10ixgbe: fix media type detection for E610 devicePiotr Kwapulinski1-1/+3
2025-04-10e1000e: change k1 configuration on MTP and later platformsVitaly Lifshits3-5/+82
2025-04-10igc: Fix TX drops in XDP ZCZdenek Bouska1-1/+1
2025-04-10igc: Add launch time support to XDP ZCSong Yoong Siang2-2/+60
2025-04-10igc: Refactor empty frame insertion for launch time supportSong Yoong Siang1-32/+50
2025-04-10igb: reject invalid external timestamp requests for 82580-based HWJacob Keller1-0/+6
2025-04-10idpf: check error for register_netdev() on initEmil Tantilov1-9/+22
2025-04-10ice: fix using untrusted value of pkt_len in ice_vc_fdir_parse_raw()Mateusz Polchlopek1-9/+15
2025-04-10ice: fix input validation for virtchnl BWLukasz Czapnik1-3/+21
2025-04-10ice: validate queue quanta parameters to prevent OOB accessJan Glaza1-4/+9
2025-04-10ice: stop truncating queue ids when checkingJan Glaza1-1/+1
2025-04-10ice: fix reservation of resources for RDMA when disabledJesse Brandeburg1-1/+2
2025-04-10ice: ensure periodic output start time is in the futureKarol Kolacinski1-2/+4
2025-04-10ice: health.c: fix compilation on gcc 7.5Przemek Kitszel1-3/+3
2025-03-05ice: register devlink prior to creating health reportersPrzemek Kitszel1-2/+2
2025-03-05ice: Fix switchdev slow-path in LAGMarcin Szycik2-1/+30
2025-03-05ice: fix memory leak in aRFS after resetGrzegorz Nitka1-1/+1
2025-03-05ice: do not configure destination override for switchdevLarysa Zaremba3-28/+0
2025-02-27idpf: fix checksums set in idpf_rx_rsc()Eric Dumazet1-1/+2
2025-02-26ixgbe: fix media cage present detection for E610 devicePiotr Kwapulinski1-1/+1
2025-02-26iavf: fix circular lock dependency with netdev_lockJacob Keller1-4/+8
2025-02-26ice: Avoid setting default Rx VSI twice in switchdev setupMarcin Szycik1-2/+1
2025-02-26ice: Fix deinitializing VF in error pathMarcin Szycik3-4/+10
2025-02-13Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski4-14/+20
2025-02-12iavf: Fix a locking bug in an error pathBart Van Assche1-1/+1
2025-02-11igc: Set buffer type for empty frames in igc_init_empty_frameSong Yoong Siang1-0/+1
2025-02-11igc: Fix HW RX timestamp when passed by ZC XDPZdenek Bouska1-9/+12
2025-02-11ixgbe: Fix possible skb NULL pointer dereferencePiotr Kwapulinski1-1/+1
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-02-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-91/+103
2025-02-02ice: Add check for devm_kzalloc()Jiasheng Jiang1-0/+3