PageRenderTime 26ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/kernel/linux-2.6.18/Documentation/networking/multicast.txt

https://bitbucket.org/Mali_Laurent/deambox-openpli-kernel
Plain Text | 63 lines | 56 code | 7 blank | 0 comment | 0 complexity | ba5df47594453769816e661d9d9f1fe8 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0, CC-BY-SA-3.0
  1. Behaviour of Cards Under Multicast
  2. ==================================
  3. This is how they currently behave, not what the hardware can do--for example,
  4. the Lance driver doesn't use its filter, even though the code for loading
  5. it is in the DEC Lance-based driver.
  6. The following are requirements for multicasting
  7. -----------------------------------------------
  8. AppleTalk Multicast hardware filtering not important but
  9. avoid cards only doing promisc
  10. IP-Multicast Multicast hardware filters really help
  11. IP-MRoute AllMulti hardware filters are of no help
  12. Board Multicast AllMulti Promisc Filter
  13. ------------------------------------------------------------------------
  14. 3c501 YES YES YES Software
  15. 3c503 YES YES YES Hardware
  16. 3c505 YES NO YES Hardware
  17. 3c507 NO NO NO N/A
  18. 3c509 YES YES YES Software
  19. 3c59x YES YES YES Software
  20. ac3200 YES YES YES Hardware
  21. apricot YES PROMISC YES Hardware
  22. arcnet NO NO NO N/A
  23. at1700 PROMISC PROMISC YES Software
  24. atp PROMISC PROMISC YES Software
  25. cs89x0 YES YES YES Software
  26. de4x5 YES YES YES Hardware
  27. de600 NO NO NO N/A
  28. de620 PROMISC PROMISC YES Software
  29. depca YES PROMISC YES Hardware
  30. dmfe YES YES YES Software(*)
  31. e2100 YES YES YES Hardware
  32. eepro YES PROMISC YES Hardware
  33. eexpress NO NO NO N/A
  34. ewrk3 YES PROMISC YES Hardware
  35. hp-plus YES YES YES Hardware
  36. hp YES YES YES Hardware
  37. hp100 YES YES YES Hardware
  38. ibmtr NO NO NO N/A
  39. ioc3-eth YES YES YES Hardware
  40. lance YES YES YES Software(#)
  41. ne YES YES YES Hardware
  42. ni52 <------------------ Buggy ------------------>
  43. ni65 YES YES YES Software(#)
  44. seeq NO NO NO N/A
  45. sgiseek <------------------ Buggy ------------------>
  46. smc-ultra YES YES YES Hardware
  47. sunlance YES YES YES Hardware
  48. tulip YES YES YES Hardware
  49. wavelan YES PROMISC YES Hardware
  50. wd YES YES YES Hardware
  51. xirc2ps_cs YES YES YES Hardware
  52. znet YES YES YES Software
  53. PROMISC = This multicast mode is in fact promiscuous mode. Avoid using
  54. cards who go PROMISC on any multicast in a multicast kernel.
  55. (#) = Hardware multicast support is not used yet.
  56. (*) = Hardware support for Davicom 9132 chipset only.