summaryrefslogtreecommitdiff
path: root/net/bridge/br_multicast.c
AgeCommit message (Expand)Author
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-16bridge: correct IPv6 checksum after pullstephen hemminger
2011-11-14bridge: Fix potential deadlock on br->multicast_lockAndrey Vagin
2011-08-24bridge: fix a possible use after freeEric Dumazet
2011-08-24bridge: Pseudo-header required for the checksum of ICMPv6Yan, Zheng
2011-06-24bridge: Only flood unregistered groups to routersHerbert Xu
2011-06-16IGMP snooping: set mrouters_only flag for IPv6 traffic properlyFernando Luis Vázquez Cao
2011-06-16IGMP snooping: set mrouters_only flag for IPv4 traffic properlyFernando Luis Vázquez Cao
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-03-30bridge: mcast snooping, fix length check of snooped MLDv1/2Linus Lüssing
2011-03-22bridge: Fix possibly wrong MLD queries' ethernet source addressLinus Lüssing
2011-02-22bridge: Use IPv6 link-local address for multicast listener queriesLinus Lüssing
2011-02-22bridge: Fix MLD queries' ethernet source addressLinus Lüssing
2011-02-22bridge: Allow mcast snooping for transient link local addresses tooLinus Lüssing
2011-02-22bridge: Add missing ntohs()s for MLDv2 report parsingLinus Lüssing
2011-02-22bridge: Fix IPv6 multicast snooping by correcting offset in MLDv2 reportLinus Lüssing
2011-02-22bridge: Fix IPv6 multicast snooping by storing correct protocol typeLinus Lüssing
2011-02-12bridge: Replace mp->mglist hlist with a boolHerbert Xu
2011-02-11bridge: Fix timer typo that may render snooping less effectiveHerbert Xu
2011-02-11bridge: Fix mglist corruption that leads to memory corruptionHerbert Xu
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-03bridge: fix br_multicast_ipv6_rcv for paged skbsTomas Winkler
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-16bridge: fix IPv6 queries for bridge multicast snoopingDavid Stevens
2010-12-10bridge: Fix return values of br_multicast_add_group/br_multicast_new_groupTobias Klauser
2010-11-15bridge: add RCU annotation to bridge multicast tableEric Dumazet
2010-07-30bridge: Allow multicast snooping to be disabled before ifupHerbert Xu
2010-07-15net: bridge: fix sign bugKulikov Vasiliy
2010-07-05bridge br_multicast: BUG: unable to handle kernel NULL pointer dereferenceHerbert Xu
2010-05-15bridge: change console message interfacestephen hemminger
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-04-27bridge: multicast port group RCU fixstephen hemminger
2010-04-27bridge: simplify multicast_add_routerstephen hemminger
2010-04-27Revert "bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()"David S. Miller
2010-04-27bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()David S. Miller
2010-04-27bridge: multicast router list manipulationstephen hemminger
2010-04-27bridge: Fix build of ipv6 multicast code.David S. Miller
2010-04-26bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.YOSHIFUJI Hideaki / 吉藤英明
2010-04-23bridge br_multicast: IPv6 MLD support.YOSHIFUJI Hideaki
2010-04-23bridge br_multicast: Make functions less ipv4 dependent.YOSHIFUJI Hideaki
2010-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-20net: Fix various endianness glitchesEric Dumazet
2010-04-20bridge: add a missing ntohs()Eric Dumazet
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-07bridge: Fix IGMP3 report parsingHerbert Xu
2010-03-25netfilter: bridge: use NFPROTO values for NF_HOOK invocationJan Engelhardt
2010-03-21bridge: cleanup: remove unused assignmentDan Carpenter