summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)Author
2023-08-21Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros
2023-08-21ice: fix receive buffer size miscalculationJesse Brandeburg
2023-08-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2023-08-18Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-17ice: split ice_aq_wait_for_event() func into twoPrzemek Kitszel
2023-08-17ice: embed &ice_rq_event_info event into struct ice_aq_taskPrzemek Kitszel
2023-08-17ice: ice_aq_check_events: fix off-by-one check when filling bufferPrzemek Kitszel
2023-08-17ice: drop two params from ice_aq_alloc_free_res()Przemek Kitszel
2023-08-17ice: use list_for_each_entry() helperYang Yingliang
2023-08-17ice: Remove redundant VSI configuration in eswitch setupMarcin Szycik
2023-08-17ice: move E810T functions to before device agnostic onesJacob Keller
2023-08-17ice: refactor ice_vsi_is_vlan_pruning_enaJan Sokolowski
2023-08-17ice: refactor ice_ptp_hw to make functions staticJan Sokolowski
2023-08-17ice: refactor ice_sched to make functions staticJan Sokolowski
2023-08-17ice: Utilize assign_bit() helperTony Nguyen
2023-08-17ice: Block switchdev mode when ADQ is active and vice versaMarcin Szycik
2023-08-17ice: refactor ice_vf_lib to make functions staticJan Sokolowski
2023-08-17ice: refactor ice_lib to make functions staticJan Sokolowski
2023-08-17ice: refactor ice_ddp to make functions staticJan Sokolowski
2023-08-17ice: remove unused methodsJan Sokolowski
2023-08-16virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin
2023-08-07ice: clean up __ice_aq_get_set_rss_lut()Przemek Kitszel
2023-08-07ice: add FW load waitJan Sokolowski
2023-08-07ice: Add get C827 PHY index functionKarol Kolacinski
2023-08-07ice: Rename enum ice_pkt_flags valuesMarcin Szycik
2023-08-07ice: Add direction metadataMarcin Szycik
2023-08-07ice: Accept LAG netdevs in bridge offloadsWojciech Drewek
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-31ice: Fix RDMA VSI removal during queue rebuildRafal Rogalski
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth
2023-07-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller
2023-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-27ice: update reset path for SRIOV LAG supportDave Ertman
2023-07-27ice: enforce no DCB config changing when in bondDave Ertman
2023-07-27ice: enforce interface eligibility and add messaging for SRIOV LAGDave Ertman
2023-07-27ice: support non-standard teardown of bond interfaceDave Ertman
2023-07-27ice: Flesh out implementation of support for SRIOV on bonded interfaceDave Ertman
2023-07-27ice: process events created by lag netdev event handlerDave Ertman
2023-07-27ice: implement lag netdev event handlerDave Ertman
2023-07-27ice: changes to the interface with the HW and FW for SRIOV_VF+LAGDave Ertman
2023-07-27ice: Add driver support for firmware changes for LAGDave Ertman
2023-07-27ice: Correctly initialize queue context valuesJacob Keller
2023-07-24ice: Fix memory management in ice_ethtool_fdir.cJedrzej Jagielski
2023-07-24ice: add tracepoints for the switchdev bridgePawel Chmielewski
2023-07-24ice: implement static version of ageingMichal Swiatkowski
2023-07-24ice: implement bridge port vlanMichal Swiatkowski
2023-07-24ice: Add VLAN FDB support in switchdev modeMarcin Szycik
2023-07-24ice: Add guard rule when creating FDB in switchdevMarcin Szycik
2023-07-24ice: Switchdev FDB events supportWojciech Drewek