1. 22df133 bridge: fix a possible use after free by Eric Dumazet · 13 years ago
  2. 4b275d7 bridge: Pseudo-header required for the checksum of ICMPv6 by Yan, Zheng · 13 years ago
  3. bd4265f bridge: Only flood unregistered groups to routers by Herbert Xu · 14 years ago
  4. fc2af6c IGMP snooping: set mrouters_only flag for IPv6 traffic properly by Fernando Luis Vázquez Cao · 14 years ago
  5. 62b2bcb IGMP snooping: set mrouters_only flag for IPv4 traffic properly by Fernando Luis Vázquez Cao · 14 years ago
  6. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 14 years ago
  7. ff9a57a bridge: mcast snooping, fix length check of snooped MLDv1/2 by Linus Lüssing · 14 years ago
  8. a7bff75 bridge: Fix possibly wrong MLD queries' ethernet source address by Linus Lüssing · 14 years ago
  9. fe29ec4 bridge: Use IPv6 link-local address for multicast listener queries by Linus Lüssing · 14 years ago
  10. 36cff5a bridge: Fix MLD queries' ethernet source address by Linus Lüssing · 14 years ago
  11. e4de9f9 bridge: Allow mcast snooping for transient link local addresses too by Linus Lüssing · 14 years ago
  12. d41db9f bridge: Add missing ntohs()s for MLDv2 report parsing by Linus Lüssing · 14 years ago
  13. 649e984 bridge: Fix IPv6 multicast snooping by correcting offset in MLDv2 report by Linus Lüssing · 14 years ago
  14. 9cc6e0c bridge: Fix IPv6 multicast snooping by storing correct protocol type by Linus Lüssing · 14 years ago
  15. 8a87017 bridge: Replace mp->mglist hlist with a bool by Herbert Xu · 14 years ago
  16. 24f9cdc bridge: Fix timer typo that may render snooping less effective by Herbert Xu · 14 years ago
  17. 6b0d6a9 bridge: Fix mglist corruption that leads to memory corruption by Herbert Xu · 14 years ago
  18. dbbe68b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  19. 9d89081 bridge: fix br_multicast_ipv6_rcv for paged skbs by Tomas Winkler · 14 years ago
  20. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  21. 76d6615 bridge: fix IPv6 queries for bridge multicast snooping by David Stevens · 14 years ago
  22. 4c0833b bridge: Fix return values of br_multicast_add_group/br_multicast_new_group by Tobias Klauser · 14 years ago
  23. e805168 bridge: add RCU annotation to bridge multicast table by Eric Dumazet · 14 years ago
  24. 3a7fda0 bridge: Allow multicast snooping to be disabled before ifup by Herbert Xu · 14 years ago
  25. bb7a0bd net: bridge: fix sign bug by Kulikov Vasiliy · 14 years ago
  26. 7f285fa bridge br_multicast: BUG: unable to handle kernel NULL pointer dereference by Herbert Xu · 14 years ago
  27. 28a16c9 bridge: change console message interface by stephen hemminger · 15 years ago
  28. 1e4b105 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 15 years ago
  29. 83f6a74 bridge: multicast port group RCU fix by stephen hemminger · 15 years ago
  30. 7e80c12 bridge: simplify multicast_add_router by stephen hemminger · 15 years ago
  31. 709b932 Revert "bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()" by David S. Miller · 15 years ago
  32. ff65e82 bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router() by David S. Miller · 15 years ago
  33. dcdca2c bridge: multicast router list manipulation by stephen hemminger · 15 years ago
  34. d4c4f07 bridge: Fix build of ipv6 multicast code. by David S. Miller · 15 years ago
  35. 1fafc7a bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  36. 08b202b bridge br_multicast: IPv6 MLD support. by YOSHIFUJI Hideaki · 15 years ago
  37. 8ef2a9a bridge br_multicast: Make functions less ipv4 dependent. by YOSHIFUJI Hideaki · 15 years ago
  38. 87eb367 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  39. 0eae88f net: Fix various endianness glitches by Eric Dumazet · 15 years ago
  40. 8eabf95 bridge: add a missing ntohs() by Eric Dumazet · 15 years ago
  41. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 15 years ago
  42. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  43. fd218cf bridge: Fix IGMP3 report parsing by Herbert Xu · 15 years ago
  44. 713aefa netfilter: bridge: use NFPROTO values for NF_HOOK invocation by Jan Engelhardt · 15 years ago
  45. 7668448 bridge: cleanup: remove unused assignment by Dan Carpenter · 15 years ago
  46. 8440853 bridge br_multicast: Fix skb leakage in error path. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  47. 0ba8c9e bridge br_multicast: Fix handling of Max Response Code in IGMPv3 message. by YOSHIFUJI Hideaki / 吉藤英明 · 15 years ago
  48. 0821ec5 bridge: Move NULL mdb check into br_mdb_ip_get by Herbert Xu · 15 years ago
  49. bec68ff bridge: ensure to unlock in error path in br_multicast_query(). by YOSHIFUJI Hideaki · 15 years ago
  50. 10cc2b5 bridge: Fix RCU race in br_multicast_stop by Herbert Xu · 15 years ago
  51. 49f5fcf bridge: Use RCU list primitive in __br_mdb_ip_get by Herbert Xu · 15 years ago
  52. 02a780c bridge: cleanup: remove unneed check by Dan Carpenter · 15 years ago
  53. b195167 bridge: Add hash elasticity/max sysfs entries by Herbert Xu · 15 years ago
  54. 561f1103 bridge: Add multicast_snooping sysfs toggle by Herbert Xu · 15 years ago
  55. 0909e11 bridge: Add multicast_router sysfs entries by Herbert Xu · 15 years ago
  56. eb1d164 bridge: Add core IGMP snooping support by Herbert Xu · 15 years ago