index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bridge
/
br_multicast.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-16
bridge: correct IPv6 checksum after pull
stephen hemminger
1
-0
/
+2
2011-11-14
bridge: Fix potential deadlock on br->multicast_lock
Andrey Vagin
1
-2
/
+2
2011-08-24
bridge: fix a possible use after free
Eric Dumazet
1
-4
/
+4
2011-08-24
bridge: Pseudo-header required for the checksum of ICMPv6
Yan, Zheng
1
-3
/
+10
2011-06-24
bridge: Only flood unregistered groups to routers
Herbert Xu
1
-1
/
+4
2011-06-16
IGMP snooping: set mrouters_only flag for IPv6 traffic properly
Fernando Luis Vázquez Cao
1
-1
/
+1
2011-06-16
IGMP snooping: set mrouters_only flag for IPv4 traffic properly
Fernando Luis Vázquez Cao
1
-1
/
+1
2011-04-22
inet: constify ip headers and in6_addr
Eric Dumazet
1
-6
/
+6
2011-03-30
bridge: mcast snooping, fix length check of snooped MLDv1/2
Linus Lüssing
1
-1
/
+1
2011-03-22
bridge: Fix possibly wrong MLD queries' ethernet source address
Linus Lüssing
1
-1
/
+1
2011-02-22
bridge: Use IPv6 link-local address for multicast listener queries
Linus Lüssing
1
-1
/
+2
2011-02-22
bridge: Fix MLD queries' ethernet source address
Linus Lüssing
1
-1
/
+1
2011-02-22
bridge: Allow mcast snooping for transient link local addresses too
Linus Lüssing
1
-5
/
+4
2011-02-22
bridge: Add missing ntohs()s for MLDv2 report parsing
Linus Lüssing
1
-2
/
+3
2011-02-22
bridge: Fix IPv6 multicast snooping by correcting offset in MLDv2 report
Linus Lüssing
1
-1
/
+1
2011-02-22
bridge: Fix IPv6 multicast snooping by storing correct protocol type
Linus Lüssing
1
-1
/
+1
2011-02-12
bridge: Replace mp->mglist hlist with a bool
Herbert Xu
1
-9
/
+7
2011-02-11
bridge: Fix timer typo that may render snooping less effective
Herbert Xu
1
-2
/
+2
2011-02-11
bridge: Fix mglist corruption that leads to memory corruption
Herbert Xu
1
-1
/
+2
2011-01-04
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-10
/
+18
2011-01-03
bridge: fix br_multicast_ipv6_rcv for paged skbs
Tomas Winkler
1
-10
/
+18
2010-12-17
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2010-12-16
bridge: fix IPv6 queries for bridge multicast snooping
David Stevens
1
-1
/
+1
2010-12-10
bridge: Fix return values of br_multicast_add_group/br_multicast_new_group
Tobias Klauser
1
-4
/
+6
2010-11-15
bridge: add RCU annotation to bridge multicast table
Eric Dumazet
1
-27
/
+51
2010-07-30
bridge: Allow multicast snooping to be disabled before ifup
Herbert Xu
1
-5
/
+4
2010-07-15
net: bridge: fix sign bug
Kulikov Vasiliy
1
-1
/
+1
2010-07-05
bridge br_multicast: BUG: unable to handle kernel NULL pointer dereference
Herbert Xu
1
-9
/
+12
2010-05-15
bridge: change console message interface
stephen hemminger
1
-19
/
+13
2010-05-10
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
1
-77
/
+585
2010-04-27
bridge: multicast port group RCU fix
stephen hemminger
1
-1
/
+1
2010-04-27
bridge: simplify multicast_add_router
stephen hemminger
1
-8
/
+11
2010-04-27
Revert "bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()"
David S. Miller
1
-1
/
+1
2010-04-27
bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()
David S. Miller
1
-1
/
+1
2010-04-27
bridge: multicast router list manipulation
stephen hemminger
1
-15
/
+15
2010-04-27
bridge: Fix build of ipv6 multicast code.
David S. Miller
1
-0
/
+1
2010-04-26
bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.
YOSHIFUJI Hideaki / 吉藤英明
1
-6
/
+3
2010-04-23
bridge br_multicast: IPv6 MLD support.
YOSHIFUJI Hideaki
1
-1
/
+423
2010-04-23
bridge br_multicast: Make functions less ipv4 dependent.
YOSHIFUJI Hideaki
1
-56
/
+141
2010-04-21
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2010-04-20
net: Fix various endianness glitches
Eric Dumazet
1
-1
/
+1
2010-04-20
bridge: add a missing ntohs()
Eric Dumazet
1
-1
/
+1
2010-04-20
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
1
-3
/
+1
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2010-04-07
bridge: Fix IGMP3 report parsing
Herbert Xu
1
-1
/
+1
2010-03-25
netfilter: bridge: use NFPROTO values for NF_HOOK invocation
Jan Engelhardt
1
-1
/
+1
2010-03-21
bridge: cleanup: remove unused assignment
Dan Carpenter
1
-2
/
+0
2010-03-16
bridge br_multicast: Fix skb leakage in error path.
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+3
2010-03-16
bridge br_multicast: Fix handling of Max Response Code in IGMPv3 message.
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+2
2010-03-15
bridge: Move NULL mdb check into br_mdb_ip_get
Herbert Xu
1
-4
/
+5
[next]