summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-10Bluetooth: core: Use fallthrough pseudo-keywordGustavo A. R. Silva6-19/+17
2020-07-10Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()Peilin Ye1-1/+1
2020-07-08Bluetooth: Use whitelist for scan policy when suspendingMiao-chen Chou1-2/+3
2020-07-07Bluetooth: le_simult_central_peripheral experimental featureAlain Michaud1-2/+23
2020-07-07Bluetooth: Fix kernel oops triggered by hci_adv_monitors_clear()Miao-chen Chou1-2/+0
2020-07-07Bluetooth: use configured default params for active scansAlain Michaud1-5/+6
2020-07-07Bluetooth: Adding a configurable autoconnect timeoutAlain Michaud3-1/+15
2020-06-24Bluetooth: Don't restart scanning if pausedAbhishek Pandit-Subedi1-0/+10
2020-06-23Bluetooth: add a mutex lock to avoid UAF in do_enale_setLihong Kou1-0/+5
2020-06-22Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz2-12/+25
2020-06-22Bluetooth: use configured params for ext advAlain Michaud1-4/+3
2020-06-22Bluetooth: Add hci_dev_lock to get/set device flagsAbhishek Pandit-Subedi1-0/+8
2020-06-18Bluetooth: mgmt: Use command complete on success for set system configMarcel Holtmann1-3/+2
2020-06-18Bluetooth: Terminate the link if pairing is cancelledManish Mandlik3-9/+30
2020-06-18Bluetooth: Update background scan and report device based on advertisement mo...Miao-chen Chou4-6/+34
2020-06-18Bluetooth: Notify adv monitor removed eventMiao-chen Chou1-0/+16
2020-06-18Bluetooth: Notify adv monitor added eventMiao-chen Chou1-1/+17
2020-06-18Bluetooth: Add handler of MGMT_OP_REMOVE_ADV_MONITORMiao-chen Chou2-0/+66
2020-06-18Bluetooth: Add handler of MGMT_OP_ADD_ADV_PATTERNS_MONITORMiao-chen Chou2-0/+140
2020-06-18Bluetooth: Add handler of MGMT_OP_READ_ADV_MONITOR_FEATURESMiao-chen Chou4-1/+73
2020-06-18Bluetooth: Add get/set device flags mgmt opAbhishek Pandit-Subedi1-0/+128
2020-06-18Bluetooth: Replace wakeable in hci_conn_paramsAbhishek Pandit-Subedi1-1/+2
2020-06-18Bluetooth: Replace wakeable list with flagAbhishek Pandit-Subedi2-5/+8
2020-06-18Bluetooth: Add bdaddr_list_with_flags for classic whitelistAbhishek Pandit-Subedi3-6/+65
2020-06-18Bluetooth: mgmt: Add commands for runtime configurationMarcel Holtmann3-0/+31
2020-06-12Bluetooth: implement read/set default system parameters mgmtAlain Michaud4-1/+273
2020-06-12Bluetooth: centralize default value initialization.Alain Michaud3-21/+22
2020-06-12Bluetooth: Use only 8 bits for the HCI CMSG state flagsAlain Michaud1-2/+2
2020-06-12Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connectionsAlain Michaud3-0/+36
2020-06-08Bluetooth: Allow suspend even when preparation has failedAbhishek Pandit-Subedi1-7/+10
2020-06-03Bluetooth: Removing noisy dbg messageAlain Michaud1-2/+0
2020-06-03Bluetooth: Check scan state before disabling during suspendManish Mandlik1-4/+6
2020-06-03Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"Tuong Lien1-1/+0
2020-06-03Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv"Tuong Lien1-1/+0
2020-06-02bpf: Add csum_level helper for fixing up csum levelsDaniel Borkmann1-0/+38
2020-06-02bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann1-2/+6
2020-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-137/+231
2020-06-02crypto/chtls: IPv6 support for inline TLSVinay Kumar Yadav1-0/+1
2020-06-02ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu1-6/+7
2020-06-02tipc: Fix NULL pointer dereference in __tipc_sendstream()YueHaibing1-2/+6
2020-06-02flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki1-121/+4
2020-06-02net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki1-36/+69
2020-06-02flow_dissector: Pull locking up from prog attach callbackJakub Sitnicki1-20/+20
2020-06-02bpf: Allow SO_BINDTODEVICE opt in bpf_setsockoptFerenc Fejes1-1/+27
2020-06-02net: Make locking in sock_bindtoindex optionalFerenc Fejes3-6/+8
2020-06-02bpf: Fix running sk_skb program types with ktlsJohn Fastabend2-5/+58
2020-06-02bpf: Refactor sockmap redirect code so its easy to reuseJohn Fastabend1-21/+34
2020-06-02xdp: Add xdp_txq_info to xdp_buffDavid Ahern1-0/+17
2020-06-02bpf: Add support to attach bpf program to a devmap entryDavid Ahern1-0/+18
2020-06-02bpf: Add rx_queue_mapping to bpf_sockAmritha Nambiar1-0/+18