summaryrefslogtreecommitdiff
path: root/net/bridge/br_multicast.c
Commit message (Expand)AuthorAgeFilesLines
* bridge: fix netfilter/NF_BR_LOCAL_OUT for own, locally generated queriesLinus Lüssing2014-11-171-2/+1
* br_multicast: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-08-221-1/+1
* list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-061-1/+1
* bridge: export knowledge about the presence of IGMP/MLD queriersLinus Lüssing2014-07-081-0/+37
* bridge: fix compile error when compiling without IPv6 supportLinus Lüssing2014-06-121-0/+2
* bridge: fix smatch warning / potential null pointer dereferenceLinus Lüssing2014-06-121-0/+2
* bridge: memorize and export selected IGMP/MLD querier portLinus Lüssing2014-06-101-6/+66
* bridge: add export of multicast database adjacent to net_devLinus Lüssing2014-06-101-0/+58
* bridge: adhere to querier election mechanism specified by RFCsLinus Lüssing2014-06-101-13/+88
* bridge: rename struct bridge_mcast_query/querierLinus Lüssing2014-06-101-82/+87
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-141-3/+30
|\
| * bridge: multicast: enable snooping on general queries onlyLinus Lüssing2014-03-111-3/+5
| * bridge: multicast: add sanity check for general query destinationLinus Lüssing2014-03-111-0/+19
| * bridge: multicast: add sanity check for query source addressesLinus Lüssing2014-03-051-0/+6
* | bridge: Use ether_addr_copy and ETH_ALENJoe Perches2014-02-241-2/+2
|/
* bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune2014-01-061-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-25/+19
|\
| * bridge: pass correct vlan id to multicast codeVlad Yasevich2013-10-291-25/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-12/+26
|\ \ | |/
| * Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing2013-10-221-20/+27
| * bridge: update mdb expiration timer upon reports.Vlad Yasevich2013-10-111-1/+8
* | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-75/+183
|\
| * net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann2013-08-301-1/+2
| * bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing2013-08-301-75/+183
* | bridge: apply multicast snooping to IPv6 link-local, tooLinus Lüssing2013-09-051-3/+4
* | bridge: prevent flooding IPv6 packets that do not have a listenerLinus Lüssing2013-09-051-2/+8
* | net: ipv6: mld: get rid of MLDV2_MRC and simplify calculationDaniel Borkmann2013-09-041-1/+2
|/
* bridge: don't try to update timers in case of broken MLD queriesLinus Lüssing2013-08-051-1/+1
* bridge: disable snooping if there is no querierLinus Lüssing2013-07-311-9/+30
* bridge: do not call setup_timer() multiple timesEric Dumazet2013-07-191-2/+3
* bridge: fix some kernel warning in multicast timerCong Wang2013-07-061-1/+1
* bridge: fix a typo in commentsCong Wang2013-06-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-2/+3
|\
| * bridge: fix switched interval for MLD Query typesLinus Lüssing2013-06-171-2/+3
* | bridge: send query as soon as leave is receivedCong Wang2013-05-221-0/+26
* | bridge: only expire the mdb entry when query is receivedCong Wang2013-05-221-27/+12
* | bridge: use the bridge IP addr as source addr for querierCong Wang2013-05-221-1/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-121-1/+2
|\
| * bridge: add missing vid to br_mdb_get()Cong Wang2013-03-071-1/+2
* | bridge: use ipv4_is_local_multicast() helperAmerigo Wang2013-03-071-1/+1
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-14/+11
* bridge: Add vlan id to multicast groupsVlad Yasevich2013-02-131-20/+49
* bridge: Correctly unregister MDB rtnetlink handlersVlad Yasevich2013-01-031-2/+0
* bridge: Do not unregister all PF_BRIDGE rtnl operationsVlad Yasevich2012-12-191-0/+1
* bridge: add flags to distinguish permanent mdb entiresAmerigo Wang2012-12-151-3/+5
* bridge: remove temporary variable for MLDv2 maximum response code computationAng Way Chuang2012-12-141-3/+1
* bridge: fix icmpv6 endian bug and other sparse warningsstephen hemminger2012-12-131-4/+6
* bridge: add support of adding and deleting mdb entriesCong Wang2012-12-121-29/+26
* bridge: notify mdb changes via netlinkCong Wang2012-12-121-0/+2