summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Add new 13d3:3491 QCA_ROME deviceJoão Paulo Rechi Vita2019-07-061-0/+1
* Bluetooth: Add new 13d3:3501 QCA_ROME deviceJoão Paulo Rechi Vita2019-07-061-0/+1
* Bluetooth: hci_bcsp: Fix memory leak in rx_skbTomas Bortoli2019-07-061-0/+5
* Bluetooth:: btrtl: Add support for RTL8723DULarry Finger2019-07-061-0/+8
* Bluetooth: btmtkuart: add an implementation for clock osc propertySean Wang2019-07-061-3/+18
* Bluetooth: btmtkuart: add an implementation for boot-gpios propertySean Wang2019-07-061-9/+25
* Bluetooth: btbcm: Add entry for BCM4359C0 UART bluetoothNeil Armstrong2019-07-061-0/+1
* Bluetooth: hci_qca: Load customized NVM based on the device propertyRocky Liao2019-07-063-5/+27
* Bluetooth: hci_mrvl: Add serdev supportSascha Hauer2019-07-062-1/+69
* Bluetooth: hci_mrvl: Wait for final ack before switching baudrateSascha Hauer2019-07-061-0/+3
* Bluetooth: hci_ldisc: Add function to wait for characters to be sentSascha Hauer2019-07-062-0/+9
* Bluetooth: hci_qca: wcn3990: Drop baudrate change vendor eventMatthias Kaehlcke2019-07-061-1/+54
* Bluetooth: btqca: inject command complete event during fw downloadBalakrishna Godavarthi2019-07-062-1/+42
* Bluetooth: Cleanup formatting and coding styleFabian Schindlatz2019-07-062-8/+20
* Bluetooth: btrtl: HCI reset on close for Realtek BT chipJian-Hong Pan2019-07-063-0/+27
* Bluetooth: hci_ll: Refactor download_firmwareFabian Schindlatz2019-07-061-17/+28
* Bluetooth: hci_ll: set operational frequency earlierPhilipp Puschmann2019-07-061-18/+21
* Bluetooth: btsdio: Do not bind to non-removable BCM4356Peter Robinson2019-07-061-0/+1
* net/mlx5e: Add kTLS TX HW offload supportTariq Toukan2019-07-0514-7/+748
* net/mlx5e: Introduce a fenced NOP WQE posting functionTariq Toukan2019-07-051-0/+18
* net/mlx5e: Re-work TIS creation functionsTariq Toukan2019-07-055-11/+27
* net/mlx5e: Tx, Unconstify SQ stop roomTariq Toukan2019-07-054-17/+21
* net/mlx5e: Tx, Don't implicitly assume SKB-less wqe has one WQEBBEran Ben Elisha2019-07-051-2/+2
* net/mlx5e: Tx, Make SQ WQE fetch function type genericTariq Toukan2019-07-053-8/+10
* net/mlx5e: Tx, Enforce L4 inline copy when neededTariq Toukan2019-07-052-1/+9
* net/mlx5e: Move helper functions to a new txrx datapath headerTariq Toukan2019-07-058-153/+170
* net/mlx5: Accel, Add core TLS support for the Connect-X familyTariq Toukan2019-07-053-3/+101
* net/mlx5: Add crypto library to support create/destroy encryption keyTariq Toukan2019-07-053-1/+78
* net/mlx5: Kconfig, Better organize compilation flagsTariq Toukan2019-07-057-92/+46
* net/mlx5: Accel, Expose accel wrapper for IPsec FPGA functionTariq Toukan2019-07-053-1/+11
* Merge tag 'mlx5-updates-2019-07-04-v2' of git://git.kernel.org/pub/scm/linux/...David S. Miller2019-07-0530-346/+703
|\
| * net/mlx5: Added devlink info callbackShay Agroskin2019-07-041-0/+60
| * net/mlx5: Added fw version query commandShay Agroskin2019-07-042-20/+201
| * Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-07-0428-326/+442
| |\
| | * net/mlx5: Refactor mlx5_esw_query_functions for modularityParav Pandit2019-07-034-22/+46
| | * net/mlx5: E-Switch prepare functions change handler to be modularParav Pandit2019-07-031-17/+27
| | * net/mlx5: Introduce and use mlx5_eswitch_get_total_vports()Parav Pandit2019-07-035-14/+35
| | * net/mlx5: Report EQE data upon CQ completionYishai Hadas2019-07-038-9/+11
| | * net/mlx5: Report a CQ error event only when a handler was setYishai Hadas2019-07-031-1/+2
| | * net/mlx5: mlx5_core_create_cq() enhancementsYishai Hadas2019-07-034-7/+9
| | * net/mlx5: Expose the API to register for ANY eventYishai Hadas2019-07-032-3/+2
| | * net/mlx5: Use event mask based on device capabilitiesYishai Hadas2019-07-033-9/+39
| | * net/mlx5: Fix mlx5_core_destroy_cq() error flowYishai Hadas2019-07-033-17/+10
| | * net/mlx5: E-Switch, Handle UC address change in switchdev modeBodong Wang2019-07-011-12/+9
| | * net/mlx5: E-Switch, Consider host PF for inline mode and vlan popBodong Wang2019-07-013-6/+34
| | * net/mlx5: E-Switch, Use iterator for vlan and min-inline setupsBodong Wang2019-07-011-6/+6
| | * net/mlx5: E-Switch, Reg/unreg function changed event at correct stageBodong Wang2019-07-013-31/+26
| | * net/mlx5: E-Switch, Consolidate eswitch function number of VFsBodong Wang2019-07-014-88/+90
| | * net/mlx5: E-Switch, Refactor eswitch SR-IOV interfaceBodong Wang2019-07-0110-73/+74
| | * net/mlx5: Handle host PF vport mac/guid for ECPFBodong Wang2019-07-018-17/+25