summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2025-01-14ice: Add in/out PTP pin delaysKarol Kolacinski
2025-01-14ice: implement low latency PHY timer updatesJacob Keller
2025-01-14ice: check low latency PHY timer update firmware capabilityJacob Keller
2025-01-14ice: add lock to protect low latency interfaceJacob Keller
2025-01-14ice: rename TS_LL_READ* macros to REG_LL_PROXY_H_*Jacob Keller
2025-01-14ice: use read_poll_timeout_atomic in ice_read_phy_tstamp_ll_e810Jacob Keller
2025-01-14ice: use string choice helpersR Sundar
2025-01-14ice: add fw and port health reportersKonrad Knitter
2025-01-14ice: add recipe priority check in searchMichal Swiatkowski
2025-01-14ice: ice_probe: init ice_adapter after HW initPrzemek Kitszel
2025-01-14ice: minor: rename goto labels from err to unrollPrzemek Kitszel
2025-01-14ice: split ice_init_hw() out from ice_init_dev()Przemek Kitszel
2025-01-14ice: c827: move wait for FW to ice_init_hw()Przemek Kitszel
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-07ice: fix incorrect PHY settings for 100 GB/sPrzemyslaw Korba
2025-01-07ice: fix max values for dpll pin phase adjustArkadiusz Kubalewski
2024-12-19xsk: make xsk_buff_add_frag() really add the frag via __xdp_buff_add_frag()Alexander Lobakin
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-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-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-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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-04ice: change q_index variable type to s16 to store -1 valueMateusz Polchlopek
2024-11-04ice: Fix use after free during unload with ports in bridgeMarcin Szycik
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-29ice: fix crash on probe for DPLL enabled E810 LOMArkadiusz Kubalewski