summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libceph: stop allocating a new cipher on every crypto requestIlya Dryomov2016-12-122-25/+61
* libceph: uninline ceph_crypto_key_destroy()Ilya Dryomov2016-12-122-8/+9
* libceph: remove now unused ceph_*{en,de}crypt*() functionsIlya Dryomov2016-12-122-383/+0Star
* libceph: switch ceph_x_decrypt() to ceph_crypt()Ilya Dryomov2016-12-121-46/+32Star
* libceph: switch ceph_x_encrypt() to ceph_crypt()Ilya Dryomov2016-12-121-34/+37
* libceph: tweak calcu_signature() a littleIlya Dryomov2016-12-121-15/+28
* libceph: rename and align ceph_x_authorizer::reply_bufIlya Dryomov2016-12-122-6/+7
* libceph: introduce ceph_crypt() for in-place en/decryptionIlya Dryomov2016-12-122-0/+89
* libceph: introduce ceph_x_encrypt_offset()Ilya Dryomov2016-12-121-2/+6
* libceph: old_key in process_one_ticket() is redundantIlya Dryomov2016-12-121-3/+1Star
* libceph: ceph_x_encrypt_buflen() takes in_lenIlya Dryomov2016-12-121-3/+4
* Linux 4.9Linus Torvalds2016-12-111-2/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-12-112-2/+2
|\
| * MIPS: Lantiq: Fix mask of GPE frequencyHauke Mehrtens2016-12-111-1/+1
| * MIPS: Return -ENODEV from weak implementation of rtc_mips_set_timeLuuk Paulussen2016-12-111-1/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-104-37/+57
|\ \
| * | crypto: algif_aead - fix uninitialized variable warningStephan Mueller2016-12-081-1/+1
| * | crypto: mcryptd - Check mcryptd algorithm compatibilitytim2016-12-071-7/+12
| * | crypto: algif_aead - fix AEAD tag memory handlingStephan Mueller2016-12-071-21/+36
| * | crypto: caam - fix pointer size for AArch64 boot loader, AArch32 kernelHoria Geantă2016-12-071-2/+3
| * | crypto: marvell - Don't corrupt state of an STD req for re-stepped ahashRomain Perier2016-12-071-3/+5
| * | crypto: marvell - Don't copy hash operation twice into the SRAMRomain Perier2016-12-071-3/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-1021-20/+142
|\ \ \
| * | | net: mlx5: Fix Kconfig help textChristopher Covington2016-12-101-2/+0Star
| * | | net: smsc911x: back out silently on probe deferralsLinus Walleij2016-12-101-1/+8
| * | | ibmveth: set correct gso_size and gso_typeThomas Falcon2016-12-102-2/+64
| * | | Merge branch 'ethernet-missing-netdev-parent'David S. Miller2016-12-092-0/+2
| |\ \ \
| | * | | net: ethernet: cpmac: Call SET_NETDEV_DEV()Florian Fainelli2016-12-091-0/+1
| | * | | net: ethernet: lantiq_etop: Call SET_NETDEV_DEV()Florian Fainelli2016-12-091-0/+1
| |/ / /
| * | | vhost-vsock: fix orphan connection resetPeng Tao2016-12-091-1/+1
| * | | Merge tag 'linux-can-fixes-for-4.9-20161208' of git://git.kernel.org/pub/scm/...David S. Miller2016-12-091-2/+4
| |\ \ \
| | * | | can: peak: fix bad memory access and free sequence추지호2016-12-081-2/+4
| * | | | cxgb4/cxgb4vf: Assign netdev->dev_port with port IDArjun V2016-12-093-1/+2
| * | | | driver: ipvlan: Unlink the upper dev when ipvlan_link_new failedGao Feng2016-12-081-1/+3
| * | | | ser_gigaset: return -ENOMEM on error instead of successDan Carpenter2016-12-081-1/+3
| * | | | NET: usb: cdc_mbim: add quirk for supporting Telit LE922ADaniele Palmas2016-12-083-6/+32
| |/ / /
| * | | phy: Don't increment MDIO bus refcount unless it's a different ownerFlorian Fainelli2016-12-071-3/+13
| * | | netvsc: reduce maximum GSO sizestephen hemminger2016-12-071-0/+5
| * | | drivers: net: cpsw-phy-sel: Clear RGMII_IDMODE on "rgmii" linksAlex2016-12-071-0/+1
| * | | Merge tag 'linux-can-fixes-for-4.9-20161207' of git://git.kernel.org/pub/scm/...David S. Miller2016-12-072-0/+4
| |\ \ \
| | * | | can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde2016-12-072-0/+4
| |/ / /
* | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-099-28/+326
|\ \ \ \
| * | | | device-dax: fix private mapping restriction, permit read-onlyDan Williams2016-12-071-1/+1
| * | | | tools/testing/nvdimm: unit test acpi_nfit_ctl()Dan Williams2016-12-076-9/+267
| * | | | acpi, nfit: fix bus vs dimm confusion in xlat_statusDan Williams2016-12-071-3/+14
| * | | | acpi, nfit: validate ars_status output buffer sizeDan Williams2016-12-071-4/+17
| * | | | acpi, nfit, libnvdimm: fix / harden ars_status output length handlingDan Williams2016-12-073-7/+23
| * | | | acpi, nfit: fix extended status translations for ACPI DSMsVishal Verma2016-12-071-4/+4
| | |_|/ | |/| |
* | | | Merge branch 'for-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-092-1/+15
|\ \ \ \
| * | | | libata-scsi: disable SCT Write Same for the momentNicolai Stange2016-12-071-0/+1