summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Bluetooth: MGMT: Fix LE simultaneous roles UUID if not supportedLuiz Augusto von Dentz2021-12-222-47/+77
| * | | | | | | | | | | | | | Bluetooth: hci_sync: Add check simultaneous roles supportLuiz Augusto von Dentz2021-12-222-16/+13
| * | | | | | | | | | | | | | Bluetooth: hci_sync: Wait for proper events when connecting LELuiz Augusto von Dentz2021-12-221-4/+7
| * | | | | | | | | | | | | | Bluetooth: hci_sync: Add support for waiting specific LE subeventsLuiz Augusto von Dentz2021-12-222-16/+27
| * | | | | | | | | | | | | | Bluetooth: hci_sync: Add hci_le_create_conn_syncLuiz Augusto von Dentz2021-12-226-347/+295
| * | | | | | | | | | | | | | Bluetooth: hci_event: Use skb_pull_data when processing inquiry resultsLuiz Augusto von Dentz2021-12-221-2/+18
| * | | | | | | | | | | | | | Bluetooth: hci_sync: Push sync command cancellation to workqueueBenjamin Berg2021-12-223-3/+28
| * | | | | | | | | | | | | | Bluetooth: L2CAP: Fix using wrong modeLuiz Augusto von Dentz2021-12-211-2/+10
| * | | | | | | | | | | | | | Bluetooth: hci_sync: Fix not always pausing advertising when necessaryLuiz Augusto von Dentz2021-12-211-4/+2
| * | | | | | | | | | | | | | Bluetooth: mgmt: Make use of mgmt_send_event_skb in MGMT_EV_DEVICE_CONNECTEDLuiz Augusto von Dentz2021-12-211-8/+18
| * | | | | | | | | | | | | | Bluetooth: mgmt: Make use of mgmt_send_event_skb in MGMT_EV_DEVICE_FOUNDLuiz Augusto von Dentz2021-12-211-21/+31
| * | | | | | | | | | | | | | Bluetooth: mgmt: Introduce mgmt_alloc_skb and mgmt_send_event_skbLuiz Augusto von Dentz2021-12-072-17/+53
| * | | | | | | | | | | | | | Bluetooth: msft: Fix compilation when CONFIG_BT_MSFTEXT is not setLuiz Augusto von Dentz2021-12-071-1/+2
| * | | | | | | | | | | | | | Bluetooth: hci_sync: Set Privacy Mode when updating the resolving listLuiz Augusto von Dentz2021-12-072-7/+74
| * | | | | | | | | | | | | | Bluetooth: Introduce HCI_CONN_FLAG_DEVICE_PRIVACY device flagLuiz Augusto von Dentz2021-12-071-0/+12
| * | | | | | | | | | | | | | Bluetooth: hci_core: Rework hci_conn_params flagsLuiz Augusto von Dentz2021-12-074-17/+32
| * | | | | | | | | | | | | | Bluetooth: MGMT: Use hci_dev_test_and_{set,clear}_flagLuiz Augusto von Dentz2021-12-071-7/+7
| * | | | | | | | | | | | | | Bluetooth: add quirk disabling LE Read Transmit PowerAditya Garg2021-12-071-1/+2
| * | | | | | | | | | | | | | Bluetooth: hci_event: Use of a function table to handle Command StatusLuiz Augusto von Dentz2021-12-071-93/+59
| * | | | | | | | | | | | | | Bluetooth: hci_event: Use of a function table to handle Command CompleteLuiz Augusto von Dentz2021-12-071-1096/+752
| * | | | | | | | | | | | | | Bluetooth: hci_event: Use of a function table to handle LE subeventsLuiz Augusto von Dentz2021-12-071-125/+122
| * | | | | | | | | | | | | | Bluetooth: hci_event: Use of a function table to handle HCI eventsLuiz Augusto von Dentz2021-12-073-516/+392
| * | | | | | | | | | | | | | Bluetooth: HCI: Use skb_pull_data to parse LE Direct Advertising Report eventLuiz Augusto von Dentz2021-12-071-7/+19
| * | | | | | | | | | | | | | Bluetooth: HCI: Use skb_pull_data to parse LE Ext Advertising Report eventLuiz Augusto von Dentz2021-12-071-11/+25
| * | | | | | | | | | | | | | Bluetooth: HCI: Use skb_pull_data to parse LE Advertising Report eventLuiz Augusto von Dentz2021-12-071-15/+24
| * | | | | | | | | | | | | | Bluetooth: HCI: Use skb_pull_data to parse LE MetaeventsLuiz Augusto von Dentz2021-12-071-11/+64
| * | | | | | | | | | | | | | Bluetooth: HCI: Use skb_pull_data to parse Extended Inquiry Result eventLuiz Augusto von Dentz2021-12-071-5/+15
| * | | | | | | | | | | | | | Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result with RSSI eventLuiz Augusto von Dentz2021-12-071-17/+23
| * | | | | | | | | | | | | | Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result eventLuiz Augusto von Dentz2021-12-071-5/+14
| * | | | | | | | | | | | | | Bluetooth: HCI: Use skb_pull_data to parse Number of Complete Packets eventLuiz Augusto von Dentz2021-12-071-9/+11
| * | | | | | | | | | | | | | Bluetooth: HCI: Use skb_pull_data to parse Command Complete eventLuiz Augusto von Dentz2021-12-071-241/+663
| * | | | | | | | | | | | | | Bluetooth: HCI: Use skb_pull_data to parse BR/EDR eventsLuiz Augusto von Dentz2021-12-071-47/+213
| * | | | | | | | | | | | | | skbuff: introduce skb_pull_dataLuiz Augusto von Dentz2021-12-071-0/+24
| * | | | | | | | | | | | | | Bluetooth: hci_core: Cancel sync command if sending a frame failedBenjamin Berg2021-12-031-3/+11
| * | | | | | | | | | | | | | Bluetooth: Add hci_cmd_sync_cancel to public APIBenjamin Berg2021-12-033-18/+18
| * | | | | | | | | | | | | | Bluetooth: Reset more state when cancelling a sync commandBenjamin Berg2021-12-031-0/+5
| * | | | | | | | | | | | | | Bluetooth: Limit duration of Remote Name ResolveArchie Pusaka2021-11-251-0/+7
| * | | | | | | | | | | | | | Bluetooth: Send device found event on name resolve failureArchie Pusaka2021-11-252-9/+14
| * | | | | | | | | | | | | | Bluetooth: HCI: Fix definition of hci_rp_delete_stored_link_keyLuiz Augusto von Dentz2021-11-251-1/+1
| * | | | | | | | | | | | | | Bluetooth: HCI: Fix definition of hci_rp_read_stored_link_keyLuiz Augusto von Dentz2021-11-251-2/+2
| * | | | | | | | | | | | | | Bluetooth: refactor malicious adv data checkBrian Gix2021-11-241-5/+5
* | | | | | | | | | | | | | | of: net: support NVMEM cells with MAC in text formatRafał Miłecki2021-12-291-11/+22
* | | | | | | | | | | | | | | net: caif: remove redundant assignment to variable expectlenColin Ian King2021-12-281-1/+0
* | | | | | | | | | | | | | | net: bridge: Get SIOCGIFBR/SIOCSIFBR ioctl working in compat modeRemi Pommarel2021-12-272-43/+52
* | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-2324-48/+81
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | net: bridge: fix ioctl old_deviceless bridge argumentRemi Pommarel2021-12-231-1/+1
| * | | | | | | | | | | | | | net: dsa: tag_ocelot: use traffic class to map priority on injected headerXiaoliang Yang2021-12-231-1/+5
| * | | | | | | | | | | | | | inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-207-17/+22
| * | | | | | | | | | | | | | phonet/pep: refuse to enable an unbound pipeRémi Denis-Courmont2021-12-201-0/+2
| * | | | | | | | | | | | | | mac80211: fix locking in ieee80211_start_ap error pathJohannes Berg2021-12-201-0/+3