1. 20 2月, 2010 1 次提交
    • J
      pfkey: fix SA and SP flush sequence · 8be987d7
      Jamal Hadi Salim 提交于
      RFC 2367 says flushing behavior should be:
      1) user space -> kernel: flush
      2) kernel: flush
      3) kernel -> user space: flush event to ALL listeners
      
      This is not realistic today in the presence of selinux policies
      which may reject the flush etc. So we make the sequence become:
      1) user space -> kernel: flush
      2) kernel: flush
      3) kernel -> user space: flush response to originater from #1
      4) if there were no errors then:
      kernel -> user space: flush event to ALL listeners
      Signed-off-by: NJamal Hadi Salim <hadi@cyberus.ca>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      8be987d7
  2. 19 2月, 2010 11 次提交
  3. 18 2月, 2010 9 次提交
  4. 17 2月, 2010 17 次提交
  5. 16 2月, 2010 2 次提交