index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
bluetooth
/
btmrvl_debugfs.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-25
Bluetooth: MGMT: Fix not checking if BT_HS is enabled
Luiz Augusto von Dentz
1
-1
/
+6
2020-09-25
Bluetooth: Disable High Speed by default
Luiz Augusto von Dentz
1
-1
/
+0
2020-09-25
Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channel
Luiz Augusto von Dentz
3
-3
/
+20
2020-09-25
Bluetooth: A2MP: Fix not initializing all members
Luiz Augusto von Dentz
1
-1
/
+21
2020-09-25
Bluetooth: Fix update of own_addr_type if ll_privacy supported
Sathish Narasimman
1
-1
/
+7
2020-09-20
Bluetooth: Fix auto-creation of hci_conn at Conn Complete event
Sonny Sasaka
1
-6
/
+11
2020-09-20
Bluetooth: btusb: Enable wide band speech support for BTUSB_QCA_ROME
Rocky Liao
1
-18
/
+36
2020-09-20
Bluetooth: Set scan parameters for ADV Monitor
Howard Chung
1
-0
/
+3
2020-09-20
Bluetooth: Update Adv monitor count upon removal
Miao-chen Chou
1
-0
/
+2
2020-09-14
Bluetooth: btintel: Functions to send firmware header / payload
Kiran K
2
-2
/
+129
2020-09-14
Bluetooth: btintel: Add infrastructure to read controller information
Kiran K
2
-0
/
+217
2020-09-14
Bluetooth: pause/resume advertising around suspend
Daniel Winkler
1
-10
/
+57
2020-09-13
Bluetooth: btintel: Refactor firmware download function
Kiran K
1
-5
/
+31
2020-09-13
Bluetooth: Emit controller suspend and resume events
Abhishek Pandit-Subedi
4
-1
/
+104
2020-09-13
Bluetooth: Add suspend reason for device disconnect
Abhishek Pandit-Subedi
2
-0
/
+5
2020-09-13
Bluetooth: Add mgmt suspend and resume events
Abhishek Pandit-Subedi
3
-0
/
+40
2020-09-13
Bluetooth: Set ext scan response only when it exists
Abhishek Pandit-Subedi
1
-2
/
+5
2020-09-13
Bluetooth: Only mark socket zapped after unlocking
Abhishek Pandit-Subedi
1
-3
/
+4
2020-09-11
Bluetooth: Add MGMT capability flags for tx power and ext advertising
Daniel Winkler
2
-0
/
+4
2020-09-11
Bluetooth: Report num supported adv instances for hw offloading
Daniel Winkler
2
-4
/
+4
2020-09-11
Bluetooth: hci_qca: Remove duplicate power off in proto close
Venkata Lakshmi Narayana Gubba
1
-3
/
+2
2020-09-11
Bluetooth: hci_serdev: Close UART port if NON_PERSISTENT_SETUP is set
Venkata Lakshmi Narayana Gubba
1
-3
/
+33
2020-09-11
Bluetooth: sco: new getsockopt options BT_SNDMTU/BT_RCVMTU
Joseph Hwang
1
-0
/
+6
2020-09-11
Bluetooth: Re-order clearing suspend tasks
Abhishek Pandit-Subedi
1
-1
/
+1
2020-09-11
Bluetooth: hci_intel: enable on new platform
Andy Shevchenko
1
-4
/
+5
2020-09-11
Bluetooth: Fix memory leak in read_adv_mon_features()
Peilin Ye
1
-4
/
+8
2020-09-11
Bluetooth: btmtksdio: use NULL instead of zero
YueHaibing
1
-2
/
+2
2020-09-11
Bluetooth: hci_intel: switch to list_for_each_entry()
Andy Shevchenko
1
-21
/
+10
2020-09-11
Bluetooth: hci_intel: drop strange le16_to_cpu() against u8 values
Andy Shevchenko
1
-10
/
+4
2020-09-11
Bluetooth: hci_qca: remove redundant null check
Xu Wang
1
-2
/
+1
2020-09-01
Bluetooth: Clear suspend tasks on unregister
Abhishek Pandit-Subedi
1
-0
/
+11
2020-08-31
Bluetooth: btusb: Fix memleak in btusb_mtk_submit_wmt_recv_urb
Dinghao Liu
1
-0
/
+1
2020-08-31
Bluetooth: btusb: Update boot parameter specific to SKU
Kiran K
1
-4
/
+4
2020-08-02
Bluetooth: hci_uart: Cancel init work before unregistering
Samuel Holland
2
-0
/
+3
2020-08-02
Bluetooth: hci_h5: Remove ignored flag HCI_UART_RESET_ON_INIT
Samuel Holland
1
-2
/
+0
2020-08-02
Bluetooth: btmrvl: eliminate duplicates introducing btmrvl_reg_89xx
Tamás Szűcs
1
-50
/
+4
2020-08-01
mptcp: fix syncookie build error on UP
Florian Westphal
1
-3
/
+1
2020-08-01
fib: fix another fib_rules_ops indirect call wrapper problem
Brian Vazquez
1
-0
/
+6
2020-08-01
tcp: fix build fong CONFIG_MPTCP=n
Eric Dumazet
1
-2
/
+3
2020-08-01
rtnetlink: add support for protodown reason
Roopa Prabhu
4
-5
/
+147
2020-08-01
tun: add missing rcu annotation in tun_set_ebpf()
Jason Wang
1
-1
/
+1
2020-08-01
tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATS
Yousuk Seung
4
-3
/
+9
2020-08-01
selftests: mptcp: add test cases for mptcp join tests with syn cookies
Florian Westphal
1
-2
/
+64
2020-08-01
selftests: mptcp: make 2nd net namespace use tcp syn cookies unconditionally
Florian Westphal
1
-0
/
+47
2020-08-01
mptcp: enable JOIN requests even if cookies are in use
Florian Westphal
6
-0
/
+174
2020-08-01
tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP option
Florian Westphal
4
-11
/
+37
2020-08-01
mptcp: subflow: add mptcp_subflow_init_cookie_req helper
Florian Westphal
4
-1
/
+86
2020-08-01
mptcp: rename and export mptcp_subflow_request_sock_ops
Florian Westphal
2
-5
/
+7
2020-08-01
mptcp: subflow: split subflow_init_req
Florian Westphal
1
-10
/
+22
2020-08-01
mptcp: token: move retry to caller
Florian Westphal
2
-9
/
+12
[next]