summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-6/+52
2023-08-25ice: avoid executing commands on other ports when driving syncJacob Keller2-6/+52
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-33/+14
2023-08-21ice: Fix NULL pointer deref during VF resetPetr Oros1-7/+8
2023-08-21Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros4-25/+4
2023-08-21ice: fix receive buffer size miscalculationJesse Brandeburg1-1/+2
2023-08-19Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski19-735/+624
2023-08-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-1/+1
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+11
2023-08-17ice: split ice_aq_wait_for_event() func into twoPrzemek Kitszel3-28/+57
2023-08-17ice: embed &ice_rq_event_info event into struct ice_aq_taskPrzemek Kitszel3-49/+40
2023-08-17ice: ice_aq_check_events: fix off-by-one check when filling bufferPrzemek Kitszel1-6/+7
2023-08-17ice: drop two params from ice_aq_alloc_free_res()Przemek Kitszel4-34/+22
2023-08-17ice: use list_for_each_entry() helperYang Yingliang1-6/+2
2023-08-17ice: Remove redundant VSI configuration in eswitch setupMarcin Szycik1-4/+0
2023-08-17ice: move E810T functions to before device agnostic onesJacob Keller1-179/+179
2023-08-17ice: refactor ice_vsi_is_vlan_pruning_enaJan Sokolowski1-4/+1
2023-08-17ice: refactor ice_ptp_hw to make functions staticJan Sokolowski2-6/+3
2023-08-17ice: refactor ice_sched to make functions staticJan Sokolowski2-5/+1
2023-08-17ice: Utilize assign_bit() helperTony Nguyen1-4/+1
2023-08-17ice: Block switchdev mode when ADQ is active and vice versaMarcin Szycik2-0/+11
2023-08-17ice: refactor ice_vf_lib to make functions staticJan Sokolowski2-236/+234
2023-08-17ice: refactor ice_lib to make functions staticJan Sokolowski2-38/+35
2023-08-17ice: refactor ice_ddp to make functions staticJan Sokolowski2-69/+61
2023-08-17ice: remove unused methodsJan Sokolowski6-86/+0
2023-08-16virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin1-1/+1
2023-08-07ice: clean up __ice_aq_get_set_rss_lut()Przemek Kitszel6-133/+99
2023-08-07ice: add FW load waitJan Sokolowski2-0/+39
2023-08-07ice: Add get C827 PHY index functionKarol Kolacinski4-0/+67
2023-08-07ice: Rename enum ice_pkt_flags valuesMarcin Szycik2-7/+7
2023-08-07ice: Add direction metadataMarcin Szycik4-19/+28
2023-08-07ice: Accept LAG netdevs in bridge offloadsWojciech Drewek1-5/+42
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+18
2023-08-01ice: Fix RDMA VSI removal during queue rebuildRafal Rogalski1-0/+18
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-22/+22
2023-07-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller16-135/+2128
2023-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+14
2023-07-27ice: update reset path for SRIOV LAG supportDave Ertman3-4/+244
2023-07-27ice: enforce no DCB config changing when in bondDave Ertman1-0/+50
2023-07-27ice: enforce interface eligibility and add messaging for SRIOV LAGDave Ertman1-5/+84
2023-07-27ice: support non-standard teardown of bond interfaceDave Ertman1-7/+40
2023-07-27ice: Flesh out implementation of support for SRIOV on bonded interfaceDave Ertman1-10/+816
2023-07-27ice: process events created by lag netdev event handlerDave Ertman5-74/+501
2023-07-27ice: implement lag netdev event handlerDave Ertman2-14/+140
2023-07-27ice: changes to the interface with the HW and FW for SRIOV_VF+LAGDave Ertman7-29/+211
2023-07-27ice: Add driver support for firmware changes for LAGDave Ertman8-30/+66
2023-07-27ice: Correctly initialize queue context valuesJacob Keller2-5/+19
2023-07-25ice: Fix memory management in ice_ethtool_fdir.cJedrzej Jagielski1-12/+14
2023-07-24ice: add tracepoints for the switchdev bridgePawel Chmielewski2-0/+100
2023-07-24ice: implement static version of ageingMichal Swiatkowski2-0/+58