summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: mesh: decrease max driftPedersen, Thomas2016-09-301-1/+1
* mac80211: add offset_tsf driver op and use it for meshPedersen, Thomas2016-09-306-6/+68
* mac80211: Set lower memory limit for non-VHT devicesToke Høiland-Jørgensen2016-09-301-0/+19
* mac80211: Export fq memory limit information in debugfsToke Høiland-Jørgensen2016-09-301-0/+8
* fq.h: Port memory limit mechanism from fq_codelToke Høiland-Jørgensen2016-09-302-1/+9
* mac80211: Add API to report NAN function matchAyala Beker2016-09-302-0/+41
* mac80211: Implement add_nan_func and rm_nan_funcAyala Beker2016-09-308-3/+304
* mac80211: implement nan_change_confAyala Beker2016-09-305-0/+102
* cfg80211: Provide an API to report NAN function terminationAyala Beker2016-09-303-0/+94
* cfg80211: provide a function to report a match for NANAyala Beker2016-09-303-0/+148
* cfg80211: allow the user space to change current NAN configurationAyala Beker2016-09-305-2/+111
* cfg80211: add add_nan_func / del_nan_funcAyala Beker2016-09-307-1/+694
* mac80211: add boilerplate code for start / stop NANAyala Beker2016-09-309-4/+140
* cfg80211: add start / stop NAN commandsAyala Beker2016-09-3016-6/+260
* cfg80211: Add support for static WEP in the driverDavid Spinadel2016-09-307-9/+24
* mac80211: Move ieee802111_tx_dequeue() to later in tx.cToke Høiland-Jørgensen2016-09-301-45/+45
* cfg80211: wext: really don't store non-WEP keysJohannes Berg2016-09-281-1/+11
* cfg80211: add checks for beacon rate, extend to meshJohannes Berg2016-09-263-13/+54
* cfg80211: Add support to configure a beacon data ratePurushottam Kushwaha2016-09-262-233/+302
* Merge tag 'mac80211-next-for-davem-2016-09-16' of git://git.kernel.org/pub/sc...David S. Miller2016-09-1934-277/+484
|\
| * cfg80211: add helper to find an IE that matches a byte-arrayLuca Coelho2016-09-162-32/+59
| * mac80211_hwsim: statically initialize hwsim_radios listJohannes Berg2016-09-161-2/+1
| * mac80211: allow using AP_LINK_PS with mac80211-generated TIM IEEmmanuel Grumbach2016-09-161-1/+1
| * cfg80211: remove unnecessary pointer-ofJohannes Berg2016-09-151-1/+1
| * mac80211: allow driver to handle packet-loss mechanismRajkumar Manoharan2016-09-153-0/+13
| * mac80211: remove sta_remove_debugfs driver callbackJohannes Berg2016-09-153-28/+2
| * mac80211: remove pointless chanctx NULL checkJohannes Berg2016-09-151-4/+0
| * mac80211: remove unused assignmentJohannes Berg2016-09-151-1/+0
| * nl80211: always check nla_put* return valuesJohannes Berg2016-09-151-5/+8
| * nl80211: always check nla_nest_start() return valueJohannes Berg2016-09-151-0/+11
| * mac80211: fix scan completed tracingJohannes Berg2016-09-151-1/+1
| * mac80211: fix possible out-of-bounds accessJohannes Berg2016-09-151-4/+8
| * cfg80211: allow connect keys only with default (TX) keyJohannes Berg2016-09-154-2/+22
| * cfg80211: reduce connect key caching struct sizeJohannes Berg2016-09-136-17/+10
| * cfg80211: validate key index betterJohannes Berg2016-09-131-1/+7
| * cfg80211: wext: only allow WEP keys to be configured before connectedJohannes Berg2016-09-131-0/+3
| * nl80211: only allow WEP keys during connect commandJohannes Berg2016-09-131-5/+8
| * nl80211: fix connect keys range checkJohannes Berg2016-09-131-1/+1
| * cfg80211: disallow shared key authentication with key index 4Johannes Berg2016-09-132-2/+2
| * mac80211: remove useless open_count checkJohannes Berg2016-09-131-2/+1
| * mac80211: simplify TDLS RA lookupJohannes Berg2016-09-131-11/+4
| * mac80211: Re-structure aqm debugfs output and keep CoDel stats per txqToke Høiland-Jørgensen2016-09-135-129/+117
| * mac80211: send delBA on unexpected BlockAck RequestJohannes Berg2016-09-121-0/+6
| * mac80211: send delBA on unexpected BlockAck data framesJohannes Berg2016-09-123-2/+14
| * mac80211: add support for radiotap timestamp fieldJohannes Berg2016-09-124-0/+66
| * mac80211: add support for MU-MIMO air snifferAviya Erenfeld2016-09-125-3/+51
| * mac80211: RX BA support for sta max_rx_aggregation_subframesMaxim Altshul2016-09-123-2/+12
| * cfg80211: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-121-1/+1
| * mac80211: refactor monitor representation in sdataAviya Erenfeld2016-09-128-19/+23
| * cfg80211: clarify the requirements of .disconnect()Emmanuel Grumbach2016-09-121-1/+2