summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-trans-pcie-rx.c
AgeCommit message (Expand)Author
2012-06-06iwlwifi: move PCIe into subdirectoryJohannes Berg
2012-06-05iwlwifi: clean up coding style in PCIe transportJohannes Berg
2012-06-05iwlwifi: fix prints in iwl_rx_handleEmmanuel Grumbach
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-03iwlwifi: fix skb truesize underestimationEric Dumazet
2012-04-23iwlwifi: make a static inline to read the RF kill registerEmmanuel Grumbach
2012-04-18iwlwifi: improve TX cache footprintJohannes Berg
2012-04-18iwlwifi: transport holds its pointer to the configEmmanuel Grumbach
2012-04-16iwlwifi: remove get_cmd_stringJohannes Berg
2012-04-16iwlwifi: move status definitions from iwl-sharedDon Fry
2012-04-16iwlwifi: move HCMD_ACTIVE to transDon Fry
2012-04-16iwlwifi: complete STATUS_READY refactoringDon Fry
2012-04-12iwlwifi: move rx_page_order into transportJohannes Berg
2012-04-09iwlwifi: split POWER_PMI status bitDon Fry
2012-04-09iwlwifi: move ucode error log reporting to op_modeMeenakshi Venkataraman
2012-04-09iwlwifi: add trailing newline to various messagesJohannes Berg
2012-04-09iwlwifi: process multiple frames per RXBJohannes Berg
2012-03-12iwlwifi: move wait_command_queue from shared to transMeenakshi Venkataraman
2012-03-12iwlwifi: abstract out missing SEQ_RX_FRAME workaroundJohannes Berg
2012-03-09iwlwifi: fix the delta for remove max_txq_num patchWey-Yi Guy
2012-03-09iwlwifi: move command queue number out of the iwl_shared structMeenakshi Venkataraman
2012-03-08iwlwifi: more status bit factoringDon Fry
2012-03-08iwlwifi: reintroduce iwl_enable_rfkill_intStanislaw Gruszka
2012-03-08iwlwifi: cleanup/fix memory barriersStanislaw Gruszka
2012-03-08iwlwifi: always check if got h/w access before writeStanislaw Gruszka
2012-03-07iwlwifi: move all uCode load variablesJohannes Berg
2012-03-07iwlwifi: clean up iwl-core.h inclusionsJohannes Berg
2012-03-07iwlwifi: make tracing use device as identifierJohannes Berg
2012-03-07iwlwifi: remove shadow_reg_enable from hw_paramsJohannes Berg
2012-03-07iwlwifi: move rfkill status handling out of transportJohannes Berg
2012-03-07iwlwifi: remove iwl-wifi.hJohannes Berg
2012-03-07iwlwifi: split out firmware storeJohannes Berg
2012-03-06iwlwifi: refactor PCI-E RX pathJohannes Berg
2012-03-06iwlwifi: don't pass iwl_rx_mem_buffer to upper layersJohannes Berg
2012-03-06iwlwifi: remove per-device debug levelJohannes Berg
2012-02-27iwlwifi: remove iwl_print_rx_config_cmd from sharedEmmanuel Grumbach
2012-02-27iwlwifi: remove a few dereferences to iwl_priv from the tansportEmmanuel Grumbach
2012-02-27iwlwifi: virtualize op_mode's fw_errorEmmanuel Grumbach
2012-02-27iwlwifi: virtualize op_mode's set_hw_rf_killEmmanuel Grumbach
2012-02-27iwlwifi: virtualize op_mode's rxEmmanuel Grumbach
2012-02-17iwlwifi: move event and err pointers to iwl_nicDon Fry
2012-02-17iwlwifi: give PCIe its own lockJohannes Berg
2012-02-17iwlwifi: move workqueue to privJohannes Berg
2012-02-06Merge branch 'wireless-next' of git://git.kernel.org/pub/scm/linux/kernel/git...John W. Linville
2012-02-02iwlwifi: stop_hw replace enable_rfkill_intEmmanuel Grumbach
2012-02-02iwlwifi: consolidate the start_device flowEmmanuel Grumbach
2012-02-02iwlwifi: give trans to all the read / write functionsEmmanuel Grumbach
2012-02-02iwlwifi: Connect IDI transport to driver.Gregory Greenman
2012-02-02iwlwifi: add fw_alive to transport layer API, kill tx_startEmmanuel Grumbach
2012-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville