summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192e: remove unneeded semicolonsValentina Manea2013-10-301-2/+2
* staging: rtl8192e: use true and false for bool variablesValentina Manea2013-10-305-14/+14
* staging: rtl8192e: use memdup_user to simplify codeTeodora Baluta2013-10-282-16/+6
* staging: rtl8192e: do not use comparisons on bool testsValentina Manea2013-10-2811-39/+34
* Staging: rtl8192e: Replacing (u8*) with (u8 *)Ashvini Varatharaj2013-10-151-1/+1
* staging: Remove unnecessary semicolonsJoe Perches2013-10-111-8/+2
* staging: rtl8192e: Remove redundant pci_set_drvdataSachin Kamat2013-09-251-1/+0
* staging: rtl8192e: Fix typo in rtl8192e/dot11d.hMasanari Iida2013-09-251-1/+1
* Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-09-172-16/+15
* staging: Update e-mail address for Andrea MerelloAndrea Merello2013-08-2719-19/+19
* staging: rtl8192e: Remove pt_regs * irq handler parameternavin patidar2013-08-262-8/+3
* Staging: rtl8192e: rtllib_rx: checking NULL value after doing dev_alloc_skbIker Pedrosa2013-08-121-0/+4
* Staging: rtl8192e: add missing single_release()Li Zefan2013-07-311-1/+2
* Staging: rtl8192e: fix an endian bugDan Carpenter2013-05-301-2/+3
* Staging: rtl8192e: printing the wrong arrayDan Carpenter2013-05-301-1/+1
* Staging: rtl8192e: delete some dead cruftDan Carpenter2013-05-301-41/+10
* staging: rtl8192e: Use kmemdup for duplicating memoryHema Prathaban2013-05-151-2/+1
* staging: rtl8192e: Fix potential null dereferenceHema Prathaban2013-05-151-1/+3
* hostap: Don't use create_proc_read_entry()David Howells2013-04-293-37/+34
* The rtl8192e procfs-based debug interface seems very brokenSean MacLennan2013-04-094-1041/+0
* rtl8192e: switch to proc_create()Al Viro2013-04-091-31/+21
* rtl8192e: don't use create_proc_entry() for directoriesAl Viro2013-04-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-152-2/+13
|\
| * staging: rtl8192e: Fix failure to check pci_map_single()Larry Finger2013-01-072-2/+13
* | ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-3/+3
|/
* staging: rtl8192e: remove use of __devexitBill Pemberton2012-11-211-2/+2
* staging: rtl8192e: remove use of __devinitdataBill Pemberton2012-11-211-1/+1
* staging: rtl8192e: remove use of __devinitBill Pemberton2012-11-211-2/+2
* staging: rtl8192e: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* staging: rtl8192e: rtl8192e: rtl_core.c: Audit the return value of register_n...Kumar Amit Mehta2012-11-151-1/+2
* Staging: rtl8192e: rtllib_tx.c: fixed an asterisk coding style issueEdgar Neukirchner2012-10-311-1/+1
* staging/rtl8192e: Fix compile warning 'is static but declared in .. which is ...Peter Huewe2012-10-291-3/+3
* Merge tag 'staging-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-10-017-30/+30
|\
| * staging: Fix misspellings of "whether".Adam Buchbinder2012-09-211-1/+1
| * staging: rtl8192e: using random_ether_addr() to generate random MACWei Yongjun2012-09-041-7/+1
| * staging: rtl8192e: remove casting of returned pointer from kmallocDevendra Naga2012-09-041-2/+1
| * staging: rtl8192e: remove pointless conditional before kfree_skb()Wei Yongjun2012-09-041-2/+1
| * staging: rtl8192e: use is_zero_ether_addr() instead of memcmp()Wei Yongjun2012-09-041-3/+4
| * staging: rtl8192e: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun2012-09-041-4/+3
| * staging: rtl8192e: Fix typo in staging/rtl8192eMasanari Iida2012-08-133-7/+7
| * staging rtl8192e: Declare MODULE_FIRMWARE usageTim Gardner2012-08-133-4/+12
* | rtl8192e: Use PCI Express Capability accessorsJiang Liu2012-08-231-5/+3
|/
* Staging: rtl8187se, rtl8192e: fix '&' vs '|' bugsDan Carpenter2012-06-121-2/+2
* staging: Remove test of is_broadcast with is_multicastJoe Perches2012-05-094-14/+11
* staging: "rtl8192e/r8192u" typo change ContiuneDiffCount.Justin P. Mattock2012-05-012-11/+11
* staging: rtl8192e: Fix typos.Justin P. Mattock2012-04-249-37/+37
* staging: r8192e_pci: Change memcpy to memcmpLarry Finger2012-04-201-2/+1
* staging: r8192e: Fix possible error in configurationLarry Finger2012-04-181-0/+4
* Staging: rtl8192e: remove some dead codeDan Carpenter2012-04-182-4/+0
* staging: replace open-coded ARRAY_SIZEsJim Cromie2012-04-102-3/+3
OpenPOWER on IntegriCloud