1. 14 Jun, 2009 13 commits
  2. 13 Jun, 2009 17 commits
  3. 12 Jun, 2009 9 commits
  4. 11 Jun, 2009 1 commit
    • Patrick McHardy's avatar
      netfilter: ip_tables: fix build error · 24992eac
      Patrick McHardy authored
      Fix build error introduced by commit bb70dfa5 (netfilter: xtables:
      consolidate comefrom debug cast access):
      
      net/ipv4/netfilter/ip_tables.c: In function 'ipt_do_table':
      net/ipv4/netfilter/ip_tables.c:421: error: 'comefrom' undeclared (first use in this function)
      net/ipv4/netfilter/ip_tables.c:421: error: (Each undeclared identifier is reported only once
      net/ipv4/netfilter/ip_tables.c:421: error: for each function it appears in.)
      Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
      24992eac