aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-15ice: tighter control over VSI_DOWN stateJesse Brandeburg1-3/+4
2021-12-15ice: support immediate firmware activation via devlink reloadJacob Keller1-0/+8
2021-12-14ice: Propagate error codesTony Nguyen1-50/+18
2021-12-14ice: Remove excess error variablesTony Nguyen1-85/+74
2021-12-14ice: Cleanup after ice_status removalTony Nguyen1-35/+25
2021-12-14ice: Remove enum ice_statusTony Nguyen1-6/+6
2021-12-14ice: Use int for ice_statusTony Nguyen1-25/+25
2021-12-14ice: Remove string printing for ice_statusTony Nguyen1-117/+45
2021-12-14ice: Refactor status flow for DDP loadWojciech Drewek1-98/+68
2021-12-14ice: Refactor promiscuous functionsBrett Creeley1-18/+31
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+21
2021-12-08ice: safer stats processingJesse Brandeburg1-11/+18
2021-12-07ice: ignore dropped packets during initJesse Brandeburg1-0/+3
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+17
2021-11-22net/ice: Add support for enable_iwarp and enable_roce devlink paramShiraz Saleem1-1/+8
2021-11-22ice: avoid bpf_prog refcount underflowMarta Plantykow1-1/+17
2021-10-29ice: Remove boolean vlan_promisc flag from functionBrett Creeley1-6/+6
2021-10-28ice: Add support to print error on PHY FW load failureBrett Creeley1-5/+44
2021-10-28ice: VXLAN and Geneve TC supportMichal Swiatkowski1-0/+5
2021-10-28ice: support for indirect notificationMichal Swiatkowski1-2/+186
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+7
2021-10-20ice: Add tc-flower filter support for channelKiran Patil1-1/+76
2021-10-20ice: enable ndo_setup_tc support for mqprio_qdiscKiran Patil1-9/+880
2021-10-20ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil1-3/+3
2021-10-20ice: Add missing E810 device idsTony Nguyen1-0/+2
2021-10-19ice: update dim usage and moderationJesse Brandeburg1-52/+67
2021-10-19ice: Add support for VF rate limitingBrett Creeley1-0/+1
2021-10-15ice: make use of ice_for_each_* macrosMaciej Fijalkowski1-7/+7
2021-10-15ice: introduce XDP_TX fallback pathMaciej Fijalkowski1-6/+47
2021-10-15ice: optimize XDP_TX workloadsMaciej Fijalkowski1-1/+8
2021-10-15ice: propagate xdp_ring onto rx_ringMaciej Fijalkowski1-0/+3
2021-10-15ice: unify xdp_rings accessesMaciej Fijalkowski1-1/+1
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski1-35/+34
2021-10-15ice: remove ring_active from ice_ringMaciej Fijalkowski1-1/+0
2021-10-14ice: Avoid crash from unnecessary IDA freeDave Ertman1-1/+5
2021-10-11ice: ndo_setup_tc implementation for PFKiran Patil1-0/+71
2021-10-07ice: rebuild switchdev when resetting all VFsGrzegorz Nitka1-1/+10
2021-10-07ice: enable/disable switchdev when managing VFsGrzegorz Nitka1-2/+4
2021-10-07ice: introduce new type of VSI for switchdevGrzegorz Nitka1-0/+7
2021-10-07ice: set and release switchdev environmentGrzegorz Nitka1-9/+10
2021-10-07ice: Move devlink port to PF/VF structWojciech Drewek1-2/+2
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-2/+2
2021-09-28ice: Fix link mode handlingAnirudh Venkataramanan1-2/+6
2021-09-28ice: Add feature bitmap, helpers and a check for DSCPAnirudh Venkataramanan1-0/+2
2021-09-28ice: Add DSCP supportDave Ertman1-0/+1
2021-09-27ice: Open devlink when device is readyLeon Romanovsky1-4/+2
2021-09-24ice: Delete always true check of PF pointerLeon Romanovsky1-3/+0
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-5/+1
2021-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+9