summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_lag.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-07ice: lag: in RCU, use atomic allocationMichal Schmidt1-3/+3
2023-11-07ice: Fix SRIOV LAG disable on non-compliant aggregateDave Ertman1-9/+3
2023-10-20ice: add drop rule matching on not active lportMichal Swiatkowski1-17/+70
2023-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+32
2023-10-08ice: block default rule setting on LAG interfaceMichal Swiatkowski1-0/+32
2023-10-03ice: drop two params of ice_aq_move_sched_elems()Przemek Kitszel1-36/+12
2023-08-17ice: drop two params from ice_aq_alloc_free_res()Przemek Kitszel1-5/+4
2023-08-17ice: use list_for_each_entry() helperYang Yingliang1-6/+2
2023-07-27ice: update reset path for SRIOV LAG supportDave Ertman1-3/+228
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 Ertman1-73/+486
2023-07-27ice: implement lag netdev event handlerDave Ertman1-13/+111
2023-07-27ice: Add driver support for firmware changes for LAGDave Ertman1-26/+27
2023-05-17ice: Remove LAG+SRIOV mutual exclusionDave Ertman1-12/+0
2022-08-18ice: remove non-inclusive languageMikael Barsehyan1-8/+8
2022-06-30ice: Remove unnecessary NULL check before dev_putZiyang Xuan1-4/+2
2022-02-10ice: Fix KASAN error in LAG NETDEV_UNREGISTER handlerDave Ertman1-6/+28
2021-10-25ice: Respond to a NETDEV_UNREGISTER event for LAGDave Ertman1-14/+4
2021-05-29ice: Initialize RDMA supportDave Ertman1-0/+2
2021-02-09ice: Add initial support framework for LAGDave Ertman1-0/+445