summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * Bluetooth: btusb: Helper function to download firmware to Intel adaptersKiran K2020-12-071-0/+165
| * Bluetooth: btusb: Define a function to construct firmware filenameKiran K2020-12-072-0/+23
| * Bluetooth: btusb: Add *setup* function for new generation Intel controllersKiran K2020-12-071-0/+141
| * Bluetooth: btintel: Fix endianness issue for TLV version informationKiran K2020-12-071-7/+14
| * Bluetooth: btmtksdio: Add the missed release_firmware() in mtk_setup_firmware()Jing Xiangfeng2020-12-071-1/+1
| * Bluetooth: btusb: Add the missed release_firmware() in btusb_mtk_setup_firmwa...Jing Xiangfeng2020-12-071-1/+1
| * Bluetooth: btusb: Support 0bda:c123 Realtek 8822CE deviceCadel Watson2020-12-071-0/+2
| * Bluetooth: btqca: Use NVM files based on SoC ID for WCN3991Venkata Lakshmi Narayana Gubba2020-12-073-25/+42
| * Bluetooth: hci_h5: Add OBDA0623 ACPI HIDHans de Goede2020-11-231-0/+1
| * Bluetooth: revert: hci_h5: close serdev device and free hu in h5_closeHans de Goede2020-11-231-6/+2
| * Bluetooth: hci_qca: Wait for timeout during suspendVenkata Lakshmi Narayana Gubba2020-11-111-9/+39
| * Bluetooth: btrtl: fix incorrect skb allocation failure checkColin Ian King2020-11-111-1/+1
| * Bluetooth: hci_ll: add a small delay for wl1271 enable bt_enXiaolei Wang2020-11-111-0/+1
| * Bluetooth: btusb: Add support for 1358:c123 Realtek 8822CE deviceJulian Pidancet2020-11-111-0/+2
| * Bluetooth: hci_qca: resolve various warningsNigel Christian2020-11-111-4/+4
| * Bluetooth: hci_qca: Enhance retry logic in qca_setupBalakrishna Godavarthi2020-11-111-16/+18
| * Bluetooth: btusb: btrtl: Add support for RTL8852AMax Chou2020-11-102-0/+16
| * Bluetooth: btusb: Add support for 13d3:3560 MediaTek MT7615E deviceChris Chiu2020-11-101-0/+3
| * Bluetooth: hci_h5: fix memory leak in h5_closeAnant Thazhemadam2020-11-091-0/+3
| * Bluetooth: btrtl: Ask 8821C to drop old firmwareKai-Heng Feng2020-11-091-0/+46
| * Bluetooth: btrtl: Refine the ic_id_table for clearer and more regularMax Chou2020-11-091-46/+19
| * Bluetooth: btusb: Add the more support IDs for Realtek RTL8822CEMax Chou2020-11-091-2/+16
| * Bluetooth: hci_h5: close serdev device and free hu in h5_closeAnant Thazhemadam2020-11-091-2/+6
| * Bluetooth: btqca: Add valid le states quirkAbhishek Pandit-Subedi2020-11-091-6/+13
* | mlxsw: spectrum_switchdev: Allow joining VxLAN to 802.1ad bridgeAmit Cohen2020-12-081-2/+2
* | mlxsw: Veto Q-in-VNI for Spectrum-1 ASICAmit Cohen2020-12-083-5/+17
* | mlxsw: spectrum_switchdev: Use ops->vxlan_join() when adding VLAN to VxLAN de...Amit Cohen2020-12-081-6/+4
* | mlxsw: spectrum_nve_vxlan: Add support for Q-in-VNI for Spectrum-2 ASICAmit Cohen2020-12-081-0/+42
* | mlxsw: spectrum: Publish mlxsw_sp_ethtype_to_sver_type()Amit Cohen2020-12-082-1/+2
* | mlxsw: Save EtherType as part of mlxsw_sp_nve_configAmit Cohen2020-12-083-4/+6
* | mlxsw: Save EtherType as part of mlxsw_sp_nve_paramsAmit Cohen2020-12-082-2/+6
* | mlxsw: spectrum_switchdev: Create common function for joining VxLAN to VLAN-a...Amit Cohen2020-12-081-3/+12
* | mlxsw: reg: Add support for tunnel port in SPVID registerAmit Cohen2020-12-081-1/+9
* | mlxsw: reg: Add Switch Port VLAN Stacking RegisterAmit Cohen2020-12-081-0/+104
* | mlxsw: Use one enum for all registers that contain tunnel_port fieldAmit Cohen2020-12-083-25/+11
* | Merge tag 'mlx5-updates-2020-12-01' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-12-0827-350/+1493
|\ \
| * | net/mlx5e: Fill mlx5e_create_cq_param in a functionMaxim Mikityanskiy2020-12-083-10/+15
| * | net/mlx5e: Split between RX/TX tunnel FW support indicationAya Levin2020-12-083-14/+43
| * | net/mlx5: Fix passing zero to 'PTR_ERR'YueHaibing2020-12-084-4/+4
| * | net/mlx5: Arm only EQs with EQEsShay Drory2020-12-081-4/+2
| * | net/mlx5e: Remove duplicated includeYueHaibing2020-12-081-1/+0
| * | net/mlx5e: remove unnecessary memsetZhu Yanjun2020-12-081-1/+0
| * | net/mlx5e: Add TX port timestamp supportEran Ben Elisha2020-12-089-7/+262
| * | net/mlx5e: Add TX PTP port object supportEran Ben Elisha2020-12-0811-60/+831
| * | net/mlx5e: Move MLX5E_RX_ERR_CQE macroEran Ben Elisha2020-12-082-2/+2
| * | net/mlx5e: Split SW group counters update functionEran Ben Elisha2020-12-081-127/+161
| * | net/mlx5e: Change skb fifo push/pop API to be used without SQEran Ben Elisha2020-12-084-16/+28
| * | net/mlx5e: Allow SQ outside of channel contextEran Ben Elisha2020-12-087-21/+22
| * | net/mlx5e: Allow RQ outside of channel contextAya Levin2020-12-087-53/+59
| * | net/mlx5e: Allow CQ outside of channel contextAya Levin2020-12-088-41/+73