summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-03941-18048/+69814
|\
| * net: mvneta: improve suspend/resumeJisheng Zhang2018-04-021-7/+62
| * net: mvneta: split rxq/txq init and txq deinit into SW and HW partsJisheng Zhang2018-04-021-19/+66
| * net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()Florian Fainelli2018-04-011-1/+2
| * net: bgmac: Correctly annotate register spaceFlorian Fainelli2018-04-011-3/+3
| * fix typo in command value in drivers/net/phy/mdio-bitbang.Frans Meulenbroeks2018-04-011-1/+1
| * sky2: Increase D3 delay to sky2 stops working after suspendKai-Heng Feng2018-04-011-1/+1
| * net/mlx5e: Set EQE based as default TX interrupt moderation modeTal Gilboa2018-04-011-4/+4
| * ibmvnic: Disable irqs before exiting reset from closed stateJohn Allen2018-04-011-10/+18
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-0172-524/+799
| |\
| * \ 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-03-313-0/+16
| * | crypto: chtls - Program the TLS session KeyAtul Gupta2018-03-311-0/+412
| * | crypto: chtls - Inline TLS record RxAtul Gupta2018-03-312-1/+602
| * | crypto: chtls - Inline TLS record TxAtul Gupta2018-03-312-0/+1224
| * | crypto : chtls - CPL handler definitionAtul Gupta2018-03-311-0/+2126
| * | crypto: chtls - Register chtls with net tlsAtul Gupta2018-03-311-0/+575
| * | crypto: chtls - structure and macro for Inline TLSAtul Gupta2018-03-312-0/+685