summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2020-01-22Bluetooth: fix appearance typo in mgmt.cAlain Michaud-4/+4
2020-01-22Bluetooth: adding missing const decoration to mgmt_status_tableAlain Michaud-1/+1
2020-01-16Bluetooth: Increment management interface revisionMarcel Holtmann-1/+1
2020-01-16Bluetooth: hci_qca: Enable power off/on support during hci down/up for QCA RomeRocky Liao-9/+11
2020-01-15Bluetooth: hci_qca: Retry btsoc initialize when it failsRocky Liao-0/+19
2020-01-15Bluetooth: hci_qca: Add QCA Rome power off support to the qca_power_shutdown()Rocky Liao-12/+16
2020-01-15Bluetooth: hci_bcm: enable IRQ capability from devicetreeGuillaume La Roque-0/+3
2020-01-15dt-bindings: net: bluetooth: add interrupts propertiesGuillaume La Roque-2/+5
2020-01-15Bluetooth: btsdio: Check for valid packet typeLuiz Augusto von Dentz-5/+14
2020-01-15Bluetooth: hci_h5: Add support for ISO packetsLuiz Augusto von Dentz-0/+3
2020-01-15Bluetooth: hci_h4: Add support for ISO packetsLuiz Augusto von Dentz-0/+8
2020-01-15Bluetooth: Make use of __check_timeout on hci_sched_leLuiz Augusto von Dentz-8/+3
2020-01-15Bluetooth: monitor: Add support for ISO packetsLuiz Augusto von Dentz-0/+8
2020-01-15Bluetooth: hci_vhci: Add support for ISO packetsLuiz Augusto von Dentz-0/+1
2020-01-15Bluetooth: Add definitions for CIS connectionsLuiz Augusto von Dentz-1/+158
2020-01-15Bluetooth: Implementation of MGMT_OP_SET_BLOCKED_KEYS.Alain Michaud-8/+215
2020-01-14Bluetooth: hci_qca: Add qca_power_on() API to support both wcn399x and Rome p...Rocky Liao-21/+33
2020-01-09Bluetooth: btbcm : Fix warning about missing blank lines after declarationsChangqi Du-0/+2
2020-01-08Bluetooth: hci_qca: Remove set but not used variable 'opcode'YueHaibing-2/+1
2020-01-08Bluetooth: hci_qca: Use vfree() instead of kfree()Wei Yongjun-2/+2
2020-01-08Bluetooth: remove redundant assignment to variable icidColin Ian King-1/+0
2020-01-06Bluetooth: btusb: Add support for 04ca:3021 QCA_ROME deviceRocky Liao-0/+1
2020-01-04Bluetooth: Auto tune if input MTU is set to 0Luiz Augusto von Dentz-2/+52
2020-01-04Bluetooth: Add support for LE PHY Update Complete eventLuiz Augusto von Dentz-0/+37
2020-01-04Bluetooth: hci_qca: Collect controller memory dump during SSRBalakrishna Godavarthi-5/+291
2020-01-04Bluetooth: hci_bcm: Drive RTS only for BCM43438Stefan Wahren-4/+17
2020-01-04Bluetooth: btbcm: Add missing static inline in headerAbhishek Pandit-Subedi-2/+2
2020-01-04Bluetooth: hci_qca: Replace of_device_get_match_data with device_get_match_dataRocky Liao-1/+1
2020-01-04dt-bindings: net: broadcom-bluetooth: Document BCM4329 supportDmitry Osipenko-0/+1
2020-01-04Bluetooth: hci_bcm: Add device-tree compatible for BCM4329Dmitry Osipenko-0/+1
2020-01-04Bluetooth: Remove usage of BT_ERR_RATELIMITED macroMarcel Holtmann-11/+7
2020-01-04Bluetooth: Adding a bt_dev_warn_ratelimited macro.Alain Michaud-0/+20
2020-01-03bna: remove set but not used variable 'pgoff'yu kuai-2/+1
2020-01-03net: netsec: Change page pool nid to NUMA_NO_NODEIlias Apalodimas-1/+1
2020-01-03l2tp: Remove redundant BUG_ON() check in l2tp_pernetXu Wang-2/+0
2020-01-03net: Remove redundant BUG_ON() check in phonet_pernetXu Wang-2/+0
2020-01-03net: remove the check argument from __skb_gro_checksum_convertLi RongQing-6/+6
2020-01-03ethtool: remove set but not used variable 'lsettings'YueHaibing-2/+0
2020-01-02tcp: use REXMIT_NEW instead of magic numberMao Wenan-1/+1
2020-01-02enetc: add support time specific departure base on the qos etfPo Liu-1/+59
2020-01-02fsl/fman: use resource_sizeJulia Lawall-2/+2
2020-01-02ptp: ptp_clockmatrix: constify copied structureJulia Lawall-1/+1
2020-01-02sfc: Remove unnecessary dependencies on I2CBen Hutchings-4/+0
2020-01-02Merge branch 'tcp-Add-support-for-L3-domains-to-MD5-auth'David S. Miller-87/+715
2020-01-02fcnal-test: Add TCP MD5 tests for VRFDavid Ahern-0/+313
2020-01-02fcnal-test: Add TCP MD5 testsDavid Ahern-0/+145
2020-01-02nettest: Add support for TCP_MD5 extensionsDavid Ahern-13/+69
2020-01-02nettest: Return 1 on MD5 failure for server modeDavid Ahern-1/+1
2020-01-02net: Add device index to tcp_md5sigDavid Ahern-3/+40
2020-01-02tcp: Add l3index to tcp_md5sig_key and md5 functionsDavid Ahern-51/+113