Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-vm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linux-arm
  • linux-vm
  • Repository
Switch branch/tag
  • linux-vm
  • drivers
  • net
  • ethernet
  • broadcom
  • bnx2x
  • bnx2x_vfpf.c
Find file BlameHistoryPermalink
  • Yuval Mintz's avatar
    bnx2x: Don't allow VFs to become promiscuous · 16bd41dd
    Yuval Mintz authored Mar 23, 2014
    
    
    Currently, if a VF's Rx Mode will be configured to support promiscuous mode
    the PF will comply, causing the VF to actually become promiscuous.
    This will enable the VF to see all unicast traffic which might be intended for
    other VMs, which we believe should not be possible.
    
    This patch will cause the hypervisor to ignore the VF's request for changes in
    its Rx mode (other than disabling it), preventing it from becoming promiscuous.
    
    Reported-by: default avatarYoann Juet <yoann.juet@univ-nantes.fr>
    Signed-off-by: default avatarYuval Mintz <Yuval.Mintz@qlogic.com>
    Signed-off-by: default avatarAriel Elior <Ariel.Elior@qlogic.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    16bd41dd