aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-07mac80211: fix use of skb->cb for mesh forwardingLuis Carlos Cobo1-21/+24
2008-08-01mac80211: fix fragmentation kludgeTomas Winkler1-5/+12
2008-07-29mac80211: partially fix skb->cb useJohannes Berg1-26/+21
2008-07-29mac80211: append CONFIG_ to MAC80211_VERBOSE_PS_DEBUG in net/mac80211/tx.c.Rami Rosen1-3/+3
2008-07-29mac80211: tx, use dev_kfree_skb_any for beacon_getJiri Slaby1-1/+1
2008-07-14mac80211: fix TX sequence numbersJohannes Berg1-28/+51
2008-07-14mac80211: revamp beacon configurationJohannes Berg1-15/+21
2008-07-14mac80211: make master netdev handling saneJohannes Berg1-4/+7
2008-07-02mac80211: rework debug settings and make debugging saferJohannes Berg1-3/+6
2008-07-02mac80211: get rid of function pointers in TX pathJohannes Berg1-34/+29
2008-06-30mac80211: fix warning: unused variable invoke_tx_handlersTomas Winkler1-3/+2
2008-06-27mac80211: fix tx fragmentationJohannes Berg1-31/+37
2008-06-27mac80211: tx.c use new frame control helpersHarvey Harrison1-29/+25
2008-06-26mac80211: add single function calling tx handlersJohannes Berg1-42/+40
2008-06-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-06-18mac80211: detect driver tx bugsJohannes Berg1-1/+8
2008-06-18Revert "mac80211: Use skb_header_cloned() on TX path."David S. Miller1-2/+2
2008-06-14mac80211: do not fragment while aggregation is in useRon Rindjunsky1-4/+4
2008-06-03mac80211: removing shadowed sbandTomas Winkler1-3/+0
2008-06-03mac80211: fix unbalanced locking in ieee80211_get_buffered_bcTomas Winkler1-1/+1
2008-06-03mac80211: fix rate control initialisationJohannes Berg1-0/+2
2008-06-03mac80211: fix ieee80211_get_buffered_bcTomas Winkler1-9/+7
2008-06-03mac80211: clean up skb reallocation codeJohannes Berg1-29/+68
2008-05-21mac80211: remove channel use statisticsJohannes Berg1-64/+9
2008-05-21mac80211: use multi-queue master netdeviceJohannes Berg1-52/+45
2008-05-21mac80211: dont allow fragmentation and requeuing on A-MPDU queuesJohannes Berg1-2/+21
2008-05-21mac80211: move TX info into skb->cbJohannes Berg1-160/+150
2008-05-21mac80211: reorder some transmit handlersJohannes Berg1-116/+118
2008-05-21mac80211: use rate index in TX controlJohannes Berg1-46/+58
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-12/+18
2008-05-14mac80211: Set IEEE80211_TXPD_REQ_TX_STATUS for all TX framesIvo van Doorn1-0/+5
2008-05-14mac80211: proper STA info lockingJohannes Berg1-10/+11
2008-05-14mac80211: require four hardware queues for QoS/HTJohannes Berg1-2/+2
2008-05-12mac80211: Use skb_header_cloned() on TX path.David S. Miller1-2/+2
2008-05-12mac80211: Don't encrypt beaconsIvo van Doorn1-0/+1
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