aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-30Staging: rtl8192e: fix an endian bugDan Carpenter1-2/+3
2013-05-30Staging: rtl8192e: printing the wrong arrayDan Carpenter1-1/+1
2013-05-30Staging: rtl8192e: delete some dead cruftDan Carpenter1-41/+10
2013-05-15staging: rtl8192e: Use kmemdup for duplicating memoryHema Prathaban1-2/+1
2013-05-15staging: rtl8192e: Fix potential null dereferenceHema Prathaban1-1/+3
2013-04-29hostap: Don't use create_proc_read_entry()David Howells3-37/+34
2013-04-09The rtl8192e procfs-based debug interface seems very brokenSean MacLennan4-1041/+0
2013-04-09rtl8192e: switch to proc_create()Al Viro1-31/+21
2013-04-09rtl8192e: don't use create_proc_entry() for directoriesAl Viro1-1/+1
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+13
2013-01-07staging: rtl8192e: Fix failure to check pci_map_single()Larry Finger2-2/+13
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+3
2012-11-21staging: rtl8192e: remove use of __devexitBill Pemberton1-2/+2
2012-11-21staging: rtl8192e: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-21staging: rtl8192e: remove use of __devinitBill Pemberton1-2/+2
2012-11-21staging: rtl8192e: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-15staging: rtl8192e: rtl8192e: rtl_core.c: Audit the return value of register_netdev()Kumar Amit Mehta1-1/+2
2012-10-31Staging: rtl8192e: rtllib_tx.c: fixed an asterisk coding style issueEdgar Neukirchner1-1/+1
2012-10-29staging/rtl8192e: Fix compile warning 'is static but declared in .. which is not static'Peter Huewe1-3/+3
2012-10-01Merge tag 'staging-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds7-30/+30
2012-09-21staging: Fix misspellings of "whether".Adam Buchbinder1-1/+1
2012-09-04staging: rtl8192e: using random_ether_addr() to generate random MACWei Yongjun1-7/+1
2012-09-04staging: rtl8192e: remove casting of returned pointer from kmallocDevendra Naga1-2/+1
2012-09-04staging: rtl8192e: remove pointless conditional before kfree_skb()Wei Yongjun1-2/+1
2012-09-04staging: rtl8192e: use is_zero_ether_addr() instead of memcmp()Wei Yongjun1-3/+4
2012-09-04staging: rtl8192e: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun1-4/+3
2012-08-23rtl8192e: Use PCI Express Capability accessorsJiang Liu1-5/+3
2012-08-13staging: rtl8192e: Fix typo in staging/rtl8192eMasanari Iida3-7/+7
2012-08-13staging rtl8192e: Declare MODULE_FIRMWARE usageTim Gardner3-4/+12
2012-06-12Staging: rtl8187se, rtl8192e: fix '&' vs '|' bugsDan Carpenter1-2/+2
2012-05-09staging: Remove test of is_broadcast with is_multicastJoe Perches4-14/+11
2012-05-01staging: "rtl8192e/r8192u" typo change ContiuneDiffCount.Justin P. Mattock2-11/+11
2012-04-24staging: rtl8192e: Fix typos.Justin P. Mattock9-37/+37
2012-04-20staging: r8192e_pci: Change memcpy to memcmpLarry Finger1-2/+1
2012-04-18staging: r8192e: Fix possible error in configurationLarry Finger1-0/+4
2012-04-18Staging: rtl8192e: remove some dead codeDan Carpenter2-4/+0
2012-04-10staging: replace open-coded ARRAY_SIZEsJim Cromie2-3/+3
2012-04-10staging: Fix typo in multiple filesMasanari Iida2-2/+2
2012-04-10staging/rtl8192e - fix typo in printk messageAxel Köllhofer1-1/+1
2012-03-23usermodehelper: use UMH_WAIT_PROC consistentlyOleg Nesterov1-2/+2
2012-02-15Staging, rtl8192e, softmac: remove redundant memset and fix mem leakJesper Juhl1-2/+1
2012-02-09drivers/staging: adjust double testJulia Lawall1-1/+1
2011-12-22staging/rtl8192e: Register against lib80211Sean MacLennan10-96/+51
2011-12-22staging/rtl8192e: Convert to lib80211_crypt_infoSean MacLennan9-68/+66
2011-12-22staging/rtl8192e: Convert to lib80211_crypt_data and lib80211_crypt_opsSean MacLennan10-112/+65
2011-12-22staging/rtl8192e: Add lib80211.h to rtllib.hSean MacLennan4-77/+14
2011-12-16staging: fix build problem with staging/rtl8192eSean MacLennan1-8/+5
2011-12-13staging: remove version.h includes in rtl8192eDevendra Naga11-11/+0
2011-11-30rtl8192e: Rename clashing symbolsSean MacLennan7-15/+15
2011-11-30rtl8192e: Split into two directoriesSean MacLennan39-32/+38