summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: Replace strlcpy with strscpyAzeem Shaikh2023-06-141-1/+1
* wifi: cfg80211: replace strlcpy() with strscpy()Azeem Shaikh2023-06-141-1/+1
* wifi: mac80211: Fix permissions for valid_links debugfs entryIlan Peer2023-06-141-1/+1
* wifi: cfg80211: Support association to AP MLD with disabled linksIlan Peer2023-06-141-1/+12
* wifi: mac80211: Add getter functions for vif MLD stateIlan Peer2023-06-149-51/+52
* wifi: mac80211: allow disabling SMPS debugfs controlsMiri Korenblit2023-06-141-1/+4
* wifi: mac80211: don't update rx_stats.last_rate for NDPJohannes Berg2023-06-141-3/+3
* wifi: mac80211: fix CSA processing while scanningBenjamin Berg2023-06-141-3/+4
* wifi: mac80211: mlme: clarify WMM messagesJohannes Berg2023-06-141-9/+9
* wifi: mac80211: pass roc->sdata to drv_cancel_remain_on_channel()Anjaneyulu2023-06-141-2/+2
* wifi: mac80211: include key action/command in tracingJohannes Berg2023-06-141-3/+5
* wifi: mac80211: add helpers to access sband iftype dataJohannes Berg2023-06-144-32/+17
* wifi: cfg80211: S1G rate information and calculationsGilad Itzkovitch2023-06-142-0/+133
* mptcp: unify pm set_flags interfacesGeliang Tang2023-06-103-32/+51
* mptcp: unify pm get_flags_and_ifindex_by_idGeliang Tang2023-06-104-22/+24
* mptcp: unify pm get_local_id interfacesGeliang Tang2023-06-103-21/+21
* mptcp: export local_addressGeliang Tang2023-06-102-9/+9
* Merge tag 'wireless-next-2023-06-09' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-06-0930-430/+684
|\
| * wifi: cfg80211: move scan done work to wiphy workJohannes Berg2023-06-073-14/+7
| * wifi: cfg80211: move sched scan stop to wiphy workJohannes Berg2023-06-073-7/+6
| * wifi: mac80211: mlme: move disconnects to wiphy workJohannes Berg2023-06-074-26/+32
| * wifi: mac80211: ibss: move disconnect to wiphy workJohannes Berg2023-06-072-7/+9
| * wifi: mac80211: use wiphy work for channel switchJohannes Berg2023-06-073-27/+20
| * wifi: mac80211: use wiphy work for SMPSJohannes Berg2023-06-074-9/+12
| * wifi: mac80211: unregister netdevs through cfg80211Johannes Berg2023-06-071-13/+7
| * wifi: mac80211: use wiphy work for sdata->workJohannes Berg2023-06-0711-30/+30
| * wifi: cfg80211: add a work abstraction with special semanticsJohannes Berg2023-06-073-1/+136
| * wifi: cfg80211: hold wiphy lock when sending wiphyJohannes Berg2023-06-072-0/+11
| * wifi: cfg80211: wext: hold wiphy lock in siwgenieJohannes Berg2023-06-071-1/+3
| * wifi: cfg80211: move wowlan disable under locksJohannes Berg2023-06-071-4/+4
| * wifi: cfg80211: hold wiphy lock in pmsr workJohannes Berg2023-06-072-3/+4
| * wifi: cfg80211: hold wiphy lock in auto-disconnectJohannes Berg2023-06-072-5/+5
| * Merge wireless into wireless-nextJohannes Berg2023-06-0713-47/+88
| |\
| * | wifi: mac80211: stop warning after reconfig failuresJohannes Berg2023-06-064-4/+13
| * | wifi: mac80211: consistently use u64 for BSS changesAnjaneyulu2023-06-0612-111/+119
| * | wifi: mac80211: batch recalc during STA flushJohannes Berg2023-06-061-14/+34
| * | wifi: mac80211: move sta_info_move_state() upJohannes Berg2023-06-061-101/+100
| * | wifi: mac80211: recalc min chandef for new STA linksJohannes Berg2023-06-061-0/+2
| * | wifi: mac80211: provide a helper to fetch the medium synchronization delayEmmanuel Grumbach2023-06-061-1/+4
| * | wifi: mac80211: refactor ieee80211_select_link_key()Mukesh Sisodiya2023-06-061-22/+6
| * | wifi: mac80211: use u64 to hold enum ieee80211_bss_change flagsMukesh Sisodiya2023-06-061-2/+2
| * | wifi: mac80211: implement proper AP MLD HW restartJohannes Berg2023-06-061-1/+43
| * | wifi: mac80211: fetch and store the EML capability informationEmmanuel Grumbach2023-06-061-0/+11
| * | wifi: mac80211: skip EHT BSS membership selectorJohannes Berg2023-06-061-2/+3
| * | wifi: mac80211: remove element scratch_lenJohannes Berg2023-06-062-4/+1
| * | wifi: mac80211: HW restart for MLOJohannes Berg2023-06-061-34/+73
* | | net/ncsi: change from ndo_set_mac_address to dev_set_mac_addressIvan Mikhaylov2023-06-091-2/+3
* | | net/ncsi: make one oem_gma function for all mfr idIvan Mikhaylov2023-06-091-69/+19
* | | tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGESDavid Howells2023-06-081-69/+23
* | | tls/device: Support MSG_SPLICE_PAGESDavid Howells2023-06-081-0/+26