summaryrefslogtreecommitdiff
path: root/net/netrom
ModeNameSize
-rw-r--r--Makefile231logplain
-rw-r--r--af_netrom.c33288logplain
-rw-r--r--nr_dev.c3968logplain
-rw-r--r--nr_in.c7120logplain
-rw-r--r--nr_loopback.c1802logplain
-rw-r--r--nr_out.c5998logplain
-rw-r--r--nr_route.c23459logplain
-rw-r--r--nr_subr.c6200logplain
-rw-r--r--nr_timer.c5435logplain
-rw-r--r--sysctl_net_netrom.c4245logplain
colspan='5' class='logmsg'> Allow a master interface to be specified as one of the parameters when creating a new interface via rtnl_newlink. Previously this would require invoking interface creation, waiting for it to complete, and then separately binding that new interface to a master. In particular, this is used when creating a macvlan child interface for VRRP in a VRF configuration, allowing the interface creator to specify directly what master interface should be inherited by the child, without having to deal with asynchronous complications and potential race conditions. Signed-off-by: Theuns Verwoerd <theuns.verwoerd@alliedtelesis.co.nz> Acked-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>