aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10[MAC80211]: embed key conf in key, fix driver interfaceJohannes Berg1-3/+3
2007-10-10[MAC80211]: Remove bitfields from struct ieee80211_sub_if_dataJiri Slaby1-8/+10
2007-10-10[MAC80211]: Remove bitfields from struct ieee80211_txrx_dataJiri Slaby1-25/+36
2007-10-10[MAC80211]: Remove bitfields from struct ieee80211_tx_packet_dataJiri Slaby1-11/+12
2007-10-10[MAC80211]: use switch statement in tx codeJohannes Berg1-6/+11
2007-10-10[MAC80211]: remove unused ioctls (2)Johannes Berg1-3/+0
2007-10-10[NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen1-1/+1
2007-10-10[MAC80211]: Improve sanity checks on injected packetsAndy Green1-20/+28
2007-10-10[MAC80211]: improved short preamble handlingDaniel Drake1-13/+18
2007-10-10[MAC80211]: Add LONG_RETRY flag to ieee80211_tx_controlIvo van Doorn1-0/+1
2007-10-10[MAC80211]: improve locking of sta_info related structuresMichael Wu1-4/+4
2007-10-10[MAC80211]: split TX path into own fileJohannes Berg1-0/+1869