1. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  2. d442af2 rndis_wlan: use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  3. 22d0d2f wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute types by Omer Efrat · 7 years ago
  4. ae636fb rndis_wlan: potential buffer overflow in rndis_wlan_auth_indication() by Dan Carpenter · 7 years ago
  5. 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
  6. 29ce6ec cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss() by Avraham Stern · 8 years ago
  7. 9dc7efd rndis_wlan: add return value validation by Pan Bian · 8 years ago
  8. 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
  9. 818a986 cfg80211: move add/change interface monitor flags into params by Johannes Berg · 8 years ago
  10. c8b5d12 net: usbnet: support 64bit stats by Greg Ungerer · 8 years ago
  11. bee427b cfg80211: Pass new RSSI level in CQM RSSI notification by Andrzej Zaborowski · 8 years ago
  12. 1d76250 nl80211: support beacon report scanning by Avraham Stern · 9 years ago
  13. 57fbcce cfg80211: remove enum ieee80211_band by Johannes Berg · 9 years ago
  14. 7e724da6 rndis_wlan: fix checking for default value by Andrzej Hajda · 9 years ago
  15. 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 · 10 years ago
  16. 80279fb cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnect by Johannes Berg · 10 years ago
  17. e3958e9 rndis_wlan: harmless issue calling set_bit() by Dan Carpenter · 10 years ago
  18. 93803b3 wireless: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  19. 319090b cfg80211: remove enum station_info_flags by Johannes Berg · 10 years ago
  20. 5bc8c1f cfg80211: allow passing frame type to cfg80211_inform_bss() by Johannes Berg · 10 years ago
  21. 3b3a016 cfg80211: constify MAC addresses in cfg80211 ops by Johannes Berg · 11 years ago
  22. 3a11af8 rndis_wlan: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan} by Zhao, Gang · 11 years ago
  23. fe94f3a cfg80211: fix channel configuration in IBSS join by Antonio Quartulli · 11 years ago
  24. c8bf40a wireless: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  25. 3676915 drivers/net/wireless: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  26. e6146c5 rndis_wlan: update email address by Jussi Kivilinna · 12 years ago
  27. cd3d03d rndis_wlan: Remove redundant NULL check before kfree by Syam Sidhardhan · 12 years ago
  28. 98d5fac Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  29. 5b112d3 cfg80211: pass wiphy to cfg80211_ref_bss/put_bss by Johannes Berg · 12 years ago
  30. 0d2e7a5 wireless: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 12 years ago
  31. 683b6d3 cfg80211: pass a channel definition struct by Johannes Berg · 12 years ago
  32. c844211 cfg80211: allow per interface TX power setting by Johannes Berg · 12 years ago
  33. c115443 rndis_wlan: remove pointless check from rndis_scan() by Wei Yongjun · 12 years ago
  34. 60f53cf rndis_wlan: Fix potential memory leak in update_pmkid() by Alexey Khoroshilov · 12 years ago
  35. fd01428 nl80211: move scan API to wdev by Johannes Berg · 13 years ago
  36. b0fd49b rndis_wlan: fix matching bssid check in rndis_check_bssid_list() by Jussi Kivilinna · 13 years ago
  37. 28f3d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  38. a481991 Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  39. a0d0d16 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by John W. Linville · 13 years ago
  40. e1f12eb USB: Disable hub-initiated LPM for comms devices. by Sarah Sharp · 13 years ago
  41. 68c7a1c rndis_wlan: remove set_channel cfg80211 hook by Johannes Berg · 13 years ago
  42. 470f16c rndis_wlan: cleanup: change oid from __le32 to u32 in various places by Jussi Kivilinna · 13 years ago
  43. 117599e rndis_wlan: cleanup: byteswap data from device instead of RNDIS_* defines by Jussi Kivilinna · 13 years ago
  44. 4cc6c4d usb/net: rndis: merge duplicate 802_* OIDs by Linus Walleij · 13 years ago
  45. 8cdddc3 usb/net: rndis: eliminate first set of duplicate OIDs by Linus Walleij · 13 years ago
  46. 7591157 usb/net: rndis: break out <linux/rndis.h> defines by Linus Walleij · 13 years ago
  47. 7390e8b0 usb/net: rndis: inline the cpu_to_le32() macro by Linus Walleij · 13 years ago
  48. 2e42e47 drivers/net: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 13 years ago
  49. 461bc26 rndis_wlan: use u8 for key indexes by Jussi Kivilinna · 13 years ago
  50. f096ce6 rndis_wlan: use RNDIS_WLAN_NUM_KEYS for all key index checks by Jussi Kivilinna · 13 years ago
  51. f808e4a rndis_wlan: fix le16/le32_to_cpu mix up with config.beacon_period by Jussi Kivilinna · 13 years ago
  52. e4e02da rndis_wlan: prevent integer overflow in indication() by Dan Carpenter · 13 years ago
  53. 551d6fe rndis_wlan: make some variables unsigned by Dan Carpenter · 13 years ago
  54. b26e3950 rndis_wlan: remove unneeded variables by Dan Carpenter · 13 years ago
  55. 41eedf3 rndis_wlan: integer overflows in rndis_wlan_do_link_up_work() by Dan Carpenter · 13 years ago
  56. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  57. a7cf534 rndis_wlan: remove unused macro by Jussi Kivilinna · 13 years ago
  58. 1c70687 rndis_wlan: add reporting of PMKSA candidate events by Jussi Kivilinna · 13 years ago
  59. 30fd907 rndis_wlan: add missing __packed by Jussi Kivilinna · 13 years ago
  60. 6f104a0 rndis_wlan: pass channel info to cfg80211_roamed() by Jussi Kivilinna · 13 years ago
  61. cb82a66 rndis_wlan: split getting current channel to separate function by Jussi Kivilinna · 13 years ago
  62. d632eb1 USB: convert drivers/net/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  63. a64e2e2 rndis_wlan: release BSS structures returned by cfg80211_inform_bss() by Jussi Kivilinna · 13 years ago
  64. ec3cbb9 rndis_wlan: add range check in del_key() by Dan Carpenter · 13 years ago
  65. b38d355 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  66. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  67. 029111e rndis_wlan: remove wireless extensions inclusions by Johannes Berg · 14 years ago
  68. ed9d010 cfg80211: Use consistent BSS matching between scan and sme by Jouni Malinen · 14 years ago
  69. 63453c0 rndis_wlan: use power save only for BCM4320b by Jussi Kivilinna · 14 years ago
  70. 40d70dd rndis_wlan: add support for set_power_mgmt by Jussi Kivilinna · 14 years ago
  71. 49b35bd rndis_wlan: add support for set_cqm_rssi_config by Jussi Kivilinna · 14 years ago
  72. a3463a1 rndis_wlan: remove unused variable from priv structure by Jussi Kivilinna · 14 years ago
  73. c2aa413 rndis_wlan: constify rndis_config_ops by Jussi Kivilinna · 14 years ago
  74. 21b27be rndis_wlan: turn radio off before interface is bring up by Jussi Kivilinna · 14 years ago
  75. 0b57802 rndis_wlan: do not set default_key if not WEP key by Jussi Kivilinna · 14 years ago
  76. bfe3850 rndis_wlan: scanning, workaround device returning incorrect bssid-list item count. by Jussi Kivilinna · 14 years ago
  77. dbd2fd6 cfg80211/nl80211: separate unicast/multicast default TX keys by Johannes Berg · 14 years ago
  78. 22288a5 rndis_wlan: Use static const by Joe Perches · 14 years ago
  79. 458fafd rndis_wlan: avoid uninitialized var warning in rndis_wlan_craft_connected_bss by John W. Linville · 14 years ago
  80. 5cb56af rndis_wlan: workaround poor scanning with BCM4320a by Jussi Kivilinna · 14 years ago
  81. b5257c9 rndis_wlan: workaround device not returning bss for currently connected AP by Jussi Kivilinna · 14 years ago
  82. e31b821 cfg80211/mac80211: allow per-station GTKs by Johannes Berg · 14 years ago
  83. 05318bc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  84. fa61cf7 cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm units by Juuso Oikarinen · 15 years ago
  85. 14599f1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  86. ba2d358 drivers/net: use __packed annotation by Eric Dumazet · 15 years ago
  87. 3d1ca47 rndis_wlan: increase assocbuf size and validate association info offsets from driver by Jussi Kivilinna · 15 years ago
  88. b6411fc rndis_wlan: replace wireless_send_event with cfg80211_disconnected by Jussi Kivilinna · 15 years ago
  89. cc75589 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 15 years ago
  90. f444de0 cfg80211/mac80211: better channel handling by Johannes Berg · 15 years ago
  91. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  92. 0f2df9e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into merge by John W. Linville · 15 years ago
  93. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  94. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  95. 33e2bf6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  96. 5a7d058 rndis_wlan: Implement cfg80211 PMKSA API by Jussi Kivilinna · 15 years ago
  97. 0308383 rndis_wlan: get max_num_pmkids from device by Jussi Kivilinna · 15 years ago
  98. ea29d65 rndis_wlan: remove unused variables from priv structure by Jussi Kivilinna · 15 years ago
  99. 80f8c5b rndis_wlan: copy only useful data from rndis_command respond by Jussi Kivilinna · 15 years ago
  100. 12c3400 rndis_wlan: correct multicast_list handling V3 by Jiri Pirko · 15 years ago