aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sep
Commit message (Expand)AuthorAge
* staging: sep: remove driverKristina Martšenko2014-07-27
* staging: sep: Fix blank lines issue reported by checkpatchLABBE Corentin2014-07-21
* staging: sep: Fix misceanellous problems reported by checkpatchLABBE Corentin2014-07-21
* staging: sep: No else is necessary after a break (reported by checkpatch)LABBE Corentin2014-07-21
* staging: sep: Fix checkpatch.pl warningsBenedict Boerger2014-06-19
* drivers/staging: Remove useless return variablesPeter Senna Tschudin2014-05-26
* staging: sep: Fix coding styleCamille Bordignon2014-05-15
* staging: sep: Add fallthrough commentAndreea-Cristina Bernat2014-03-16
* Staging: sep: Fix line length over 80 characters in sep_main.cMonam Agarwal2014-02-27
* Staging: sep: Fix quoted string split across lines in sep_main.cMonam Agarwal2014-02-27
* Staging: sep: Fix missing space after return type in sep_crypto.cMonam Agarwal2014-02-27
* staging: sep: add missing destroy_workqueue() in sep_crypto.cWei Yongjun2013-12-20
* staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-17
* staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-03
* staging: sep: do not use comparisons on bool testsValentina Manea2013-10-28
* staging: sep: add missing misc_deregister() on error in sep_register_driver_w...Wei Yongjun2013-10-27
* Staging: sep: Fix Smatch Warning in sep_crypto.cRashika Kheria2013-10-19
* sep: Convert sep_lock_user_pages() to get_user_pages_fast()Jan Kara2013-10-05
* staging: sep: fix driver build and kconfigRandy Dunlap2013-05-16
* staging: sep: Fix typo in printk within sep driverMasanari Iida2013-03-28
* staging: sep: fix possible memory leak in sep_prepare_input_dma_table()Wei Yongjun2013-03-15
* staging: sep: using strlcpy instead of strncpyChen Gang2013-03-11
* staging/sep: Check pointers before dereferencing (fix smatch warning)Peter Huewe2013-03-11
* staging/sep: Fix smatch false positive about potential NULL dereference in se...Peter Huewe2013-03-11
* staging: Remove unnecessary OOM messagesJoe Perches2013-02-11
* staging: sep: remove assignment to i and j in sep_crypto_setupDevendra Naga2013-01-22
* staging: sep: remove use of __devinitBill Pemberton2012-11-21
* staging: sep: return -EFAULT on copy_from_user failureDevendra Naga2012-10-29
* Staging: sep: Correct misspelled "remap_page_range" -> "remap_pfn_range"Robert P. J. Day2012-09-04
* staging: sep_crypto.c: remove duplicated includeDuan Jiong2012-07-19
* staging: sep_main.c: remove duplicated includeDuan Jiong2012-07-19
* staging/sep: use module_pci_driver macroDevendra Naga2012-07-11
* staging: sep: sep_crypto.c: Remove useless functions sep_dump and sep_dump_sgMarcos Paulo de Souza2012-07-06
* staging: sep: sep_crypto.c: Remove useless function crypto_sep_dump_messageMarcos Paulo de Souza2012-07-06
* staging "sep" Fix typos found while reading.Justin P. Mattock2012-06-12
* Staging: sep: fix coding style issuesAdnan Ali2012-06-12
* Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman2012-05-02
|\
| * staging, sep: Fix typo in sepMasanari Iida2012-04-24
* | staging: sep: Fix sign of errorAlan Cox2012-04-10
|/
* staging: Fix SEP buildAlan Cox2012-02-13
* staging: sep: reworked crypto layerMark A. Allyn2012-02-10
* staging: sep: NULL out pointers, mark debug code DEBUG to fix warningsMark A. Allyn2012-02-10
* staging: sep: update initialisationMark A. Allyn2012-02-10
* staging: sep: Add interfaces for the new functionsMark A. Allyn2012-02-10
* staging: sep: Basic infrastructure for SEP DMA access to non CPU regionsMark A. Allyn2012-02-10
* staging: sep: Add new PCI identifierMark A. Allyn2012-02-10
* staging: sep: Fix warnings caused by sizeof() typesAlan Cox2012-01-31
* staging: sep: SEP updateMark Allyn2012-01-30
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-09
|\
| * Staging: sep: potential buffer overflow in ioctlDan Carpenter2011-11-26