1. 01 1月, 2009 1 次提交
  2. 12 12月, 2008 1 次提交
  3. 03 12月, 2008 1 次提交
  4. 10 10月, 2008 3 次提交
    • P
      netlabel: Add network address selectors to the NetLabel/LSM domain mapping · 63c41688
      Paul Moore 提交于
      This patch extends the NetLabel traffic labeling capabilities to individual
      packets based not only on the LSM domain but the by the destination address
      as well.  The changes here only affect the core NetLabel infrastructre,
      changes to the NetLabel KAPI and individial protocol engines are also
      required but are split out into a different patch to ease review.
      Signed-off-by: NPaul Moore <paul.moore@hp.com>
      Reviewed-by: NJames Morris <jmorris@namei.org>
      63c41688
    • P
      netlabel: Add a generic way to create ordered linked lists of network addrs · 61e10682
      Paul Moore 提交于
      Create an ordered IP address linked list mechanism similar to the core
      kernel's linked list construct.  The idea behind this list functionality
      is to create an extensibile linked list ordered by IP address mask to
      ease the matching of network addresses.  The linked list is ordered with
      larger address masks at the front of the list and shorter address masks
      at the end to facilitate overriding network entries with individual host
      or subnet entries.
      Signed-off-by: NPaul Moore <paul.moore@hp.com>
      Reviewed-by: NJames Morris <jmorris@namei.org>
      61e10682
    • P
      netlabel: Fix some sparse warnings · 56196701
      Paul Moore 提交于
      Fix a few sparse warnings.  One dealt with a RCU lock being held on error,
      another dealt with an improper type caused by a signed/unsigned mixup while
      the rest appeared to be caused by using rcu_dereference() in a
      list_for_each_entry_rcu() call.  The latter probably isn't a big deal, but
      I derive a certain pleasure from knowing that the net/netlabel is nice and
      clean.
      
      Thanks to James Morris for pointing out the issues and demonstrating how
      to run sparse.
      Signed-off-by: NPaul Moore <paul.moore@hp.com>
      56196701
  5. 20 7月, 2008 1 次提交
  6. 11 7月, 2008 1 次提交
  7. 28 6月, 2008 1 次提交
    • P
      netlabel: Fix a problem when dumping the default IPv6 static labels · 59d88c00
      Paul Moore 提交于
      There is a missing "!" in a conditional statement which is causing entries to
      be skipped when dumping the default IPv6 static label entries.  This can be
      demonstrated by running the following:
      
       # netlabelctl unlbl add default address:::1 \
                                       label:system_u:object_r:unlabeled_t:s0
       # netlabelctl -p unlbl list
      
      ... you will notice that the entry for the IPv6 localhost address is not
      displayed but does exist (works correctly, causes collisions when attempting
      to add duplicate entries, etc.).
      Signed-off-by: NPaul Moore <paul.moore@hp.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      59d88c00
  8. 28 4月, 2008 1 次提交
  9. 18 4月, 2008 1 次提交
  10. 26 3月, 2008 1 次提交
  11. 18 2月, 2008 2 次提交
  12. 13 2月, 2008 2 次提交
  13. 30 1月, 2008 4 次提交
  14. 26 10月, 2007 1 次提交
  15. 08 6月, 2007 1 次提交
  16. 01 3月, 2007 1 次提交
  17. 03 12月, 2006 5 次提交
  18. 30 9月, 2006 1 次提交
  19. 29 9月, 2006 1 次提交
  20. 26 9月, 2006 1 次提交
  21. 23 9月, 2006 1 次提交