summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sep
Commit message (Expand)AuthorAgeFilesLines
* staging: sep: fix driver build and kconfigRandy Dunlap2013-05-161-1/+1
* staging: sep: Fix typo in printk within sep driverMasanari Iida2013-03-282-3/+3
* staging: sep: fix possible memory leak in sep_prepare_input_dma_table()Wei Yongjun2013-03-151-1/+1
* staging: sep: using strlcpy instead of strncpyChen Gang2013-03-111-3/+8
* staging/sep: Check pointers before dereferencing (fix smatch warning)Peter Huewe2013-03-111-2/+3
* staging/sep: Fix smatch false positive about potential NULL dereference in se...Peter Huewe2013-03-111-1/+1
* staging: Remove unnecessary OOM messagesJoe Perches2013-02-112-36/+14
* staging: sep: remove assignment to i and j in sep_crypto_setupDevendra Naga2013-01-221-4/+0
* staging: sep: remove use of __devinitBill Pemberton2012-11-211-1/+1
* staging: sep: return -EFAULT on copy_from_user failureDevendra Naga2012-10-291-2/+2
* Staging: sep: Correct misspelled "remap_page_range" -> "remap_pfn_range"Robert P. J. Day2012-09-041-1/+1
* staging: sep_crypto.c: remove duplicated includeDuan Jiong2012-07-191-1/+0
* staging: sep_main.c: remove duplicated includeDuan Jiong2012-07-191-1/+0
* staging/sep: use module_pci_driver macroDevendra Naga2012-07-111-26/+1
* staging: sep: sep_crypto.c: Remove useless functions sep_dump and sep_dump_sgMarcos Paulo de Souza2012-07-061-77/+0
* staging: sep: sep_crypto.c: Remove useless function crypto_sep_dump_messageMarcos Paulo de Souza2012-07-061-23/+0
* staging "sep" Fix typos found while reading.Justin P. Mattock2012-06-124-33/+33
* Staging: sep: fix coding style issuesAdnan Ali2012-06-122-19/+22
* Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman2012-05-022-9/+9
|\
| * staging, sep: Fix typo in sepMasanari Iida2012-04-242-9/+9
* | staging: sep: Fix sign of errorAlan Cox2012-04-101-3/+3
|/
* staging: Fix SEP buildAlan Cox2012-02-132-2/+7
* staging: sep: reworked crypto layerMark A. Allyn2012-02-103-1421/+1717
* staging: sep: NULL out pointers, mark debug code DEBUG to fix warningsMark A. Allyn2012-02-101-4/+11
* staging: sep: update initialisationMark A. Allyn2012-02-101-13/+13
* staging: sep: Add interfaces for the new functionsMark A. Allyn2012-02-101-11/+49
* staging: sep: Basic infrastructure for SEP DMA access to non CPU regionsMark A. Allyn2012-02-102-25/+223
* staging: sep: Add new PCI identifierMark A. Allyn2012-02-102-5/+3
* staging: sep: Fix warnings caused by sizeof() typesAlan Cox2012-01-311-6/+6
* staging: sep: SEP updateMark Allyn2012-01-3012-3215/+8960
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-091-0/+2
|\
| * Staging: sep: potential buffer overflow in ioctlDan Carpenter2011-11-261-0/+2
* | treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
|/
* staging: sep: call to sep_ioctl() may leave driver in unusable stateAlexey Khoroshilov2011-09-061-3/+3
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-252-4/+4
|\
| * staging: sep: fix function name in kernel-docJonathan Neuschäfer2011-06-281-1/+1
| * staging: sep: clean up some checkpatch.pl issuesTim Retout2011-06-282-3/+3
* | treewide: remove duplicate includesVitaliy Ivanov2011-06-201-1/+0
|/
* staging: sep: resolve issue with false zero length of pageMark Allyn2011-04-251-3/+6
* Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-04-071-13/+2
|\
| * staging: sep: remove last memrar remnantsAlan Cox2011-04-041-13/+2
* | Fix common misspellingsLucas De Marchi2011-03-312-7/+7
|/
* staging: sep: remove unused ioctlsMark Allyn2011-03-074-519/+1
* staging: sep: Further tidyingAlan Cox2011-02-011-59/+19
* staging: sep: update driver to SEP version 3.4.5Mark Allyn2011-01-213-21/+19
* staging: sep: Remove un-needed debug printsMark Allyn2011-01-211-203/+20
* staging: sep: Add comment to TODO to clean up un-needed debug printsMark Allyn2011-01-211-0/+1
* staging: sep: fix comments in sep_get_static_pool_addr_handlerMark Allyn2010-12-101-3/+1
* Staging: sep: eliminate kernel crash due to null parameter in dma_alloc_coherentMark Allyn2010-12-091-1/+1
* Staging: sep: ensure that caller id buffer is little endianMark Allyn2010-12-092-0/+11
OpenPOWER on IntegriCloud