Hi, 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. Thanks, Nik Nikolay Aleksandrov (3): bridge: fdb: converge fdb searching functions into one bridge: fdb: add proper lock checks in searching functions bridge: fdb: converge fdb_delete_by functions into one net/bridge/br_device.c | 2 +- net/bridge/br_fdb.c | 177 ++++++++++++++++++------------------------------ net/bridge/br_input.c | 4 +- net/bridge/br_private.h | 14 +++- 4 files changed, 81 insertions(+), 116 deletions(-) -- 2.1.4