1. 95ef123 brcmfmac: introduce brcmf_net_detach() function by Arend van Spriel · 9 years ago
  2. c67d41b brcmfmac: change prototype for brcmf_fws_hdrpull() by Arend van Spriel · 9 years ago
  3. 03cca20 brcmfmac: remove ifidx parameter from brcmf_fws_txstatus_suppressed() by Arend van Spriel · 9 years ago
  4. 9d6c1dc brcmfmac: add dedicated debug level for firmware console logging by Arend van Spriel · 9 years ago
  5. 291da87 brcmfmac: add mapping for interface index to bsscfg index by Arend van Spriel · 9 years ago
  6. 054e68a brcmfmac: pass struct brcmf_if instance in brcmf_txfinalize() by Arend van Spriel · 9 years ago
  7. 46f3b6e brcmfmac: use brcmf_get_ifp() to map ifidx to struct brcmf_if instance by Arend van Spriel · 9 years ago
  8. ddddfed brcmfmac: correct detection of p2pdev interface event by Arend van Spriel · 9 years ago
  9. 1c626cf brcmfmac: only call brcmf_cfg80211_detach() when attach was successful by Arend van Spriel · 9 years ago
  10. ee6e3a3 brcmfmac: change parameters for brcmf_remove_interface() by Arend van Spriel · 9 years ago
  11. 796cfb6 brcmfmac: make brcmf_proto_hdrpull() return struct brcmf_if instance by Arend van Spriel · 9 years ago
  12. 75effb0 brcmfmac: consolidate ifp lookup in driver core by Arend van Spriel · 9 years ago
  13. 4e70f21 brcmfmac: Add support for host platform NVRAM loading. by Hante Meuleman · 9 years ago
  14. fc7c3ad brcmfmac: bump highest event number for 4339 firmware by Arend van Spriel · 9 years ago
  15. b02bf19 brcmfmac: block the correct flowring when backup queue overflow by Franky Lin · 9 years ago
  16. 39504a2 brcmfmac: make use of cfg80211_check_combinations() by Arend van Spriel · 9 years ago
  17. 2bb66a8 brcmfmac: add debugfs entry for msgbuf statistics by Franky Lin · 9 years ago
  18. 0882dda brcmfmac: correct interface combination info by Arend van Spriel · 9 years ago
  19. 50f32e2 brcmfmac: check all combinations when setting wiphy's addresses by Rafał Miłecki · 9 years ago
  20. d3928d0 brcmfmac: dhd_sdio.c: use existing atomic_or primitive by Vineet Gupta · 9 years ago
  21. e3faa86 brcmfmac: set wiphy's addresses to provide valid MACs by Rafa? Mi?ecki · 9 years ago
  22. 7766120 brcmsmac: Use kstrdup to simplify code by Christophe Jaillet · 9 years ago
  23. fa43335 Merge tag 'wireless-drivers-next-for-davem-2015-06-18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 9 years ago
  24. 40b503c brcmfmac: make brcmf_p2p_detach() call conditional by Arend van Spriel · 9 years ago
  25. cb700df brcmfmac: fix double free of p2pdev interface by Arend van Spriel · 9 years ago
  26. f7a4087 brcmfmac: assure p2pdev is unregistered upon driver unload by Arend van Spriel · 9 years ago
  27. 55479df brcmfmac: move p2p attach/detach functions by Arend van Spriel · 9 years ago
  28. f37d69a brcmfmac: free ifp for non-netdev interface in p2p module by Arend van Spriel · 9 years ago
  29. 5768f31 brcmfmac: have sdio return -EIO when device communication is not possible by Arend van Spriel · 9 years ago
  30. 1f0dc59 brcmfmac: rework .get_station() callback by Arend van Spriel · 9 years ago
  31. 2e5f66f brcmfmac: Build wiphy mode and interface combinations dynamically by Pontus Fuchs · 9 years ago
  32. 2b560d7 brcmfmac: Check if firmware supports p2p by Pontus Fuchs · 9 years ago
  33. 5b18ffb brcmfmac: use debugfs_create_devm_seqfile() helper function by Arend van Spriel · 9 years ago
  34. c161f29 brcmfmac: remove watchdog reset from brcmf_pcie_buscoreprep() by Arend van Spriel · 9 years ago
  35. dbf9675 brcmfmac: remove chipinfo debugfs entry by Arend van Spriel · 9 years ago
  36. df738c2 brcmfmac: Update msgbuf read pointer quicker. by Hante Meuleman · 9 years ago
  37. 30686bf mac80211: convert HW flags to unsigned long bitmap by Johannes Berg · 9 years ago
  38. 11f09d4 brcmfmac: use direct data pointer in NVRAM parser struct by Rafał Miłecki · 9 years ago
  39. 6896f4f brcmfmac: set wiphy perm_addr to hardware MAC address by Rafał Miłecki · 9 years ago
  40. f33d591 brcmfmac: support NVRAMs containing pci devpaths (instead of pcie) by Rafał Miłecki · 9 years ago
  41. 9d1dabf Merge tag 'wireless-drivers-next-for-davem-2015-06-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 9 years ago
  42. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  43. d803731 Merge tag 'mac80211-next-for-davem-2015-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 9 years ago
  44. 7d072b4 brcmfmac: avoid null pointer access when brcmf_msgbuf_get_pktid() fails by Arend van Spriel · 9 years ago
  45. fc23e81 brcmfmac: allow NVRAM values to contain spaces by Rafał Miłecki · 9 years ago
  46. 279b4cb brcmfmac: treat \0 as end of comment when parsing NVRAM by Rafał Miłecki · 9 years ago
  47. 5d08408 brcmfmac: simplify check finding NVRAM v1 device path by Rafał Miłecki · 9 years ago
  48. ae8c236 brcmfmac: simplify check stripping v2 NVRAM by Rafał Miłecki · 9 years ago
  49. 00e27ee brcmfmac: fix invalid access to struct acpi_device fields by Arend van Spriel · 9 years ago
  50. 80279fb cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnect by Johannes Berg · 9 years ago
  51. f3550ae brcmfmac: add support for dma indices feature by Franky Lin · 9 years ago
  52. c2d4182 brcmfmac: remove dummy cache flush/invalidate function by Franky Lin · 9 years ago
  53. fd5e8cb brcmfmac: remove pci shared structure rev4 support by Franky Lin · 9 years ago
  54. 464a5f3 brcmfmac: Improve throughput by scheduling msbug flow worker. by Hante Meuleman · 9 years ago
  55. f58001f brcmfmac: allow device tree node without 'interrupts' property by Arend van Spriel · 9 years ago
  56. 22f44150 brcmfmac: avoid gcc-5.1 warning by Arnd Bergmann · 9 years ago
  57. f0992ac brcmfmac: prohibit ACPI power management for brcmfmac driver by Fu, Zhonghui · 9 years ago
  58. d98c3ed Merge tag 'wireless-drivers-next-for-davem-2015-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 9 years ago
  59. 6e65104 brcmfmac: check result of USB firmware request by Rafał Miłecki · 9 years ago
  60. d5c5181 brcmfmac: cleanup a sizeof() by Dan Carpenter · 9 years ago
  61. c436553 brcmfmac: Add support for multiple PCIE devices in nvram. by Hante Meuleman · 9 years ago
  62. 27aace2 brcmfmac: add additional 43602 pcie device id. by Hante Meuleman · 9 years ago
  63. 67f3b6a brcmfmac: add support for BCM4358 PCIe device by Arend van Spriel · 9 years ago
  64. bdf1340 brcmfmac: fix sdio suspend and resume by Arend van Spriel · 9 years ago
  65. 8b36e98 brcmfmac: process interrupt regardless sdiod state by Arend van Spriel · 9 years ago
  66. ba5e866 brcmfmac: add support for BCM4324 rev B5 chipset by Arend van Spriel · 9 years ago
  67. 7a7a87d brcmfmac: make scheduled scan support conditional by Arend van Spriel · 9 years ago
  68. 28d96e5 brcmfmac: add description for feature flags by Arend van Spriel · 9 years ago
  69. 8afe0ec brcmfmac: update wiphy band information upon updating regulatory domain by Arend van Spriel · 9 years ago
  70. 58de92d brcmfmac: use static superset of channels for wiphy bands by Arend van Spriel · 9 years ago
  71. df14046 mac80211: remove support for IFF_PROMISC by Johannes Berg · 9 years ago
  72. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  73. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  74. 6e9dd8d brcmsmac: Move each system tracepoints to their own header by Steven Rostedt (Red Hat) · 9 years ago
  75. 12827fe wireless: Use bool function returns of true/false instead of 1/0 by Joe Perches · 9 years ago
  76. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  77. 45eb516 Merge tag 'wireless-drivers-next-for-davem-2015-04-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 9 years ago
  78. 7b6249b Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 9 years ago
  79. 6bab2e19 cfg80211: pass name_assign_type to rdev_add_virtual_intf() by Tom Gundersen · 10 years ago
  80. f93a25b brcmfmac: disable MBSS feature for BCM43362 by Arend van Spriel · 10 years ago
  81. 0fa74a4b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  82. 55ab9a7 brcmfmac: remove support for unreleased BCM4354 PCIe by Arend van Spriel · 10 years ago
  83. 228a717 brcmfmac: only support the BCM43455/7 device by Arend van Spriel · 10 years ago
  84. 2591155 brcmfmac: add support for BCM43430 SDIO chipset by Arend van Spriel · 10 years ago
  85. 7fca40e brcmfmac: add MODULE_FIRMWARE() macros for bcm4356 PCIe device by Arend van Spriel · 10 years ago
  86. ef5671d brcmfmac: Remove unnecessary new-line in pcie console logging. by Hante Meuleman · 10 years ago
  87. a74196b brcmfmac: Update msgbuf commonring size for improved throughput. by Hante Meuleman · 10 years ago
  88. 2c64e16 brcmfmac: Add necessary memory barriers for SDIO. by Hante Meuleman · 10 years ago
  89. 063d517 brcmfmac: avoid runtime-pm for sdio host controller by Arend van Spriel · 10 years ago
  90. 702131e bcma: move PCI IRQ control function to host specific code by Rafał Miłecki · 10 years ago
  91. cf45932 brcmfmac: fix watchdog timer regression by Arend van Spriel · 10 years ago
  92. 9819a90 brcmfmac: take save&restore memory into account for SDIO shared info by Arend van Spriel · 10 years ago
  93. 0da32ba brcmfmac: extract ram size info from internal memory registers by Arend van Spriel · 10 years ago
  94. 38f29e1 brcmfmac: assure device is ready for download after brcmf_chip_attach() by Arend van Spriel · 10 years ago
  95. d380ebc brcmfmac: rename chip download functions by Arend van Spriel · 10 years ago
  96. 5ded1c2 brcmfmac: always perform cores checks by Arend van Spriel · 10 years ago
  97. 55b59fb brcmfmac: remove duplication of ramsize info by Arend van Spriel · 10 years ago
  98. 9c51026 brcmfmac: Add support for BCM4345 SDIO chipset. by Syed Asifful Dayyan · 10 years ago
  99. d375bc8 brcmfmac: Fix race condition in msgbuf ioctl processing. by Hante Meuleman · 10 years ago
  100. 449e58b brcmfmac: Fix possible race-condition. by Hante Meuleman · 10 years ago