1. 11 7月, 2007 3 次提交
  2. 26 4月, 2007 1 次提交
  3. 09 2月, 2007 1 次提交
  4. 14 12月, 2006 1 次提交
  5. 23 9月, 2006 4 次提交
  6. 18 6月, 2006 1 次提交
    • J
      [SECMARK]: Add CONNSECMARK xtables target · 100468e9
      James Morris 提交于
      Add a new xtables target, CONNSECMARK, which is used to specify rules
      for copying security marks from packets to connections, and for
      copyying security marks back from connections to packets.  This is
      similar to the CONNMARK target, but is more limited in scope in that
      it only allows copying of security marks to and from packets, as this
      is all it needs to do.
      
      A typical scenario would be to apply a security mark to a 'new' packet
      with SECMARK, then copy that to its conntrack via CONNMARK, and then
      restore the security mark from the connection to established and
      related packets on that connection.
      Signed-off-by: NJames Morris <jmorris@namei.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      100468e9