aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-10wifi: mac80211: pass frame type to element parsingJohannes Berg1-10/+16
2025-09-04wifi: mac80211: Fix 6 GHz Band capabilities element advertisement in lower bandsRamya Gnanasekar1-0/+3
2025-07-18wifi: mac80211: support initialising current S1G short beacon indexLachlan Hodges1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08Ingo Molnar1-3/+3
2025-05-21wifi: check if socket flags are validBert Karwatzki1-1/+1
2025-04-23wifi: cfg80211/mac80211: remove more 5/10 MHz codeJohannes Berg1-5/+2
2025-04-23wifi: free SKBTX_WIFI_STATUS skb tx_flags flagJohannes Berg1-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-4/+4
2024-12-03wifi: mac80211: fix mbss changed flags corruption on 32 bit systemsIssam Hamdi1-3/+3
2024-10-09Merge net-next/main to resolve conflictsJohannes Berg1-1/+1
2024-10-08wifi: mac80211, cfg80211: miscellaneous spelling fixesDmitry Antipov1-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-06-26wifi: mac80211: restrict public action ECSA frame handlingJohannes Berg1-1/+1
2024-05-29wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdataNicolas Escande1-0/+1
2024-04-17wifi: mac80211: split mesh fast tx cache into local/proxied/forwardedFelix Fietkau1-1/+7
2024-02-12wifi: mac80211: flush only stations using requests linksAditya Kumar Singh1-1/+1
2024-02-08wifi: mac80211: convert ieee80211_ie_build_eht_cap() to SKB useJohannes Berg1-15/+2
2024-02-08wifi: mac80211: convert ieee80211_ie_build_he_cap() to SKB useJohannes Berg1-13/+2
2024-02-08wifi: mac80211: simplify adding supported ratesJohannes Berg1-8/+12
2024-02-08wifi: mac80211: rename ieee80211_ie_build_he_6ghz_cap()Johannes Berg1-1/+1
2024-02-08wifi: mac80211: adjust EHT capa when lowering bandwidthJohannes Berg1-1/+2
2024-02-08wifi: mac80211: simplify HE/EHT element length functionsJohannes Berg1-5/+3
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg1-40/+41
2024-02-08wifi: mac80211: clean up HE 6 GHz and EHT chandef parsingJohannes Berg1-1/+2
2024-02-08wifi: mac80211: clean up connection processJohannes Berg1-9/+12
2023-10-23wifi: mac80211: mesh: fix some kdoc warningsBenjamin Berg1-2/+6
2023-10-06Merge wireless into wireless-nextJohannes Berg1-4/+4
2023-09-13wifi: mac80211: fix mesh id corruption on 32 bit systemsFelix Fietkau1-4/+4
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg1-10/+6
2023-06-07wifi: mac80211: use wiphy work for sdata->workJohannes Berg1-5/+5
2023-06-06wifi: mac80211: consistently use u64 for BSS changesAnjaneyulu1-14/+16
2023-03-31wifi: mac80211: enable EHT mesh supportRyder Lee1-2/+71
2023-03-22wifi: mac80211: mesh fast xmit supportFelix Fietkau1-0/+92
2023-03-22wifi: mac80211: fix race in mesh sequence number assignmentFelix Fietkau1-4/+2
2022-08-26wifi: mac80211: correct SMPS mode in HE 6 GHz capabilityJohannes Berg1-1/+1
2022-07-15wifi: mac80211: fix multi-BSSID element parsingJohannes Berg1-5/+3
2022-07-15wifi: mac80211: separate out connection downgrade flagsJohannes Berg1-6/+6
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-3/+4
2022-07-15wifi: mac80211: consistently use sdata_dereference()Johannes Berg1-6/+3
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-3/+3
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-7/+7
2022-03-11mac80211: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET1-1/+1
2022-02-16mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer1-2/+3
2022-02-04mac80211: limit bandwidth in HE capabilitiesJohannes Berg1-1/+1
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+5
2021-10-01mac80211: mesh: fix HE operation element length checkJohannes Berg1-4/+5
2021-09-23mac80211: always allocate struct ieee802_11_elemsJohannes Berg1-36/+49
2021-09-23mac80211: mesh: clean up rx_bcn_presp APIJohannes Berg1-2/+2
2020-11-06mac80211: save HE oper info in BSS config for meshPradeep Kumar Chitrapu1-0/+30
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin1-2/+2
2020-08-27net: mac80211: mesh.h: delete duplicated wordRandy Dunlap1-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+13
2020-07-31cfg80211/mac80211: add connected to auth server to meshconfMarkus Theil1-1/+4
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-30mac80211: fix warning in 6 GHz IE addition in mesh modeRajkumar Manoharan1-0/+13
2020-05-31mac80211: determine chandef from HE 6 GHz operationJohannes Berg1-0/+1
2020-05-31mac80211: avoid using ext NSS high BW if not supportedJohannes Berg1-3/+13
2020-05-31mac80211: do not allow HT/VHT IEs in 6 GHz mesh modeRajkumar Manoharan1-0/+16
2020-05-31mac80211: build HE operation with 6 GHz oper informationRajkumar Manoharan1-3/+9
2020-05-31mac80211: add HE 6 GHz Band Capability elementRajkumar Manoharan1-0/+9
2020-04-29mac80211: TX legacy rate control for Beacon framesJouni Malinen1-0/+1
2020-04-15mac80211: fix channel switch trigger from unknown mesh peerTamizh chelvam1-4/+7
2019-07-26mac80211: implement HE support for meshSven Eckelmann1-0/+62
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-29mac80211: free peer keys before vif down in meshPradeep Kumar Chitrapu1-0/+1
2019-05-28mac80211: mesh: fix RCU warningThomas Pedersen1-1/+4
2019-02-08mac80211: pass bssids to elements parsing functionSara Sharon1-4/+6
2018-11-09{nl,mac}80211: add rssi to mesh candidatesBob Copeland1-1/+2
2018-11-09{nl,mac}80211: add dot11MeshConnectedToMeshGate to meshconfBob Copeland1-1/+2
2018-11-09mac80211: mesh: advertise gates in mesh formationBob Copeland1-1/+3
2018-09-05mac80211: add ability to parse CCFS2Johannes Berg1-1/+4
2018-03-23mac80211: notify driver for change in multicast ratesPradeep Kumar Chitrapu1-1/+2
2018-02-22Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller1-11/+6
2018-01-31mac80211: mesh: fix wrong mesh TTL offset calculationPeter Oh1-11/+6
2017-12-11mac80211: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-11-20mac80211: Convert timers to use timer_setup()Kees Cook1-15/+12
2017-09-21mac80211: use offsetofend()Johannes Berg1-2/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-4/+4
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-2/+1
2017-05-30skbuff/mac80211: introduce and use skb_put_zero()Johannes Berg1-6/+3
2017-05-24mac80211: enable VHT for mesh channel processingSimon Wunderlich1-1/+3
2017-05-24mac80211: mesh: support sending wide bandwidth CSASimon Wunderlich1-2/+43
2017-05-19mac80211: mark as action frame when parsing IEs of CSA action framesSimon Wunderlich1-1/+1
2017-05-19mac80211: mesh: Allow following CSA to DFS channels if userspace handles itBenjamin Berg1-3/+12
2017-05-19mac80211: move clearing result into ieee80211_parse_ch_switch_ie()Johannes Berg1-1/+0
2017-05-19mac80211: mesh: mark channel as unusable if a regulatory MESH CSA is receivedBenjamin Berg1-0/+21
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan1-9/+20
2017-03-29mac80211: mesh: drop new node with weak powerMasashi Honma1-2/+8
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-02-06mac80211: Fix adding of mesh vendor IEsThorsten Horstmann1-1/+1
2017-01-02mac80211: Fix addition of mesh configuration elementIlan peer1-2/+0
2016-12-13mac80211: Use appropriate name for functions and messagesMasashi Honma1-1/+1
2016-12-13mac80211: Remove invalid flag operations in mesh TSF synchronizationMasashi Honma1-3/+0
2016-08-03mac80211: mesh: flush stations before beacons are stoppedMaital Hahn1-4/+6
2016-06-30mac80211: use common cleanup for user/!user_mpmBob Copeland1-19/+1
2016-06-28mac80211: Fix mesh estab_plinks counting in STA removal caseJouni Malinen1-2/+5
2016-05-31mac80211: mesh: flush mesh paths unconditionallyBob Copeland1-0/+4
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-5/+5
2016-04-05mac80211: mesh: fix cleanup for mesh pathtableBob Copeland1-1/+6
2016-04-05mac80211: mesh: use hlist for rmc cacheBob Copeland1-8/+10
2016-04-05mac80211: mesh: handle failed alloc for rmc cacheBob Copeland1-0/+3
2016-04-05mac80211: mesh: convert path table to rhashtableBob Copeland1-6/+0
2016-04-05mac80211: mesh: move path tables into if_meshBob Copeland1-4/+6
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller1-5/+4
2016-02-24mac80211: refactor HT/VHT to chandef codeJohannes Berg1-5/+4
2016-01-26mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni1-11/+0
2015-11-03mac80211: TDLS: add proper HT-oper IEArik Nemtsov1-1/+2
2015-10-05mac80211: make ieee80211_new_mesh_header return unsignedAndrzej Hajda1-3/+3
2015-09-22mac80211: implement VHT support for meshBob Copeland1-3/+73
2015-07-17mac80211: move mesh related station fields to own structJohannes Berg1-1/+1
2015-06-09mac80211: fix the beacon csa counter for mesh and ibssChun-Yeow Yeoh1-0/+1
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller1-1/+2
2015-03-03mac80211: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-02-28nl/mac80211: allow zero plink timeout to disable STA expirationMasashi Honma1-1/+2
2014-10-29mac80211: use secondary channel offset IE also beacons during CSALuciano Coelho1-1/+1
2014-06-23mac80211: move csa counters from sdata to beacon/prespMichal Kazior1-1/+1
2014-06-23trivial: net/mac80211/mesh.c: fix typo s/Substract/Subtract/Antonio Ospite1-1/+1
2014-05-15mac80211: Support multiple CSA countersAndrei Otcheretianski1-1/+1
2014-04-22mac80211: fix mesh_add_rsn_ie IE finding loopBob Copeland1-13/+8
2014-04-09cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()Luciano Coelho1-4/+5
2014-04-09mac80211: use RCU_INIT_POINTERMonam Agarwal1-3/+3
2014-02-04mac80211: add missing CSA lockingMichal Kazior1-0/+2
2014-02-04mac80211: batch CSA bss info notificationMichal Kazior1-2/+3
2014-02-04mac80211: use sdata mesh_id_len instead of wdev'sJohannes Berg1-2/+2
2014-02-04mac80211: only set CSA beacon when at least one beacon must be transmittedLuciano Coelho1-6/+3
2014-02-04mac80211: align ieee80211_mesh_csa_beacon() with ieee80211_assign_beacon()Luciano Coelho1-3/+1
2014-02-04mac80211: refactor ieee80211_mesh_process_chanswitch()Luciano Coelho1-55/+19
2014-01-06mac80211: sync dtim_count to TSFThomas Pedersen1-0/+1
2013-12-16mac80211: update adjusting TBTT bit in beaconThomas Pedersen1-0/+5
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-8/+12
2013-11-25mac80211: move csa_chandef to sdataLuciano Coelho1-1/+1
2013-11-25mac80211: use put_unaligned_le16 for precedence value in meshChun-Yeow Yeoh1-4/+1
2013-11-25mac80211: fix the mesh channel switch supportChun-Yeow Yeoh1-8/+12
2013-10-28mac80211: process mesh channel switching using beaconChun-Yeow Yeoh1-9/+130
2013-10-28{nl,cfg,mac}80211: implement mesh channel switch userspace APIChun-Yeow Yeoh1-0/+98
2013-10-28mac80211: process the CSA frame for mesh accordinglyChun-Yeow Yeoh1-3/+80
2013-08-23mac80211: only respond to probe request with mesh IDChun-Yeow Yeoh1-0/+3
2013-07-16mac80211: set forwarding in mesh capability infoChun-Yeow Yeoh1-1/+3
2013-07-16mac80211: select and adjust bitrates according to channel modeSimon Wunderlich1-2/+1
2013-06-18mac80211: fix various components for the new 5 and 10 MHz widthsSimon Wunderlich1-1/+3
2013-06-18mac80211: update mesh beacon on workqueueThomas Pedersen1-12/+41
2013-06-11{nl,mac,cfg}80211: Allow user to configure basic rates for meshAshok Nagarajan1-4/+0
2013-06-11mac80211: expire mesh peers based on mesh configurationColleen Twitty1-1/+1
2013-06-11mac80211: fix mesh deadlockThomas Pedersen1-12/+17
2013-06-03mac80211: set mesh formation field properlyJacob Minshall1-2/+1
2013-05-25cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg1-16/+16
2013-05-24{cfg,mac}80211: move mandatory rates calculation to cfg80211Ashok Nagarajan1-2/+3
2013-05-16mac80211: enable Auth Protocol Identifier on mesh config.Colleen Twitty1-1/+0
2013-04-22Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg1-1/+2
2013-04-16mac80211: parse VHT channel switch IEsJohannes Berg1-2/+2
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+1
2013-04-08mac80211: check DSSS params IE length in parserJohannes Berg1-1/+1
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+2
2013-03-24mac80211: Don't restart sta-timer if not associated.Ben Greear1-1/+2
2013-03-11mac80211: remove a few set but unused variablesJohannes Berg1-4/+1
2013-03-06mac80211: support userspace MPMThomas Pedersen1-1/+1
2013-03-06mac80211: cleanup suspend/resume on mesh modeStanislaw Gruszka1-55/+2
2013-02-18mac80211: don't spam mesh probe response messagesThomas Pedersen1-1/+0
2013-02-15mac80211: clean up mesh codeJohannes Berg1-54/+61
2013-02-15mac80211: generate mesh probe responsesThomas Pedersen1-0/+60
2013-02-15mac80211: cache mesh beaconThomas Pedersen1-3/+151
2013-02-15mac80211: consolidate MBSS change notificationThomas Pedersen1-1/+1
2013-02-11mac80211: Add the DS Params for mesh to every bandEmanuel Taube1-9/+4
2013-02-11mac80211: fix mesh sta teardownThomas Pedersen1-0/+25
2013-02-04mac80211: mesh power save basicsMarco Porsch1-0/+33
2013-01-29mac80211: dynamic short slot time for MBSSsThomas Pedersen1-5/+0
2013-01-16{cfg,nl,mac}80211: set beacon interval and DTIM period on mesh joinMarco Porsch1-1/+0
2013-01-03mac80211: assign bss_conf.bssid only onceJohannes Berg1-0/+3
2013-01-03mac80211: track enable_beacon explicitlyJohannes Berg1-0/+3
2013-01-03mac80211: remove a bit of dead mesh codeJohannes Berg1-5/+0
2013-01-03mac80211: remove final sta_info_flush()Johannes Berg1-1/+1
2013-01-03mac80211: use short slot time in mesh for 5GHzChun-Yeow Yeoh1-7/+14
2013-01-03mac80211: RMC buckets are just list headsThomas Pedersen1-4/+4
2012-11-26mac80211: convert to channel definition structJohannes Berg1-17/+11
2012-11-26mac80211: move Mesh Capability field definition to ieee80211.hMarco Porsch1-4/+4
2012-10-23mac80211: mesh STAs only process mesh beaconsThomas Pedersen1-4/+5
2012-10-17mac80211: move out the non-statistics variable estab_plinks from mesh_statAshok Nagarajan1-1/+1
2012-10-17mac80211: use channel contextsJohannes Berg1-9/+32
2012-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-9/+19
2012-08-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-9/+19
2012-08-20mac80211: mesh: don't use global channel typeJohannes Berg1-5/+6
2012-08-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-8/+13
2012-08-13mac80211: fix unnecessary beacon update after peering status changeMarco Porsch1-8/+13
2012-08-03mac80211: improve cleanup when leaving meshThomas Pedersen1-1/+5
2012-08-01mac80211: cancel mesh path timerJohannes Berg1-0/+1
2012-08-01mac80211: clear timer bits when disconnectingJohannes Berg1-0/+2
2012-07-31mac80211: manage carrier state in meshJohannes Berg1-0/+4
2012-07-31mac80211: use oper_channel in meshJohannes Berg1-3/+4
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-06-24mac80211: clean up debuggingJohannes Berg1-4/+0
2012-06-18mac80211: invoke the timer only with correct dot11MeshHWMPRootMode valueChun-Yeow Yeoh1-1/+1
2012-06-14mac80211: implement the proactive PREQ generationChun-Yeow Yeoh1-2/+8
2012-06-05net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-2/+1
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville1-2/+4
2012-05-16mac80211: Fix don't use '>' operator for matching channel typesAshok Nagarajan1-2/+4
2012-05-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-4/+14
2012-05-09mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches1-2/+2