linux_dsm_epyc7002/net/tipc
Arvind Yadav 042a90106b net: tipc: constify genl_ops
genl_ops are not supposed to change at runtime. All functions
working with genl_ops provided by <net/genetlink.h> work with
const genl_ops. So mark the non-const structs as const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-23 22:31:38 -07:00
..
addr.c
addr.h
bcast.c
bcast.h
bearer.c tipc: don't reset stale broadcast send link 2017-08-21 13:37:45 -07:00
bearer.h tipc: don't reset stale broadcast send link 2017-08-21 13:37:45 -07:00
core.c
core.h
discover.c
discover.h
eth_media.c
ib_media.c
Kconfig
link.c tipc: don't reset stale broadcast send link 2017-08-21 13:37:45 -07:00
link.h
Makefile
monitor.c
monitor.h
msg.c tipc: avoid inheriting msg_non_seq flag when message is returned 2017-08-14 11:20:36 -07:00
msg.h
name_distr.c
name_distr.h
name_table.c
name_table.h
net.c
net.h
netlink_compat.c net: tipc: constify genl_ops 2017-08-23 22:31:38 -07:00
netlink.c
netlink.h
node.c tipc: don't reset stale broadcast send link 2017-08-21 13:37:45 -07:00
node.h
server.c
server.h
socket.c net: convert sock.sk_refcnt from atomic_t to refcount_t 2017-07-01 07:39:08 -07:00
socket.h
subscr.c
subscr.h
sysctl.c
udp_media.c
udp_media.h