aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28mac80211: A-MPDU Rx adding BAR handling capabilityRon Rindjunsky1-4/+58
2008-01-28mac80211: A-MPDU Rx handling aggregation reorderingRon Rindjunsky1-2/+183
2008-01-28mac80211: restructure __ieee80211_rxRon Rindjunsky1-36/+50
2008-01-28mac80211: Restore rx.fc before every invocation of ieee80211_invoke_rx_handlersHelmut Schaa1-0/+2
2008-01-28mac80211: clean up eapol frame handling/port controlJohannes Berg1-65/+68
2008-01-28mac80211: pass in PS_POLL framesRon Rindjunsky1-2/+9
2008-01-28mac80211: conditionally include timestamp in radiotap informationJohannes Berg1-16/+32
2008-01-28[MAC80211]: Use htons() where appropriate.YOSHIFUJI Hideaki1-1/+1
2008-01-28mac80211: move A-MSDU identifier to flagsRon Rindjunsky1-3/+3
2008-01-28mac80211: adding 802.11n essential A-MSDU Rx capabilityRon Rindjunsky1-0/+124
2008-01-28mac80211: restructuring data Rx handlersRon Rindjunsky1-47/+77
2008-01-28mac80211: hardware scan reworkZhu Yi1-3/+9
2008-01-28[MAC80211]: Revert unaligned warning removal.David S. Miller1-0/+13
2008-01-24Revert "mac80211: warn when receiving frames with unaligned data"Linus Torvalds1-13/+0
2007-12-26mac80211: warn when receiving frames with unaligned dataJohannes Berg1-0/+13
2007-11-29mac80211: drop unencrypted frames if encryption is expectedJohannes Berg1-1/+1
2007-11-10mac80211: make "decrypt failed" messages conditional upon MAC80211_DEBUGJohn W. Linville1-0/+2
2007-10-10[PATCH] mac80211: Defer setting of RX_FLAG_DECRYPTED.Mattias Nissler1-9/+11
2007-10-10[MAC80211]: make userspace-mlme a per-interface settingJohannes Berg1-1/+1
2007-10-10[MAC80211]: remove ALG_NONEJohannes Berg1-3/+0
2007-10-10[MAC80211]: use RX_FLAG_DECRYPTED for sw decrypted as wellJohannes Berg1-3/+5
2007-10-10[MAC80211]: consolidate decryption moreJohannes Berg1-34/+12
2007-10-10[MAC80211]: move sta_process rx handler laterJohannes Berg1-48/+48
2007-10-10[MAC80211]: remove management interfaceJohannes Berg1-25/+7
2007-10-10[MAC80211]: add "invalid" interface typeJohannes Berg1-0/+1
2007-10-10[PATCH] mac80211: fix iff_promiscs, iff_allmultis raceJohannes Berg1-1/+2
2007-10-10[PATCH] mac80211: fix vlan bugJohannes Berg1-0/+8
2007-10-10[PATCH] mac80211: consolidate decryptionJohannes Berg1-23/+17
2007-10-10[PATCH] mac80211: pass frames to monitor interfaces earlyJohannes Berg1-124/+226
2007-10-10[PATCH] mac80211: fix virtual interface lockingJohannes Berg1-5/+4
2007-10-10[PATCH] mac80211: revamp interface and filter configurationJohannes Berg1-2/+2
2007-10-10[MAC80211]: print out wiphy name instead of master deviceJohannes Berg1-1/+2
2007-10-10[MAC80211]: remove key threshold stuffJohannes Berg1-6/+1
2007-10-10[MAC80211]: allow drivers to indicate failed FCS/PLCP checksumJohannes Berg1-3/+29
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-47/+56
2007-10-10[MAC80211]: remove/change some comments about Michael MIC hardware offloadJohannes Berg1-14/+11
2007-10-10[MAC80211]: use internal network device statsStephen Hemminger1-7/+4
2007-10-10[MAC80211]: rework hardware crypto flagsJohannes Berg1-14/+10
2007-10-10[MAC80211]: remove turbo modesJohannes Berg1-2/+0
2007-10-10[MAC80211]: fix race conditions with keysJohannes Berg1-3/+17
2007-10-10[MAC80211]: make assoc_ap a flagJohannes Berg1-1/+1
2007-10-10[MAC80211]: improve key selection commentJohannes Berg1-0/+7
2007-10-10[MAC80211]: filter locally-originated multicast framesJohn W. Linville1-2/+3
2007-10-10[MAC80211]: Remove overly sticky averaging filters for rssi, signal, noiseLarry Finger1-6/+3
2007-10-10[MAC80211]: rework key handlingJohannes Berg1-4/+3
2007-10-10[MAC80211]: embed key conf in key, fix driver interfaceJohannes Berg1-12/+10
2007-10-10[MAC80211]: Remove bitfields from struct ieee80211_sub_if_dataJiri Slaby1-2/+2
2007-10-10[MAC80211]: Remove bitfields from struct ieee80211_txrx_dataJiri Slaby1-24/+28
2007-10-10[MAC80211]: Remove bitfields from struct ieee80211_tx_packet_dataJiri Slaby1-2/+2
2007-10-10[MAC80211]: refactor event sendingJohannes Berg1-33/+8