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