1. 14 Jan, 2011 1 commit
    • Patrick McHardy's avatar
      netfilter: fix Kconfig dependencies · c7066f70
      Patrick McHardy authored
      Fix dependencies of netfilter realm match: it depends on NET_CLS_ROUTE,
      which itself depends on NET_SCHED; this dependency is missing from netfilter.
      
      Since matching on realms is also useful without having NET_SCHED enabled and
      the option really only controls whether the tclassid member is included in
      route and dst entries, rename the config option to IP_ROUTE_CLASSID and move
      it outside of traffic scheduling context to get rid of the NET_SCHED dependeny.
      Reported-by: default avatarVladis Kletnieks <Valdis.Kletnieks@vt.edu>
      Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
      c7066f70
  2. 15 Dec, 2010 2 commits
  3. 25 Nov, 2010 8 commits
  4. 16 Nov, 2010 2 commits
  5. 15 Nov, 2010 20 commits
  6. 12 Nov, 2010 3 commits
  7. 11 Nov, 2010 4 commits