summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nl80211/cfg80211: add BSS color to NDP ranging parametersAvraham Stern2021-06-233-3/+23
* mac80211: add to bss_conf if broadcast TWT is supportedShaul Triebitz2021-06-232-1/+21
* ieee80211: define timing measurement in extended capabilities IEKrishnanand Prabhu2021-06-231-1/+6
* mac80211: handle rate control (RC) racing with chanctx definitionMordechay Goodstein2021-06-232-126/+71
* mac80211: free skb in WEP error caseJohannes Berg2021-06-231-1/+4
* mac80211: move SMPS mode setting after ieee80211_prep_connectionShaul Triebitz2021-06-231-9/+9
* mac80211: allow SMPS requests only in client modeJohannes Berg2021-06-231-10/+8
* mac80211: remove iwlwifi specific workaround that broke sta NDP txFelix Fietkau2021-06-232-9/+3
* ieee80211: add the value for Category '6' in "rtw_ieee80211_category"Christophe JAILLET2021-06-231-0/+1
* mac80211_hwsim: record stats in non-netlink pathNguyen Dinh Phi2021-06-231-0/+2
* mac80211_hwsim: add concurrent channels scanning support over virtioWeilun Du2021-06-231-10/+38
* wireless: add check of field VHT Extended NSS BW Capable for 160/80+80 MHz se...Wen Gong2021-06-231-3/+7
* mac80211: check per vif offload_flags in Tx pathRyder Lee2021-06-231-0/+3
* mac80211: add rate control support for encap offloadRyder Lee2021-06-232-6/+15
* mac80211: call ieee80211_tx_h_rate_ctrl() when dequeueRyder Lee2021-06-231-23/+29
* mac80211: move A-MPDU session check from minstrel_ht to mac80211Felix Fietkau2021-06-233-27/+33
* cfg80211: expose the rfkill device to the low level driverEmmanuel Grumbach2021-06-235-29/+27
* mac80211: don't open-code LED manipulationsJohannes Berg2021-06-231-10/+2
* mac80211: consider per-CPU statistics if presentJohannes Berg2021-06-231-8/+3
* cfg80211: fix default HE tx bitrate mask in 2G bandPing-Ke Shih2021-06-231-5/+4
* mac80211: remove the repeated declarationShaokun Zhang2021-06-231-1/+0
* mac80211: refactor rc_no_data_or_no_ack_use_min functionPhilipp Borgers2021-06-231-5/+1
* mac80211: do not use low data rates for data frames with no ack flagPhilipp Borgers2021-06-231-0/+4
* mac80211: add ieee80211_is_tx_data helper functionPhilipp Borgers2021-06-231-0/+18
* mac80211: simplify ieee80211_add_station()Johannes Berg2021-06-231-9/+1
* mac80211: use sdata->skb_queue for TDLSJohannes Berg2021-06-235-46/+23
* mac80211: refactor SKB queue processing a bitJohannes Berg2021-06-231-109/+119
* mac80211: unify queueing SKB to ifaceJohannes Berg2021-06-231-18/+15
* mac80211: minstrel_ht: ignore frame that was sent with noAck flagPhilipp Borgers2021-06-231-0/+4
* cfg80211: clean up variable use in cfg80211_parse_colocated_ap()Dan Carpenter2021-06-231-3/+3
* cfg80211: remove CFG80211_MAX_NUM_DIFFERENT_CHANNELSJohannes Berg2021-06-233-15/+0
* mac80211: Remove redundant assignment to retYang Li2021-06-231-1/+0
* net: wireless: wext_compat.c: Remove redundant assignment to psYang Li2021-06-231-1/+1
* wireless: wext-spy: Fix out-of-bounds warningGustavo A. R. Silva2021-06-231-7/+7
* Merge branch 'mptcp-C-flag-and-fixes'David S. Miller2021-06-2211-41/+157
|\
| * mptcp: refine mptcp_cleanup_rbufPaolo Abeni2021-06-222-34/+23
| * selftests: mptcp: turn rp_filter off on each NICYonglong Li2021-06-221-1/+2
| * selftests: mptcp: add deny_join_id0 testcasesGeliang Tang2021-06-221-1/+74
| * mptcp: add deny_join_id0 in mptcp_options_receivedGeliang Tang2021-06-225-2/+15
| * mptcp: add allow_join_id0 in mptcp_out_optionsGeliang Tang2021-06-224-3/+13
| * mptcp: add sysctl allow_join_initial_addr_portGeliang Tang2021-06-223-0/+30
|/
* Merge branch 'sctp-packetization-path-MTU'David S. Miller2021-06-2223-127/+779
|\
| * sctp: process sctp over udp icmp err on sctp sideXin Long2021-06-224-19/+64
| * sctp: extract sctp_v4_err_handle function from sctp_v4_errXin Long2021-06-221-57/+49
| * sctp: extract sctp_v6_err_handle function from sctp_v6_errXin Long2021-06-221-36/+40
| * sctp: remove the unessessary hold for idev in sctp_v6_errXin Long2021-06-221-10/+2
| * sctp: enable PLPMTUD when the transport is readyXin Long2021-06-224-2/+13
| * sctp: do state transition when receiving an icmp TOOBIG packetXin Long2021-06-222-2/+53
| * sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long2021-06-223-1/+40
| * sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long2021-06-223-0/+47