summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* eth: fwnode: change the return type of mac address helpersJakub Kicinski2021-10-071-19/+20
* device property: move mac addr helpers to eth.cJakub Kicinski2021-10-071-0/+63
* of: net: add a helper for loading netdev->dev_addrJakub Kicinski2021-10-071-0/+25
* of: net: move of_net under net/Jakub Kicinski2021-10-073-1/+147
* ethtool: Add ability to control transceiver modules' power modeIdo Schimmel2021-10-064-1/+204
* Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2021-10-0521-959/+2107
|\
| * Bluetooth: Rename driver .prevent_wake to .wakeupLuiz Augusto von Dentz2021-10-011-6/+7
| * Bluetooth: hci_sock: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz2021-10-011-63/+37
| * Bluetooth: Make use of hci_{suspend,resume}_dev on suspend notifierLuiz Augusto von Dentz2021-09-291-49/+67
| * Bluetooth: Fix handling of experimental feature for codec offloadMarcel Holtmann2021-09-281-13/+4
| * Bluetooth: Fix handling of experimental feature for quality reportsMarcel Holtmann2021-09-281-11/+4
| * Bluetooth: Fix wrong opcode when LL privacy enabledYun-Hao Chung2021-09-281-1/+1
| * Bluetooth: Fix Advertisement Monitor Suspend/ResumeManish Mandlik2021-09-283-21/+116
| * Bluetooth: hci_core: Move all debugfs handling to hci_debugfs.cLuiz Augusto von Dentz2021-09-223-124/+128
| * Bluetooth: SCO: Fix sco_send_frame returning skb->lenLuiz Augusto von Dentz2021-09-211-4/+6
| * Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz2021-09-212-2/+2
| * Bluetooth: hci_sock: Add support for BT_{SND,RCV}BUFLuiz Augusto von Dentz2021-09-211-11/+91
| * Bluetooth: eir: Move EIR/Adv Data functions to its own fileLuiz Augusto von Dentz2021-09-218-426/+481
| * Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgLuiz Augusto von Dentz2021-09-132-43/+53
| * Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz2021-09-131-23/+11
| * Bluetooth: Keep MSFT ext info throughout a hci_dev's life cycleMiao-chen Chou2021-09-103-9/+53
| * Bluetooth: Allow usb to auto-suspend when SCO use non-HCI transportChethan T N2021-09-071-4/+11
| * Bluetooth: Add offload feature under experimental flagKiran K2021-09-071-1/+99
| * Bluetooth: Add support for msbc coding formatKiran K2021-09-071-0/+26
| * Bluetooth: Configure codec for HFP offload use caseKiran K2021-09-073-0/+53
| * Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection commandKiran K2021-09-073-4/+152
| * Bluetooth: Allow setting of codec for HFP offload use caseKiran K2021-09-071-0/+60
| * Bluetooth: Allow querying of supported offload codecs over SCO socketKiran K2021-09-071-0/+101
| * Bluetooth: Add support for Read Local Supported Codecs V2Kiran K2021-09-073-1/+70
| * Bluetooth: Enumerate local supported codec and cache detailsKiran K2021-09-074-5/+186
| * Bluetooth: fix init and cleanup of sco_conn.timeout_workDesmond Cheong Zhi Xi2021-09-031-5/+4
| * Bluetooth: call sock_hold earlier in sco_conn_delDesmond Cheong Zhi Xi2021-09-031-1/+2
| * Bluetooth: fix use-after-free error in lock_sock_nested()Wang ShaoBo2021-09-011-1/+9
| * Bluetooth: Fix using RPA when address has been resolvedLuiz Augusto von Dentz2021-08-303-28/+40
| * Bluetooth: Fix using address type from eventsLuiz Augusto von Dentz2021-08-302-40/+22
| * Bluetooth: Fix enabling advertising for central roleLuiz Augusto von Dentz2021-08-301-2/+2
| * Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()Takashi Iwai2021-08-301-8/+16
| * Bluetooth: Support the quality report eventsJoseph Hwang2021-08-301-1/+108
| * Bluetooth: refactor set_exp_feature with a feature tableJoseph Hwang2021-08-301-106/+142
| * Bluetooth: mgmt: Disallow legacy MGMT_OP_READ_LOCAL_OOB_EXT_DATABrian Gix2021-08-301-0/+5
| * Bluetooth: reorganize functions from hci_sock_sendmsg()Tetsuo Handa2021-08-301-29/+21
* | netlink: remove netlink_broadcast_filteredFlorian Westphal2021-10-051-21/+2
* | net: ipv6: fix use after free of struct seg6_pernet_dataMichelleJin2021-10-041-1/+1
* | ipv6: ioam: Add support for the ip6ip6 encapsulationJustin Iurman2021-10-042-54/+213
* | ipv6: ioam: Prerequisite patch for ioam6_iptunnelJustin Iurman2021-10-041-35/+20
* | ipv6: ioam: Distinguish input and output for hop-limitJustin Iurman2021-10-042-6/+7
* | mctp: Add input reassembly testsJeremy Kerr2021-10-031-0/+134
* | mctp: Add route input to socket testsJeremy Kerr2021-10-031-0/+132
* | mctp: Add packet rx testsJeremy Kerr2021-10-031-3/+64
* | mctp: Add test utilsJeremy Kerr2021-10-033-0/+90