1. db8f37f staging: vt6656: mac80211 conversion: main_usb add functions and change usb_driver functions by Malcolm Priestley · 10 years ago
  2. d1eb500 staging: vt6656: mac80211 conversion: add key functions by Malcolm Priestley · 10 years ago
  3. d38b13a staging: vt6656: mac80211 conversion: Create tx functions by Malcolm Priestley · 10 years ago
  4. 63b9907 staging: vt6656: mac80211 conversion: create rx function. by Malcolm Priestley · 10 years ago
  5. 525be90 staging: xillybus: Use devm_ API for memory allocation and DMA mapping by Eli Billauer · 10 years ago
  6. 31cd921 staging: wlags49_h2: Fix use of skb after netif_rx by Himangi Saraogi · 10 years ago
  7. 7873311 Staging: Android: removed an unnecessary else statement by Karthik Nayak · 10 years ago
  8. d93b88e Staging: unisys Remove BROKEN from Kconfig to allow compilation by Ken Cox · 10 years ago
  9. 836bee9 Staging: unisys: remove references to __DATE__ and __TIME__ by Ken Cox · 10 years ago
  10. 5573e4f staging: unisys: remove unused macros by Paul Bolle · 10 years ago
  11. 0c9a057 staging: comedi: s626: remove struct s626_enc_info by H Hartley Sweeten · 10 years ago
  12. 81202ec staging: comedi: s626: tidy up s626_enc_insn_read() by H Hartley Sweeten · 10 years ago
  13. f76d02f staging: comedi: s626: remove 'my_event_bits' from encoder private data by H Hartley Sweeten · 10 years ago
  14. b35d6a3 staging: comedi: s626: remove 'set_mode' callback from encoder private data by H Hartley Sweeten · 10 years ago
  15. 0a98449 staging: comedi: s626: remove 'get_mode' callback from encoder private data by H Hartley Sweeten · 10 years ago
  16. 26499b8 staging: comedi: s626: remove 'reset_cap_flags' callback from encoder private data by H Hartley Sweeten · 10 years ago
  17. 92249e1 staging: comedi: s626: remove 'pulse_index' callback from encoder private data by H Hartley Sweeten · 10 years ago
  18. 13f2609 staging: comedi: s626: remove 'get_int_src' callback from encoder private data by H Hartley Sweeten · 10 years ago
  19. 253e2ee staging: comedi: s626: remove 'set_int_src' callback from encoder private data by H Hartley Sweeten · 10 years ago
  20. c35b86a staging: comedi: s626: remove 'get_load_trig' callback from encoder private data by H Hartley Sweeten · 10 years ago
  21. 7f03b74 staging: comedi: s626: remove 'set_load_trig' callback from encoder private data by H Hartley Sweeten · 10 years ago
  22. 4487502 staging: comedi: s626: remove 'get_enable' callback from encoder private data by H Hartley Sweeten · 10 years ago
  23. c718f4a staging: comedi: s626: remove 'set_enable' callback from encoder private data by H Hartley Sweeten · 10 years ago
  24. 23201eb staging: comedi: s626: remove my_latch_lsw from encoder private data by H Hartley Sweeten · 10 years ago
  25. 2ffe88f staging: comedi: s626: define S626_LP_CNTR* registers based on channel number by H Hartley Sweeten · 10 years ago
  26. de15145 staging: comedi: s626: remove my_cr[ab] from encoder private data by H Hartley Sweeten · 10 years ago
  27. 71961c9 staging: comedi: s626: add comedi "chan" number to struct s626_enc_info by H Hartley Sweeten · 10 years ago
  28. f114b45 staging: comedi: s626: define CRA/CRB registers based on channel number by H Hartley Sweeten · 10 years ago
  29. 860ba36 staging: comedi: addi_apci_1564: move apci1564_interrupt() into addi_apci_1564.c by Chase Southwood · 10 years ago
  30. 1e15687 staging: comedi: addi_apci_1564: add Change-of-State interrupt subdevice and required functions by Chase Southwood · 10 years ago
  31. 4c95a2b staging: comedi: addi_apci_1564: introduce apci1564_private struct by Chase Southwood · 10 years ago
  32. 5f193d7 staging: comedi: addi_apci_1564: remove unused static variables by Chase Southwood · 10 years ago
  33. e8ad74f staging: comedi: addi_apci_1564: remove use of devpriv->b_OutputMemoryStatus by Chase Southwood · 10 years ago
  34. d7b6c57 staging: comedi: dt282x: automatically handle D/A data format by H Hartley Sweeten · 10 years ago
  35. c50d32d staging: comedi: dt282x: fix bug where DIO direction is reset to inputs by H Hartley Sweeten · 10 years ago
  36. 0f8e8c5 staging: comedi: dt282x: tidy up the register map and bit defines by H Hartley Sweeten · 10 years ago
  37. 3ec2e20 staging: comedi: dt282x: avoid calculating the timer divisor multiple times by H Hartley Sweeten · 10 years ago
  38. 7152f7d staging: comedi: dt282x: update the MODULE_DESCRIPTION by H Hartley Sweeten · 10 years ago
  39. 9c64ef4 staging: comedi: dt282x: tidy up multi-line comments by H Hartley Sweeten · 10 years ago
  40. fc00fbc staging: comedi: dt282x: cleanup analog output range table by H Hartley Sweeten · 10 years ago
  41. d5aa6b7 staging: comedi: dt282x: fix Analog Input se/diff channel configuration by H Hartley Sweeten · 10 years ago
  42. 810c8a8 staging: comedi: dt282x: tidy up Analog Input subdevice init by H Hartley Sweeten · 10 years ago
  43. 9803bc0 staging: comedi: dt282x: tidy up Analog Output subdevice init by H Hartley Sweeten · 10 years ago
  44. f8b987b4 staging: comedi: dt282x: remove the 'opt_*' enum by H Hartley Sweeten · 10 years ago
  45. f4af8d4 staging: comedi: dt282x: factor board initialization out of (*attach) by H Hartley Sweeten · 10 years ago
  46. 9504be8 staging: comedi: dt282x: fix dt282x_ao_insn_read() by H Hartley Sweeten · 10 years ago
  47. de91bb9 staging: comedi: dt282x: tidy up dt282x_ai_dma_interrupt() by H Hartley Sweeten · 10 years ago
  48. e6cff39 staging: comedi: dt282x: tidy up dt282x_ao_dma_interrupt() by H Hartley Sweeten · 10 years ago
  49. ecac148 staging: comedi: dt282x: remove sanity checks of 's->async->prealloc_buf' by H Hartley Sweeten · 10 years ago
  50. f83cbc5 staging: comedi: dt282x: tidy up Digital I/O subdevice init by H Hartley Sweeten · 10 years ago
  51. 198c15a staging: comedi: dt282x: rename the prep_{ai,ao}_dma() functions by H Hartley Sweeten · 10 years ago
  52. 6ee9c91 staging: comedi: dt282x: remove unused chan_to_DAC() macro by H Hartley Sweeten · 10 years ago
  53. 30dadbd staging: comedi: dt282x: convert private data flags to bit-fields by H Hartley Sweeten · 10 years ago
  54. c53a62f staging: comedi: dt282x: remove DT2821_SIZE define by H Hartley Sweeten · 10 years ago
  55. cb3d0d3 staging: comedi: dt282x: IRQ and DMA are needed for async command support by H Hartley Sweeten · 10 years ago
  56. ebf86ea staging: comedi: dt282x: remove 'volatile' on private data variables by H Hartley Sweeten · 10 years ago
  57. 804ee9a staging: comedi: dt282x: fix dt282x_ao_insn_write() by H Hartley Sweeten · 10 years ago
  58. 58c8c47 staging: comedi: dt282x: convert 'dabits' boardinfo to 'ao_maxdata' by H Hartley Sweeten · 10 years ago
  59. d839495 staging: comedi: dt282x: convert 'adbits' boardinfo to 'ai_maxdata' by H Hartley Sweeten · 10 years ago
  60. f11c4b6 staging: comedi: dt282x: remove '= 0' boardinfo by H Hartley Sweeten · 10 years ago
  61. 5aeb355 staging: comedi: dt282x: move boardinfo declaration by H Hartley Sweeten · 10 years ago
  62. 935f0e8 staging: comedi: dt282x: remove forward declarations by H Hartley Sweeten · 10 years ago
  63. f4f3f7c staging: comedi: introduce comedi_buf_n_bytes_ready() by H Hartley Sweeten · 10 years ago
  64. 5fc3918 staging: comedi: ke_counter: expose clock source options to user space by H Hartley Sweeten · 10 years ago
  65. 49d74d7 Staging: rtl8192e: adjust error handling by Himangi Saraogi · 10 years ago
  66. a90c6d5 staging: rtl8192u: r8192U_core.c: Cleaning up variable is set more than once by Rickard Strandqvist · 10 years ago
  67. a2581a4 Staging: rtl8192u: r8192U_wx.c Fixed a code-style error about trailing whitespace by Chaitanya Hazarey · 10 years ago
  68. 0b5b4e2 Staging: rtl8192u: r8192U_wx.c Fixed some more code-style warnings about spaces by Chaitanya Hazarey · 10 years ago
  69. a08d541 Staging: rtl8192u: r8192U_wx.c Fixed code-style warnings by Chaitanya Hazarey · 10 years ago
  70. ee01e63 Staging: serqt_usb2: fixed frivolous else statement warnings by Vincent Heuken · 10 years ago
  71. 0b91352 staging: lustre: fix sparse warnings for static symbols by James A Shackleford · 10 years ago
  72. 7c3a8f2 staging: rtl8723au: OnAssocReq23a(): Use cfg80211_find_vendor_ie() to locate VMM by Jes Sorensen · 10 years ago
  73. 42282f4 staging: rtl8723au: Only validate vendor specific ies, when they it is vendor specific by Jes Sorensen · 10 years ago
  74. 98f979f staging: rtl8723au: rtw_append_pmkid(): Adjust for IEs array not arrying fixed elements by Jes Sorensen · 10 years ago
  75. 86184b9 staging: rtl8723au: rtw_restruct_wmm_ie23a(): Use cfg80211_find_vendor_ie() by Jes Sorensen · 10 years ago
  76. 2dcf6b4 staging: rtl8723au: Eliminate set_wep_key() and call set_group_key() directly by Jes Sorensen · 10 years ago
  77. 7ef2743 staging: rtl8723au: Validate keys in cfg80211_rtw_add_key() by Jes Sorensen · 10 years ago
  78. 3e71669 staging: rtl8723au: Remove obsolete struct ieee_parm by Jes Sorensen · 10 years ago
  79. f0bf8dd staging: rtl8723au: rtw_cfg80211_{ap_}set_encryption(): Stop passing ieee_parms argument by Jes Sorensen · 10 years ago
  80. f88ab54 staging: rtl8723au: rtw_cfg80211_{ap_}set_encryption(): Add sta_addr argument by Jes Sorensen · 10 years ago
  81. efd4216 staging: rtl8723au: rtw_cfg80211_{ap_}set_encryption(): No more string parsing to determine cipher by Jes Sorensen · 10 years ago
  82. 6e6e2d6 staging: rtl8723au: Stop setting ieee_parm arguments that aren't used by Jes Sorensen · 10 years ago
  83. 0996cf9 staging: rtl8723au: rtw_cfg80211_{ap_}set_encryption(): Add set_tx argument by Jes Sorensen · 10 years ago
  84. fd38187 staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): obtain key from key_params by Jes Sorensen · 10 years ago
  85. f7ce87c staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Pass key_index argument by Jes Sorensen · 10 years ago
  86. 5292a89 staging: rtl8723au: rtw_cfg80211_set_encryption(): Pass key_index as argument by Jes Sorensen · 10 years ago
  87. e1343f9 staging: rtl8723au: rtw_cfg80211_set_encryption(): Obtain key from key_params->key by Jes Sorensen · 10 years ago
  88. 8188b1c staging: rtl8723au: rtw_cfg80211_set_encryption(): Use key_params->cipher by Jes Sorensen · 10 years ago
  89. d0dc266 staging: rtl8723au: rtw_cfg80211_set_encryption(): Obtain key_len from struct key_params by Jes Sorensen · 10 years ago
  90. a9e346f staging: rtl8723au: rtw_cfg80211_set_encryption(): Pass additional struct key_params by Jes Sorensen · 10 years ago
  91. 55db5d0 staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Use keyparms->cipher to set WEP size by Jes Sorensen · 10 years ago
  92. f84f97f staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Stop using param->u.crypt.alg by Jes Sorensen · 10 years ago
  93. c36e122 staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Use key len from struct key_params by Jes Sorensen · 10 years ago
  94. 4e297c2 staging: rtl8723au: rtw_cfg80211_ap_set_encryption() is only called for WIFI_AP_STATE by Jes Sorensen · 10 years ago
  95. 5dab9e7 staging: rtl8723au: rtw_cfg80211_ap_set_encryption(): Use key_params->cipher to determine encryption by Jes Sorensen · 10 years ago
  96. ef80f1f staging: rtl8723au: Remove unused RSN_VERSION_BSD23A by Jes Sorensen · 10 years ago
  97. c250e07 staging: rtl8723au: rtw_get_wps_attr_content23a(): Remove unused argument by Jes Sorensen · 10 years ago
  98. 7ef2a15 staging: rtl8723au: Remove unused #define P80211CAPTURE_VERSION by Jes Sorensen · 10 years ago
  99. 71b0956 staging: rtl8723au: Remove unused #define EID_BSSIntolerantChlReport by Jes Sorensen · 10 years ago
  100. 1de65cc staging: rtl8723au: Get rid of obsolete _FIXED_IE_LENGTH_ + _BEACON_IE_OFFSET by Jes Sorensen · 10 years ago