Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe-x86
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomai
  • ipipe-x86
  • Repository

Switch branch/tag
  • ipipe-x86
  • net
  • ipv6
  • udp.c
Find file BlameHistoryPermalink
  • Shan Wei's avatar
    ipv6: udp: fix the wrong headroom check · a9cf73ea
    Shan Wei authored Apr 19, 2011
    
    
    At this point, skb->data points to skb_transport_header.
    So, headroom check is wrong.
    
    For some case:bridge(UFO is on) + eth device(UFO is off),
    there is no enough headroom for IPv6 frag head.
    But headroom check is always false.
    
    This will bring about data be moved to there prior to skb->head,
    when adding IPv6 frag header to skb.
    Signed-off-by: default avatarShan Wei <shanwei@cn.fujitsu.com>
    Acked-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    a9cf73ea

Replace udp.c

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.

Imprint & Privacy Policy