v2: fix *_DIAG_MAX constants Cc: "David S. Miller" <[email protected]> Cc: Eric Dumazet <[email protected]> Cc: Pavel Emelyanov <[email protected]> Cc: Pablo Neira Ayuso <[email protected]> Cc: "Eric W. Biederman" <[email protected]> Cc: Gao feng <[email protected]> Cc: Thomas Graf <[email protected]> Signed-off-by: Andrey Vagin <[email protected]>
Andrey Vagin (3): net: fix *_DIAG_MAX constants net: prepare netlink code for netlink diag netlink: Diag core and basic socket info dumping (v2) include/uapi/linux/netlink_diag.h | 42 +++++++++ include/uapi/linux/packet_diag.h | 4 +- include/uapi/linux/unix_diag.h | 4 +- net/Kconfig | 1 + net/netlink/Kconfig | 10 ++ net/netlink/Makefile | 3 + net/netlink/af_netlink.c | 59 +----------- net/netlink/af_netlink.h | 62 +++++++++++++ net/netlink/diag.c | 188 ++++++++++++++++++++++++++++++++++++++ 9 files changed, 317 insertions(+), 56 deletions(-) create mode 100644 include/uapi/linux/netlink_diag.h create mode 100644 net/netlink/Kconfig create mode 100644 net/netlink/af_netlink.h create mode 100644 net/netlink/diag.c -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

