summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-06-23cfg80211: set custom regdomain after wiphy registrationMiri Korenblit2-4/+5
2021-06-23mac80211: conditionally advertise HE in probe requestsJohannes Berg1-1/+3
2021-06-23cfg80211: add cfg80211_any_usable_channels()Johannes Berg1-1/+32
2021-06-23cfg80211: reg: improve bad regulatory warningJohannes Berg1-1/+3
2021-06-23nl80211: Fix typo pmsr->pmsrSosthène Guédon1-2/+2
2021-06-23mac80211: fix some spelling mistakesZheng Yongjun6-6/+6
2021-06-23mac80211: remove use of ieee80211_get_he_sta_cap()Johannes Berg4-13/+29
2021-06-23cfg80211: trace more information in assoc trace eventJohannes Berg2-3/+45
2021-06-23mac80211: improve AP disconnect messageJohannes Berg1-2/+2
2021-06-23mac80211: rearrange struct txq_info for fewer holesJohannes Berg1-3/+6
2021-06-23mac80211: Properly WARN on HW scan before restartIlan Peer1-4/+3
2021-06-23nl80211/cfg80211: add BSS color to NDP ranging parametersAvraham Stern1-0/+12
2021-06-23mac80211: add to bss_conf if broadcast TWT is supportedShaul Triebitz1-0/+18
2021-06-23mac80211: handle rate control (RC) racing with chanctx definitionMordechay Goodstein2-126/+71
2021-06-23mac80211: free skb in WEP error caseJohannes Berg1-1/+4
2021-06-23mac80211: move SMPS mode setting after ieee80211_prep_connectionShaul Triebitz1-9/+9
2021-06-23mac80211: allow SMPS requests only in client modeJohannes Berg1-10/+8
2021-06-23mac80211: remove iwlwifi specific workaround that broke sta NDP txFelix Fietkau1-9/+0
2021-06-23wireless: add check of field VHT Extended NSS BW Capable for 160/80+80 MHz se...Wen Gong1-3/+7
2021-06-23mac80211: check per vif offload_flags in Tx pathRyder Lee1-0/+3
2021-06-23mac80211: add rate control support for encap offloadRyder Lee2-6/+15
2021-06-23mac80211: call ieee80211_tx_h_rate_ctrl() when dequeueRyder Lee1-23/+29
2021-06-23mac80211: move A-MPDU session check from minstrel_ht to mac80211Felix Fietkau2-27/+28
2021-06-23cfg80211: expose the rfkill device to the low level driverEmmanuel Grumbach4-28/+19
2021-06-23mac80211: don't open-code LED manipulationsJohannes Berg1-10/+2
2021-06-23mac80211: consider per-CPU statistics if presentJohannes Berg1-8/+3
2021-06-23cfg80211: fix default HE tx bitrate mask in 2G bandPing-Ke Shih1-5/+4
2021-06-23mac80211: remove the repeated declarationShaokun Zhang1-1/+0
2021-06-23mac80211: refactor rc_no_data_or_no_ack_use_min functionPhilipp Borgers1-5/+1
2021-06-23mac80211: do not use low data rates for data frames with no ack flagPhilipp Borgers1-0/+4
2021-06-23mac80211: simplify ieee80211_add_station()Johannes Berg1-9/+1
2021-06-23mac80211: use sdata->skb_queue for TDLSJohannes Berg5-46/+23
2021-06-23mac80211: refactor SKB queue processing a bitJohannes Berg1-109/+119
2021-06-23mac80211: unify queueing SKB to ifaceJohannes Berg1-18/+15
2021-06-23mac80211: minstrel_ht: ignore frame that was sent with noAck flagPhilipp Borgers1-0/+4
2021-06-23cfg80211: clean up variable use in cfg80211_parse_colocated_ap()Dan Carpenter1-3/+3
2021-06-23cfg80211: remove CFG80211_MAX_NUM_DIFFERENT_CHANNELSJohannes Berg1-8/+0
2021-06-23mac80211: Remove redundant assignment to retYang Li1-1/+0
2021-06-23net: wireless: wext_compat.c: Remove redundant assignment to psYang Li1-1/+1
2021-06-23wireless: wext-spy: Fix out-of-bounds warningGustavo A. R. Silva1-7/+7
2021-06-22mptcp: refine mptcp_cleanup_rbufPaolo Abeni2-34/+23
2021-06-22mptcp: add deny_join_id0 in mptcp_options_receivedGeliang Tang5-2/+15
2021-06-22mptcp: add allow_join_id0 in mptcp_out_optionsGeliang Tang3-2/+11
2021-06-22mptcp: add sysctl allow_join_initial_addr_portGeliang Tang2-0/+17
2021-06-22sctp: process sctp over udp icmp err on sctp sideXin Long3-19/+62
2021-06-22sctp: extract sctp_v4_err_handle function from sctp_v4_errXin Long1-57/+49
2021-06-22sctp: extract sctp_v6_err_handle function from sctp_v6_errXin Long1-36/+40
2021-06-22sctp: remove the unessessary hold for idev in sctp_v6_errXin Long1-10/+2
2021-06-22sctp: enable PLPMTUD when the transport is readyXin Long4-2/+13
2021-06-22sctp: do state transition when receiving an icmp TOOBIG packetXin Long2-2/+53