1. 42282f4 staging: rtl8723au: Only validate vendor specific ies, when they it is vendor specific by Jes Sorensen · 10 years ago
  2. 98f979f staging: rtl8723au: rtw_append_pmkid(): Adjust for IEs array not arrying fixed elements by Jes Sorensen · 10 years ago
  3. 86184b9 staging: rtl8723au: rtw_restruct_wmm_ie23a(): Use cfg80211_find_vendor_ie() by Jes Sorensen · 10 years ago
  4. 2dcf6b4 staging: rtl8723au: Eliminate set_wep_key() and call set_group_key() directly by Jes Sorensen · 10 years ago
  5. 7ef2743 staging: rtl8723au: Validate keys in cfg80211_rtw_add_key() by Jes Sorensen · 10 years ago
  6. 3e71669 staging: rtl8723au: Remove obsolete struct ieee_parm by Jes Sorensen · 10 years ago
  7. f0bf8dd staging: rtl8723au: rtw_cfg80211_{ap_}set_encryption(): Stop passing ieee_parms argument by Jes Sorensen · 10 years ago
  8. f88ab54 staging: rtl8723au: rtw_cfg80211_{ap_}set_encryption(): Add sta_addr argument by Jes Sorensen · 10 years ago
  9. efd4216 staging: rtl8723au: rtw_cfg80211_{ap_}set_encryption(): No more string parsing to determine cipher by Jes Sorensen · 10 years ago
  10. 6e6e2d6 staging: rtl8723au: Stop setting ieee_parm arguments that aren't used by Jes Sorensen · 10 years ago
  11. 0996cf9 staging: rtl8723au: rtw_cfg80211_{ap_}set_encryption(): Add set_tx argument by Jes Sorensen · 10 years ago
  12. fd38187 staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): obtain key from key_params by Jes Sorensen · 10 years ago
  13. f7ce87c staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Pass key_index argument by Jes Sorensen · 10 years ago
  14. 5292a89 staging: rtl8723au: rtw_cfg80211_set_encryption(): Pass key_index as argument by Jes Sorensen · 10 years ago
  15. e1343f9 staging: rtl8723au: rtw_cfg80211_set_encryption(): Obtain key from key_params->key by Jes Sorensen · 10 years ago
  16. 8188b1c staging: rtl8723au: rtw_cfg80211_set_encryption(): Use key_params->cipher by Jes Sorensen · 10 years ago
  17. d0dc266 staging: rtl8723au: rtw_cfg80211_set_encryption(): Obtain key_len from struct key_params by Jes Sorensen · 10 years ago
  18. a9e346f staging: rtl8723au: rtw_cfg80211_set_encryption(): Pass additional struct key_params by Jes Sorensen · 10 years ago
  19. 55db5d0 staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Use keyparms->cipher to set WEP size by Jes Sorensen · 10 years ago
  20. f84f97f staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Stop using param->u.crypt.alg by Jes Sorensen · 10 years ago
  21. c36e122 staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Use key len from struct key_params by Jes Sorensen · 10 years ago
  22. 4e297c2 staging: rtl8723au: rtw_cfg80211_ap_set_encryption() is only called for WIFI_AP_STATE by Jes Sorensen · 10 years ago
  23. 5dab9e7 staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Use key_params->cipher to determine encryption by Jes Sorensen · 10 years ago
  24. ef80f1f staging: rtl8723au: Remove unused RSN_VERSION_BSD23A by Jes Sorensen · 10 years ago
  25. c250e07 staging: rtl8723au: rtw_get_wps_attr_content23a(): Remove unused argument by Jes Sorensen · 10 years ago
  26. 7ef2a15 staging: rtl8723au: Remove unused #define P80211CAPTURE_VERSION by Jes Sorensen · 10 years ago
  27. 71b0956 staging: rtl8723au: Remove unused #define EID_BSSIntolerantChlReport by Jes Sorensen · 10 years ago
  28. 1de65cc staging: rtl8723au: Get rid of obsolete _FIXED_IE_LENGTH_ + _BEACON_IE_OFFSET by Jes Sorensen · 10 years ago
  29. 68e6c79 staging: rtl8723au: Stop carrying half the beacon frame header in the stored IE array by Jes Sorensen · 10 years ago
  30. a4cf0d6 staging: rtl8723au: rtw_generate_ie23a(): update network info as well as IE by Jes Sorensen · 10 years ago
  31. 0f728f1 staging: rtl8723au: issue_beacon23a(): Determine ie buffer location using 80211_mgmt by Jes Sorensen · 10 years ago
  32. 8906037 staging: rtl8723au: issue_beacon23a(): Fix another case issuing a corrupted beacon by Jes Sorensen · 10 years ago
  33. 2131891 staging: rtl8723au: Remove unused dump_txrpt_ccx_8723a() by Jes Sorensen · 10 years ago
  34. 559789d staging: rtl8723au: Remove no-op CheckFwRsvdPageContent23a() by Jes Sorensen · 10 years ago
  35. a22301e staging: rtl8723au: ConstructProbeRsp(): Use struct ieee80211_mgmt by Jes Sorensen · 10 years ago
  36. e61fc7c staging: rtl8723au: Use _FIXED_IE_LEN_ instead of hard coded value by Jes Sorensen · 10 years ago
  37. 51a26d2 staging: rtl8723au: rtw_check_beacon_data23a(): Capability is already uptodate in cur_network by Jes Sorensen · 10 years ago
  38. fb5fd46 staging: rtl8723au: rtw_add_beacon(): Construct a full beacon frame for validation by Jes Sorensen · 10 years ago
  39. 1d33b07 staging: rtl8723au: rtw_get_cur_max_rate(): Use _FIXED_IE_LENGTH_ instead of hardcoded value by Jes Sorensen · 10 years ago
  40. 5b5cf99 staging: rtl8723au: Remove unused IE offset #defines by Jes Sorensen · 10 years ago
  41. 60e78f3d staging: rtl8723au: Remove usage of _{RE, }ASOCREQ_IE_OFFSET_ by Jes Sorensen · 10 years ago
  42. 40954b6 staging: rtl8723au: Remove unused size defines for mgmt frame elements by Jes Sorensen · 10 years ago
  43. ef7994f Merge 3.16-rc2 into staging-next by Greg Kroah-Hartman · 10 years ago
  44. a497c3b Linux 3.16-rc2 by Linus Torvalds · 10 years ago
  45. 8f5d270 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  46. 2dfded8 Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  47. 532f513 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  48. e13d100 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  49. 147f140 Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  50. ad8686b staging: rtl8723au: issue_probersp(): No need to calculate location of IEs, we know where they are by Jes Sorensen · 10 years ago
  51. d642a0a0 staging: rtl8723au: issue_probersp(): Don't insert beacon data twice by Jes Sorensen · 10 years ago
  52. 2bde052 staging: rtl8723au: rtw_joinbss_update_network23a(): update beacon info as well by Jes Sorensen · 10 years ago
  53. eb4f07b staging: rtl8723au: rtw_survey_event_cb23a(): Remember to clone beacon data by Jes Sorensen · 10 years ago
  54. a131aac staging: rtl8723au: Remove (hopefully) last duplicate define of WLAN_EID_RSN by Jes Sorensen · 10 years ago
  55. 2bd3b4f staging: rtl8723au: Remove write-only struct security_priv->authenticator_ie by Jes Sorensen · 10 years ago
  56. d4fc021 staging: rtl8723au: Remove unused struct mlme_priv->wfd_* entries by Jes Sorensen · 10 years ago
  57. a8607ff staging: rtl8723au: Remove obsolete mlme_priv->p2p_* entries by Jes Sorensen · 10 years ago
  58. 86bbac6 staging: rtl8723au: Remove unused struct mlme_priv->wps_probe_resp_ie by Jes Sorensen · 10 years ago
  59. 302b1cd staging: rtl8723au: Remove unused mlme_priv->wps_assoc_resp_ie and friends by Jes Sorensen · 10 years ago
  60. 2331ef8 staging: rtl8723au: struct mlme_priv->wps_beacon_ie is never set by Jes Sorensen · 10 years ago
  61. 401c58f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  62. 7b08d61 Merge branch 'locking-urgent-for-linus.patch' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  63. 7a8e9c8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  64. f1b35b8 Merge tag 'for-linus' of git://github.com/gxt/linux by Linus Torvalds · 10 years ago
  65. 60761c1 Merge tag 'char-misc-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  66. e6934ab Merge tag 'staging-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  67. c3cb500 Merge tag 'tty-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  68. 564fbee Merge tag 'usb-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  69. 73b35d0 MAINTAINERS: add entry for VMware Balloon driver by Dmitry Torokhov · 10 years ago
  70. ee5f8a4 staging: rtl8188eu: Move all efuse related code to rtw_efuse.c by navin patidar · 10 years ago
  71. 756850c staging: rtl8188eu: rtw_efuse.c: Remove unnecessary comments by navin patidar · 10 years ago
  72. 1bc7bab staging: rtl8188eu: rtw_efuse.c: Remove unused local variables by navin patidar · 10 years ago
  73. a2bf6a4 staging: rtl8188eu: rtw_efuse.c: Remove unused global variables by navin patidar · 10 years ago
  74. 8023296 staging: rtl8188eu: hal_EfusePartialWriteCheck(): Remove bluetooth specific code by navin patidar · 10 years ago
  75. 84ce31c staging: rtl8188eu: rtl8188e_hal_init.c: Remove forward declarations by navin patidar · 10 years ago
  76. e9ecc553 staging: rtl8188eu: Remove bool bPseudoTest parameter from efuse functions by navin patidar · 10 years ago
  77. 3a2bb3b staging: rtl8188eu: hal_EfuseCheckIfDatafollowed(): Remove unused parameter by navin patidar · 10 years ago
  78. b09d7549 staging: rtl8188eu: Efuse_WordEnableDataWrite(): Remove unused parameter test by navin patidar · 10 years ago
  79. b0d255c staging: rtl8188eu: EFUSE_ShadowMapUpdate():Remove unused parameter bool test by navin patidar · 10 years ago
  80. 0d1c84d staging: rtl8188eu: Efuse_ReadAllMap(): Remove unused parameter bool test by navin patidar · 10 years ago
  81. c4f6cf0 staging: rtl8188eu: Efuse_GetCurrentSize(): Remove parameter bool test by navin patidar · 10 years ago
  82. 142547b staging: rtl8188eu: efuse_ReadEFuse(): Remove parameter bool bPseudoTest by navin patidar · 10 years ago
  83. 20f3b6c staging: rtl8188eu: efuse_OneByteWrite(): Remove unused parameter bool test by navin patidar · 10 years ago
  84. 7881055 staging: rtl8188eu: efuse_OneByteRead():Remove unused parameter bool test by navin patidar · 10 years ago
  85. 6ebd7ce staging: rtl8188eu: Remove unused function EFUSE_Read1Byte() by navin patidar · 10 years ago
  86. bd46e7f staging: rtl8188eu: Remove unused function ReadEFuseByte() by navin patidar · 10 years ago
  87. 800072c staging: rtl8188eu: Remove function rtw_BT_efuse_map_read() by navin patidar · 10 years ago
  88. 2accfc7 staging: rtl8188eu: Remove unused function Efuse_PgPacketWrite_BT() by navin patidar · 10 years ago
  89. 052deb5 staging: rtl8188eu: Remove function rtw_BT_efuse_map_write() by navin patidar · 10 years ago
  90. 1898cb9 staging: rtl8188eu: Remove function Efuse_Read1ByteFromFakeContent() by navin patidar · 10 years ago
  91. 98e0ef3 staging: rtl8188eu: Remove function Efuse_Write1ByteToFakeContent() by navin patidar · 10 years ago
  92. a602fd0 staging: rtl8188eu: Rename hal_EfusePgPacketWrite_8188e() by navin patidar · 10 years ago
  93. 5896c37 staging: rtl8188eu: Rename hal_EfusePgPacketRead_8188e() to Efuse_PgPacketRead() by navin patidar · 10 years ago
  94. 93282a6 staging: rtl8188eu: Rename function ReadEFuseByIC() to efuse_ReadEFuse() by navin patidar · 10 years ago
  95. b0c8d7a staging: rtl8188eu: Remove function Hal_EfuseReadEFuse88E() by navin patidar · 10 years ago
  96. 7b61ace staging: rtl8188eu: Rename function Hal_EfuseWordEnableDataWrite() by navin patidar · 10 years ago
  97. f98440f staging: rtl8188eu: Rename rtl8188e_EfusePowerSwitch() to Efuse_PowerSwitch() by navin patidar · 10 years ago
  98. 585688c staging: rtl8188eu: Rename hal_EfuseGetCurrentSize_8188e() by navin patidar · 10 years ago
  99. 9dec254 staging: rtl8188eu: Rename rtl8188e_EFUSE_GetEfuseDefinition() by navin patidar · 10 years ago
  100. fcb24cd staging: rtl8188eu: rtw_efuse.c: Remove unnecessary function declaration by navin patidar · 10 years ago