summaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-28crypto: tcrypt - Fix potential leak in test_aead_speed() if crypto_alloc_aead...Christian Engelmayer1-1/+2
2014-04-28crypto: tcrypt - Fix potential leak in test_aead_speed() if aad_size is too bigChristian Engelmayer1-8/+6
2014-04-28crypto: caam - fix mem leak in ahash_setkeyHoria Geanta1-1/+3
2014-04-16crypto: omap-des - handle error of pm_runtime_get_syncNishanth Menon1-3/+23
2014-04-16hwrng: picoxcell - remove unbuildable picoxcell TRNGPaul Bolle3-195/+0
2014-04-16crypto: ccp - Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-4/+3
2014-04-16crypto: testmgr - add empty and large test vectors for SHA-1, SHA-224, SHA-25...Jussi Kivilinna1-7/+721
2014-04-16cryptoo: bfin_crc - avoid get physical address of coherence memory by dma_map...Sonic Zhang1-20/+23
2014-04-16crypto: bfin_crc - ignore duplicated registration of the same algorithmSonic Zhang1-9/+9
2014-04-16crypto: bfin_crc - access crc registers by readl and writel functionsSonic Zhang2-17/+25
2014-04-16hwrng: Fix a few driver dependencies and defaultsJean Delvare1-3/+9
2014-04-16hwrng: Turn HW_RANDOM into a menuconfigJean Delvare1-26/+30
2014-04-16hwrng: Move UML_RANDOM at the last positionJean Delvare1-15/+15
2014-04-16crypto: omap-des - use devm_ioremap_resource()Jingoo Han1-4/+3
2014-04-16crypto: testmgr - add test cases for SHA-1, SHA-224, SHA-256 and AES-CCMArd Biesheuvel1-6/+47
2014-04-16crypto: nx - Use RCU_INIT_POINTER(x, NULL)Monam Agarwal1-2/+2
2014-04-04crypto: ghash-clmulni-intel - Use u128 instead of be128 for internal keyHerbert Xu2-8/+8
2014-04-03pid_namespace: pidns_get() should check task_active_pid_ns() != NULLOleg Nesterov1-1/+3
2014-04-02arm64: Fix duplicated Kconfig entries againJosh Boyer1-6/+0
2014-04-02x86: Fix dumpstack_64 irq stack handlingSteven Rostedt (Red Hat)1-9/+10
2014-04-02x86: Fix dumpstack_64 to keep state of "used" variable in loopSteven Rostedt (Red Hat)1-5/+5
2014-04-02sparse: fix commentLi Zhong1-1/+1
2014-04-01netpoll: Use skb_irq_freeable to make zap_completion_queue safe.Eric W. Biederman1-1/+1
2014-04-01net: Add a test to see if a skb is freeable in irq contextEric W. Biederman1-0/+13
2014-04-01qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port'Shahed Shaikh4-3/+26
2014-04-01net: ptp: move PTP classifier in its own fileDaniel Borkmann10-96/+173
2014-04-01dt: Remove dangling "select PROC_DEVICETREE"Grant Likely1-1/+0
2014-04-01net: sxgbe: make "core_ops" staticDan Carpenter1-1/+1
2014-04-01net: sxgbe: fix logical vs bitwise operationDan Carpenter1-3/+3
2014-04-01net: sxgbe: sxgbe_mdio_register() frees the busDan Carpenter1-7/+0
2014-04-01Call efx_set_channels() before efx->type->dimension_resources()Daniel Pieczko2-1/+9
2014-04-01xen-netback: disable rogue vif in kthread contextWei Liu3-2/+30
2014-04-01net/mlx4: Set proper build dependancy with vxlanOr Gerlitz3-0/+17
2014-04-01be2net: fix build dependency on VxLANSathya Perla2-1/+19
2014-04-01mac802154: make csma/cca parameters per-wpanPhoebe Buckheister11-236/+252
2014-04-01mac802154: allow only one WPAN to be up at any given timePhoebe Buckheister2-0/+26
2014-04-01net: filter: minor: fix kdoc in __sk_run_filterDaniel Borkmann1-2/+2
2014-04-01netlink: don't compare the nul-termination in nla_strcmpPablo Neira1-2/+8
2014-04-01HID: sony: fix force feedback mismergeJiri Kosina1-4/+0
2014-04-01HID: sony: Set the quriks flag for Bluetooth controllersFrank Praznik1-0/+10
2014-04-01HID: sony: Fix Sixaxis cable state detectionFrank Praznik1-1/+1
2014-04-01HID: uhid: Add UHID_CREATE2 + UHID_INPUT2Petri Gynther3-0/+112
2014-04-01can: c_can: Avoid led toggling for every packet.Thomas Gleixner1-3/+4
2014-04-01can: c_can: Simplify TX interrupt cleanupThomas Gleixner1-20/+17
2014-04-01can: c_can: Store dlc privateThomas Gleixner2-27/+29
2014-04-01can: c_can: Reduce register accessThomas Gleixner1-34/+15
2014-04-01can: c_can: Make the code readableThomas Gleixner1-51/+56
2014-04-01can: c_can: Provide protection in the xmit pathThomas Gleixner2-1/+9
2014-04-01can: c_can: Remove EOB exitThomas Gleixner1-3/+0
2014-04-01can: c_can: Fix the lost message handlingThomas Gleixner1-16/+15