aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_mdb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-29bridge: vlan: add per-vlan struct and move to rhashtablesNikolay Aleksandrov1-12/+12
2015-08-03bridge: mdb: fix vlan_enabled access when vlans are not configuredNikolay Aleksandrov1-2/+2
2015-08-03bridge: mdb: add/del entry on all vlans if vlan_filter is enabled and vid is 0Satish Ashok1-8/+60
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-07-29bridge: mdb: fix delmdb state in the notificationNikolay Aleksandrov1-0/+1
2015-07-26bridge: mdb: notify on router port add and delSatish Ashok1-0/+67
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2015-07-15bridge: mdb: fix double add notificationNikolay Aleksandrov1-1/+0
2015-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+7
2015-07-13bridge: mdb: add vlan support for user entriesNikolay Aleksandrov1-0/+6
2015-07-10bridge: mdb: allow the user to delete mdb entry if there's a querierSatish Ashok1-9/+2
2015-07-09bridge: mdb: fill state in br_mdb_notifyNikolay Aleksandrov1-2/+3
2015-07-08bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov1-0/+2
2015-07-08bridge: mdb: start delete timer for temp static entriesSatish Ashok1-0/+3
2015-04-29bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel1-1/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2015-01-15bridge: use MDBA_SET_ENTRY_MAX for maxtype in nlmsg_parse()Nicolas Dichtel1-1/+1
2014-06-10bridge: rename struct bridge_mcast_query/querierLinus Lüssing1-2/+2
2013-10-22Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing1-1/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+9
2013-09-05bridge: apply multicast snooping to IPv6 link-local, tooLinus Lüssing1-1/+2
2013-08-30bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing1-5/+9
2013-08-04bridge: fix rcu check warning in multicast port groupstephen hemminger1-1/+2
2013-07-06bridge: fix some kernel warning in multicast timerCong Wang1-1/+1
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf1-2/+2
2013-03-10bridge: fix mdb info leaksMathias Krause1-0/+4
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+2
2013-02-04netns: bridge: allow unprivileged users add/delete mdb entryGao feng1-3/+0
2012-12-19bridge: Correctly encode addresses when dumping mdb entriesVlad Yasevich1-2/+4
2012-12-19bridge: Do not unregister all PF_BRIDGE rtnl operationsVlad Yasevich1-0/+7
2012-12-15bridge: add flags to distinguish permanent mdb entiresAmerigo Wang1-3/+6
2012-12-12bridge: add support of adding and deleting mdb entriesCong Wang1-0/+240
2012-12-12bridge: notify mdb changes via netlinkCong Wang1-0/+80
2012-12-11bridge: fix seq check in br_mdb_dump()Cong Wang1-4/+2
2012-12-07bridge: export multicast database via netlinkCong Wang1-0/+163