1. 2f37dd1 Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  2. 57fbcce cfg80211: remove enum ieee80211_band by Johannes Berg · 8 years ago
  3. 5150d01 staging: vt6655: fix style violations for lines over 80 characters by Kathryn Hampton · 8 years ago
  4. 6c5f37d Staging: vt6655: defined byVT3253InitTab_RFMD[] and byVT3253B0_RFMD[] as const arrays. by Claudiu Beznea · 8 years ago
  5. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  6. 50aefc1 Staging: vt6655: Remove & from function name. by Sandhya Bankar · 8 years ago
  7. e9097b1 Staging: vt6655: remove unnecessary blank lines from card.c by Ben Marsh · 9 years ago
  8. efa21f9 staging: vt6655: mac.c replace dwData with data. by Malcolm Priestley · 8 years ago
  9. 0e7997c staging: vt6655: mac.c replace wOffset with offset. by Malcolm Priestley · 8 years ago
  10. ebc9bd8 staging: vt6655: mac.c replace byOrgDMACtl with org_dma_ctl by Malcolm Priestley · 8 years ago
  11. 2802947 staging: vt6655: mac Replace dwCurrDescAddr with curr_desc_addr. by Malcolm Priestley · 8 years ago
  12. 17c4c51 staging: vt6655: mac.c replace VNSvInPortB with ioread8 by Malcolm Priestley · 8 years ago
  13. 58fe270 staging: vt6655: MACvSetLoopbackMode replace byOrgValue with ioread8 by Malcolm Priestley · 8 years ago
  14. e206939 staging: vt6655: MACbPSWakeup replace VNSvInPortB byOrgValue with ioread8 by Malcolm Priestley · 8 years ago
  15. 3b8eb64 staging: vt6655: mac.c replace VNSvOutPortB with iowrite8 by Malcolm Priestley · 8 years ago
  16. 54a14e6 staging: vt6655: mac.c replace VNSvOutPortW with iowrite16 by Malcolm Priestley · 8 years ago
  17. e2ad8e2 staging: vt6655: mac.c replace VNSvOutPortD with iowrite32. by Malcolm Priestley · 8 years ago
  18. e984c75 staging: vt6655: mac.c/h resize all unsigned long to u32 by Malcolm Priestley · 8 years ago
  19. 4633195 staging: vt6655: MACvRestoreContext replace for loops with memcpy_toio. by Malcolm Priestley · 8 years ago
  20. 7071501 staging: vt6655: mac.c rename pbyCxtBuf to cxt_buf by Malcolm Priestley · 8 years ago
  21. 7e5120e staging: vt6655: MACvSaveContext use memcpy_fromio to read context. by Malcolm Priestley · 9 years ago
  22. e52ab0e staging: vt6655: replace VNSvInPortD dwData reads with ioread32 by Malcolm Priestley · 9 years ago
  23. f205e8d staging: vt6655: mac.c Replace VNSvInPortB byData reads with ioread8. by Malcolm Priestley · 9 years ago
  24. c2d845d staging: vt6655: mac.c rename dwIoBase to io_base by Malcolm Priestley · 9 years ago
  25. ca48ebb mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seq by Eliad Peller · 9 years ago
  26. e1c484d staging: vt6655: Add missing blank line after declaration by Janani Ravichandran · 9 years ago
  27. 28682b5 staging: vt6655: Fit function header on the same line by Janani Ravichandran · 9 years ago
  28. 2fbf6d6 Staging: vt6655: Add check dma_mapping_error by Haneen Mohammed · 9 years ago
  29. f9f853a staging: vt6655: mac.c replace void __iomem * with struct vnt_private by Malcolm Priestley · 9 years ago
  30. a977551 staging: vt6655: PSbIsNextTBTTWakeUp Rename bWakeUp wake_up by Malcolm Priestley · 9 years ago
  31. c30ab93 staging: vt6655: rf.c/h Replace DeviceContext with vnt_private by Malcolm Priestley · 9 years ago
  32. 16d56de staging: vt6655: power.c replace pDevice with priv by Malcolm Priestley · 9 years ago
  33. 9a012c4 staging: vt6655: rf.c rename bResult ret. by Malcolm Priestley · 9 years ago
  34. b379916 staging: vt6655: set_channel replace bResult with ret by Malcolm Priestley · 9 years ago
  35. cea57ee staging: vt6655: set_channel replace void handler. by Malcolm Priestley · 9 years ago
  36. 35eb8ec staging: vt6655: channel.c replace pDevice with priv by Malcolm Priestley · 9 years ago
  37. 68535a1 staging: vt6655: Add space around '*' by Burcin Akalin · 9 years ago
  38. 0cddeac staging: vt6655: Add space around '*' by Burcin Akalin · 9 years ago
  39. 9196124 staging: vt6655: card.c rename pDevice with priv by Malcolm Priestley · 9 years ago
  40. bc667b9 staging: vt6655: rename pOpts and sOpts to opts. by Malcolm Priestley · 9 years ago
  41. 068b998 staging: vt6655: remove static inline alloc_td_info. by Malcolm Priestley · 9 years ago
  42. e06cf9a staging: vt6655: remove static inline alloc_rd_info. by Malcolm Priestley · 9 years ago
  43. bed02d9 staging: vt6655: replace typedef struct __device_opt by Malcolm Priestley · 9 years ago
  44. 28c777c staging: vt6655: device.h remove typedef enum by Malcolm Priestley · 9 years ago
  45. 83373ac staging: vt6655: device.h remove unsed headers. by Malcolm Priestley · 9 years ago
  46. 5137897 staging: vt6655: device.h remove unused macros. by Malcolm Priestley · 9 years ago
  47. 0924a89 staging: vt6655: device_main Replace uIdx with idx. by Malcolm Priestley · 9 years ago
  48. a8a211c staging: vt6655: Prefer using BIT Macro by Amitoj Kaur Chawla · 9 years ago
  49. 17accc4 staging: vt6655: Remove boolean comparisons by Luis de Bethencourt · 9 years ago
  50. 5309c5b staging: vt6655: Remove useless initialisation by Amitoj Kaur Chawla · 9 years ago
  51. 4188e58 Staging: vt6655: mac: Remove extra braces by Shivani Bhardwaj · 9 years ago
  52. 45e68e4 Staging: vt6655: rxtx: Remove extra parentheses by Shivani Bhardwaj · 9 years ago
  53. b2d44fe Staging: vt6655: rxtx: Remove extra space character by Shivani Bhardwaj · 9 years ago
  54. c1aa41d Staging: vt6655: Renamed uRATE to rate by Paul McQuade · 9 years ago
  55. 137e37d0 staging: vt6655: Remove true comparison by Amitoj Kaur Chawla · 9 years ago
  56. 9f31b69 staging: vt6655: device_tx_srv rename pTD by Malcolm Priestley · 9 years ago
  57. 12f2ee3 staging: vt6655: device_main replace pTDInfo with td_info. by Malcolm Priestley · 9 years ago
  58. 480fc5b staging: vt6655: device_main replace pRD with rd. by Malcolm Priestley · 9 years ago
  59. 5e011b4 staging: vt6655: device_alloc_rx_buf replace pRDInfo with rd_info. by Malcolm Priestley · 9 years ago
  60. 5e76c8f staging: vt6655: device_main.c replace pDesc with desc. by Malcolm Priestley · 9 years ago
  61. 78e0e85 staging: vt6655: device_main replace pDevice with priv. by Malcolm Priestley · 9 years ago
  62. 5f7a942 staging: vt6655: Fixed two lines over 80 characters long by Arjun Krishna Babu · 9 years ago
  63. 113d6dc staging: vt6655: don't stop TX queue unless buffer full. by Malcolm Priestley · 9 years ago
  64. a03b8b3 staging: vt6655: Move code in device_get_pci_info by Malcolm Priestley · 9 years ago
  65. 70d66a6 staging: vt6655: device_get_pci_info pcid already assigned. by Malcolm Priestley · 9 years ago
  66. 41652a2 staging: vt6655: device_get_pci_info remove call to set master. by Malcolm Priestley · 9 years ago
  67. 2ef1571 staging: vt6655: device_get_pci_info remove variable cis_addr. by Malcolm Priestley · 9 years ago
  68. 7a95f96 staging: vt6655: device_get_pci_info remove unused pci_read_config_* by Malcolm Priestley · 9 years ago
  69. f317982 staging: vt6655: remove and move vt6655_init_info by Malcolm Priestley · 9 years ago
  70. e577474 staging: vt6655: vt6655_init_info remove memset. by Malcolm Priestley · 9 years ago
  71. 73eb8a1 staging: vt6655: remove unused multicast_limit. by Malcolm Priestley · 9 years ago
  72. 319755a staging: vt6655: Remove typedef struct __chip_info_tbl by Malcolm Priestley · 9 years ago
  73. e77610a staging: vt6655: remove get_chip_name and info message. by Malcolm Priestley · 9 years ago
  74. c2c77ee staging: vt6655: vt6655_probe remove PCI debug info by Malcolm Priestley · 9 years ago
  75. 9cb693f staging: vt6655: replace typedef struct tagSRxDesc by Malcolm Priestley · 9 years ago
  76. 88defe2 staging: vt6655: replace typedef struct tagDEVICE_RD_INFO by Malcolm Priestley · 9 years ago
  77. 9fc7091 staging: vt6655: replace typedef struct tagRDES1 by Malcolm Priestley · 9 years ago
  78. de1c186 staging: vt6655: replace typedef struct tagRDES0 by Malcolm Priestley · 9 years ago
  79. e235727 staging: vt6655: Replace typedef struct tagSTxDesc by Malcolm Priestley · 9 years ago
  80. 5438285 staging: vt6655: replace typedef struct tagDEVICE_TD_INFO and structure by Malcolm Priestley · 9 years ago
  81. 3a0989b staging: vt6655: struct tagDEVICE_TD_INFO remove dwHeaderLength by Malcolm Priestley · 9 years ago
  82. 531a9c5 staging: vt6655: struct tagDEVICE_TD_INFO resize dwReqCount. by Malcolm Priestley · 9 years ago
  83. 9cc8eac staging: vt6655: replaced typedef struct tagTDES1 by Malcolm Priestley · 9 years ago
  84. 5235ff6 staging: vt6655: desc.h replace typedef struct tagTDES0 by Malcolm Priestley · 9 years ago
  85. f70d631 Merge 4.2-rc6 into staging-next by Greg Kroah-Hartman · 9 years ago
  86. fce7f39 staging: vt6655: Fixed C99 style comment to C89 style. by Lior Pugatch · 9 years ago
  87. 1f17124 staging: vt6655: vnt_bss_info_changed check conf->beacon_rate is not NULL by Malcolm Priestley · 9 years ago
  88. 03c44dd staging: vt6655: desc.h remove dead strctures by Malcolm Priestley · 9 years ago
  89. c5c7bd2 staging: vt6655: s_cbFillTxBufHead replace STxBufHead by Malcolm Priestley · 9 years ago
  90. d5806c5 staging: vt6655: always set 32 bit dma mask by Malcolm Priestley · 9 years ago
  91. 1cf0a47 staging: vt6655: fix tagTDES1 -> wReqCount type by Malcolm Priestley · 9 years ago
  92. 7135d9a staging: vt6655: Fix wReqCount to __le16 by Malcolm Priestley · 9 years ago
  93. f1e3e92 staging: vt6655: fix tagSRxDesc -> next_desc type by Malcolm Priestley · 9 years ago
  94. f0fb87f staging: vt6655: Fix tagSRxDesc -> buff_addr type by Malcolm Priestley · 9 years ago
  95. db1ade7 staging: vt6655: remove unused tagDEVICE_RD_INFO -> curr_desc by Malcolm Priestley · 9 years ago
  96. 5fa9d989 staging: vt6655: fix tagSTxDesc -> next_desc type by Malcolm Priestley · 9 years ago
  97. 75a8eee staging: vt6655: fix tagDEVICE_TD_INFO -> buff_addr type by Malcolm Priestley · 9 years ago
  98. eae6377 staging: vt6655: Remove unused tagDEVICE_TD_INFO curr_desc by Malcolm Priestley · 9 years ago
  99. 06f716a staging: vt6655: remove unnecessary variable skb_dma by Malcolm Priestley · 9 years ago
  100. 3a00033 staging: vt6655: dead code tx path remove dma_unmap_single by Malcolm Priestley · 9 years ago