aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-22mac80211: allocate tailroom for forwarded mesh packetsFelix Fietkau1-1/+6
2019-02-22mac80211: Change default tx_sk_pacing_shift to 7Toke Høiland-Jørgensen1-2/+2
2019-02-18mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun1-1/+1
2019-02-15mac80211: Restore vif beacon interval if start ap failsRakesh Pillai1-1/+5
2019-02-15mac80211: Free mpath object when rhashtable insertion failsHerbert Xu1-8/+9
2019-02-15mac80211: Use linked list instead of rhashtable walk for mesh tablesHerbert Xu2-101/+43
2019-02-11mac80211: Fix Tx aggregation session tear down with ITXQsIlan Peer1-1/+3
2019-02-11mac80211: call drv_ibss_join() on restartJohannes Berg1-1/+5
2019-02-01mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau1-3/+9
2019-01-25mac80211: Add attribute aligned(2) to struct 'action'Mathieu Malaterre1-1/+1
2019-01-25mac80211: don't initiate TDLS connection if station is not associated to APBalaji Pothunoori1-0/+4
2019-01-19mac80211: fix miscounting of ttl-dropped framesBob Copeland1-1/+3
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+8
2018-12-19Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller19-92/+265
2018-12-19mac80211: Properly access radiotap vendor dataIlan Peer1-1/+5
2018-12-19mac80211: free skb fraglist before freeing the skbSara Sharon1-0/+5
2018-12-19mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg1-2/+3
2018-12-18mac80211: do not advertise HE cap IE if HE disabledShaul Triebitz1-10/+9
2018-12-18mac80211: set STA flag DISABLE_HE if HE is not supportedShaul Triebitz1-2/+4
2018-12-18mac80211: update driver when MU EDCA params changeShaul Triebitz3-2/+13
2018-12-18mac80211: propagate the support for TWT to the driverEmmanuel Grumbach1-0/+16
2018-12-18mac80211: don't build AMSDU from GSO packetsSara Sharon1-1/+4
2018-12-18mac80211: remove superfluous NULL checkJohannes Berg1-1/+1
2018-12-18mac80211: never pass NULL params to ieee80211_if_add()Johannes Berg2-7/+7
2018-12-18mac80211: Properly handle SKB with radiotap onlyIlan Peer1-9/+17
2018-12-18mac80211: ftm responder: remove pointless defensive codingJohannes Berg1-2/+2
2018-12-18mac80211: fix a kernel panic when TXing after TXQ teardownSara Sharon2-2/+3
2018-12-05mac80211: fix deauth TX when we disconnectEmmanuel Grumbach1-14/+35
2018-12-05mac80211: rewrite Kconfig text for meshBob Copeland1-6/+5
2018-12-05mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach1-0/+1
2018-12-05mac80211: fix reordering of buffered broadcast packetsFelix Fietkau1-2/+2
2018-12-05mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau1-0/+2
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers1-2/+2
2018-11-09{nl,mac}80211: add rssi to mesh candidatesBob Copeland3-12/+26
2018-11-09{nl,mac}80211: add dot11MeshConnectedToMeshGate to meshconfBob Copeland3-1/+8
2018-11-09{nl,mac}80211: report gate connectivity in station infoBob Copeland3-1/+8
2018-11-09mac80211: mesh: advertise gates in mesh formationBob Copeland1-1/+3
2018-11-09mac80211: allow hardware scan to fall back to softwareJohannes Berg1-4/+18
2018-11-09mac80211: allow drivers to use peer measurement APIJohannes Berg3-0/+68
2018-11-09mac80211: tx: avoid variable shadowingJohannes Berg1-2/+2
2018-11-09mac80211: debugfs: avoid variable shadowingJohannes Berg1-7/+7
2018-11-09mac80211: sta_info: avoid tidstats variable shadowingJohannes Berg1-5/+2
2018-11-09mac80211: tracing: avoid 'idx' variableJohannes Berg1-3/+3
2018-11-09mac80211: fix CSA beacon allocation sizeJohannes Berg1-3/+4
2018-11-09mac80211: Clear beacon_int in ieee80211_do_stopBen Greear1-0/+2
2018-11-09mac80211: fix GFP_KERNEL under tasklet contextYan-Hsuan Chuang1-2/+2
2018-11-09mac80211: fix missing unlock on error in ieee80211_mark_sta_auth()Wei Yongjun1-4/+8
2018-10-12mac80211: implement ieee80211_tx_rate_update to update rateAnilkumar Kolli1-0/+19
2018-10-12mac80211: support FTM responder configuration/statisticsPradeep Kumar Chitrapu4-0/+129