aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-07mac80211: fix use of skb->cb for mesh forwardingLuis Carlos Cobo1-49/+67
2008-07-14mac80211: fix RX sequence number checkJohannes Berg1-7/+12
2008-07-14mac80211: Fix ieee80211_rx_reorder_ampdu: ignore QoS null packetsEmmanuel Grumbach1-2/+2
2008-07-14mac80211: make master netdev handling saneJohannes Berg1-10/+5
2008-07-08mac80211: remove trivial rx_data->fc usersHarvey Harrison1-56/+51
2008-07-08mac80211: move QOS control helpers into ieee80211.hHarvey Harrison1-14/+14
2008-07-02mac80211: rework debug settings and make debugging saferJohannes Berg1-94/+12
2008-07-02mac80211: get rid of function pointers in RX pathJohannes Berg1-53/+44
2008-06-27mac80211: rx.c use new frame control helpersHarvey Harrison1-4/+3
2008-06-14mac80211: eliminate IBSS warning in rate_lowest_index()Vladimir Koutny1-2/+8
2008-06-14mac80211: rx.c use new helpersHarvey Harrison1-12/+7
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2008-05-28mac80211: fix alignment issue with compare_ether_addr()Senthil Balasubramanian1-2/+2
2008-05-21mac80211: remove channel use statisticsJohannes Berg1-59/+3
2008-05-21mac80211: move TX info into skb->cbJohannes Berg1-5/+5
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-71/+143
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+6
2008-05-14mac80211: make rx radiotap header more flexibleBruno Randolf1-62/+133
2008-05-14mac80211: use hardware flags for signal/noise unitsBruno Randolf1-2/+2
2008-05-14mac80211: proper STA info lockingJohannes Berg1-8/+9
2008-05-12mac80211: add missing newlines in printk()Pavel Roskin1-3/+3
2008-05-12mac80211: fix access to null skbLuis Carlos Cobo1-3/+3
2008-05-07mac80211: QoS related cleanupsJohannes Berg1-5/+0
2008-04-23net/mac80211/rx.c: fix off-by-oneAdrian Bunk1-1/+1
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-5/+2
2008-04-15mac80211: remove message on receiving unexpected unencrypted framesJohannes Berg1-5/+2
2008-04-08mac80211: rename filesJohannes Berg1-1/+1
2008-04-01mac80211: use recent multicast table for all mesh multicast framesLuis Carlos Cobo1-1/+1
2008-03-27mac80211: A-MPDU MLME use dynamic allocationRon Rindjunsky1-4/+6
2008-03-06mac80211: add PLINK_ prefix and kernel doc to enum plink_stateLuis Carlos Cobo1-1/+1
2008-03-06mac80211: RCU-ify STA info structure accessJohannes Berg1-16/+8
2008-03-06mac80211: split ieee80211_txrx_dataJohannes Berg1-81/+82
2008-03-06mac80211: clean up mesh RX path a bit moreJohannes Berg1-11/+6
2008-03-06mac80211: clean up mesh codeJohannes Berg1-14/+14
2008-03-06mac80211: support for mesh interfaces in mac80211 data pathLuis Carlos Cobo1-4/+117
2008-03-06mac80211: add mesh interface typeJohannes Berg1-0/+10
2008-02-29mac80211: consolidate TIM handling codeJohannes Berg1-14/+15
2008-02-29mac80211: remove sta TIM flag, fix expiry TIM handlingJohannes Berg1-4/+3
2008-02-29mac80211: invoke set_tim() callback after setting own TIM infoJohannes Berg1-4/+4
2008-02-29mac80211: convert sta_info.pspoll to a flagJohannes Berg1-6/+7
2008-02-29mac80211: enable IBSS mergingBruno Randolf1-1/+4
2008-02-29net/mac80211/: Use time_* macrosS.Çağlar Onur1-1/+2
2008-02-29mac80211: Add cooked monitor mode supportMichael Wu1-1/+86
2008-02-29mac80211: move some code into ieee80211_invoke_rx_handlersJohannes Berg1-24/+18
2008-02-29mac80211: remove "dynamic" RX/TX handlersJohannes Berg1-41/+39
2008-02-29mac80211: clean up some things in the RX pathJohannes Berg1-27/+10
2008-02-29mac80211: split RX_DROPJohannes Berg1-29/+30
2008-02-29mac80211: split ieee80211_txrx_resultJohannes Berg1-75/+75
2008-02-29mac80211: remove port control enable switch, clean up sta flagsJohannes Berg1-4/+4
2008-02-29cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg1-35/+47