summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso2018-12-292-33/+15
* netfilter: nf_conncount: move all list iterations under spinlockPablo Neira Ayuso2018-12-291-26/+20
* netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal2018-12-293-106/+72
* netfilter: nf_conncount: restart search when nodes have been erasedFlorian Westphal2018-12-291-11/+7
* netfilter: nf_conncount: split gc in two phasesFlorian Westphal2018-12-291-3/+19
* netfilter: nf_conncount: don't skip eviction when age is negativeFlorian Westphal2018-12-291-1/+1
* netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTSShawn Bohrer2018-12-291-14/+5
* netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu2018-12-291-0/+2
* include/linux/phy/phy.h: fix minor kerneldoc errorsRobert P. J. Day2018-12-271-1/+1
* phy.h: fix obvious errors in doc and kerneldoc contentRobert P. J. Day2018-12-271-5/+8
* net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe()Wen Yang2018-12-271-1/+0
* net: marvell: fix a missing check of acpi_match_deviceKangjie Lu2018-12-271-0/+2
* tipc: fix a missing check of genlmsg_putKangjie Lu2018-12-271-0/+2
* atl1e: checking the status of atl1e_write_phy_regKangjie Lu2018-12-271-1/+3
* net: dsa: bcm_sf2: Propagate error value from mdio_writeKangjie Lu2018-12-271-4/+3
* net: stmicro: fix a missing check of clk_prepareKangjie Lu2018-12-271-1/+3
* net: (cpts) fix a missing check of clk_prepareKangjie Lu2018-12-271-1/+3
* niu: fix missing checks of niu_pci_eeprom_readKangjie Lu2018-12-271-2/+8
* net: chelsio: Add a missing check on cudg_get_bufferAditya Pakki2018-12-271-0/+4
* ipv6/route: Add a missing check on proc_dointvecAditya Pakki2018-12-271-1/+5
* tipc: fix a double free in tipc_enable_bearer()Cong Wang2018-12-271-1/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-27183-5096/+15845
|\
| * crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-2318-182/+17
| * crypto: cavium/nitrox - Fix build with !CONFIG_DEBUG_FSEric Biggers2018-12-231-2/+1
| * crypto: salsa20-generic - don't unnecessarily use atomic walkEric Biggers2018-12-231-1/+1
| * crypto: skcipher - add might_sleep() to skcipher_walk_virt()Eric Biggers2018-12-231-0/+2
| * crypto: x86/chacha - avoid sleeping under kernel_fpu_begin()Eric Biggers2018-12-231-13/+20
| * crypto: cavium/nitrox - Added AEAD cipher supportNagadheeraj Rottela2018-12-237-605/+1103
| * crypto: mxc-scc - fix build warnings on ARM64Fabio Estevam2018-12-231-6/+6
| * crypto: api - document missing stats memberCorentin Labbe2018-12-231-0/+7
| * crypto: user - remove unused dump functionsCorentin Labbe2018-12-233-48/+1
| * crypto: chelsio - Fix wrong error counter incrementsHarsh Jain2018-12-232-10/+10
| * crypto: chelsio - Reset counters on cxgb4 DetachHarsh Jain2018-12-231-0/+4
| * crypto: chelsio - Handle PCI shutdown eventHarsh Jain2018-12-233-93/+278
| * crypto: chelsio - cleanup:send addr as value in function argumentHarsh Jain2018-12-231-8/+8
| * crypto: chelsio - Use same value for both channel in single WRHarsh Jain2018-12-232-8/+6
| * crypto: chelsio - Swap location of AAD and IV sent in WRHarsh Jain2018-12-233-120/+104
| * crypto: chelsio - remove set but not used variable 'kctx_len'YueHaibing2018-12-231-2/+1
| * crypto: ux500 - Use proper enum in hash_set_dma_transferNathan Chancellor2018-12-231-1/+1
| * crypto: ux500 - Use proper enum in cryp_set_dma_transferNathan Chancellor2018-12-231-2/+2
| * crypto: aesni - Add scatter/gather avx stubs, and use them in CDave Watson2018-12-232-332/+198
| * crypto: aesni - Introduce partial block macroDave Watson2018-12-231-6/+150
| * crypto: aesni - Introduce READ_PARTIAL_BLOCK macroDave Watson2018-12-231-43/+59
| * crypto: aesni - Move ghash_mul to GCM_COMPLETEDave Watson2018-12-231-4/+10
| * crypto: aesni - Fill in new context data structuresDave Watson2018-12-231-14/+37
| * crypto: aesni - Merge avx precompute functionsDave Watson2018-12-231-49/+27
| * crypto: aesni - Split AAD hash calculation to separate macroDave Watson2018-12-232-141/+115
| * crypto: aesni - Add GCM_COMPLETE macroDave Watson2018-12-231-0/+8
| * crypto: aesni - support 256 byte keys in avx asmDave Watson2018-12-232-61/+145
| * crypto: aesni - Macro-ify func save/restoreDave Watson2018-12-231-58/+36