summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2025-03-07ice: Avoid setting default Rx VSI twice in switchdev setupMarcin Szycik1-2/+1
2025-03-07ice: Fix deinitializing VF in error pathMarcin Szycik3-4/+10
2025-02-17ice: Add check for devm_kzalloc()Jiasheng Jiang1-0/+3
2025-02-17ice: stop storing XDP verdict within ice_rx_bufMaciej Fijalkowski3-70/+36
2025-02-17ice: gather page_count()'s of each frag right before XDP prog callMaciej Fijalkowski1-1/+26
2025-02-17ice: put Rx buffers after being done with current frameMaciej Fijalkowski1-29/+50
2025-02-08ice: remove invalid parameter of equalizerMateusz Polchlopek3-3/+0
2025-02-08ice: fix ice_parser_rt::bst_key array sizePrzemek Kitszel2-11/+7
2025-01-13ice: Add correct PHY lane assignmentKarol Kolacinski8-45/+68
2025-01-13ice: Fix ETH56G FC-FEC Rx offset valueKarol Kolacinski1-1/+1
2025-01-13ice: Fix quad registers read on E825Karol Kolacinski2-87/+133
2025-01-13ice: Fix E825 initializationKarol Kolacinski1-13/+9
2025-01-07ice: fix incorrect PHY settings for 100 GB/sPrzemyslaw Korba1-2/+2
2025-01-07ice: fix max values for dpll pin phase adjustArkadiusz Kubalewski2-12/+25
2024-12-05Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-15/+32
2024-12-03ice: Fix VLAN pruning in switchdev modeMarcin Szycik1-3/+5
2024-12-03ice: Fix NULL pointer dereference in switchdevWojciech Drewek1-0/+6
2024-12-03ice: fix PHY timestamp extraction for ETH56GPrzemyslaw Korba2-4/+4
2024-12-03ice: fix PHY Clock Recovery availability checkArkadiusz Kubalewski1-8/+17
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-16Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski10-263/+317
2024-11-16ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata1-1/+3
2024-11-16ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata1-1/+3
2024-11-13ice: Unbind the workqueueFrederic Weisbecker1-1/+1
2024-11-13ice: use stack variable for virtchnl_supported_rxdidsJacob Keller1-16/+4
2024-11-13ice: initialize pf->supported_rxdids immediately after loading DDPJacob Keller2-18/+33
2024-11-13ice: only allow Tx promiscuous for multicastBrett Creeley2-10/+19
2024-11-13ice: Add support for persistent NAPI configJoe Damato2-3/+6
2024-11-13ice: support optional flags in signature segment headerPrzemek Kitszel2-7/+20
2024-11-13ice: refactor "last" segment of DDP pkgPrzemek Kitszel1-137/+151
2024-11-13ice: extend dump serdes equalizer values featureMateusz Polchlopek3-0/+51
2024-11-13ice: rework of dump serdes equalizer values featureMateusz Polchlopek2-77/+38
2024-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+7
2024-11-05ice: change q_index variable type to s16 to store -1 valueMateusz Polchlopek2-2/+5
2024-11-05ice: Fix use after free during unload with ports in bridgeMarcin Szycik1-1/+2
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos1-2/+2
2024-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-2/+96
2024-10-29ice: fix crash on probe for DPLL enabled E810 LOMArkadiusz Kubalewski3-2/+90
2024-10-29ice: block SF port creation in legacy modeMichal Swiatkowski1-0/+6
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-76/+137
2024-10-10Merge branch 'net-introduce-tx-h-w-shaping-api'Jakub Kicinski10-0/+395
2024-10-10ice: Support VF queue rate limit and quanta size configurationWenjun Wu10-0/+395
2024-10-09ice: Cleanup unused declarationsYue Haibing5-14/+0
2024-10-09ice: Use common error handling code in two functionsMarkus Elfring1-16/+16
2024-10-09ice: Make use of assign_bit() APIHongbo Li1-2/+1
2024-10-09ice: store max_frame and rx_buf_len only in ice_rx_ringJacob Keller4-24/+23
2024-10-09ice: consistently use q_idx in ice_vc_cfg_qs_msg()Jacob Keller1-11/+10
2024-10-09ice: add E830 HW VF mailbox message limit supportPaul Greenwalt9-13/+96
2024-10-09ice: Implement ethtool reset supportWojciech Drewek1-0/+77
2024-10-09ice: Fix increasing MSI-X on VFMarcin Szycik3-5/+9