summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2025-01-14ice: c827: move wait for FW to ice_init_hw()Przemek Kitszel
2025-01-13ice: Add correct PHY lane assignmentKarol Kolacinski
2025-01-13ice: Fix ETH56G FC-FEC Rx offset valueKarol Kolacinski
2025-01-13ice: Fix quad registers read on E825Karol Kolacinski
2025-01-13ice: Fix E825 initializationKarol Kolacinski
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker
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
2024-10-29ice: block SF port creation in legacy modeMichal Swiatkowski
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-10Merge branch 'net-introduce-tx-h-w-shaping-api'Jakub Kicinski
2024-10-10ice: Support VF queue rate limit and quanta size configurationWenjun Wu
2024-10-08ice: Cleanup unused declarationsYue Haibing
2024-10-08ice: Use common error handling code in two functionsMarkus Elfring
2024-10-08ice: Make use of assign_bit() APIHongbo Li