/openbmc/linux/security/selinux/ |
H A D | netlink.c | diff a31f2d17b331db970259e875b7223d3aba7e3821 Fri Jun 29 01:15:21 CDT 2012 Pablo Neira Ayuso <pablo@netfilter.org> netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
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: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_netlink.c | diff a31f2d17b331db970259e875b7223d3aba7e3821 Fri Jun 29 01:15:21 CDT 2012 Pablo Neira Ayuso <pablo@netfilter.org> netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
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: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | scsi_transport_iscsi.c | diff a31f2d17b331db970259e875b7223d3aba7e3821 Fri Jun 29 01:15:21 CDT 2012 Pablo Neira Ayuso <pablo@netfilter.org> netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
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: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | netlink.c | diff a31f2d17b331db970259e875b7223d3aba7e3821 Fri Jun 29 01:15:21 CDT 2012 Pablo Neira Ayuso <pablo@netfilter.org> netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
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: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/core/ |
H A D | sock_diag.c | diff a31f2d17b331db970259e875b7223d3aba7e3821 Fri Jun 29 01:15:21 CDT 2012 Pablo Neira Ayuso <pablo@netfilter.org> netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
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: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | rtnetlink.c | diff a31f2d17b331db970259e875b7223d3aba7e3821 Fri Jun 29 01:15:21 CDT 2012 Pablo Neira Ayuso <pablo@netfilter.org> netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
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: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/connector/ |
H A D | connector.c | diff a31f2d17b331db970259e875b7223d3aba7e3821 Fri Jun 29 01:15:21 CDT 2012 Pablo Neira Ayuso <pablo@netfilter.org> netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
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: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/lib/ |
H A D | kobject_uevent.c | diff a31f2d17b331db970259e875b7223d3aba7e3821 Fri Jun 29 01:15:21 CDT 2012 Pablo Neira Ayuso <pablo@netfilter.org> netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
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: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/linux/ |
H A D | netlink.h | diff a31f2d17b331db970259e875b7223d3aba7e3821 Fri Jun 29 01:15:21 CDT 2012 Pablo Neira Ayuso <pablo@netfilter.org> netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
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: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/netfilter/ |
H A D | nfnetlink.c | diff a31f2d17b331db970259e875b7223d3aba7e3821 Fri Jun 29 01:15:21 CDT 2012 Pablo Neira Ayuso <pablo@netfilter.org> netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
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: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/netlink/ |
H A D | genetlink.c | diff a31f2d17b331db970259e875b7223d3aba7e3821 Fri Jun 29 01:15:21 CDT 2012 Pablo Neira Ayuso <pablo@netfilter.org> netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
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: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | af_netlink.c | diff a31f2d17b331db970259e875b7223d3aba7e3821 Fri Jun 29 01:15:21 CDT 2012 Pablo Neira Ayuso <pablo@netfilter.org> netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
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: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/kernel/ |
H A D | audit.c | diff a31f2d17b331db970259e875b7223d3aba7e3821 Fri Jun 29 01:15:21 CDT 2012 Pablo Neira Ayuso <pablo@netfilter.org> netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
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: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv4/ |
H A D | fib_frontend.c | diff a31f2d17b331db970259e875b7223d3aba7e3821 Fri Jun 29 01:15:21 CDT 2012 Pablo Neira Ayuso <pablo@netfilter.org> netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
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: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_user.c | diff a31f2d17b331db970259e875b7223d3aba7e3821 Fri Jun 29 01:15:21 CDT 2012 Pablo Neira Ayuso <pablo@netfilter.org> netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
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: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|