summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: devlink: introduce a flag to indicate devlink port being registeredJiri Pirko2022-09-301-2/+4
* net: devlink: introduce port registered assert helper and use itJiri Pirko2022-09-301-13/+19
* Merge tag 'for-net-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-09-3014-1649/+1565
|\
| * Bluetooth: hci_sync: Fix not indicating power stateLuiz Augusto von Dentz2022-09-301-0/+1
| * Bluetooth: L2CAP: Fix user-after-freeLuiz Augusto von Dentz2022-09-291-0/+7
| * Bluetooth: Call shutdown for HCI_USER_CHANNELAbhishek Pandit-Subedi2022-09-281-7/+26
| * Bluetooth: Prevent double register of suspendAbhishek Pandit-Subedi2022-09-282-3/+4
| * Bluetooth: hci_core: Fix not handling link timeouts propertlyLuiz Augusto von Dentz2022-09-271-11/+23
| * Bluetooth: hci_event: Make sure ISO events don't affect non-ISO connectionsLuiz Augusto von Dentz2022-09-211-0/+14
| * Bluetooth: hci_debugfs: Fix not checking conn->debugfsLuiz Augusto von Dentz2022-09-211-1/+1
| * Bluetooth: hci_sysfs: Fix attempting to call device_add multiple timesLuiz Augusto von Dentz2022-09-211-0/+3
| * Bluetooth: MGMT: fix zalloc-simple.cocci warningsYihao Han2022-09-201-3/+1
| * Bluetooth: use hdev->workqueue when queuing hdev->{cmd,ncmd}_timer worksTetsuo Handa2022-09-192-4/+17
| * Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create()Tetsuo Handa2022-09-191-4/+6
| * Bluetooth: RFCOMM: Fix possible deadlock on socket shutdown/releaseLuiz Augusto von Dentz2022-09-151-0/+3
| * Bluetooth: hci_sync: allow advertise when scan without RPAZhengping Jiang2022-09-141-1/+1
| * Bluetooth: avoid hci_dev_test_and_set_flag() in mgmt_init_hdev()Tetsuo Handa2022-09-141-1/+3
| * Bluetooth: hci_sync: Fix hci_read_buffer_size_syncLuiz Augusto von Dentz2022-09-061-6/+6
| * Bluetooth: Add experimental wrapper for MGMT based meshBrian Gix2022-09-061-8/+104
| * Bluetooth: Implement support for MeshBrian Gix2022-09-067-44/+690
| * Bluetooth: Move hci_abort_conn to hci_conn.cBrian Gix2022-08-314-95/+90
| * Bluetooth: Normalize HCI_OP_READ_ENC_KEY_SIZE cmdcmpltBrian Gix2022-08-311-47/+45
| * Bluetooth: hci_sync: hold hdev->lock when cleanup hci_connZhengping Jiang2022-08-251-2/+4
| * Bluetooth: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-251-3/+3
| * Bluetooth: hci_event: Fix checking conn for le_conn_complete_evtArchie Pusaka2022-08-251-1/+1
| * Bluetooth: ISO: Fix not handling shutdown conditionLuiz Augusto von Dentz2022-08-251-10/+25
| * Bluetooth: hci_sync: fix double mgmt_pending_free() in remove_adv_monitor()Tetsuo Handa2022-08-251-1/+0
| * Bluetooth: MGMT: Fix Get Device FlagsLuiz Augusto von Dentz2022-08-251-29/+42
| * Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz2022-08-251-5/+5
| * Bluetooth: hci_sync: Fix suspend performance regressionLuiz Augusto von Dentz2022-08-251-10/+14
| * Bluetooth: hci_event: Fix vendor (unknown) opcode status handlingHans de Goede2022-08-251-0/+11
| * Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix2022-08-255-68/+22
| * Bluetooth: move hci_get_random_address() to hci_syncBrian Gix2022-08-253-172/+165
| * Bluetooth: Delete unreferenced hci_request codeBrian Gix2022-08-252-768/+2
| * Bluetooth: Move Adv Instance timer to hci_syncBrian Gix2022-08-254-126/+123
| * Bluetooth: Convert SCO configure_datapath to hci_syncBrian Gix2022-08-253-60/+75
| * Bluetooth: Delete unused hci_req_stop_discovery()Brian Gix2022-08-252-50/+0
| * Bluetooth: Rework le_scan_restart for hci_syncBrian Gix2022-08-252-89/+75
| * Bluetooth: Convert le_scan_disable timeout to hci_syncBrian Gix2022-08-252-97/+74
* | genetlink: reject use of nlmsg_flags for new commandsJakub Kicinski2022-09-301-1/+31
* | Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-09-3019-288/+766
|\ \
| * | wifi: mac80211: implement link switchingJohannes Berg2022-09-066-0/+250
| * | wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg2022-09-067-16/+72
| * | wifi: mac80211: set up beacon timing config on linksJohannes Berg2022-09-061-36/+47
| * | wifi: mac80211: add vif/sta link RCU dereference macrosJohannes Berg2022-09-061-0/+10
| * | wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg2022-09-062-17/+31
| * | wifi: mac80211: add ieee80211_find_sta_by_link_addrs APIJohannes Berg2022-09-061-0/+37
| * | wifi: mac80211: isolate driver from inactive linksJohannes Berg2022-09-067-174/+270
| * | wifi: mac80211: make smps_mode per-linkBenjamin Berg2022-09-065-11/+13
| * | wifi: mac80211: use correct rx link_sta instead of defaultBenjamin Berg2022-09-061-34/+35