summaryrefslogtreecommitdiff
path: root/dissector_netlink.h
AgeCommit message (Expand)AuthorFilesLines
2014-06-16dissector: Get rid of now unnecessary HAVE_DISSECTOR_PROTOSTobias Klauser1-12/+0
2014-05-28netsniff-ng: Add netlink dissectorTobias Klauser1-0/+37
ue='2'>stat only
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
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')
-rw-r--r--net/bridge/br_device.c2
-rw-r--r--net/bridge/br_fdb.c177
-rw-r--r--net/bridge/br_input.c4
-rw-r--r--net/bridge/br_private.h14
4 files changed, 81 insertions, 116 deletions
diff --git a/net/bridge/br_device.c b/net/bridge/br_device.c