summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_mdb.c
Commit message (Expand)AuthorAgeFilesLines
* bridge: multicast to unicastFelix Fietkau2017-01-241-1/+1
* bridge: mdb: Marking port-group as offloadedElad Raz2016-04-241-27/+64
* bridge: mdb: Common function for mdb entry translationElad Raz2016-04-241-18/+15
* bridge: mcast: add support for more router port information dumpingNikolay Aleksandrov2016-03-011-2/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-2/+2
|\
| * bridge: mdb: avoid uninitialized variable warningArnd Bergmann2016-02-161-2/+2
* | bridge: mdb: add support for more attributes and export timerNikolay Aleksandrov2016-02-191-1/+15
* | bridge: mdb: reduce the indentation level in br_mdb_fill_infoNikolay Aleksandrov2016-02-191-16/+17
* | bridge: mdb: Passing the port-group pointer to br_mdb moduleElad Raz2016-02-091-22/+29
* | bridge: mdb: Separate br_mdb_entry->state from net_bridge_port_group->stateElad Raz2016-02-091-4/+12
|/
* bridge: Reflect MDB entries to hardwareElad Raz2016-01-101-0/+23
* bridge: vlan: add per-vlan struct and move to rhashtablesNikolay Aleksandrov2015-09-291-12/+12
* bridge: mdb: fix vlan_enabled access when vlans are not configuredNikolay Aleksandrov2015-08-031-2/+2
* bridge: mdb: add/del entry on all vlans if vlan_filter is enabled and vid is 0Satish Ashok2015-08-031-8/+60
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-311-0/+1
|\
| * bridge: mdb: fix delmdb state in the notificationNikolay Aleksandrov2015-07-291-0/+1
* | bridge: mdb: notify on router port add and delSatish Ashok2015-07-261-0/+67
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-231-1/+0
|\|
| * bridge: mdb: fix double add notificationNikolay Aleksandrov2015-07-151-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-131-9/+7
|\|
| * bridge: mdb: allow the user to delete mdb entry if there's a querierSatish Ashok2015-07-101-9/+2
| * bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov2015-07-081-0/+2
| * bridge: mdb: start delete timer for temp static entriesSatish Ashok2015-07-081-0/+3
* | bridge: mdb: add vlan support for user entriesNikolay Aleksandrov2015-07-131-0/+6
* | bridge: mdb: fill state in br_mdb_notifyNikolay Aleksandrov2015-07-091-2/+3
|/
* bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-291-1/+1
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-1/+2
* bridge: use MDBA_SET_ENTRY_MAX for maxtype in nlmsg_parse()Nicolas Dichtel2015-01-151-1/+1
* bridge: rename struct bridge_mcast_query/querierLinus Lüssing2014-06-101-2/+2
* Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing2013-10-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-5/+9
|\
| * bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing2013-08-301-5/+9
* | bridge: apply multicast snooping to IPv6 link-local, tooLinus Lüssing2013-09-051-1/+2
* | bridge: fix rcu check warning in multicast port groupstephen hemminger2013-08-041-1/+2
|/
* bridge: fix some kernel warning in multicast timerCong Wang2013-07-061-1/+1
* rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-221-2/+2
* bridge: fix mdb info leaksMathias Krause2013-03-101-0/+4
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-4/+2
* netns: bridge: allow unprivileged users add/delete mdb entryGao feng2013-02-041-3/+0
* bridge: Correctly encode addresses when dumping mdb entriesVlad Yasevich2012-12-191-2/+4
* bridge: Do not unregister all PF_BRIDGE rtnl operationsVlad Yasevich2012-12-191-0/+7
* bridge: add flags to distinguish permanent mdb entiresAmerigo Wang2012-12-151-3/+6
* bridge: add support of adding and deleting mdb entriesCong Wang2012-12-121-0/+240
* bridge: notify mdb changes via netlinkCong Wang2012-12-121-0/+80
* bridge: fix seq check in br_mdb_dump()Cong Wang2012-12-111-4/+2
* bridge: export multicast database via netlinkCong Wang2012-12-071-0/+163