aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/iface.c
Commit message (Expand)AuthorAgeFilesLines
...
* mac80211: always process blockack action from workqueueJohannes Berg2010-06-141-1/+30
* mac80211: common work skb freeingJohannes Berg2010-06-141-1/+2
* mac80211: use common work functionJohannes Berg2010-06-141-0/+62
* mac80211: use common work structJohannes Berg2010-06-141-4/+2
* mac80211: use common skb queueJohannes Berg2010-06-141-10/+11
* mac80211: simplify station/aggregation codeJohannes Berg2010-06-141-13/+0
* mac80211: simplify key lockingJohannes Berg2010-06-031-3/+2
* mac80211: remove useless work startingJohannes Berg2010-06-031-9/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-4/+2
* | mac80211: Add support for connection monitor in hardwareJuuso Oikarinen2010-03-231-1/+1
* | mac80211: use different MAC addresses for virtual interfacesJohannes Berg2010-03-091-2/+114
|/
* mac80211: fix netdev renameJohannes Berg2010-02-151-1/+1
* mac80211: fix WMM AC default for non-QoS data framesFelix Fietkau2010-01-191-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-191-3/+7
|\
| * mac80211: fix queue selection for data frames on monitor interfacesFelix Fietkau2010-01-111-2/+5
| * mac80211: fix endian errorJohannes Berg2010-01-081-2/+2
| * mac80211: fix queue selection for packets injected via monitor interfaceLennert Buytenhek2010-01-081-0/+1
* | cfg80211/mac80211: Use more generic bitrate mask for rate controlJouni Malinen2010-01-121-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-061-2/+2
|\ \ | |/
| * Revert "mac80211: replace netif_tx_{start,stop,wake}_all_queues"John W. Linville2010-01-061-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-051-2/+37
|\ \ | |/
| * mac80211: fix skb buffering issueJohannes Berg2010-01-051-2/+37
* | mac80211: fix ieee80211_change_mac() to use struct sockaddrKalle Valo2010-01-051-2/+3
* | mac80211: remove struct ieee80211_if_init_confJohannes Berg2009-12-281-11/+3
* | mac80211: generalise work handlingJohannes Berg2009-12-281-2/+9
* | mac80211: introduce flush operationJohannes Berg2009-12-281-0/+2
* | mac80211: add ieee80211_sdata_runningJohannes Berg2009-12-281-5/+5
* | mac80211: reduce reliance on netdevJohannes Berg2009-12-211-3/+59
|/
* mac80211: Speedup ieee80211_remove_interfaces()Eric Dumazet2009-11-251-9/+5
* cfg80211: introduce capability for 4addr modeJohannes Berg2009-11-191-4/+8
* mac80211: implement support for 4-address frames for AP and client modeFelix Fietkau2009-11-111-0/+4
* mac80211: remove RX_FLAG_RADIOTAPJohannes Berg2009-10-301-4/+4
* mac80211: replace netif_tx_{start,stop,wake}_all_queuesJohn W. Linville2009-10-271-2/+2
* mac80211: support ETHTOOL_GPERMADDRJohn W. Linville2009-10-071-1/+4
* cfg80211: assign device type in netdev notifier callbackMarcel Holtmann2009-10-051-5/+0
* net: Add DEVTYPE support for Ethernet based devicesMarcel Holtmann2009-09-111-0/+5
* mac80211: fix scan cancel on ifdownJohannes Berg2009-08-281-24/+2
* mac80211: remove tasklet enable/disableJohannes Berg2009-08-281-8/+1
* mac80211: fix configure_filter invocation after stopJohannes Berg2009-08-281-5/+1
* mac80211: allow configure_filter callback to sleepJohannes Berg2009-08-201-12/+3
* mac80211: FIF_PSPOLL filter flagIgor Perminov2009-08-041-2/+16
* mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez2009-08-041-2/+2
* mac80211: fix sparse warnings/errorsJohannes Berg2009-08-041-2/+2
* mac80211: disable beacons before removing the associated interfaceBob Copeland2009-08-041-0/+10
* cfg80211: self-contained wext handling where possibleJohannes Berg2009-07-291-1/+0
* mac80211: Replace {sw, hw}_scanning variables with a bitfieldHelmut Schaa2009-07-271-2/+2
* mac80211: allow using network namespacesJohannes Berg2009-07-271-0/+1
* mac80211: cooperate more with network namespacesJohannes Berg2009-07-271-1/+15