1. 03 2月, 2011 3 次提交
    • P
      netfilter: xtables: add device group match · 9291747f
      Patrick McHardy 提交于
      Add a new 'devgroup' match to match on the device group of the
      incoming and outgoing network device of a packet.
      Signed-off-by: NPatrick McHardy <kaber@trash.net>
      9291747f
    • J
      netfilter: ipset: send error message manually · 5f52bc3c
      Jozsef Kadlecsik 提交于
      When a message carries multiple commands and one of them triggers
      an error, we have to report to the userspace which one was that.
      The line number of the command plays this role and there's an attribute
      reserved in the header part of the message to be filled out with the error
      line number. In order not to modify the original message received from
      the userspace, we construct a new, complete netlink error message and
      modifies the attribute there, then send it.
      Netlink is notified not to send its ACK/error message.
      
      Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu
      Signed-off-by: NPatrick McHardy <kaber@trash.net>
      5f52bc3c
    • P
      netfilter: ipset: fix linking with CONFIG_IPV6=n · 724bab47
      Patrick McHardy 提交于
      Add a dummy ip_set_get_ip6_port function that unconditionally
      returns false for CONFIG_IPV6=n and convert the real function
      to ipv6_skip_exthdr() to avoid pulling in the ip6_tables module
      when loading ipset.
      Signed-off-by: NPatrick McHardy <kaber@trash.net>
      724bab47
  2. 02 2月, 2011 8 次提交
  3. 01 2月, 2011 15 次提交
  4. 29 1月, 2011 1 次提交
  5. 27 1月, 2011 1 次提交
  6. 26 1月, 2011 2 次提交
  7. 25 1月, 2011 2 次提交
  8. 22 1月, 2011 2 次提交
  9. 21 1月, 2011 3 次提交
  10. 20 1月, 2011 3 次提交