Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • X xcap-capability-linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • 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
Switch branch/tag
  • xcap-capability-linux
  • net
  • ipv4
  • af_inet.c
Find file BlameHistoryPermalink
  • Pravin B Shelar's avatar
    IP_GRE: Fix IP-Identification. · 490ab081
    Pravin B Shelar authored Feb 22, 2013
    
    
    GRE-GSO generates ip fragments with id 0,2,3,4... for every
    GSO packet, which is not correct. Following patch fixes it
    by setting ip-header id unique id of fragments are allowed.
    As Eric Dumazet suggested it is optimized by using inner ip-header
    whenever inner packet is ipv4.
    Signed-off-by: default avatarPravin B Shelar <pshelar@nicira.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    490ab081