summaryrefslogtreecommitdiffstats
path: root/net/mac80211/iface.c
Commit message (Expand)AuthorAgeFilesLines
* cfg80211/mac80211: add mesh join/leave commandsJohannes Berg2010-12-061-13/+1Star
* mac80211: move mesh filter adjustingJohannes Berg2010-12-061-17/+1Star
* mac80211: unset SDATA_STATE_OFFCHANNEL when cancelling a scanBrian Cavagnolo2010-11-081-3/+3
* mac80211: add probe request filter flagJohannes Berg2010-10-131-1/+8
* mac80211: avoid transmitting delBA to old APJohannes Berg2010-10-061-1/+2
* mac80211: fix for WDS interfacesBill Jordan2010-10-051-0/+3
* mac80211: fix rx monitor filter refcountersChristian Lamparter2010-10-051-22/+22
* mac80211: add p2p device type supportJohannes Berg2010-09-161-3/+26
* mac80211: set running state earlierJohannes Berg2010-09-161-2/+3
* mac80211: support runtime interface type changesJohannes Berg2010-08-271-33/+124
* mac80211: split out concurrent vif checksJohannes Berg2010-08-271-14/+29
* mac80211: simplify zero address checksJohannes Berg2010-08-271-25/+13Star
* mac80211: clean up ifdown/cleanup pathsJohannes Berg2010-08-271-66/+23Star
* mac80211: allow changing port control protocolJohannes Berg2010-08-271-0/+3
* net/mac80211: Use wiphy_<level>Joe Perches2010-08-251-4/+2Star
* cfg80211/mac80211: extensible frame processingJohannes Berg2010-08-241-3/+3
* mac80211: per interface idle notificationJohannes Berg2010-08-161-8/+45
* mac80211: support use of NAPI for bottom-half processingJohn W. Linville2010-08-161-0/+4
* mac80211: set carrier on for monitor interfaces on ieee80211_openDavid Gnedt2010-07-201-0/+2
* mac80211: fix aggregation action frame handling with AP VLANsFelix Fietkau2010-07-201-2/+2
* mac80211: Fix circular locking dependency in ARP filter handlingJuuso Oikarinen2010-06-141-0/+3
* mac80211: change RX aggregation lockingJohannes Berg2010-06-141-4/+4
* mac80211: move aggregation callback processingJohannes Berg2010-06-141-3/+12
* mac80211: move blockack stop due to fragmentationJohannes Berg2010-06-141-1/+31
* 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/+2Star
* mac80211: use common skb queueJohannes Berg2010-06-141-10/+11
* mac80211: simplify station/aggregation codeJohannes Berg2010-06-141-13/+0Star
* mac80211: simplify key lockingJohannes Berg2010-06-031-3/+2Star
* mac80211: remove useless work startingJohannes Berg2010-06-031-9/+0Star
* 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/+2Star
* | 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-121-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/+3Star