aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee80211/ieee80211_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-07-05[PATCH] ieee80211: fix not allocating IV+ICV space when usingencryption in ieee80211_tx_frameHong Liu1-4/+11
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-05[PATCH] softmac: complete shared key authenticationDaniel Drake1-6/+19
2006-04-24[PATCH] ieee80211: Fix TX code doesn't enable QoS when using WPA + QoSZhu Yi1-12/+51
2006-01-27[PATCH] ieee80211: Add TKIP crypt->build_ivZhu Yi1-1/+3
2006-01-27[PATCH] WEP fields are incorrectly shown to be INSIDE snap in the docDenis Vlasenko1-13/+13
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-2/+2
2006-01-09[PATCH] ieee80211: enable hw wep where host has to build IVJohannes Berg1-1/+1
2005-11-05Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.Jeff Garzik1-1/+0
2005-10-26[PATCH] ieee80211 build fixJames Ketrenos1-1/+1
2005-10-21ieee80211 subsystem:Michael Buesch1-3/+6
2005-10-20Fixed oops if an uninitialized key is used for encryption.Hong Liu1-4/+7
2005-10-19Fixed problem with not being able to decrypt/encrypt broadcast packets.Hong Liu1-1/+2
2005-10-13Merge branch 'master'Jeff Garzik1-1/+1
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-10-04Merge branch 'upstream-fixes'Jeff Garzik1-1/+1
2005-10-04[PATCH] ieee80211: fix gfp flags typeRandy Dunlap1-1/+1
2005-10-03Merge branch 'upstream-fixes'Jeff Garzik1-1/+1
2005-10-03[PATCH] ieee80211: fix gfp flags typeRandy Dunlap1-1/+1
2005-09-22[PATCH] ieee80211: Added handle_deauth() callback, enhanced tkip/ccmp support of varying hw/sw offloadJames Ketrenos1-2/+16
2005-09-21[PATCH] ieee80211: Updated copyright datesJames Ketrenos1-1/+1
2005-09-21[PATCH] ieee80211: Add QoS (WME) support to the ieee80211 subsystemJames Ketrenos1-2/+3
2005-09-21[PATCH] ieee80211: Return NETDEV_TX_BUSY when QoS buffer fullJames Ketrenos1-0/+12
2005-09-21[PATCH] ieee80211: Fix TKIP, repeated fragmentation problem, and payload_size reportingJames Ketrenos1-65/+83
2005-09-21[PATCH] ieee82011: Added ieee80211_tx_frame to convert generic 802.11 data frames, and callbacksJames Ketrenos1-0/+64
2005-09-21[PATCH] ieee80211: adds support for the creation of RTS packetsJames Ketrenos1-3/+38
2005-09-21[PATCH] ieee80211: Renamed ieee80211_hdr to ieee80211_hdr_3addrJames Ketrenos1-3/+4
2005-09-21[PATCH] ieee80211: Hardware crypto and fragmentation offload supportJames Ketrenos1-6/+21
2005-09-21[PATCH] ieee80211: Fixed a kernel oops on module unloadJames Ketrenos1-14/+0
2005-09-16[PATCH] ieee80211 Cleanup memcpy parameters.James Ketrenos1-8/+8
2005-09-07[wireless ieee80211,ipw2200] Lindent source codeJeff Garzik1-38/+28
2005-08-28[PATCH] ieee80211: Remove EAPOL debugJouni Malinen1-9/+0
2005-08-25ieee80211: new constants from latest 802.11x specificationsJiri Benc1-1/+1
2005-06-27[PATCH] ieee80211: remove pci.h #include'sAdrian Bunk1-1/+0
2005-05-27[PATCH] net/ieee80211/: make two functions staticAdrian Bunk1-2/+2
2005-05-15[PATCH] net/ieee80211/ieee80211_tx.c: swapped memset argumentsAdrian Bunk1-1/+1
2005-05-12[NET] ieee80211 subsystemJeff Garzik1-0/+448