summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-04-0110-924/+470
|\
| * Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_QCA_ROMEVic Wei2018-04-011-0/+1
| * Bluetooth: btrsi: remove unused including <linux/version.h>Wei Yongjun2018-04-011-1/+0
| * Bluetooth: hci_bcm: Remove DMI quirk for the MINIX Z83-4Ian W MORRISON2018-04-011-7/+0
| * Bluetooth: Remove unused btuart_cs driverMarcel Holtmann2018-04-013-692/+0
| * Bluetooth: bpa10x: Use separate h4_recv_buf helperMarcel Holtmann2018-04-013-3/+162
| * Bluetooth: hci_ll: Convert to use h4_recv_buf helperMarcel Holtmann2018-04-012-145/+70
| * Bluetooth: hci_bcm: Add ACPI HIDs found in Windows .inf files and DSTDsHans de Goede2018-04-011-0/+141
| * Bluetooth: hci_bcm: Do not tie GPIO pin order to a specific ACPI HIDHans de Goede2018-04-011-36/+55
| * Bluetooth: hci_bcm: Remove duplication in gpio-mappings declarationHans de Goede2018-04-011-13/+9
| * Bluetooth: hci_bcm: Add 6 new ACPI HIDsHans de Goede2018-04-011-0/+6
| * Bluetooth: hci_bcm: Treat Interrupt ACPI resources as always being active-lowHans de Goede2018-04-011-17/+3
| * Bluetooth: hci_bcm: Add irq_polarity module optionHans de Goede2018-04-011-5/+15
| * Bluetooth: btusb: Add USB ID 7392:a611 for Edimax EW-7611ULBVicente Bergas2018-04-011-0/+3
| * Bluetooth: hci_ll: Use skb_put_u8 instead of struct hcill_cmdMarcel Holtmann2018-04-011-7/+1
| * Bluetooth: btmrvl: Delete an unnecessary variable initialisation in btmrvl_sd...Markus Elfring2018-04-011-1/+1
| * Bluetooth: btmrvl: Delete an unnecessary variable initialisation in btmrvl_sd...Markus Elfring2018-04-011-1/+1
| * Bluetooth: hci_bcm: Use default baud rate if missing shutdown GPIOMarcel Holtmann2018-04-011-0/+6
| * Bluetooth: hci_bcm: use gpiod cansleep versionLoic Poulain2018-04-011-2/+2
* | sh_eth: kill useless check in __sh_eth_get_regs()Sergei Shtylyov2018-04-011-15/+10
* | sh_eth: add sh_eth_cpu_data::no_xdfar flagSergei Shtylyov2018-04-012-2/+4
* | Revert "net: usb: asix88179_178a: de-duplicate code"David S. Miller2018-04-011-31/+86
* | net/mlx4_en: CHECKSUM_COMPLETE support for fragmentsEric Dumazet2018-04-011-6/+4
* | mlxsw: spectrum: Don't use resource ID of 0Petr Machata2018-04-011-1/+1
* | mlxsw: spectrum: Pass mlxsw_core as arg of mlxsw_sp_kvdl_resources_register()Jiri Pirko2018-04-013-4/+4
* | mlxsw: Move "resources_query_enable" out of mlxsw_config_profileJiri Pirko2018-04-016-12/+8
* | mlxsw: Move "used_kvd_sizes" check to mlxsw_pci_config_profileJiri Pirko2018-04-013-6/+4
* | mlxsw: core: Fix arg name of MLXSW_CORE_RES_VALID and MLXSW_CORE_RES_GETJiri Pirko2018-04-011-4/+4
* | mlxsw: remove kvd_hash_granularity from config profile structJiri Pirko2018-04-012-4/+2
* | mlxsw: spectrum: Change KVD linear parts from list to arrayJiri Pirko2018-04-011-143/+92
* | mlxsw: Constify devlink_resource_opsJiri Pirko2018-04-012-4/+4
* | mlxsw: spectrum_kvdl: Fix handling of resource_size_paramJiri Pirko2018-04-011-33/+14
* | mlxsw: spectrum_acl: Fix flex actions header ifndef define constructJiri Pirko2018-04-011-2/+2
|/
* crypto: chtls - Makefile KconfigAtul Gupta2018-04-013-0/+16
* crypto: chtls - Program the TLS session KeyAtul Gupta2018-04-011-0/+412
* crypto: chtls - Inline TLS record RxAtul Gupta2018-04-012-1/+602
* crypto: chtls - Inline TLS record TxAtul Gupta2018-04-012-0/+1224
* crypto : chtls - CPL handler definitionAtul Gupta2018-04-011-0/+2126
* crypto: chtls - Register chtls with net tlsAtul Gupta2018-04-011-0/+575
* crypto: chtls - structure and macro for Inline TLSAtul Gupta2018-04-012-0/+685
* crypto: chcr - Inline TLS Key MacrosAtul Gupta2018-04-012-1/+96
* cxgb4: LLD driver changes to support TLSAtul Gupta2018-04-013-15/+131
* cxgb4: Inline TLS FW InterfaceAtul Gupta2018-04-013-6/+283
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-0116-122/+801
|\
| * nfp: bpf: improve wrong FW response warningsJakub Kicinski2018-03-291-6/+6
| * nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski2018-03-296-2/+47
| * nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski2018-03-295-15/+88
| * nfp: bpf: expose command delay slotsJakub Kicinski2018-03-291-29/+24
| * nfp: bpf: add basic support for atomic addsJakub Kicinski2018-03-296-3/+212
| * nfp: bpf: add map deletes from the datapathJakub Kicinski2018-03-294-0/+17