summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: btintel: Define a callback to fetch codec config dataKiran K2021-09-071-1/+52
* Bluetooth: Configure codec for HFP offload use caseKiran K2021-09-075-0/+64
* Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection commandKiran K2021-09-076-6/+193
* Bluetooth: Allow setting of codec for HFP offload use caseKiran K2021-09-072-0/+62
* Bluetooth: btintel: Define callback to fetch data_path_idKiran K2021-09-071-0/+10
* Bluetooth: Allow querying of supported offload codecs over SCO socketKiran K2021-09-074-0/+126
* Bluetooth: btintel: Read supported offload use casesKiran K2021-09-072-0/+37
* Bluetooth: Add support for Read Local Supported Codecs V2Kiran K2021-09-074-1/+99
* Bluetooth: Enumerate local supported codec and cache detailsKiran K2021-09-076-5/+244
* Bluetooth: fix init and cleanup of sco_conn.timeout_workDesmond Cheong Zhi Xi2021-09-041-5/+4
* Bluetooth: call sock_hold earlier in sco_conn_delDesmond Cheong Zhi Xi2021-09-041-1/+2
* Bluetooth: btusb: Add support for IMC Networks Mediatek Chip(MT7921)mark-yw.chen2021-09-021-0/+3
* Bluetooth: btusb: Add the new support ID for Realtek RTL8852AMax Chou2021-09-011-0/+2
* Bluetooth: btusb: Add protocol for MediaTek bluetooth devices(MT7922)mark-yw.chen2021-09-011-0/+1
* Bluetooth: btusb: Support public address configuration for MediaTek Chip.mark-yw.chen2021-09-011-0/+18
* Bluetooth: fix use-after-free error in lock_sock_nested()Wang ShaoBo2021-09-011-1/+9
* Bluetooth: btintel: Read boot address irrespective of controller modeKiran K2021-08-311-16/+10
* Bluetooth: btintel: Fix boot addressKiran K2021-08-311-2/+3
* Bluetooth: Fix using RPA when address has been resolvedLuiz Augusto von Dentz2021-08-304-30/+43
* Bluetooth: Fix using address type from eventsLuiz Augusto von Dentz2021-08-302-40/+22
* Bluetooth: Fix enabling advertising for central roleLuiz Augusto von Dentz2021-08-301-2/+2
* Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()Takashi Iwai2021-08-301-8/+16
* Bluetooth: set quality report callback for IntelJoseph Hwang2021-08-302-1/+84
* Bluetooth: Support the quality report eventsJoseph Hwang2021-08-303-1/+111
* Bluetooth: refactor set_exp_feature with a feature tableJoseph Hwang2021-08-301-106/+142
* Bluetooth: btintel: support link statistics telemetry eventsChethan T N2021-08-301-1/+19
* Bluetooth: btusb: disable Intel link statistics telemetry eventsJoseph Hwang2021-08-301-20/+0
* Bluetooth: mgmt: Disallow legacy MGMT_OP_READ_LOCAL_OOB_EXT_DATABrian Gix2021-08-301-0/+5
* Bluetooth: reorganize functions from hci_sock_sendmsg()Tetsuo Handa2021-08-301-29/+21
* net: ipv4: Fix the warning for dereferenceYajun Deng2021-08-301-1/+3
* net: qrtr: make checks in qrtr_endpoint_post() stricterDan Carpenter2021-08-301-2/+6
* fix array-index-out-of-bounds in taprio_changeHaimin Zhang2021-08-301-1/+3
* net: fix NULL pointer reference in cipso_v4_doi_free王贇2021-08-301-2/+2
* Merge branch 'inet-exceptions-less-predictable'David S. Miller2021-08-302-17/+34
|\
| * ipv4: make exception cache less predictibleEric Dumazet2021-08-301-16/+30
| * ipv6: make exception cache less predictibleEric Dumazet2021-08-301-1/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-08-3014-234/+345
|\
| * netfilter: add netfilter hooks to SRv6 data planeRyoga Saito2021-08-309-36/+241
| * netfilter: x_tables: handle xt_register_template() returning an error valueLukas Bulwahn2021-08-251-0/+2
| * netfilter: ctnetlink: missing counters and timestamp in nfnetlink_{log,queue}Pablo Neira Ayuso2021-08-251-0/+6
| * netfilter: ecache: remove nf_exp_event_notifier structureFlorian Westphal2021-08-254-84/+13
| * netfilter: ecache: prepare for event notifier mergeFlorian Westphal2021-08-253-42/+17
| * netfilter: ecache: add common helper for nf_conntrack_eventmask_reportFlorian Westphal2021-08-251-68/+56
| * netfilter: ecache: remove another indent levelFlorian Westphal2021-08-251-16/+18
| * netfilter: ecache: remove one indent levelFlorian Westphal2021-08-253-32/+36
* | Merge branch 'IXP46x-PTP-Timer'David S. Miller2021-08-307-77/+171
|\ \
| * | ixp4xx_eth: Probe the PTP module from the device treeLinus Walleij2021-08-301-2/+13
| * | ixp4xx_eth: Add devicetree bindingsLinus Walleij2021-08-301-0/+54
| * | ixp4xx_eth: Stop referring to GPIOsLinus Walleij2021-08-301-56/+28
| * | ixp4xx_eth: fix compile-testingArnd Bergmann2021-08-301-4/+3