summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* crypto: rsa - Generate fixed-length outputHerbert Xu2016-07-011-1/+1
* crypto: api - Add crypto_inst_setnameHerbert Xu2016-07-011-0/+2
* crypto: ecdh - Add ECDH software supportSalvatore Benedetto2016-06-232-0/+31
* crypto: dh - Add DH software implementationSalvatore Benedetto2016-06-232-0/+30
* crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto2016-06-234-0/+398
* crypto: sha1-mb - async implementation for sha1-mbMegha Dey2016-06-232-12/+8
* crypto: cryptd - Add helpers to check whether a tfm is queuedHerbert Xu2016-06-231-0/+5
* crypto: sha3 - Add SHA-3 hash algorithmJeff Garzik2016-06-201-0/+29
* crypto: rsa - return raw integers for the ASN.1 parserTudor Ambarus2016-06-151-6/+16
* crypto: drbg - use aligned buffersStephan Mueller2016-06-151-0/+3
* crypto: drbg - use CTR AES instead of ECB AESStephan Mueller2016-06-151-0/+9
* crypto: hash - shrink hash down to two typesGiovanni Cabiddu2016-06-071-5/+5
* lib/mpi: purge mpi_set_buffer()Nicolai Stange2016-05-311-1/+0
* asm-generic/io.h: add io{read,write}64 accessorsHoria Geantă2016-05-312-0/+71
* asm-generic/io.h: allow barriers in io{read,write}{16,32}beHoria Geantă2016-05-311-4/+4
* Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-284-110/+141
|\
| * <linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin2016-05-281-3/+24
| * Eliminate bad hash multipliers from hash_32() and hash_64()George Spelvin2016-05-281-53/+34
| * Change hash_64() return value to 32 bitsGeorge Spelvin2016-05-281-3/+3
| * <linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string()George Spelvin2016-05-281-31/+9
| * fs/namei.c: Add hashlen_string() functionGeorge Spelvin2016-05-281-2/+6
| * Pull out string hash to <linux/stringhash.h>George Spelvin2016-05-282-26/+73
* | Merge tag 'chrome-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-281-2/+4
|\ \
| * | platform/chrome: cros_ec_dev - Fix security issueGwendal Grignou2016-05-111-2/+4
* | | Merge tag 'sound-4.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-282-2/+43
|\ \ \
| * \ \ Merge tag 'asoc-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2016-05-2717-16/+155
| |\ \ \
| | * \ \ Merge remote-tracking branch 'asoc/topic/topology' into asoc-nextMark Brown2016-05-271-2/+42
| | |\ \ \
| | | | \ \
| | | | \ \
| | | *-. \ \ Merge branches 'topic/dai-link' and 'topic/find-dai' of git://git.kernel.org/...Mark Brown2016-04-201-1/+4
| | | |\ \ \ \
| | | * | | | | ASoC: topology: Set the link ID when creating a FE DAI linkMengdong Lin2016-04-201-1/+1
| | | * | | | | ASoC: topology: ABI - Define types for vendor tuplesMengdong Lin2016-03-291-1/+41
| | | | | | | |
| | | \ \ \ \ \
| | *-. \ \ \ \ \ Merge remote-tracking branches 'asoc/fix/ak4642', 'asoc/fix/ep93xx', 'asoc/fi...Mark Brown2016-05-251-0/+1
| | |\ \ \ \ \ \ \
| | | | * | | | | | ASoC: twl6040: Disconnect AUX output pads on digital mutePeter Ujfalusi2016-05-181-0/+1
| | | |/ / / / / /
| | * | | | | | / Merge tag 'asoc-v4.7' into asoc-linusMark Brown2016-05-257-2/+139
| | |\| | | | | | | | | |_|_|_|_|/ | | |/| | | | |
* | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-05-284-8/+68
|\ \ \ \ \ \ \ \
| * | | | | | | | cxgbit: Use type ISCSI_CXGBIT + cxgbit tpg_np attributeNicholas Bellinger2016-05-161-1/+1
| * | | | | | | | iscsi-target: Convert transport drivers to signal rdma_shutdownNicholas Bellinger2016-05-161-0/+1
| * | | | | | | | target: remove sess_kref and ->shutdown_sessionChristoph Hellwig2016-05-102-7/+0
| * | | | | | | | target: remove acl_stopChristoph Hellwig2016-05-101-1/+0
| * | | | | | | | iscsi-target: export symbolsVarun Prakash2016-05-091-0/+33
| * | | | | | | | iscsi-target: add new offload transport typeVarun Prakash2016-05-091-0/+1
| * | | | | | | | iscsi-target: move iscsit_thread_check_cpumask()Varun Prakash2016-05-091-0/+26
| * | | | | | | | iscsi-target: add void (*iscsit_get_r2t_ttt)()Varun Prakash2016-05-091-0/+2
| * | | | | | | | iscsi-target: add int (*iscsit_validate_params)()Varun Prakash2016-05-091-0/+1
| * | | | | | | | iscsi-target: add void (*iscsit_get_rx_pdu)()Varun Prakash2016-05-091-0/+1
| * | | | | | | | iscsi-target: add void (*iscsit_release_cmd)()Varun Prakash2016-05-091-0/+1
| * | | | | | | | iscsi-target: add int (*iscsit_xmit_pdu)()Varun Prakash2016-05-091-0/+2
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-05-288-92/+219
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | IB/core: Make device counter infrastructure dynamicChristoph Lameter2016-05-261-52/+74
| * | | | | | | | | Merge branch 'hfi1-2' into k.o/for-4.7Doug Ledford2016-05-264-38/+65
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | IB/rdamvt: Fix rdmavt s_ack_queue sizingMike Marciniszyn2016-05-262-4/+10