Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • X xcap-capability-linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • xcap
  • xcap-capability-linux
  • Repository
  • xcap-capability-linux
  • net
  • xfrm
  • xfrm_policy.c
Find file BlameHistoryPermalink
  • YOSHIFUJI Hideaki's avatar
    [XFRM]: Fix ordering issue in xfrm_dst_hash_transfer(). · b791160b
    YOSHIFUJI Hideaki authored Feb 17, 2008
    
    
    Keep ordering of policy entries with same selector in
    xfrm_dst_hash_transfer().
    
    Issue should not appear in usual cases because multiple policy entries
    with same selector are basically not allowed so far.  Bug was pointed
    out by Sebastien Decugis <sdecugis@hongo.wide.ad.jp>.
    
    We could convert bydst from hlist to list and use list_add_tail()
    instead.
    
    Signed-off-by: default avatarYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
    Acked-by: default avatarSebastien Decugis <sdecugis@hongo.wide.ad.jp>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    b791160b