summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-09wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when in_reconfigZong-Zhe Yang1-1/+1
2024-07-09wifi: virt_wifi: don't use strlen() in const contextJohannes Berg1-2/+3
2024-07-08wifi: mac80211_hwsim: fix warningJohannes Berg1-1/+1
2024-07-08wifi: mac80211: do not check BSS color collision in certain casesMichael-CY Lee1-2/+4
2024-07-08wifi: mac80211: cancel color change finalize work when link is stoppedMichael-CY Lee1-0/+2
2024-07-08wifi: virt_wifi: avoid reporting connection success with wrong SSIDEn-Wei Wu1-3/+16
2024-07-08wifi: mac80211: clear vif drv_priv after remove_interface when stoppingFelix Fietkau1-2/+6
2024-07-08wifi: nl80211: split helper function from nl80211_put_iface_combinationsFelix Fietkau1-52/+59
2024-07-04wifi: iwlwifi: mvm: re-enable MLOMiri Korenblit1-1/+1
2024-07-04wifi: iwlwifi: Add support for LARI_CONFIG_CHANGE_CMD v12Anjaneyulu2-1/+9
2024-07-04wifi: iwlwifi: Remove debug messageMukesh Sisodiya1-12/+1
2024-07-04wifi: iwlwifi: mvm: document remaining mvm dataJohannes Berg1-0/+29
2024-07-04wifi: iwlwifi: fw: api: fix missing RX descriptor kernel-docJohannes Berg1-0/+8
2024-07-04wifi: iwlwifi: document PPAG table command union correctlyJohannes Berg1-3/+6
2024-07-04wifi: iwlwifi: fw: api: add puncturing to PHY context docsJohannes Berg1-0/+1
2024-07-04wifi: iwlwifi: fw: api: mac: fix kernel-docJohannes Berg1-0/+7
2024-07-04wifi: iwlwifi: fw: api: fix memory region kernel-docJohannes Berg1-16/+18
2024-07-04wifi: iwlwifi: mvm: add missing string for ROC EMLSR blockJohannes Berg1-0/+1
2024-07-04wifi: iwlwifi: release TXQ lock during reclaimBenjamin Berg3-33/+54
2024-07-04wifi: iwlwifi: keep BHs disabled when TXing from reclaimBenjamin Berg1-2/+2
2024-07-04wifi: iwlwifi: use already mapped data when TXing an AMSDUBenjamin Berg2-22/+63
2024-07-04wifi: iwlwifi: keep the TSO and workaround pages mappedBenjamin Berg3-17/+95
2024-07-04wifi: iwlwifi: map entire SKB when sending AMSDUsBenjamin Berg4-21/+128
2024-07-04wifi: iwlwifi: return a new allocation for hdr page spaceBenjamin Berg3-45/+44
2024-07-04wifi: iwlwifi: mvm: simplify EMLSR blockingJohannes Berg1-6/+8
2024-07-04wifi: iwlwifi: mvm: align reorder buffer entries to cachelineJohannes Berg1-1/+1
2024-07-04wifi: iwlwifi: mvm: clean up reorder buffer dataJohannes Berg3-13/+10
2024-07-04wifi: iwlwifi: mvm: don't send an ROC command with max_delay = 0Emmanuel Grumbach1-3/+14
2024-07-04wifi: iwlwifi: mvm: fix interface combinationsJohannes Berg1-2/+2
2024-07-01wifi: ath12k: Support TQM statsDinesh Karthikeyan2-0/+391
2024-07-01wifi: ath12k: Support pdev error statsDinesh Karthikeyan2-0/+346
2024-07-01wifi: ath12k: Support Transmit Scheduler statsDinesh Karthikeyan2-0/+314
2024-07-01wifi: ath12k: Dump additional Tx PDEV HTT statsRamya Gnanasekar2-0/+181
2024-07-01wifi: ath12k: Add support to parse requested stats_typeDinesh Karthikeyan4-4/+549
2024-07-01wifi: ath12k: Add htt_stats_dump file ops supportDinesh Karthikeyan4-1/+240
2024-07-01wifi: ath12k: Add support to enable debugfs_htt_statsDinesh Karthikeyan5-1/+112
2024-06-28wifi: mac80211: remove DEAUTH_NEED_MGD_TX_PREPJohannes Berg8-49/+23
2024-06-28wifi: mac80211_hwsim: fix kernel-docJohannes Berg1-2/+2
2024-06-28wifi: mac80211: Use the link BSS configuration for beacon processingIlan Peer1-12/+12
2024-06-28wifi: mac80211: remove key data from get_key callbackJohannes Berg1-3/+0
2024-06-28wifi: nl80211: don't give key data to userspaceJohannes Berg1-8/+2
2024-06-28net: thunderx: Unembed netdev structureBreno Leitao1-6/+15
2024-06-28Revert "net: micro-optimize skb_datagram_iter"Sagi Grimberg1-2/+2
2024-06-28selftests: net: add config for openvswitchAaron Conole1-0/+5
2024-06-28selftests: net: Use the provided dpctl rather than the vswitchd for tests.Aaron Conole2-23/+124
2024-06-28selftests: openvswitch: Support implicit ipv6 arguments.Aaron Conole1-12/+24
2024-06-28selftests: openvswitch: Add support for tunnel() key.Aaron Conole1-1/+166
2024-06-28selftests: openvswitch: Add set() and set_masked() support.Aaron Conole1-3/+34
2024-06-28selftests: openvswitch: Refactor actions parsing.Aaron Conole1-22/+23
2024-06-28selftests: openvswitch: Support explicit tunnel port creation.Aaron Conole1-6/+75