aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-08mac80211: rename filesJohannes Berg1-2/+2
2008-04-08mac80211: add station aid into ieee80211_tx_controlChr1-0/+1
2008-03-06mac80211: RCU-ify STA info structure accessJohannes Berg1-22/+26
2008-03-06mac80211: split ieee80211_txrx_dataJohannes Berg1-122/+122
2008-03-06mac80211: clean up mesh codeJohannes Berg1-68/+52
2008-03-06mac80211: support for mesh interfaces in mac80211 data pathLuis Carlos Cobo1-29/+129
2008-02-29mac80211: rework TX filtered frame codeJohannes Berg1-6/+6
2008-02-29mac80211: consolidate TIM handling codeJohannes Berg1-7/+4
2008-02-29mac80211: remove sta TIM flag, fix expiry TIM handlingJohannes Berg1-1/+0
2008-02-29mac80211: invoke set_tim() callback after setting own TIM infoJohannes Berg1-2/+2
2008-02-29mac80211: convert sta_info.pspoll to a flagJohannes Berg1-2/+3
2008-02-29mac80211: remove "dynamic" RX/TX handlersJohannes Berg1-5/+4
2008-02-29mac80211: split ieee80211_txrx_resultJohannes Berg1-55/+55
2008-02-29mac80211: remove port control enable switch, clean up sta flagsJohannes Berg1-5/+3
2008-02-29cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg1-62/+102
2008-02-29mac80211: A-MPDU Tx adding qdisc supportRon Rindjunsky1-0/+2
2008-02-29mac80211: allow sending multicast frames through virtual portsJohannes Berg1-6/+15
2008-01-28mac80211: Initialize vif pointerIvo van Doorn1-0/+1
2008-01-28mac80211: add unified BSS configurationJohannes Berg1-7/+6
2008-01-28mac80211: add beacon configuration via cfg80211Johannes Berg1-25/+40
2008-01-28mac80211: move interface type to vif structureJohannes Berg1-8/+9
2008-01-28mac80211: dont use interface indices in driversJohannes Berg1-25/+21
2008-01-28mac80211: remove misleading 'res' variableJohannes Berg1-2/+1
2008-01-28mac80211: move tx crypto decisionJohannes Berg1-17/+22
2008-01-28mac80211: allow easier multicast/broadcast buffering in hardwareJohannes Berg1-9/+23
2008-01-28mac80211: clean up eapol handling in TX pathJohannes Berg1-1/+6
2008-01-28mac80211: clean up eapol frame handling/port controlJohannes Berg1-20/+33
2008-01-28mac80211: clean up rate selectionMattias Nissler1-24/+18
2008-01-28mac80211: restructuring data Rx handlersRon Rindjunsky1-5/+7
2008-01-28mac80211: hardware scan reworkZhu Yi1-1/+1
2008-01-28mac80211: remove more forgotten codeJohannes Berg1-58/+0
2007-10-10[MAC80211]: improve radiotap injectionJohannes Berg1-91/+104
2007-10-10[MAC80211]: remove ALG_NONEJohannes Berg1-2/+0
2007-10-10[MAC80211]: remove management interfaceJohannes Berg1-11/+3
2007-10-10[PATCH] mac80211: consolidate encryptionJohannes Berg1-47/+15
2007-10-10[PATCH] mac80211: fix virtual interface lockingJohannes Berg1-3/+7
2007-10-10[MAC80211]: print out wiphy name instead of master deviceJohannes Berg1-4/+5
2007-10-10[MAC80211]: remove key threshold stuffJohannes Berg1-6/+1
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-14/+18
2007-10-10[MAC80211]: PS mode fixTomas Winkler1-0/+1
2007-10-10[MAC80211]: use internal network device statsStephen Hemminger1-4/+4
2007-10-10[MAC80211]: get STA after tx radiotap snippedwarmcat1-2/+2
2007-10-10[MAC80211]: remove HW_KEY_IDX_INVALIDJohannes Berg1-4/+12
2007-10-10[MAC80211]: rework hardware crypto flagsJohannes Berg1-3/+2
2007-10-10[MAC80211]: remove turbo modesJohannes Berg1-2/+0
2007-10-10[MAC80211]: fix race conditions with keysJohannes Berg1-4/+16
2007-10-10[MAC80211]: don't send invalid QoS framesJohannes Berg1-1/+14
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-4/+5
2007-10-10[MAC80211]: rework key handlingJohannes Berg1-2/+2
2007-10-10[MAC80211]: remove fake set_key() callJohannes Berg1-4/+1