summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2025-04-29igb: Get rid of spurious interruptsKurt Kanzenbach
2025-04-29igb: Add support for persistent NAPI configKurt Kanzenbach
2025-04-29igb: Link queues to NAPI instancesKurt Kanzenbach
2025-04-29igb: Link IRQs to NAPI instancesKurt Kanzenbach
2025-04-18igc: add support to get frame preemption statistics via ethtoolFaizal Rahim
2025-04-18igc: add support to get MAC Merge data via ethtoolFaizal Rahim
2025-04-18igc: block setting preemptible traffic class in taprioFaizal Rahim
2025-04-18igc: add support to set tx-min-frag-sizeFaizal Rahim
2025-04-18igc: add support for frame preemption verificationFaizal Rahim
2025-04-18igc: set the RX packet buffer size for TSN modeFaizal Rahim
2025-04-18igc: use FIELD_PREP and GENMASK for existing RX packet buffer sizeFaizal Rahim
2025-04-18igc: optimize TX packet buffer utilization for TSN modeFaizal Rahim
2025-04-18igc: use FIELD_PREP and GENMASK for existing TX packet buffer sizeFaizal Rahim
2025-04-18igc: rename I225_RXPBSIZE_DEFAULT and I225_TXPBSIZE_DEFAULTFaizal Rahim
2025-04-18igc: rename xdp_get_tx_ring() for non-xdp usageFaizal Rahim
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-16Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2025-04-15net: ptp: introduce .supported_perout_flags to ptp_clock_infoJacob Keller
2025-04-15net: ptp: introduce .supported_extts_flags to ptp_clock_infoJacob Keller
2025-04-15ixgbe: add support for FW rollback modeAndrii Staikov
2025-04-15ixgbe: add E610 implementation of FW recovery modeJedrzej Jagielski
2025-04-15ixgbe: add FW API version checkJedrzej Jagielski
2025-04-15ixgbe: add support for devlink reloadJedrzej Jagielski
2025-04-15ixgbe: add device flash update via devlinkJedrzej Jagielski
2025-04-15ixgbe: extend .info_get() with stored versionsJedrzej Jagielski
2025-04-15ixgbe: add E610 functions getting PBA and FW ver infoJedrzej Jagielski
2025-04-15ixgbe: add .info_get extension specific for E610 devicesJedrzej Jagielski
2025-04-15ixgbe: read the netlist version informationSlawomir Mrozowicz
2025-04-15ixgbe: read the OROM version informationSlawomir Mrozowicz
2025-04-15ixgbe: add E610 functions for acquiring flash dataSlawomir Mrozowicz
2025-04-15ixgbe: add handler for devlink .info_get()Jedrzej Jagielski
2025-04-15ixgbe: add initial devlink supportJedrzej Jagielski
2025-04-15ixgbe: wrap netdev_priv() usagePrzemek Kitszel
2025-04-11net: e1000e: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Piotr Wejman
2025-04-11igc: enable HW vlan tag insertion/stripping by defaultRui Salvaterra
2025-04-11ixgbe: Fix unreachable retry logic in combined and byte I2C write functionsRand Deeb
2025-04-11i40e: fix MMIO write access to an invalid page in i40e_clear_hwKyungwook Boo
2025-04-11ice: make const read-only array dflt_rules staticColin Ian King
2025-04-11ice: improve error message for insufficient filter spaceMartyna Szapar-Mudlaw
2025-04-11ice: enable timesync operation on 2xNAC E825 devicesKarol Kolacinski
2025-04-11ice: refactor ice_sbq_msg_dev enumKarol Kolacinski
2025-04-11ice: remove SW side band access workaround for E825Karol Kolacinski
2025-04-11ice: enable LLDP TX for VFs through tcLarysa Zaremba
2025-04-11ice: support egress drop rules on PFLarysa Zaremba
2025-04-11ice: remove headers argument from ice_tc_count_lkupsLarysa Zaremba
2025-04-11ice: receive LLDP on trusted VFsMateusz Pacuszka
2025-04-11ice: do not add LLDP-specific filter if not necessaryLarysa Zaremba
2025-04-11ice: fix check for existing switch ruleMateusz Pacuszka
2025-04-11igc: add lock preventing multiple simultaneous PTM transactionsChristopher S M Hall
2025-04-11igc: cleanup PTP module if probe failsChristopher S M Hall