aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_multicast.c
Commit message (Expand)AuthorAge
* bridge: fix multicast router rlist endless loopNikolay Aleksandrov2015-06-11
* bridge: fix br_multicast_query_expired() bugEric Dumazet2015-05-31
* bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo2015-05-22
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-07
* bridge: fix netfilter/NF_BR_LOCAL_OUT for own, locally generated queriesLinus Lüssing2014-11-17
* br_multicast: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-08-22
* list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-06
* bridge: export knowledge about the presence of IGMP/MLD queriersLinus Lüssing2014-07-08
* bridge: fix compile error when compiling without IPv6 supportLinus Lüssing2014-06-12
* bridge: fix smatch warning / potential null pointer dereferenceLinus Lüssing2014-06-12
* bridge: memorize and export selected IGMP/MLD querier portLinus Lüssing2014-06-11
* bridge: add export of multicast database adjacent to net_devLinus Lüssing2014-06-11
* bridge: adhere to querier election mechanism specified by RFCsLinus Lüssing2014-06-11
* bridge: rename struct bridge_mcast_query/querierLinus Lüssing2014-06-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-14
|\
| * bridge: multicast: enable snooping on general queries onlyLinus Lüssing2014-03-11
| * bridge: multicast: add sanity check for general query destinationLinus Lüssing2014-03-11
| * bridge: multicast: add sanity check for query source addressesLinus Lüssing2014-03-05
* | bridge: Use ether_addr_copy and ETH_ALENJoe Perches2014-02-24
|/
* bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune2014-01-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-04
|\
| * bridge: pass correct vlan id to multicast codeVlad Yasevich2013-10-29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-23
|\|
| * Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing2013-10-22
| * bridge: update mdb expiration timer upon reports.Vlad Yasevich2013-10-11
* | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-02
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-05
|\
| * net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann2013-08-30
| * bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing2013-08-30
* | bridge: apply multicast snooping to IPv6 link-local, tooLinus Lüssing2013-09-05
* | bridge: prevent flooding IPv6 packets that do not have a listenerLinus Lüssing2013-09-05
* | net: ipv6: mld: get rid of MLDV2_MRC and simplify calculationDaniel Borkmann2013-09-04
|/
* bridge: don't try to update timers in case of broken MLD queriesLinus Lüssing2013-08-05
* bridge: disable snooping if there is no querierLinus Lüssing2013-07-31
* bridge: do not call setup_timer() multiple timesEric Dumazet2013-07-20
* bridge: fix some kernel warning in multicast timerCong Wang2013-07-06
* bridge: fix a typo in commentsCong Wang2013-06-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-19
|\
| * bridge: fix switched interval for MLD Query typesLinus Lüssing2013-06-17
* | bridge: send query as soon as leave is receivedCong Wang2013-05-22
* | bridge: only expire the mdb entry when query is receivedCong Wang2013-05-22
* | bridge: use the bridge IP addr as source addr for querierCong Wang2013-05-22
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-12
|\
| * bridge: add missing vid to br_mdb_get()Cong Wang2013-03-07
* | bridge: use ipv4_is_local_multicast() helperAmerigo Wang2013-03-07
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* bridge: Add vlan id to multicast groupsVlad Yasevich2013-02-13
* bridge: Correctly unregister MDB rtnetlink handlersVlad Yasevich2013-01-03
* bridge: Do not unregister all PF_BRIDGE rtnl operationsVlad Yasevich2012-12-19
* bridge: add flags to distinguish permanent mdb entiresAmerigo Wang2012-12-15