]> git.baikalelectronics.ru Git - kernel.git/commit
rtnetlink: Remove passing of attributes into rtnl_doit functions
authorThomas Graf <tgraf@suug.ch>
Thu, 21 Mar 2013 07:45:29 +0000 (07:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 Mar 2013 14:31:16 +0000 (10:31 -0400)
commit64a64bc1a673b400fd9501d2032395cf1d2959a8
tree66090f1be05a40962838114d66cb085875f58c8a
parent30ee9451ea5610ddc26ff6e6c1cbb048b4f76f64
rtnetlink: Remove passing of attributes into rtnl_doit functions

With decnet converted, we can finally get rid of rta_buf and its
computations around it. It also gets rid of the minimal header
length verification since all message handlers do that explicitly
anyway.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
20 files changed:
include/net/rtnetlink.h
net/bridge/br_mdb.c
net/can/gw.c
net/core/fib_rules.c
net/core/neighbour.c
net/core/rtnetlink.c
net/dcb/dcbnl.c
net/decnet/dn_dev.c
net/decnet/dn_fib.c
net/decnet/dn_route.c
net/ipv4/devinet.c
net/ipv4/fib_frontend.c
net/ipv4/route.c
net/ipv6/addrconf.c
net/ipv6/addrlabel.c
net/ipv6/route.c
net/phonet/pn_netlink.c
net/sched/act_api.c
net/sched/cls_api.c
net/sched/sch_api.c