summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-23nl80211/cfg80211: add BSS color to NDP ranging parametersAvraham Stern
2021-06-23mac80211: add to bss_conf if broadcast TWT is supportedShaul Triebitz
2021-06-23ieee80211: define timing measurement in extended capabilities IEKrishnanand Prabhu
2021-06-23mac80211: handle rate control (RC) racing with chanctx definitionMordechay Goodstein
2021-06-23mac80211: free skb in WEP error caseJohannes Berg
2021-06-23mac80211: move SMPS mode setting after ieee80211_prep_connectionShaul Triebitz
2021-06-23mac80211: allow SMPS requests only in client modeJohannes Berg
2021-06-23mac80211: remove iwlwifi specific workaround that broke sta NDP txFelix Fietkau
2021-06-23ieee80211: add the value for Category '6' in "rtw_ieee80211_category"Christophe JAILLET
2021-06-23mac80211_hwsim: record stats in non-netlink pathNguyen Dinh Phi
2021-06-23mac80211_hwsim: add concurrent channels scanning support over virtioWeilun Du
2021-06-23wireless: add check of field VHT Extended NSS BW Capable for 160/80+80 MHz se...Wen Gong
2021-06-23mac80211: check per vif offload_flags in Tx pathRyder Lee
2021-06-23mac80211: add rate control support for encap offloadRyder Lee
2021-06-23mac80211: call ieee80211_tx_h_rate_ctrl() when dequeueRyder Lee
2021-06-23mac80211: move A-MPDU session check from minstrel_ht to mac80211Felix Fietkau
2021-06-23cfg80211: expose the rfkill device to the low level driverEmmanuel Grumbach
2021-06-23mac80211: don't open-code LED manipulationsJohannes Berg
2021-06-23mac80211: consider per-CPU statistics if presentJohannes Berg
2021-06-23cfg80211: fix default HE tx bitrate mask in 2G bandPing-Ke Shih
2021-06-23mac80211: remove the repeated declarationShaokun Zhang
2021-06-23mac80211: refactor rc_no_data_or_no_ack_use_min functionPhilipp Borgers
2021-06-23mac80211: do not use low data rates for data frames with no ack flagPhilipp Borgers
2021-06-23mac80211: add ieee80211_is_tx_data helper functionPhilipp Borgers
2021-06-23mac80211: simplify ieee80211_add_station()Johannes Berg
2021-06-23mac80211: use sdata->skb_queue for TDLSJohannes Berg
2021-06-23mac80211: refactor SKB queue processing a bitJohannes Berg
2021-06-23mac80211: unify queueing SKB to ifaceJohannes Berg
2021-06-23mac80211: minstrel_ht: ignore frame that was sent with noAck flagPhilipp Borgers
2021-06-23cfg80211: clean up variable use in cfg80211_parse_colocated_ap()Dan Carpenter
2021-06-23cfg80211: remove CFG80211_MAX_NUM_DIFFERENT_CHANNELSJohannes Berg
2021-06-23mac80211: Remove redundant assignment to retYang Li
2021-06-23net: wireless: wext_compat.c: Remove redundant assignment to psYang Li
2021-06-23wireless: wext-spy: Fix out-of-bounds warningGustavo A. R. Silva
2021-06-22Merge branch 'mptcp-C-flag-and-fixes'David S. Miller
2021-06-22mptcp: refine mptcp_cleanup_rbufPaolo Abeni
2021-06-22selftests: mptcp: turn rp_filter off on each NICYonglong Li
2021-06-22selftests: mptcp: add deny_join_id0 testcasesGeliang Tang
2021-06-22mptcp: add deny_join_id0 in mptcp_options_receivedGeliang Tang
2021-06-22mptcp: add allow_join_id0 in mptcp_out_optionsGeliang Tang
2021-06-22mptcp: add sysctl allow_join_initial_addr_portGeliang Tang
2021-06-22Merge branch 'sctp-packetization-path-MTU'David S. Miller
2021-06-22sctp: process sctp over udp icmp err on sctp sideXin Long
2021-06-22sctp: extract sctp_v4_err_handle function from sctp_v4_errXin Long
2021-06-22sctp: extract sctp_v6_err_handle function from sctp_v6_errXin Long
2021-06-22sctp: remove the unessessary hold for idev in sctp_v6_errXin Long
2021-06-22sctp: enable PLPMTUD when the transport is readyXin Long
2021-06-22sctp: do state transition when receiving an icmp TOOBIG packetXin Long
2021-06-22sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long
2021-06-22sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long