1. 26 9月, 2006 1 次提交
  2. 23 9月, 2006 2 次提交
    • T
      [NETLINK]: Add notification message sending interface · d387f6ad
      Thomas Graf 提交于
      Adds nlmsg_notify() implementing proper notification logic. The
      message is multicasted to all listeners in the group. The
      applications the requests orignates from can request a unicast
      back report in which case said socket will be excluded from the
      multicast to avoid duplicated notifications.
      
      nlmsg_multicast() is extended to take allocation flags to
      allow notification in atomic contexts.
      Signed-off-by: NThomas Graf <tgraf@suug.ch>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d387f6ad
    • P
      [NetLabel]: core NetLabel subsystem · d15c345f
      Paul Moore 提交于
      Add a new kernel subsystem, NetLabel, to provide explicit packet
      labeling services (CIPSO, RIPSO, etc.) to LSM developers.  NetLabel is
      designed to work in conjunction with a LSM to intercept and decode
      security labels on incoming network packets as well as ensure that
      outgoing network packets are labeled according to the security
      mechanism employed by the LSM.  The NetLabel subsystem is configured
      through a Generic NETLINK interface described in the header files
      included in this patch.
      Signed-off-by: NPaul Moore <paul.moore@hp.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d15c345f