summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2024-12-20ixgbe: Add support for EEPROM dump in E610 devicePiotr Kwapulinski
2024-12-20ixgbe: Add support for NVM handling in E610 devicePiotr Kwapulinski
2024-12-20ixgbe: Add link management support for E610 devicePiotr Kwapulinski
2024-12-20ixgbe: Add support for E610 device capabilities detectionPiotr Kwapulinski
2024-12-20ixgbe: Add support for E610 FW Admin Command InterfacePiotr Kwapulinski
2024-12-19xsk: make xsk_buff_add_frag() really add the frag via __xdp_buff_add_frag()Alexander Lobakin
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-17idpf: trigger SW interrupt when exiting wb_on_itr modeJoshua Hay
2024-12-17idpf: add support for SW triggered interruptsJoshua Hay
2024-12-17ice: Add MDD logging via devlink healthBen Shelton
2024-12-17ice: add Tx hang devlink health reporterPrzemek Kitszel
2024-12-17ice: rename devlink_port.[ch] to port.[ch]Przemek Kitszel
2024-12-11ice: cleanup Rx queue context programming functionsJacob Keller
2024-12-11ice: move prefetch enable to ice_setup_rx_ctxJacob Keller
2024-12-11ice: reduce size of queue context fieldsJacob Keller
2024-12-11ice: use <linux/packing.h> for Tx and Rx queue context dataJacob Keller
2024-12-11ice: use structures to keep track of queue context sizeJacob Keller
2024-12-11ice: remove int_q_state from ice_tlan_ctxJacob Keller
2024-12-05Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-12-03igb: Fix potential invalid memory access in igb_init_module()Yuan Can
2024-12-03ixgbe: Correct BASE-BX10 compliance codeTore Amundsen
2024-12-03ixgbe: downgrade logging of unsupported VF API version to debugJacob Keller
2024-12-03ixgbevf: stop attempting IPSEC offload on Mailbox API 1.5Jacob Keller
2024-12-03idpf: set completion tag for "empty" bufs associated with a packetJoshua Hay
2024-12-03ice: Fix VLAN pruning in switchdev modeMarcin Szycik
2024-12-03ice: Fix NULL pointer dereference in switchdevWojciech Drewek
2024-12-03ice: fix PHY timestamp extraction for ETH56GPrzemyslaw Korba
2024-12-03ice: fix PHY Clock Recovery availability checkArkadiusz Kubalewski
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-11-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-11-15ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata
2024-11-14i40e: Fix handling changed priv flagsPeter Große
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-13e1000: Hold RTNL when e1000_down can be calledJoe Damato
2024-11-13igbvf: remove unused spinlockWander Lairson Costa
2024-11-13igb: Fix 2 typos in comments in igb_main.cJohnny Park
2024-11-13igc: remove autoneg parameter from igc_mac_infoVitaly Lifshits
2024-11-13ixgbe: Break include dependency cycleDiomidis Spinellis
2024-11-13ice: Unbind the workqueueFrederic Weisbecker
2024-11-13ice: use stack variable for virtchnl_supported_rxdidsJacob Keller
2024-11-13ice: initialize pf->supported_rxdids immediately after loading DDPJacob Keller
2024-11-13ice: only allow Tx promiscuous for multicastBrett Creeley
2024-11-13ice: Add support for persistent NAPI configJoe Damato
2024-11-13ice: support optional flags in signature segment headerPrzemek Kitszel
2024-11-13ice: refactor "last" segment of DDP pkgPrzemek Kitszel
2024-11-13ice: extend dump serdes equalizer values featureMateusz Polchlopek
2024-11-13ice: rework of dump serdes equalizer values featureMateusz Polchlopek
2024-11-12Revert "igb: Disable threaded IRQ for igb_msix_other"Wander Lairson Costa