aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-09-25Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz3-3/+20
2020-09-25Bluetooth: A2MP: Fix not initializing all membersLuiz Augusto von Dentz1-1/+21
2020-09-25Bluetooth: Fix update of own_addr_type if ll_privacy supportedSathish Narasimman1-1/+7
2020-09-20Bluetooth: Fix auto-creation of hci_conn at Conn Complete eventSonny Sasaka1-6/+11
2020-09-20Bluetooth: btusb: Enable wide band speech support for BTUSB_QCA_ROMERocky Liao1-18/+36
2020-09-20Bluetooth: Set scan parameters for ADV MonitorHoward Chung1-0/+3
2020-09-20Bluetooth: Update Adv monitor count upon removalMiao-chen Chou1-0/+2
2020-09-14Bluetooth: btintel: Functions to send firmware header / payloadKiran K2-2/+129
2020-09-14Bluetooth: btintel: Add infrastructure to read controller informationKiran K2-0/+217
2020-09-14Bluetooth: pause/resume advertising around suspendDaniel Winkler1-10/+57
2020-09-13Bluetooth: btintel: Refactor firmware download functionKiran K1-5/+31
2020-09-13Bluetooth: Emit controller suspend and resume eventsAbhishek Pandit-Subedi4-1/+104
2020-09-13Bluetooth: Add suspend reason for device disconnectAbhishek Pandit-Subedi2-0/+5
2020-09-13Bluetooth: Add mgmt suspend and resume eventsAbhishek Pandit-Subedi3-0/+40
2020-09-13Bluetooth: Set ext scan response only when it existsAbhishek Pandit-Subedi1-2/+5
2020-09-13Bluetooth: Only mark socket zapped after unlockingAbhishek Pandit-Subedi1-3/+4
2020-09-11Bluetooth: Add MGMT capability flags for tx power and ext advertisingDaniel Winkler2-0/+4
2020-09-11Bluetooth: Report num supported adv instances for hw offloadingDaniel Winkler2-4/+4
2020-09-11Bluetooth: hci_qca: Remove duplicate power off in proto closeVenkata Lakshmi Narayana Gubba1-3/+2
2020-09-11Bluetooth: hci_serdev: Close UART port if NON_PERSISTENT_SETUP is setVenkata Lakshmi Narayana Gubba1-3/+33
2020-09-11Bluetooth: sco: new getsockopt options BT_SNDMTU/BT_RCVMTUJoseph Hwang1-0/+6
2020-09-11Bluetooth: Re-order clearing suspend tasksAbhishek Pandit-Subedi1-1/+1
2020-09-11Bluetooth: hci_intel: enable on new platformAndy Shevchenko1-4/+5
2020-09-11Bluetooth: Fix memory leak in read_adv_mon_features()Peilin Ye1-4/+8
2020-09-11Bluetooth: btmtksdio: use NULL instead of zeroYueHaibing1-2/+2
2020-09-11Bluetooth: hci_intel: switch to list_for_each_entry()Andy Shevchenko1-21/+10
2020-09-11Bluetooth: hci_intel: drop strange le16_to_cpu() against u8 valuesAndy Shevchenko1-10/+4
2020-09-11Bluetooth: hci_qca: remove redundant null checkXu Wang1-2/+1
2020-09-01Bluetooth: Clear suspend tasks on unregisterAbhishek Pandit-Subedi1-0/+11
2020-08-31Bluetooth: btusb: Fix memleak in btusb_mtk_submit_wmt_recv_urbDinghao Liu1-0/+1
2020-08-31Bluetooth: btusb: Update boot parameter specific to SKUKiran K1-4/+4
2020-08-02Bluetooth: hci_uart: Cancel init work before unregisteringSamuel Holland2-0/+3
2020-08-02Bluetooth: hci_h5: Remove ignored flag HCI_UART_RESET_ON_INITSamuel Holland1-2/+0
2020-08-02Bluetooth: btmrvl: eliminate duplicates introducing btmrvl_reg_89xxTamás Szűcs1-50/+4
2020-08-01mptcp: fix syncookie build error on UPFlorian Westphal1-3/+1
2020-08-01fib: fix another fib_rules_ops indirect call wrapper problemBrian Vazquez1-0/+6
2020-08-01tcp: fix build fong CONFIG_MPTCP=nEric Dumazet1-2/+3
2020-07-31Merge tag 'mac80211-next-for-davem-2020-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller42-235/+511
2020-07-31rtnetlink: add support for protodown reasonRoopa Prabhu4-5/+147
2020-07-31tun: add missing rcu annotation in tun_set_ebpf()Jason Wang1-1/+1
2020-07-31tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung4-3/+9
2020-07-31Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller17-178/+77
2020-07-31Merge branch 'mptcp-syncookies'David S. Miller16-43/+453
2020-07-31selftests: mptcp: add test cases for mptcp join tests with syn cookiesFlorian Westphal1-2/+64
2020-07-31selftests: mptcp: make 2nd net namespace use tcp syn cookies unconditionallyFlorian Westphal1-0/+47
2020-07-31mptcp: enable JOIN requests even if cookies are in useFlorian Westphal6-0/+174
2020-07-31tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal4-11/+37
2020-07-31mptcp: subflow: add mptcp_subflow_init_cookie_req helperFlorian Westphal4-1/+86
2020-07-31mptcp: rename and export mptcp_subflow_request_sock_opsFlorian Westphal2-5/+7
2020-07-31mptcp: subflow: split subflow_init_reqFlorian Westphal1-10/+22