aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-06mac80211: add multi-rate retry supportFelix Fietkau1-6/+7
2008-10-06mac80211: remove redundant check in ieee80211_master_start_xmit (net/mac80211/tx.c)Rami Rosen1-10/+8
2008-10-06mac80211: remove shadowed variables in ieee80211_master_start_xmitTomas Winkler1-4/+1
2008-09-24mac80211: clean up rate control APIJohannes Berg1-2/+3
2008-09-24mac80211: mesh portal functionality supportYanBo1-6/+38
2008-09-24mac80211: make master iface not wirelessJohannes Berg1-13/+13
2008-09-15mac80211: remove debug frame dumpingJohannes Berg1-42/+0
2008-09-15mac80211: remove beacon countersJohannes Berg1-9/+0
2008-09-15mac80211: fix virtual interfaces vs. injectionJohannes Berg1-4/+60
2008-09-15mac80211: pass AP vif pointer for VLANsJohannes Berg1-0/+4
2008-09-15mac80211: move txrate_idx into RC algorithmsJohannes Berg1-0/+2
2008-09-15mac80211: share STA information with driverJohannes Berg1-5/+5
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-14/+14
2008-09-15mac80211: inform driver of basic ratesetJohannes Berg1-2/+2
2008-09-15mac80211: clean up some commentsJohannes Berg1-14/+1
2008-09-15mac80211: clean up scan namespaceJohannes Berg1-1/+1
2008-09-15mac80211: split off mesh handling entirelyJohannes Berg1-6/+9
2008-08-22replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateJasper Bryant-Greene1-2/+2
2008-08-22mac80211: remove rx/tx_data->fc memberHarvey Harrison1-1/+0
2008-08-22mac80211: use ieee80211 frame control directlyHarvey Harrison1-21/+14
2008-08-22mac80211: remove IEEE80211_FC helperHarvey Harrison1-2/+2
2008-08-22mac80211: rx.c/tx.c remove more users of tx/rx_data->fcHarvey Harrison1-1/+1
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