]> git.baikalelectronics.ru Git - kernel.git/commit
net: Make table id type u32
authorDavid Ahern <dsa@cumulusnetworks.com>
Tue, 1 Sep 2015 20:26:35 +0000 (14:26 -0600)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Sep 2015 21:32:44 +0000 (14:32 -0700)
commit9d7e2b75b9d6431cebcac4e108b2e50a27cc21c9
tree36cee6d6eaaf0e9920593fd363bd373cf56383de
parenta10820bfe92d0635b254a9d7b58ae8ebf5235e0c
net: Make table id type u32

A number of VRF patches used 'int' for table id. It should be u32 to be
consistent with the rest of the stack.

Fixes:
8c8d03f0895e5 ("net: Introduce VRF related flags and helpers")
8bd3296daf6c7 ("net: Add inet_addr lookup by table")
10a3e2c94393b ("net: Fix up inet_addr_type checks")
3d4f81d3f6ea7 ("net: Add routes to the table associated with the device")
619c3fb45b21d ("inet: Move VRF table lookup to inlined function")
b8546725f0921 ("net: FIB tracepoints")

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Reviewed-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/route.h
include/net/vrf.h
include/trace/events/fib.h
net/ipv4/af_inet.c
net/ipv4/fib_frontend.c
net/ipv4/fib_semantics.c