summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-11Bluetooth: Introduce debug feature when dynamic debug is disabledMarcel Holtmann4-0/+138
2020-05-11Bluetooth: Add support for experimental features configurationMarcel Holtmann3-0/+86
2020-05-11Bluetooth: Replace BT_DBG with bt_dev_dbg for security manager supportMarcel Holtmann1-4/+4
2020-05-11Bluetooth: Introduce HCI_MGMT_HDEV_OPTIONAL optionMarcel Holtmann2-5/+8
2020-05-11Bluetooth: replace zero-length array with flexible-array memberMarcel Holtmann1-21/+21
2020-05-11Bluetooth: Replace BT_DBG with bt_dev_dbg for management supportMarcel Holtmann1-111/+110
2020-05-11Bluetooth: Add MGMT_EV_PHY_CONFIGURATION_CHANGED to supported listMarcel Holtmann1-0/+1
2020-05-11Bluetooth: L2CAP: Fix errors during L2CAP_CREDIT_BASED_CONNECTION_REQ (0x17)Konstantin Forostyan1-2/+2
2020-05-11Bluetooth: Fix advertising handle is set to 0Tedd Ho-Jeong An1-3/+3
2020-05-11Bluetooth: hci_h5: Add support for binding RTL8723BS with device treeVasily Khoruzhick1-0/+2
2020-05-11dt-bindings: net: bluetooth: Add rtl8723bs-bluetoothVasily Khoruzhick1-0/+54
2020-04-28Bluetooth: hci_qca: allow max-speed to be set for QCA9377 devicesChristian Hewitt1-7/+9
2020-04-28Bluetooth: hci_qca: add compatible for QCA9377Christian Hewitt1-0/+1
2020-04-28dt-bindings: net: bluetooth: Add device tree bindings for QCA9377Christian Hewitt1-0/+5
2020-04-28Bluetooth: btusb: Adding support for LE scatternet to Jfp and ThPAlain Michaud1-2/+7
2020-04-28Bluetooth: allow scatternet connections if supported.Alain Michaud1-1/+3
2020-04-28Bluetooth: Adding driver and quirk defs for multi-role LEAlain Michaud2-0/+10
2020-04-22Bluetooth: btbcm: Add 2 missing models to subver tablesHans de Goede1-0/+2
2020-04-22Bluetooth: btbcm: Try multiple Patch filenames when loading the Patch firmwareHans de Goede1-16/+43
2020-04-22Bluetooth: btbcm: Bail sooner from btbcm_initialize() when not loading fwHans de Goede1-7/+7
2020-04-22Bluetooth: btbcm: Make btbcm_setup_patchram use btbcm_finalizeHans de Goede3-22/+11
2020-04-22Bluetooth: btbcm: Make btbcm_initialize() print local-name on re-init tooHans de Goede1-9/+10
2020-04-22Bluetooth: btbcm: Fold Patch loading + applying into btbcm_initialize()Hans de Goede3-40/+35
2020-04-22Bluetooth: btbcm: Move setting of USE_BDADDR_PROPERTY quirk to hci_bcm.cHans de Goede2-6/+6
2020-04-22Bluetooth: btbcm: Drop upper nibble version check from btbcm_initialize()Hans de Goede1-4/+0
2020-04-22Merge branch 'Support-programmable-pins-for-Ocelot-PTP-driver'David S. Miller10-214/+417
2020-04-22net: dsa: felix: enable PTP programmable pinYangbo Lu1-2/+4
2020-04-22net: mscc: ocelot: enable PTP programmable pinYangbo Lu1-2/+4
2020-04-22net: mscc: ocelot: support 4 PTP programmable pinsYangbo Lu3-0/+128
2020-04-22net: mscc: ocelot: add wave programming registers definitionsYangbo Lu4-0/+8
2020-04-22net: mscc: ocelot: redefine PTP pinsYangbo Lu1-4/+5
2020-04-22net: mscc: ocelot: fix timestamp info if ptp clock does not workYangbo Lu1-0/+6
2020-04-22net: mscc: ocelot: move ocelot ptp clock code out of ocelot.cYangbo Lu8-210/+266
2020-04-21Merge branch 'vermagic-non-global'David S. Miller15-24/+13
2020-04-21kernel/module: Hide vermagic header file from general useLeon Romanovsky3-0/+9
2020-04-21net/nfp: Update driver to use global kernel versionLeon Romanovsky2-5/+0
2020-04-21net/hns: Remove custom driver version in favour of global oneLeon Romanovsky3-11/+0
2020-04-21drivers: Remove inclusion of vermagic headerLeon Romanovsky7-8/+4
2020-04-21net: ipv4: remove redundant assignment to variable rcColin Ian King1-1/+1
2020-04-21Merge branch 'net-bcmgenet-Clean-up-after-ACPI-enablement'David S. Miller1-31/+18
2020-04-21net: bcmgenet: Drop too many parentheses in bcmgenet_probe()Andy Shevchenko1-1/+1
2020-04-21net: bcmgenet: Use get_unligned_beXX() and put_unaligned_beXX()Andy Shevchenko1-9/+4
2020-04-21net: bcmgenet: Use devm_clk_get_optional() to get the clocksAndy Shevchenko1-7/+12
2020-04-21net: bcmgenet: Drop useless OF codeAndy Shevchenko1-13/+0
2020-04-21net: bcmgenet: Drop ACPI_PTR() to avoid compiler warningAndy Shevchenko1-1/+1
2020-04-21Merge tag 'mlx5-updates-2020-04-20' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller18-184/+242
2020-04-21r8169: change wmb to smb_wmb in rtl8169_start_xmitHeiner Kallweit1-2/+2
2020-04-21net/mlx5: improve some commentsHu Haowen1-1/+1
2020-04-21net/mlx5: Read embedded cpu bit only onceParav Pandit1-2/+1
2020-04-21net/mlx5e: Handle errors from netif_set_real_num_{tx,rx}_queuesMaxim Mikityanskiy2-13/+48