1. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  2. 63a2f31 Merge tag 'wireless-drivers-next-for-davem-2017-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 8 years ago
  3. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  4. 1dbf647 brcmfmac: fix alignment configuration on host using 64-bit DMA by Arend Van Spriel · 8 years ago
  5. 9029679 brcmfmac: remove setting IBSS mode when stopping AP by Chi-hsien Lin · 8 years ago
  6. 6572e5f brcmfmac: btcoex: replace init_timer with setup_timer by Xie Qirong · 8 years ago
  7. 3c89a72 b43: Add missing MODULE_FIRMWARE() by Takashi Iwai · 8 years ago
  8. 94ed6ff brcmfmac: move scheduled scan wiphy param setting to pno module by Arend Van Spriel · 8 years ago
  9. 9fe929a brcmfmac: add firmware feature detection for gscan feature by Arend van Spriel · 8 years ago
  10. cec3819 Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago
  11. b34939b cfg80211: add request id to cfg80211_sched_scan_*() api by Arend Van Spriel · 8 years ago
  12. 29ce6ec cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss() by Avraham Stern · 8 years ago
  13. da6a435 mac80211: separate encoding/bandwidth from flags by Johannes Berg · 8 years ago
  14. 7fdd69c mac80211: clean up rate encoding bits in RX status by Johannes Berg · 8 years ago
  15. 3a3ecf1 cfg80211: add request id parameter to .sched_scan_stop() signature by Arend Van Spriel · 8 years ago
  16. ca986ad nl80211: allow multiple active scheduled scan requests by Arend Van Spriel · 8 years ago
  17. 9cc4b7c brcmfmac: Make skb header writable before use by James Hughes · 8 years ago
  18. 455a1eb brcmfmac: Ensure pointer correctly set if skb data location changes by James Hughes · 8 years ago
  19. ac2291c Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 8 years ago
  20. 028f43b Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago
  21. 26ecfe0 brcmfmac: only build fwsignal module for CONFIG_BRCMFMAC_PROTO_BCDC by Arend Van Spriel · 8 years ago
  22. 6ea51fc brcmfmac: only add channels and ssids once in scan request by Arend Van Spriel · 8 years ago
  23. 6594e1e brcmfmac: remove bogus check in scheduled scan result handler by Arend Van Spriel · 8 years ago
  24. 4835f37 brcmfmac: add length checks in scheduled scan result handler by Arend Van Spriel · 8 years ago
  25. acf8ac4 brcmfmac: remove reference to fwsignal data from struct brcmf_pub by Arend Van Spriel · 8 years ago
  26. fc0471e brcmfmac: ignore interfaces when fwsignal is disabled by Arend Van Spriel · 8 years ago
  27. ffb9f18 brcmfmac: rename brcmf_fws_{de,}init to brcmf_fws{at,de}tach by Arend Van Spriel · 8 years ago
  28. 6e84ab6 brcmfmac: properly align buffers on certain platforms with 64 bit DMA by Heiner Kallweit · 8 years ago
  29. 818a986 cfg80211: move add/change interface monitor flags into params by Johannes Berg · 8 years ago
  30. cdd3210 Merge tag 'wireless-drivers-next-for-davem-2017-04-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 8 years ago
  31. 78b9ccb brcmfmac: no need for d11inf instance in brcmf_pno_start_sched_scan() by Arend Van Spriel · 8 years ago
  32. 49fe9b5 brcmfmac: restore bus state when enter_D3 fails by Arend Van Spriel · 8 years ago
  33. 0cc0236 brcmfmac: add support to move wiphy instance into network namespace by Arend Van Spriel · 8 years ago
  34. 8f9dd1a brcmfmac: move brcmf_fws_deinit to bcdc layer by Franky Lin · 8 years ago
  35. 62c50a3 brcmfmac: wrap brcmf_fws_init into bcdc layer by Franky Lin · 8 years ago
  36. 1c92af0 brcmfmac: update BRCMFMAC symbol description by Rafał Miłecki · 8 years ago
  37. 2f5e9f8 Merge tag 'wireless-drivers-for-davem-2017-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 8 years ago
  38. 282ccf6 drivers: add explicit interrupt.h includes by Florian Westphal · 8 years ago
  39. d77facb brcmfmac: use local iftype avoiding use-after-free of virtual interface by Arend Van Spriel · 8 years ago
  40. 66ded1f brcmfmac: wrap brcmf_fws_reset_interface into bcdc layer by Franky Lin · 8 years ago
  41. c02a5eb brcmfmac: wrap brcmf_fws_del_interface into bcdc layer by Franky Lin · 8 years ago
  42. 9fdc64b brcmfmac: wrap brcmf_fws_add_interface into bcdc layer by Franky Lin · 8 years ago
  43. 7b58439 brcmfmac: move brcmf_txcomplete to bcdc layer by Franky Lin · 8 years ago
  44. 20ec4f5 brcmfmac: move brcmf_txflowblock to bcdc layer by Franky Lin · 8 years ago
  45. b9472a2 brcmfmac: Handle status == BRCMF_E_STATUS_ABORT in cfg80211_escan_handler by Hans de Goede · 8 years ago
  46. 26e53788 brcmfmac: Do not complain about country code "00" by Hans de Goede · 8 years ago
  47. d79fe4c brcmfmac: Do not print the firmware version as an error by Hans de Goede · 8 years ago
  48. f1ac3aa brcmfmac: always print error when PSM's watchdog fires by Rafał Miłecki · 8 years ago
  49. ae44b50 wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple drivers by Andrew Zaborowski · 8 years ago
  50. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  51. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  52. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  53. 91b6328 brcmfmac: Use net_device_stats from struct net_device by Tobias Klauser · 8 years ago
  54. d063055 brcmfmac: merge two remaining brcmf_err macros by Rafał Miłecki · 8 years ago
  55. 087fa71 brcmfmac: switch to C function (__brcmf_err) for printing errors by Rafał Miłecki · 8 years ago
  56. 9587a01 brcmfmac: merge two brcmf_err macros into one by Rafał Miłecki · 8 years ago
  57. 0f83ff6 brcmfmac: use wiphy_read_of_freq_limits to respect limits from DT by Rafał Miłecki · 8 years ago
  58. 36401cb brcmfmac: be more verbose when PSM's watchdog fires by Rafał Miłecki · 8 years ago
  59. f4737a6 brcmfmac: check brcmf_bus_get_memdump result for error by Rafał Miłecki · 8 years ago
  60. 2a2a5d1 brcmfmac: add .update_connect_params() callback by Arend Van Spriel · 8 years ago
  61. 0b57010 brcmfmac: allow wowlan support to be per device by Arend Van Spriel · 8 years ago
  62. d29afe9 brcmfmac: fix handling firmware results for wowl netdetect by Arend Van Spriel · 8 years ago
  63. 2ef0359 brcmfmac: provide a value for struct wowlan_support::max_nd_match_sets by Arend Van Spriel · 8 years ago
  64. b3d75a8 brcmfmac: drop duplicated core selection from brcmf_pcie_attach by Rafał Miłecki · 8 years ago
  65. e8cd475 brcmfmac: rename brcmf_bus_start function to brcmf_bus_started by Rafał Miłecki · 8 years ago
  66. bfa7295 brcmfmac: drop brcmf_bus_detach and inline its code by Rafał Miłecki · 8 years ago
  67. f5611e0 brcmfmac: move brcmf_c_set_joinpref_default declaration to common.h by Rafał Miłecki · 8 years ago
  68. c8d8707 brcmfmac: drop unneeded function declarations from headers by Rafał Miłecki · 8 years ago
  69. 8e290ce brcmfmac: fix incorrect event channel deduction by Gavin Li · 8 years ago
  70. a62a7788 brcmfmac: add support for BCM43455 with modalias sdio:c00v02D0dA9BF by Martin Blumenstingl · 8 years ago
  71. e457a8a brcmfmac: make brcmf_of_probe more generic by Rafał Miłecki · 8 years ago
  72. ab99063 brcmfmac: setup wiphy bands after registering it first by Rafał Miłecki · 8 years ago
  73. 9ea0c30 brcmfmac: don't preset all channels as disabled by Rafał Miłecki · 8 years ago
  74. 77c0d0c brcmfmac: avoid writing channel out of allocated array by Rafał Miłecki · 8 years ago
  75. 85eb018 Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 8 years ago
  76. ad334bb brcmfmac: fix spelling mistakes on "Ivalid" by Colin Ian King · 8 years ago
  77. 2b66325 brcmfmac: fix uninitialized field in scheduled scan ssid configuration by Arend Van Spriel · 8 years ago
  78. cb853da brcmfmac: fix memory leak in brcmf_cfg80211_attach() by Arend Van Spriel · 8 years ago
  79. 6bdf1e0 Makefile: drop -D__CHECK_ENDIAN__ from cflags by Michael S. Tsirkin · 8 years ago
  80. ab17cb1 Merge tag 'wireless-drivers-next-for-davem-2016-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 8 years ago
  81. 53e3a80 brcmfmac: fix scheduled scan result handling for newer chips by Arend Van Spriel · 8 years ago
  82. c6989fd brcmfmac: use requested scan interval in scheduled scan by Arend Van Spriel · 8 years ago
  83. dfe5b0d brcmfmac: remove restriction from .sched_scan_start() callback by Arend Van Spriel · 8 years ago
  84. 331e789 brcmfmac: use provided channels for scheduled scan by Arend Van Spriel · 8 years ago
  85. 3e48611 brcmfmac: move scheduled scan activation to pno source file by Arend Van Spriel · 8 years ago
  86. fca6cb2f brcmfmac: split up brcmf_pno_config() function by Arend Van Spriel · 8 years ago
  87. fa85b30 brcmfmac: make internal escan more generic by Arend Van Spriel · 8 years ago
  88. ab5981c brcmfmac: change prototype for brcmf_do_escan() by Arend Van Spriel · 8 years ago
  89. 3e2e86a brcmfmac: fix handling ssids in .sched_scan_start() callback by Arend Van Spriel · 8 years ago
  90. ac55136 brcmfmac: move pno helper functions in separate source file by Arend Van Spriel · 8 years ago
  91. dc630dc brcmfmac: add support for 43341 chip by Arend Van Spriel · 8 years ago
  92. be4b092 brcmfmac: add pcie host dongle interface rev6 support by Franky Lin · 8 years ago
  93. 33f8a04 Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 8 years ago
  94. 4c0bfea brcmsmac: fix array out-of-bounds access in qm_log10 by Tobias Regnery · 8 years ago
  95. f25ba69 brcmfmac: update beacon IE after bss up and clear when AP stopped by Wright Feng · 8 years ago
  96. e1c122d brcmfmac: print name of connect status event by Rafał Miłecki · 8 years ago
  97. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  98. b073ac1 brcmfmac: proto: add callback for queuing TX data by Rafał Miłecki · 8 years ago
  99. d3532ea brcmfmac: avoid maybe-uninitialized warning in brcmf_cfg80211_start_ap by Arnd Bergmann · 8 years ago
  100. 8f20542 wireless: deprecate WDS and disable by default by Johannes Berg · 8 years ago