summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)Author
2018-01-04mac80211: mesh: drop frames appearing to be from usJohannes Berg
2017-12-11mac80211: fix locking in ieee80211_sta_tear_down_BA_sessionsJohannes Berg
2017-11-27mac80211: tear down RX aggregations firstSara Sharon
2017-11-27mac80211: fix the update of path metric for RANN frameChun-Yeow Yeoh
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg
2017-11-20mac80211: properly free requested-but-not-started TX agg sessionsJohannes Berg
2017-11-20mac80211: aggregation: Convert timers to use timer_setup()Kees Cook
2017-11-20mac80211: Convert timers to use timer_setup()Kees Cook
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-25mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-18mac80211: validate user rate mask before configuring driverJohannes Berg
2017-10-18mac80211: use constant time comparison with keysJason A. Donenfeld
2017-10-16mac80211: accept key reinstall without changing anythingJohannes Berg
2017-10-13mac80211: don't track HT capability changesJohannes Berg
2017-10-11mac80211: use crypto_aead_authsize()Johannes Berg
2017-10-11mac80211: only remove AP VLAN frames from TXQJohannes Berg
2017-10-11mac80211: aead api to reduce redundancyXiang Gao
2017-10-06net/mac80211/mesh_plink: Convert timers to use timer_setup()Kees Cook
2017-10-02mac80211: fix STA_SLOW_THRESHOLD htmldocs failureStanislaw Gruszka
2017-10-02mac80211: fix bandwidth computation for TDLS peersManikanta Pubbisetty
2017-09-21mac80211: recalculate some sta parameters after insertionGregory Greenman
2017-09-21mac80211: use offsetofend()Johannes Berg
2017-09-21mac80211: Simplify locking in ieee80211_sta_tear_down_BA_sessions()Ilan peer
2017-09-21mac80211: add documentation to ieee80211_rx_ba_offl()Luca Coelho
2017-09-21mac80211: oce: enable receiving of bcast probe respRoee Zamir
2017-09-21mac80211: simplify and clarify IE splittingJohannes Berg
2017-09-21mac80211: avoid allocating TXQs that won't be usedJohannes Berg
2017-09-06mac80211: fix deadlock in driver-managed RX BA session startJohannes Berg
2017-09-06mac80211: Complete ampdu work schedule during session tear downIlan peer
2017-09-05mac80211: flush hw_roc_start work before cancelling the ROCAvraham Stern
2017-09-05mac80211: agg-tx: call drv_wake_tx_queue in proper contextJohannes Berg
2017-09-05mac80211: Fix null pointer dereference with iTXQ supportChunho Lee
2017-09-05mac80211: add MESH IE in the correct orderLiad Kaufman
2017-09-05mac80211: shorten debug prints using ht_dbg() to avoid warningSharon Dvir
2017-09-05mac80211: fix VLAN handling with TXQsJohannes Berg
2017-09-05mac80211: fix incorrect assignment of reassoc valueSimon Dinkin
2017-08-09mac80211: add api to start ba session timer expired flowNaftali Goldstein
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller