summaryrefslogtreecommitdiff
path: root/net/bridge/br_multicast.c
AgeCommit message (Expand)Author
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias
2014-07-08bridge: export knowledge about the presence of IGMP/MLD queriersLinus Lüssing
2014-06-12bridge: fix compile error when compiling without IPv6 supportLinus Lüssing
2014-06-12bridge: fix smatch warning / potential null pointer dereferenceLinus Lüssing
2014-06-10bridge: memorize and export selected IGMP/MLD querier portLinus Lüssing
2014-06-10bridge: add export of multicast database adjacent to net_devLinus Lüssing
2014-06-10bridge: adhere to querier election mechanism specified by RFCsLinus Lüssing
2014-06-10bridge: rename struct bridge_mcast_query/querierLinus Lüssing
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-11bridge: multicast: enable snooping on general queries onlyLinus Lüssing
2014-03-11bridge: multicast: add sanity check for general query destinationLinus Lüssing
2014-03-05bridge: multicast: add sanity check for query source addressesLinus Lüssing
2014-02-24bridge: Use ether_addr_copy and ETH_ALENJoe Perches
2014-01-06bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-29bridge: pass correct vlan id to multicast codeVlad Yasevich
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-22Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing
2013-10-11bridge: update mdb expiration timer upon reports.Vlad Yasevich
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
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-09-05bridge: prevent flooding IPv6 packets that do not have a listenerLinus Lüssing
2013-09-04net: ipv6: mld: get rid of MLDV2_MRC and simplify calculationDaniel Borkmann
2013-08-30net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann
2013-08-30bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing
2013-08-05bridge: don't try to update timers in case of broken MLD queriesLinus Lüssing
2013-07-31bridge: disable snooping if there is no querierLinus Lüssing
2013-07-19bridge: do not call setup_timer() multiple timesEric Dumazet
2013-07-06bridge: fix some kernel warning in multicast timerCong Wang
2013-06-24bridge: fix a typo in commentsCong Wang
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-17bridge: fix switched interval for MLD Query typesLinus Lüssing
2013-05-22bridge: send query as soon as leave is receivedCong Wang
2013-05-22bridge: only expire the mdb entry when query is receivedCong Wang
2013-05-22bridge: use the bridge IP addr as source addr for querierCong Wang
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-07bridge: add missing vid to br_mdb_get()Cong Wang
2013-03-07bridge: use ipv4_is_local_multicast() helperAmerigo Wang
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-13bridge: Add vlan id to multicast groupsVlad Yasevich
2013-01-03bridge: Correctly unregister MDB rtnetlink handlersVlad Yasevich
2012-12-19bridge: Do not unregister all PF_BRIDGE rtnl operationsVlad Yasevich
2012-12-15bridge: add flags to distinguish permanent mdb entiresAmerigo Wang
2012-12-14bridge: remove temporary variable for MLDv2 maximum response code computationAng Way Chuang
2012-12-13bridge: fix icmpv6 endian bug and other sparse warningsstephen hemminger
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