summaryrefslogtreecommitdiff
path: root/net/bridge/br_mdb.c
AgeCommit message (Expand)Author
2015-07-29bridge: mdb: fix delmdb state in the notificationNikolay Aleksandrov
2015-07-16bridge: mdb: fix double add notificationNikolay Aleksandrov
2015-07-11bridge: mdb: allow the user to delete mdb entry if there's a querierSatish Ashok
2015-07-08bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov
2015-07-08bridge: mdb: start delete timer for temp static entriesSatish Ashok
2015-04-29bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-16bridge: use MDBA_SET_ENTRY_MAX for maxtype in nlmsg_parse()Nicolas Dichtel
2014-06-11bridge: rename struct bridge_mcast_query/querierLinus Lüssing
2013-10-22Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-05bridge: apply multicast snooping to IPv6 link-local, tooLinus Lüssing
2013-08-30bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing
2013-08-05bridge: fix rcu check warning in multicast port groupstephen hemminger
2013-07-07bridge: fix some kernel warning in multicast timerCong Wang
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf
2013-03-10bridge: fix mdb info leaksMathias Krause
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin
2013-02-04netns: bridge: allow unprivileged users add/delete mdb entryGao feng
2012-12-19bridge: Correctly encode addresses when dumping mdb entriesVlad Yasevich
2012-12-19bridge: Do not unregister all PF_BRIDGE rtnl operationsVlad Yasevich
2012-12-16bridge: add flags to distinguish permanent mdb entiresAmerigo Wang
2012-12-12bridge: add support of adding and deleting mdb entriesCong Wang
2012-12-12bridge: notify mdb changes via netlinkCong Wang
2012-12-11bridge: fix seq check in br_mdb_dump()Cong Wang
2012-12-07bridge: export multicast database via netlinkCong Wang