summaryrefslogtreecommitdiff
path: root/net/rds/ib_fmr.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-02-14 12:41:04 -0500
committerDavid S. Miller <davem@davemloft.net>2017-02-14 12:41:04 -0500
commit9b8e1056dbad7ea3f1bcd3db0ea7cf6682d077b1 (patch)
tree1b39637ff17b3908b6267dbd4c0596f59b17961c /net/rds/ib_fmr.c
parent91eaa475e287e7cf87959d68fb273e4f092897f4 (diff)
parent5019ab50f26c247abb510a80635b25b64b6c1f4b (diff)
Merge branch 'bridge-fdb-minor-cleanup'
Nikolay Aleksandrov says: ==================== bridge: minor fdb cleanup These patches aim to simplify the bridge fdb API a little by removing some redundant functions and converting them into wrappers of a single function. Also add proper lock checking to avoid future mistakes for the search functions. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rds/ib_fmr.c')
0 files changed, 0 insertions, 0 deletions
ocket.c:1988 [<ffffffff834f604d>] SYSC_sendmsg net/socket.c:1999 [inline] [<ffffffff834f604d>] SyS_sendmsg+0x2d/0x50 net/socket.c:1995 [<ffffffff84371941>] entry_SYSCALL_64_fastpath+0x1f/0xc2 Signed-off-by: Eric Dumazet <edumazet@google.com> Reported-by: Dmitry Vyukov <dvyukov@google.com> Cc: Willem de Bruijn <willemb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net> 2017-02-01rtnetlink: Handle IFLA_MASTER parameter when processing rtnl_newlinkTheuns Verwoerd1-1/+6 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>