summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorLines
2025-11-14net: ixgbe: convert to use .get_rx_ring_countBreno Leitao-5/+10
2025-11-07Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski-137/+2027
2025-11-06iavf: add RSS support for GTP protocol via ethtoolAleksandr Loktionov-23/+216
2025-11-06ice: Extend PTYPE bitmap coverage for GTP encapsulated flowsPrzemek Kitszel-26/+26
2025-11-06ice: improve TCAM priority handling for RSS profilesAleksandr Loktionov-14/+78
2025-11-06ice: implement GTP RSS context tracking and configurationAleksandr Loktionov-54/+1040
2025-11-06ice: add virtchnl definitions and static data for GTP RSSAleksandr Loktionov-1/+266
2025-11-06ice: add flow parsing for GTP and new protocol field supportAleksandr Loktionov-9/+322
2025-11-06i40e: support generic devlink param "max_mac_per_vf"Mohammad Heib-10/+79
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+2
2025-11-06idpf: add support for IDPF PCI programming interfacePavan Kumar Linga-17/+88
2025-11-05libie: depend on DEBUG_FS when building LIBIE_FWLOGMichal Swiatkowski-4/+2
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+42
2025-10-29igbvf: fix misplaced newline in VLAN add warning messageAlok Tiwari-1/+1
2025-10-29ixgbe: fix typos in ixgbe driver commentsAlok Tiwari-4/+4
2025-10-29idpf: remove duplicate defines in IDPF_CAP_RSSSreedevi Joshi-2/+0
2025-10-29i40e: avoid redundant VF link state updatesJay Vosburgh-0/+12
2025-10-29ice: Allow 100M speed for E825C SGMII deviceGrzegorz Nitka-0/+1
2025-10-29ice: implement configurable header split for regular RxAlexander Lobakin-36/+168
2025-10-29ice: switch to Page PoolMichal Kubiak-552/+203
2025-10-29ice: drop page splitting and recyclingMichal Kubiak-223/+24
2025-10-29ice: remove legacy Rx and construct SKBMichal Kubiak-208/+6
2025-10-28ixgbe: use EOPNOTSUPP instead of ENOTSUPP in ixgbe_ptp_feature_enable()Kohei Enju-1/+1
2025-10-28igc: use EOPNOTSUPP instead of ENOTSUPP in igc_ethtool_get_sset_count()Kohei Enju-1/+1
2025-10-28igb: use EOPNOTSUPP instead of ENOTSUPP in igb_get_sset_count()Kohei Enju-1/+1
2025-10-28igc: power up the PHY before the link testKohei Enju-0/+3
2025-10-28ixgbe: fix memory leak and use-after-free in ixgbe_recovery_probe()Kohei Enju-1/+1
2025-10-28ice: fix usage of logical PF idGrzegorz Nitka-1/+1
2025-10-28ice: fix destination CGU for dual complex E825Grzegorz Nitka-2/+25
2025-10-28ice: fix lane number calculationGrzegorz Nitka-0/+9
2025-10-24ice: remove duplicate call to ice_deinit_hw() on error pathsPrzemek Kitszel-1/+1
2025-10-24ice: move ice_deinit_dev() to the end of deinit pathsPrzemek Kitszel-9/+23
2025-10-24ice: extract ice_init_dev() from ice_init()Przemek Kitszel-9/+9
2025-10-24ice: move ice_init_pf() out of ice_init_dev()Przemek Kitszel-19/+31
2025-10-24ice: move udp_tunnel_nic and misc IRQ setup into ice_init_pf()Przemek Kitszel-30/+28
2025-10-24ice: ice_init_pf: destroy mutexes and xarrays on memory alloc failurePrzemek Kitszel-19/+12
2025-10-24ice: move ice_init_interrupt_scheme() prior ice_init_pf()Przemek Kitszel-14/+11
2025-10-24ice: move service task start out of ice_init_pf()Przemek Kitszel-7/+12
2025-10-24ice: enforce RTNL assumption of queue NAPI manipulationPrzemek Kitszel-2/+2
2025-10-20e1000e: Introduce private flag to disable K1Vitaly Lifshits-23/+67
2025-10-20ice: refactor to use helpersJesse Brandeburg-54/+24
2025-10-20ice: implement transmit hardware timestamp statisticsJesse Brandeburg-0/+18
2025-10-20ice: add tracking of good transmit timestampsJesse Brandeburg-0/+11
2025-10-20ice: implement ethtool standard statsJesse Brandeburg-0/+82
2025-10-13ixgbe: fix too early devlink_free() in ixgbe_remove()Koichiro Den-1/+2
2025-10-13ixgbe: handle IXGBE_VF_FEATURES_NEGOTIATE mbox cmdJedrzej Jagielski-0/+47
2025-10-13ixgbevf: fix mailbox API compatibility by negotiating supported featuresJedrzej Jagielski-3/+96
2025-10-13ixgbe: handle IXGBE_VF_GET_PF_LINK_STATE mailbox operationJedrzej Jagielski-0/+47
2025-10-13ixgbevf: fix getting link speed data for E610 devicesJedrzej Jagielski-32/+116
2025-10-13idpf: cleanup remaining SKBs in PTP flowsMilena Olech-0/+4