aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-09-07Bluetooth: Enumerate local supported codec and cache detailsKiran K6-5/+244
2021-09-03Bluetooth: fix init and cleanup of sco_conn.timeout_workDesmond Cheong Zhi Xi1-5/+4
2021-09-03Bluetooth: call sock_hold earlier in sco_conn_delDesmond Cheong Zhi Xi1-1/+2
2021-09-02Bluetooth: btusb: Add support for IMC Networks Mediatek Chip(MT7921)mark-yw.chen1-0/+3
2021-09-01Bluetooth: btusb: Add the new support ID for Realtek RTL8852AMax Chou1-0/+2
2021-09-01Bluetooth: btusb: Add protocol for MediaTek bluetooth devices(MT7922)mark-yw.chen1-0/+1
2021-09-01Bluetooth: btusb: Support public address configuration for MediaTek Chip.mark-yw.chen1-0/+18
2021-09-01Bluetooth: fix use-after-free error in lock_sock_nested()Wang ShaoBo1-1/+9
2021-08-31Bluetooth: btintel: Read boot address irrespective of controller modeKiran K1-16/+10
2021-08-31Bluetooth: btintel: Fix boot addressKiran K1-2/+3
2021-08-30Bluetooth: Fix using RPA when address has been resolvedLuiz Augusto von Dentz4-30/+43
2021-08-30Bluetooth: Fix using address type from eventsLuiz Augusto von Dentz2-40/+22
2021-08-30Bluetooth: Fix enabling advertising for central roleLuiz Augusto von Dentz1-2/+2
2021-08-30Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()Takashi Iwai1-8/+16
2021-08-30Bluetooth: set quality report callback for IntelJoseph Hwang2-1/+84
2021-08-30Bluetooth: Support the quality report eventsJoseph Hwang3-1/+111
2021-08-30Bluetooth: refactor set_exp_feature with a feature tableJoseph Hwang1-106/+142
2021-08-30Bluetooth: btintel: support link statistics telemetry eventsChethan T N1-1/+19
2021-08-30Bluetooth: btusb: disable Intel link statistics telemetry eventsJoseph Hwang1-20/+0
2021-08-30Bluetooth: mgmt: Disallow legacy MGMT_OP_READ_LOCAL_OOB_EXT_DATABrian Gix1-0/+5
2021-08-30Bluetooth: reorganize functions from hci_sock_sendmsg()Tetsuo Handa1-29/+21
2021-08-30net: ipv4: Fix the warning for dereferenceYajun Deng1-1/+3
2021-08-30net: qrtr: make checks in qrtr_endpoint_post() stricterDan Carpenter1-2/+6
2021-08-30fix array-index-out-of-bounds in taprio_changeHaimin Zhang1-1/+3
2021-08-30net: fix NULL pointer reference in cipso_v4_doi_free王贇1-2/+2
2021-08-30Merge branch 'inet-exceptions-less-predictable'David S. Miller2-17/+34
2021-08-30ipv4: make exception cache less predictibleEric Dumazet1-16/+30
2021-08-30ipv6: make exception cache less predictibleEric Dumazet1-1/+4
2021-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller14-234/+345
2021-08-30Merge branch 'IXP46x-PTP-Timer'David S. Miller7-77/+171
2021-08-30ixp4xx_eth: Probe the PTP module from the device treeLinus Walleij1-2/+13
2021-08-30ixp4xx_eth: Add devicetree bindingsLinus Walleij1-0/+54
2021-08-30ixp4xx_eth: Stop referring to GPIOsLinus Walleij1-56/+28
2021-08-30ixp4xx_eth: fix compile-testingArnd Bergmann1-4/+3
2021-08-30ixp4xx_eth: make ptp support a platform driverArnd Bergmann6-34/+92
2021-08-30Merge branch 'hns3-cleanups'David S. Miller7-630/+1260
2021-08-30net: hns3: uniform parameter name of hclge_ptp_clean_tx_hwts()Hao Chen1-1/+1
2021-08-30net: hnss3: use max() to simplify codeHao Chen1-2/+1
2021-08-30net: hns3: modify a print format of hns3_dbg_queue_map()Hao Chen1-1/+1
2021-08-30net: hns3: refine function hclge_dbg_dump_tm_pri()Guangbin Huang1-28/+42
2021-08-30net: hns3: reconstruct function hclge_ets_validate()Guangbin Huang1-12/+35
2021-08-30net: hns3: reconstruct function hns3_self_testPeng Li1-37/+64
2021-08-30net: hns3: initialize each member of structure array on a separate lineJiaran Zhang1-549/+1116
2021-08-30Merge branch 'bnxt_en-fw-messages'David S. Miller13-1998/+2906
2021-08-30bnxt_en: support multiple HWRM commands in flightEdwin Peer4-39/+113
2021-08-30bnxt_en: remove legacy HWRM interfaceEdwin Peer4-106/+1
2021-08-30bnxt_en: update all firmware calls to use the new APIsEdwin Peer9-1538/+1953
2021-08-30bnxt_en: use link_lock instead of hwrm_cmd_lock to protect link_infoEdwin Peer2-2/+7
2021-08-30bnxt_en: add support for HWRM request slicesEdwin Peer2-2/+120
2021-08-30bnxt_en: add HWRM request assignment APIEdwin Peer2-0/+56