1. 02 Feb, 2009 1 commit
    • David S. Miller's avatar
      net: Fix userland breakage wrt. linux/if_tunnel.h · 0afd4a21
      David S. Miller authored
      Reported by Andrew Walrond <andrew@walrond.org>
      
      Changeset c19e654d
      ("gre: Add netlink interface") added an include
      of linux/ip.h to linux/if_tunnel.h
      
      We can't really let that get exposed to userspace
      because this conflicts with types defined in netinet/ip.h
      which userland is almost certainly going to have included
      either explicitly or implicitly.
      
      So guard this include with a __KERNEL__ ifdef.
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      0afd4a21
  2. 01 Feb, 2009 1 commit
  3. 31 Jan, 2009 4 commits
  4. 30 Jan, 2009 27 commits
  5. 29 Jan, 2009 7 commits