1. 19 Feb, 2013 3 commits
    • David S. Miller's avatar
      Merge branch 'master' of git://1984.lsi.us.es/nf-next · 2ccba543
      David S. Miller authored
      Pablo Neira Ayuso says:
      
      ====================
      The following patchset contain updates for your net-next tree, they are:
      
      * Fix (for just added) connlabel dependencies, from Florian Westphal.
      
      * Add aliasing support for conntrack, thus users can either use -m state
        or -m conntrack from iptables while using the same kernel module, from
        Jozsef Kadlecsik.
      
      * Some code refactoring for the CT target to merge common code in
        revision 0 and 1, from myself.
      
      * Add aliasing support for CT, based on patch from Jozsef Kadlecsik.
      
      * Add one mutex per nfnetlink subsystem, from myself.
      
      * Improved logging for packets that are dropped by helpers, from myself.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      2ccba543
    • David S. Miller's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net · 6338a53a
      David S. Miller authored
      Pull in 'net' to take in the bug fixes that didn't make it into
      3.8-final.
      
      Also, deal with the semantic conflict of the change made to
      net/ipv6/xfrm6_policy.c   A missing rt6->n neighbour release
      was added to 'net', but in 'net-next' we no longer cache the
      neighbour entries in the ipv6 routes so that change is not
      appropriate there.
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      6338a53a
    • Pablo Neira Ayuso's avatar
      netfilter: nf_ct_helper: better logging for dropped packets · b20ab9cc
      Pablo Neira Ayuso authored
      Connection tracking helpers have to drop packets under exceptional
      situations. Currently, the user gets the following logging message
      in case that happens:
      
      	nf_ct_%s: dropping packet ...
      
      However, depending on the helper, there are different reasons why a
      packet can be dropped.
      
      This patch modifies the existing code to provide more specific
      error message in the scope of each helper to help users to debug
      the reason why the packet has been dropped, ie:
      
      	nf_ct_%s: dropping packet: reason ...
      
      Thanks to Joe Perches for many formatting suggestions.
      Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
      b20ab9cc
  2. 18 Feb, 2013 25 commits
  3. 16 Feb, 2013 12 commits