summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-11-21mac80211: make TX LED handling independent of fragmentationJohannes Berg1-12/+16
2011-11-21mac80211: move fragment flag adjustmentJohannes Berg1-9/+9
2011-11-21mac80211: use skb list for fragmentsJohannes Berg5-71/+82
2011-11-21cfg80211: pass DFS region to drivers through reg_notifier()Luis R. Rodriguez1-0/+2
2011-11-21cfg80211: process regulatory DFS region for countriesLuis R. Rodriguez3-0/+53
2011-11-17mac80211: call ieee80211_recalc_idle() after sending packetsFelix Fietkau2-8/+11
2011-11-17minstrel_ht: Remove unused function parametersPatrick Kelle1-14/+12
2011-11-17mac80211: memory leak in mesh_queue_preq()Dan Carpenter1-0/+1
2011-11-17mac80211: use kfree_skb() instead of kfree()Dan Carpenter1-1/+1
2011-11-17mac80211: Get rid of search loop for rate group indexHelmut Schaa1-16/+16
2011-11-17mac80211: Check rate->idx before rate->countHelmut Schaa1-2/+2
2011-11-17mac80211: remove crypto special case for auth framesJohannes Berg1-2/+0
2011-11-11mac80211: fix warning in ieee80211_probe_clientJohannes Berg1-4/+5
2011-11-11minstrel: Remove unused function parameter in calc_rate_durations()Patrick Kelle1-4/+3
2011-11-11mac80211: Save probe response data for bssArik Nemtsov5-5/+74
2011-11-11nl80211: Pass probe response data to driversArik Nemtsov1-0/+9
2011-11-11nl80211: Add probe response offload attributeArik Nemtsov1-0/+4
2011-11-11nl80211: fix compiler warningJohannes Berg1-1/+1
2011-11-11mac80211: make sure hw_key exists before checking its flagsArik Nemtsov1-1/+2
2011-11-11mac80211: add recalc PS in ieee80211_reconfig()Eyal Shapira1-0/+2
2011-11-11NFC: Check if NCI data flow control is usedIlan Elias1-1/+4
2011-11-11NFC: Removal of unused operations for NCI spec 1.0 d18Ilan Elias3-43/+3
2011-11-11NFC: Update names and structs to NCI spec 1.0 d18Ilan Elias5-84/+131
2011-11-11mac80211/cfg80211: report monitor channel in wireless extensionsJohannes Berg2-0/+21
2011-11-11mac80211: simplify scan state machineJohannes Berg2-128/+82
2011-11-11mac80211: set carrier_on for ibss vifs only while joinedEliad Peller2-1/+5
2011-11-11mac80211: init rate-control for TDLS sta when supp-rates are knownArik Nemtsov1-1/+9
2011-11-11cfg80211: merge in beacon ies of hidden bss.Dmitry Tarnyagin1-3/+114
2011-11-09net/rfkill/core.c: use kstrtoul, etcJulia Lawall1-2/+2
2011-11-09net/mac80211/debugfs.c: use kstrtoul, etcJulia Lawall1-1/+1
2011-11-09mac80211: implement wifi TX statusJohannes Berg4-3/+113
2011-11-09nl80211: advertise socket TX status capabilityJohannes Berg1-0/+2
2011-11-09mac80211: Also report the STA's TDLS flag via nl80211Helmut Schaa1-1/+4
2011-11-09cfg80211/mac80211: allow management TX to not wait for ACKJohannes Berg4-21/+36
2011-11-09mac80211: send unexpected 4addr eventJohannes Berg2-7/+25
2011-11-09cfg80211: add event for unexpected 4addr framesJohannes Berg3-2/+33
2011-11-09mac80211: report OBSS beaconsJohannes Berg3-1/+17
2011-11-09cfg80211: allow registering to beaconsJohannes Berg2-1/+71
2011-11-09mac80211: support client probeJohannes Berg2-18/+95
2011-11-09nl80211: add API to probe a clientJohannes Berg1-0/+104
2011-11-09nl80211: advertise device AP SMEJohannes Berg2-0/+8
2011-11-09mac80211: support spurious class3 eventJohannes Berg1-0/+7
2011-11-09nl80211: allow subscribing to unexpected class3 framesJohannes Berg3-0/+85
2011-11-09mac80211: add support for control port protocol in AP modeJohannes Berg2-2/+32
2011-11-09mac80211: add helper to free TX skbJohannes Berg1-0/+6
2011-11-09mac80211: simplify mesh frame queue mapping and QoSJavier Cardona4-7/+4
2011-11-09mac80211: check if frame is really part of this BAThomas Pedersen1-0/+5
2011-11-09mac80211: QoS multicast frames have No Ack policyThomas Pedersen2-2/+10
2011-11-09mac80211: Avoid filling up mesh preq queue with redundant requestsJavier Cardona2-2/+16
2011-11-09mac80211: verify virtual interfaces in driver APIJohannes Berg5-11/+69