aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-100/+81
2026-08-12virtchnl: move virtchnl and virtchnl2 headers to 'include/linux/net/intel'Victor Raj4-4/+4
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-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-12/+76
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-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-23/+32
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 Mikityanska1-1/+1
2026-07-08ice: use kzalloc() to allocate staging buffer for reading from GNSSMike Rapoport (Microsoft)1-2/+3
2026-06-22ice: dpll: fix memory leak in ice_dpll_init_info error pathsZhaoJinming1-6/+10
2026-06-22ice: dpll: set pointers to NULL after kfree in ice_dpll_deinit_infoZhaoJinming1-0/+4
2026-06-22ice: call netif_keep_dst() once when entering switchdev modeMarcin Szycik1-2/+2
2026-06-22ice: fix ice_init_link() error return preventing probePaul Greenwalt1-11/+5
2026-06-22ice: fix AQ error code comparison in ice_set_pauseparam()Lukasz Czapnik2-5/+8
2026-06-22ice: fix FDIR CTRL VSI resource leak in ice_reset_all_vfs()Dawid Osuchowski1-1/+1
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds23-65/+1476
2026-06-15Merge tag 'timers-ptp-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2026-06-13ice: remove redundant checks from PTP initNatalia Wochtman1-10/+4
2026-06-13ice: implement E825 TX ref clock control and TXC hardware sync statusGrzegorz Nitka10-20/+696
2026-06-13ice: add Tx reference clock index handling to AN restart commandGrzegorz Nitka4-3/+9
2026-06-13ice: implement CPI support for E825CGrzegorz Nitka8-3/+448
2026-06-13ice: introduce TXC DPLL device and TX ref clock pin framework for E825Grzegorz Nitka3-25/+315
2026-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2026-06-05ice: fix missing priority callbacks for U.FL DPLL pinsPetr Oros1-0/+2
2026-06-04ice/ptp: Use provided clock ID for history snapshotThomas Gleixner1-1/+4
2026-05-25devlink: pass param values by pointerRatheesh Kannoth1-15/+15
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-9/+34
2026-05-18ice: restore PTP Rx timestamp config after ethtool set-channelsGrzegorz Nitka1-0/+6
2026-05-18ice: ptp: use primary NAC semaphore on E825Grzegorz Nitka1-0/+9
2026-05-18ice: ptp: serialize E825 PHY timer start with PTP lockGrzegorz Nitka1-2/+13
2026-05-18ice: fix setting promisc mode while adding VID filterMarcin Szycik1-1/+1
2026-05-18ice: fix VF queue configuration with low MTU valuesJose Ignacio Tornos Martinez1-1/+1
2026-05-18ice: fix locking around wait_event_interruptible_locked_irqJacob Keller1-5/+4
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-19/+24
2026-05-08ice: dpll: fix misplaced header macrosIvan Vecera1-16/+16
2026-05-08ice: dpll: fix rclk pin state get for E810Ivan Vecera1-0/+5
2026-05-08ice: fix locking in ice_dcb_rebuild()Bart Van Assche1-2/+2
2026-05-08ice: fix setting RSS VSI hash for E830Marcin Szycik1-1/+1
2026-05-02ice: dpll: Fix compilation warningPrzemyslaw Korba1-1/+1