aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_multicast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-22br_multicast: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias1-1/+1
2014-07-08bridge: export knowledge about the presence of IGMP/MLD queriersLinus Lüssing1-0/+37
2014-06-12bridge: fix compile error when compiling without IPv6 supportLinus Lüssing1-0/+2
2014-06-12bridge: fix smatch warning / potential null pointer dereferenceLinus Lüssing1-0/+2
2014-06-10bridge: memorize and export selected IGMP/MLD querier portLinus Lüssing1-6/+66
2014-06-10bridge: add export of multicast database adjacent to net_devLinus Lüssing1-0/+58
2014-06-10bridge: adhere to querier election mechanism specified by RFCsLinus Lüssing1-13/+88
2014-06-10bridge: rename struct bridge_mcast_query/querierLinus Lüssing1-82/+87
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+30
2014-03-11bridge: multicast: enable snooping on general queries onlyLinus Lüssing1-3/+5
2014-03-11bridge: multicast: add sanity check for general query destinationLinus Lüssing1-0/+19
2014-03-05bridge: multicast: add sanity check for query source addressesLinus Lüssing1-0/+6
2014-02-24bridge: Use ether_addr_copy and ETH_ALENJoe Perches1-2/+2
2014-01-06bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune1-2/+2
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-25/+19
2013-10-29bridge: pass correct vlan id to multicast codeVlad Yasevich1-25/+19
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+26
2013-10-22Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing1-20/+27
2013-10-11bridge: update mdb expiration timer upon reports.Vlad Yasevich1-1/+8
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-2/+2
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-75/+183
2013-09-05bridge: apply multicast snooping to IPv6 link-local, tooLinus Lüssing1-3/+4
2013-09-05bridge: prevent flooding IPv6 packets that do not have a listenerLinus Lüssing1-2/+8
2013-09-04net: ipv6: mld: get rid of MLDV2_MRC and simplify calculationDaniel Borkmann1-1/+2
2013-08-30net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann1-1/+2
2013-08-30bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing1-75/+183
2013-08-05bridge: don't try to update timers in case of broken MLD queriesLinus Lüssing1-1/+1
2013-07-31bridge: disable snooping if there is no querierLinus Lüssing1-9/+30
2013-07-19bridge: do not call setup_timer() multiple timesEric Dumazet1-2/+3
2013-07-06bridge: fix some kernel warning in multicast timerCong Wang1-1/+1
2013-06-24bridge: fix a typo in commentsCong Wang1-1/+1
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2013-06-17bridge: fix switched interval for MLD Query typesLinus Lüssing1-2/+3
2013-05-22bridge: send query as soon as leave is receivedCong Wang1-0/+26
2013-05-22bridge: only expire the mdb entry when query is receivedCong Wang1-27/+12
2013-05-22bridge: use the bridge IP addr as source addr for querierCong Wang1-1/+4
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-03-07bridge: add missing vid to br_mdb_get()Cong Wang1-1/+2
2013-03-07bridge: use ipv4_is_local_multicast() helperAmerigo Wang1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-14/+11
2013-02-13bridge: Add vlan id to multicast groupsVlad Yasevich1-20/+49
2013-01-03bridge: Correctly unregister MDB rtnetlink handlersVlad Yasevich1-2/+0
2012-12-19bridge: Do not unregister all PF_BRIDGE rtnl operationsVlad Yasevich1-0/+1
2012-12-15bridge: add flags to distinguish permanent mdb entiresAmerigo Wang1-3/+5
2012-12-14bridge: remove temporary variable for MLDv2 maximum response code computationAng Way Chuang1-3/+1
2012-12-13bridge: fix icmpv6 endian bug and other sparse warningsstephen hemminger1-4/+6
2012-12-12bridge: add support of adding and deleting mdb entriesCong Wang1-29/+26
2012-12-12bridge: notify mdb changes via netlinkCong Wang1-0/+2
2012-12-11bridge: fix seq check in br_mdb_dump()Cong Wang1-0/+2