1. 26 4月, 2007 3 次提交
  2. 13 2月, 2007 1 次提交
  3. 03 2月, 2007 1 次提交
  4. 24 1月, 2007 1 次提交
  5. 03 12月, 2006 10 次提交
  6. 29 11月, 2006 2 次提交
  7. 16 10月, 2006 1 次提交
  8. 23 9月, 2006 4 次提交
  9. 18 8月, 2006 1 次提交
  10. 30 6月, 2006 1 次提交
    • Y
      [NETFILTER]: nf_conntrack: Fix undefined references to local_bh_* · 40a839fd
      Yasuyuki Kozakai 提交于
        CC      net/netfilter/nf_conntrack_proto_sctp.o
      net/netfilter/nf_conntrack_proto_sctp.c: In function `sctp_print_conntrack':
      net/netfilter/nf_conntrack_proto_sctp.c:206: warning: implicit declaration of function `local_bh_disable'
      net/netfilter/nf_conntrack_proto_sctp.c:208: warning: implicit declaration of function `local_bh_enable'
        CC      net/netfilter/nf_conntrack_netlink.o
      net/netfilter/nf_conntrack_netlink.c: In function `ctnetlink_dump_table':
      net/netfilter/nf_conntrack_netlink.c:429: warning: implicit declaration of function `local_bh_disable'
      net/netfilter/nf_conntrack_netlink.c:452: warning: implicit declaration of function `local_bh_enable'
      
      Spotted by Toralf Förster
      Signed-off-by: NYasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
      Signed-off-by: NPatrick McHardy <kaber@trash.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      40a839fd
  11. 18 6月, 2006 2 次提交
  12. 01 4月, 2006 2 次提交
  13. 23 3月, 2006 1 次提交
    • P
      [NETFILTER]: ctnetlink: Fix expectaction mask dumping · 1cde6436
      Pablo Neira Ayuso 提交于
      The expectation mask has some particularities that requires a different
      handling. The protocol number fields can be set to non-valid protocols,
      ie. l3num is set to 0xFFFF. Since that protocol does not exist, the mask
      tuple will not be dumped. Moreover, this results in a kernel panic when
      nf_conntrack accesses the array of protocol handlers, that is PF_MAX (0x1F)
      long.
      
      This patch introduces the function ctnetlink_exp_dump_mask, that correctly
      dumps the expectation mask. Such function uses the l3num value from the
      expectation tuple that is a valid layer 3 protocol number. The value of the
      l3num mask isn't dumped since it is meaningless from the userspace side.
      
      Thanks to Yasuyuki Kozakai and Patrick McHardy for the feedback.
      Signed-off-by: NPablo Neira Ayuso <pablo@netfilter.org>
      Signed-off-by: NPatrick McHardy <kaber@trash.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      1cde6436
  14. 21 3月, 2006 2 次提交
  15. 05 2月, 2006 2 次提交
  16. 06 1月, 2006 6 次提交