aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10[MAC80211]: fix software decryptionJohannes Berg1-43/+70
2007-10-10[MAC80211]: remove ieee80211_msg_wep_frame_unknown_keyJohannes Berg1-6/+5
2007-10-10[MAC80211]: ratelimit some RX messagesJohannes Berg1-48/+74
2007-10-10[MAC80211]: avoid copying packets to interfaces that are downJohannes Berg1-0/+3
2007-10-10[MAC80211]: rx cleanups (2)Johannes Berg1-14/+28
2007-10-10[MAC80211]: fix bug for per-sta statsJohannes Berg1-6/+7
2007-10-10[MAC80211]: split up __ieee80211_rxJohannes Berg1-74/+83
2007-10-10[MAC80211]: split ieee80211_rx_h_check handlerJohannes Berg1-1/+11
2007-10-10[MAC80211]: rx cleanups (1)Johannes Berg1-97/+101
2007-10-10[MAC80211]: move QoS rx handlers into rx.cJohannes Berg1-0/+55
2007-10-10[MAC80211]: split RX handlers into own fileJohannes Berg1-0/+1360