Searched hist:"13 d782f6b4fbbaf9d0380a9947deb45a9de46ae7" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/sctp/ |
H A D | objcnt.c | diff 13d782f6b4fbbaf9d0380a9947deb45a9de46ae7 Mon Aug 06 03:45:15 CDT 2012 Eric W. Biederman <ebiederm@xmission.com> sctp: Make the proc files per network namespace.
- Convert all of the files under /proc/net/sctp to be per network namespace.
- Don't print anything for /proc/net/sctp/snmp except in the initial network namespaces as the snmp counters still have to be converted to be per network namespace.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Acked-by: Vlad Yasevich <vyasevich@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | proc.c | diff 13d782f6b4fbbaf9d0380a9947deb45a9de46ae7 Mon Aug 06 03:45:15 CDT 2012 Eric W. Biederman <ebiederm@xmission.com> sctp: Make the proc files per network namespace.
- Convert all of the files under /proc/net/sctp to be per network namespace.
- Don't print anything for /proc/net/sctp/snmp except in the initial network namespaces as the snmp counters still have to be converted to be per network namespace.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Acked-by: Vlad Yasevich <vyasevich@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | protocol.c | diff 13d782f6b4fbbaf9d0380a9947deb45a9de46ae7 Mon Aug 06 03:45:15 CDT 2012 Eric W. Biederman <ebiederm@xmission.com> sctp: Make the proc files per network namespace.
- Convert all of the files under /proc/net/sctp to be per network namespace.
- Don't print anything for /proc/net/sctp/snmp except in the initial network namespaces as the snmp counters still have to be converted to be per network namespace.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Acked-by: Vlad Yasevich <vyasevich@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/net/netns/ |
H A D | sctp.h | diff 13d782f6b4fbbaf9d0380a9947deb45a9de46ae7 Mon Aug 06 03:45:15 CDT 2012 Eric W. Biederman <ebiederm@xmission.com> sctp: Make the proc files per network namespace.
- Convert all of the files under /proc/net/sctp to be per network namespace.
- Don't print anything for /proc/net/sctp/snmp except in the initial network namespaces as the snmp counters still have to be converted to be per network namespace.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Acked-by: Vlad Yasevich <vyasevich@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/net/sctp/ |
H A D | sctp.h | diff 1f07b62f3205f6ed41759df2892eaf433bc051a1 Wed Aug 15 05:18:11 CDT 2012 Cong Wang <amwang@redhat.com> sctp: fix a compile error in sctp.h
I got the following compile error:
In file included from include/net/sctp/checksum.h:46:0, from net/ipv4/netfilter/nf_nat_proto_sctp.c:14: include/net/sctp/sctp.h: In function ‘sctp_dbg_objcnt_init’: include/net/sctp/sctp.h:370:88: error: parameter name omitted include/net/sctp/sctp.h: In function ‘sctp_dbg_objcnt_exit’: include/net/sctp/sctp.h:371:88: error: parameter name omitted
which is caused by
commit 13d782f6b4fbbaf9d0380a9947deb45a9de46ae7 Author: Eric W. Biederman <ebiederm@xmission.com> Date: Mon Aug 6 08:45:15 2012 +0000
sctp: Make the proc files per network namespace.
This patch could fix it.
Cc: David S. Miller <davem@davemloft.net> Cc: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: Cong Wang <amwang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net> diff 13d782f6b4fbbaf9d0380a9947deb45a9de46ae7 Mon Aug 06 03:45:15 CDT 2012 Eric W. Biederman <ebiederm@xmission.com> sctp: Make the proc files per network namespace.
- Convert all of the files under /proc/net/sctp to be per network namespace.
- Don't print anything for /proc/net/sctp/snmp except in the initial network namespaces as the snmp counters still have to be converted to be per network namespace.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Acked-by: Vlad Yasevich <vyasevich@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|