1. 19 2月, 2013 3 次提交
  2. 11 9月, 2012 1 次提交
  3. 09 9月, 2012 1 次提交
  4. 07 9月, 2012 1 次提交
  5. 30 6月, 2012 1 次提交
    • P
      netlink: add netlink_kernel_cfg parameter to netlink_kernel_create · a31f2d17
      Pablo Neira Ayuso 提交于
      This patch adds the following structure:
      
      struct netlink_kernel_cfg {
              unsigned int    groups;
              void            (*input)(struct sk_buff *skb);
              struct mutex    *cb_mutex;
      };
      
      That can be passed to netlink_kernel_create to set optional configurations
      for netlink kernel sockets.
      
      I've populated this structure by looking for NULL and zero parameters at the
      existing code. The remaining parameters that always need to be set are still
      left in the original interface.
      
      That includes optional parameters for the netlink socket creation. This allows
      easy extensibility of this interface in the future.
      
      This patch also adapts all callers to use this new interface.
      Signed-off-by: NPablo Neira Ayuso <pablo@netfilter.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a31f2d17
  6. 02 4月, 2012 1 次提交
  7. 29 3月, 2012 2 次提交
  8. 27 2月, 2012 1 次提交
  9. 05 2月, 2012 1 次提交
  10. 09 11月, 2011 1 次提交
  11. 02 11月, 2011 1 次提交
  12. 21 10月, 2011 6 次提交