summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques2021-11-081-51/+9
| | * | libceph: drop ->monmap and err initializationJean Sacren2021-11-081-2/+1
| * | | net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore2021-11-121-1/+1
| | |/ | |/|
* | | mctp/test: Update refcount checking in route fragment testsJeremy Kerr2021-11-181-5/+0
* | | ipv6: ah6: use swap() to make code cleanerYao Jing2021-11-181-4/+1
* | | ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti2021-11-174-25/+16
* | | net: no longer stop all TX queues in dev_watchdog()Eric Dumazet2021-11-171-3/+5
* | | net: do not inline netif_tx_lock()/netif_tx_unlock()Eric Dumazet2021-11-171-0/+51
* | | net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-4/+4
* | | net: use an atomic_long_t for queue->trans_timeoutEric Dumazet2021-11-172-6/+2
* | | Merge tag 'for-net-next-2021-11-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-11-1719-3217/+6720
|\ \ \
| * | | Bluetooth: Attempt to clear HCI_LE_ADV on adv set terminated error eventArchie Pusaka2021-11-161-1/+8
| * | | Bluetooth: Ignore HCI_ERROR_CANCELLED_BY_HOST on adv set terminated eventArchie Pusaka2021-11-161-0/+12
| * | | Bluetooth: hci_request: Remove bg_scan_update workLuiz Augusto von Dentz2021-11-162-112/+0
| * | | Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_syncLuiz Augusto von Dentz2021-11-163-60/+50
| * | | Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_syncLuiz Augusto von Dentz2021-11-163-36/+109
| * | | Bluetooth: Don't initialize msft/aosp when using user channelJesse Melhuish2021-11-161-4/+8
| * | | Bluetooth: fix uninitialized variables notify_evtJackie Liu2021-11-161-14/+9
| * | | Bluetooth: stop proccessing malicious adv dataPavel Skripkin2021-11-161-1/+7
| * | | Bluetooth: aosp: Support AOSP Bluetooth Quality ReportJoseph Hwang2021-11-023-5/+112
| * | | Bluetooth: Add struct of reading AOSP vendor capabilitiesJoseph Hwang2021-11-021-1/+80
| * | | Bluetooth: hci_sync: Fix not setting adv set durationLuiz Augusto von Dentz2021-11-021-1/+1
| * | | Bluetooth: hci_sync: Fix missing static warningsLuiz Augusto von Dentz2021-11-011-2/+2
| * | | Bluetooth: hci_sync: Rework hci_suspend_notifierLuiz Augusto von Dentz2021-10-298-634/+647
| * | | Bluetooth: hci_sync: Rework init stagesLuiz Augusto von Dentz2021-10-292-1206/+1656
| * | | Bluetooth: hci_sync: Convert MGMT_OP_SSPBrian Gix2021-10-293-82/+79
| * | | Bluetooth: hci_sync: Convert adv_expireBrian Gix2021-10-291-14/+19
| * | | Bluetooth: hci_sync: Convert MGMT_OP_SET_ADVERTISINGBrian Gix2021-10-291-55/+48
| * | | Bluetooth: hci_sync: Convert MGMT_OP_SET_PHY_CONFIGURATIONBrian Gix2021-10-291-50/+66
| * | | Bluetooth: hci_sync: Convert MGMT_OP_SET_LOCAL_NAMEBrian Gix2021-10-292-34/+33
| * | | Bluetooth: hci_sync: Convert MGMT_OP_READ_LOCAL_OOB_EXT_DATABrian Gix2021-10-291-17/+20
| * | | Bluetooth: hci_sync: Convert MGMT_OP_READ_LOCAL_OOB_DATABrian Gix2021-10-293-26/+56
| * | | Bluetooth: hci_sync: Convert MGMT_OP_SET_LEBrian Gix2021-10-292-44/+44
| * | | Bluetooth: hci_sync: Convert MGMT_OP_GET_CLOCK_INFOBrian Gix2021-10-292-70/+57
| * | | Bluetooth: hci_sync: Convert MGMT_OP_SET_SECURE_CONNBrian Gix2021-10-292-36/+48
| * | | Bluetooth: hci_sync: Convert MGMT_OP_GET_CONN_INFOBrian Gix2021-10-292-90/+77
| * | | Bluetooth: hci_sync: Enable synch'd set_bredrBrian Gix2021-10-292-38/+36
| * | | Bluetooth: hci_sync: Convert MGMT_OP_SET_FAST_CONNECTABLEBrian Gix2021-10-292-41/+31
| * | | Bluetooth: hci_sync: Convert MGMT_OP_START_DISCOVERYLuiz Augusto von Dentz2021-10-294-56/+306
| * | | Bluetooth: hci_sync: Convert MGMT_SET_POWEREDLuiz Augusto von Dentz2021-10-294-98/+679
| * | | Bluetooth: hci_sync: Rework background scanLuiz Augusto von Dentz2021-10-296-17/+26
| * | | Bluetooth: hci_sync: Enable advertising when LL privacy is enabledLuiz Augusto von Dentz2021-10-294-129/+208
| * | | Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 3Luiz Augusto von Dentz2021-10-292-4/+632
| * | | Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 2Luiz Augusto von Dentz2021-10-293-202/+1136
| * | | Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 1Luiz Augusto von Dentz2021-10-296-102/+190
| * | | Bluetooth: Add helper for serialized HCI command executionMarcel Holtmann2021-10-295-88/+339
| * | | Bluetooth: Fix removing adv when processing cmd completeArchie Pusaka2021-10-281-2/+4
| * | | Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() failsWang Hai2021-10-251-3/+1
| * | | Bluetooth: Fix memory leak of hci deviceWei Yongjun2021-10-131-0/+2
| * | | Bluetooth: Fix debugfs entry leak in hci_register_dev()Wei Yongjun2021-10-131-0/+1