summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: warn if db.txt is empty with CONFIG_CFG80211_INTERNAL_REGDBLuis R. Rodriguez2012-04-091-0/+10
* mac80211: fix the RANN propagation issuesChun-Yeow Yeoh2012-04-092-6/+20
* rtlwifi: Preallocate USB read buffers and eliminate kalloc in read routineLarry Finger2012-04-092-19/+21
* mac80211: fix the sparse warnings on endian handling in RANN propagationChun-Yeow Yeoh2012-04-092-5/+5
* mac80211: when receiving DTIM disable power-save mode only if it was enabledRonald Wahl2012-04-091-3/+5
* mac80211: optimize aggregation session timeout handlingFelix Fietkau2012-04-096-9/+40
* mac80211: reduce code duplication in debugfs codeFelix Fietkau2012-04-091-58/+13
* cfg80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau2012-04-092-16/+18
* rt2x00: increase led's name buffer lengthJakub Kicinski2012-04-091-8/+8
* rtlwifi: Simplify rtl_get/set inline functionsJoe Perches2012-04-091-13/+11
* rtlwifi: Use is_zero_ether_addr, remove line continuationJoe Perches2012-04-091-3/+2
* p54usb: Load firmware asynchronouslyLarry Finger2012-04-092-68/+130
* p54: only unregister ieee80211_hw when it has been registeredChristian Lamparter2012-04-092-2/+10
* mac80211: end service period only after sending last buffered frameMarco Porsch2012-04-091-7/+9
* mwifiex: add set_cqm_rssi_config handler supportAmitkumar Karwar2012-04-097-0/+241
* mwifiex: support STATION_INFO_SIGNAL_AVGAmitkumar Karwar2012-04-091-3/+4
* mwifiex: remove redundant signal handling codeAmitkumar Karwar2012-04-096-108/+9
* mwifiex: add cfg80211 dump_station handlerAmitkumar Karwar2012-04-091-0/+18
* mwifiex: update signal strength in mBm unitsAmitkumar Karwar2012-04-091-2/+3
* mac80211: Add iface name when calling WARN-ON.Ben Greear2012-04-091-1/+3
* ath9k_hw: Update rx gain initval to improve rx sensitivityRajkumar Manoharan2012-04-091-5/+5
* wireless: rename ht_info to ht_operationJohannes Berg2012-04-0916-106/+102
* mac80211: flush to get the tx status of nullfunc frame immediatelyRajkumar Manoharan2012-04-091-0/+2
* mac80211: do not send pspoll when powersave is disabledRajkumar Manoharan2012-04-091-1/+1
* ath9k: recover ar9380 chips from rare stuck stateRajkumar Manoharan2012-04-096-4/+126
* ath9k_hw: improve ANI processing and rx desensitizing parametersRajkumar Manoharan2012-04-094-115/+27
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-03-2714-44/+58
|\
| * rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: Fix low-gain setting when scanningLarry Finger2012-03-262-2/+2
| * ath5k: drop self from MAINTAINERSBob Copeland2012-03-261-1/+0
| * mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka2012-03-261-1/+2
| * rt2x00: rt2800usb: fix status register reread logicStanislaw Gruszka2012-03-261-1/+1
| * rt2x00: rt2800usb: schedule txdone work on timeoutStanislaw Gruszka2012-03-261-1/+7
| * mac80211: remove outdated commentEliad Peller2012-03-261-3/+0
| * ath9k: fix a memory leak in ath_rx_tasklet()Eric Dumazet2012-03-261-2/+2
| * ath9k: reduce listen time periodRajkumar Manoharan2012-03-261-1/+1
| * cfg80211: allow CFG80211_SIGNAL_TYPE_UNSPEC in station_infoJohn W. Linville2012-03-262-12/+23
| * iwlegacy: fix BSSID settingStanislaw Gruszka2012-03-261-10/+6
| * ath9k: fix max noise floor thresholdRajkumar Manoharan2012-03-261-3/+2
| * iwlegacy: do not nulify il->vif on resetStanislaw Gruszka2012-03-263-7/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-2727-109/+184
|\ \
| * | net: fix a potential rcu_read_lock() imbalance in rt6_fill_node()Eric Dumazet2012-03-271-2/+6
| * | net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet2012-03-257-9/+13
| * | gianfar: Fix possible overrun and simplify interrupt name field creationJoe Perches2012-03-252-33/+8
| * | USB: qmi_wwan: Add ZTE (Vodafone) K3570-Z and K3571-Z net interfacesAndrew Bird (Sphere Systems)2012-03-251-0/+18
| * | USB: option: Ignore ZTE (Vodafone) K3570/71 net interfacesAndrew Bird (Sphere Systems)2012-03-251-2/+4
| * | USB: qmi_wwan: Add ZTE (Vodafone) K3565-Z and K4505-Z net interfacesAndrew Bird (Sphere Systems)2012-03-251-0/+18
| * | qlcnic: Bug fix for LROAnirban Chakraborty2012-03-232-3/+5
| * | Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2012-03-236-6/+12
| |\ \
| | * | vhost: fix release path lockdep checksMichael S. Tsirkin2012-02-283-6/+7
| | * | vhost: don't forget to schedule()Nadav Har'El2012-02-281-0/+2