summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2021-09-295-5/+0
|\
| * include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-09-295-5/+0
* | Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2021-09-292-4/+2
|\ \
| * | xfrm: Use memset_after() to clear paddingKees Cook2021-09-252-4/+2
* | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Stephen Rothwell2021-09-291-1/+1
|\ \ \
| * \ \ Merge 5.15-rc3 into tty-nextGreg Kroah-Hartman2021-09-2724-97/+225
| |\ \ \ | | | |/ | | |/|
| * | | tty: remove file from n_tty_ioctl_helperJiri Slaby2021-09-221-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/...Stephen Rothwell2021-09-2921-379/+841
|\ \ \ \
| * | | | mac80211: MBSSID support in interface handlingJohn Crispin2021-09-282-1/+68
| * | | | nl80211: MBSSID and EMA support in AP modeJohn Crispin2021-09-271-4/+174
| * | | | nl80211: don't kfree() ERR_PTR() valueJohannes Berg2021-09-271-0/+1
| * | | | cfg80211: always free wiphy specific regdomainJohannes Berg2021-09-271-0/+10
| * | | | mac80211: save transmit power envelope element and power constraintWen Gong2021-09-271-0/+29
| * | | | mac80211: add parse regulatory info in 6 GHz operation informationWen Gong2021-09-271-0/+14
| * | | | mac80211: twt: don't use potentially unaligned pointerJohannes Berg2021-09-271-3/+5
| * | | | cfg80211: AP mode driver offload for FILS association cryptoSubrat Mishra2021-09-273-0/+75
| * | | | mac80211: use ieee802_11_parse_elems() in ieee80211_prep_channel()Wen Gong2021-09-241-37/+22
| * | | | nl80211: don't put struct cfg80211_ap_settings on stackJohannes Berg2021-09-231-78/+108
| * | | | mac80211: always allocate struct ieee802_11_elemsJohannes Berg2021-09-2310-201/+272
| * | | | mac80211: mlme: find auth challenge directlyJohannes Berg2021-09-233-11/+6
| * | | | mac80211: move CRC into struct ieee802_11_elemsJohannes Berg2021-09-233-13/+15
| * | | | mac80211: mesh: clean up rx_bcn_presp APIJohannes Berg2021-09-233-20/+17
| * | | | mac80211: reduce stack usage in debugfsJohannes Berg2021-09-231-7/+31
| * | | | nl80211: prefer struct_size over open coded arithmeticLen Baker2021-09-231-6/+6
| * | | | mac80211: check hostapd configuration parsing twt requestsLorenzo Bianconi2021-09-231-11/+1
| * | | | cfg80211: honour V=1 in certificate code generationJohannes Berg2021-09-231-2/+2
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...Stephen Rothwell2021-09-2921-866/+2021
|\ \ \ \ \
| * | | | | 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