index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
iwlwifi
/
iwl-trans-pcie.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-12
iwlwifi: change struct iwl_fw
David Spinadel
1
-15
/
+17
2012-03-12
iwlwifi: move wait_command_queue from shared to trans
Meenakshi Venkataraman
1
-0
/
+3
2012-03-12
iwlwifi: abstract out missing SEQ_RX_FRAME workaround
Johannes Berg
1
-0
/
+7
2012-03-12
iwlwifi: remove TX hex debug
Johannes Berg
1
-2
/
+0
2012-03-09
iwlwifi: fix the delta for remove max_txq_num patch
Wey-Yi Guy
1
-12
/
+18
2012-03-09
iwlwifi: fix cmd_queue number merge
Wey-Yi Guy
1
-3
/
+3
2012-03-09
iwlwifi: move command queue number out of the iwl_shared struct
Meenakshi Venkataraman
1
-10
/
+24
2012-03-08
iwlwifi: remove messages from queue wake/stop
Johannes Berg
1
-2
/
+2
2012-03-08
iwlwifi: more status bit factoring
Don Fry
1
-3
/
+5
2012-03-08
iwlwifi: separate status to priv and trans
Don Fry
1
-2
/
+0
2012-03-08
iwlwifi: reintroduce iwl_enable_rfkill_int
Stanislaw Gruszka
1
-5
/
+8
2012-03-08
iwlwifi: print DMA stop timeout error only if it happened
Stanislaw Gruszka
1
-3
/
+4
2012-03-08
iwlwifi: use writeb,writel,readl directly
Stanislaw Gruszka
1
-7
/
+6
2012-03-08
iwlwifi: return error if loading uCode failed
Johannes Berg
1
-3
/
+1
2012-03-08
iwlwifi: redesign PASSIVE_NO_RX workaround
Johannes Berg
1
-34
/
+2
2012-03-07
iwlwifi: virtualize nic_config
Johannes Berg
1
-1
/
+1
2012-03-07
iwlwifi: move irq to PCIe
Johannes Berg
1
-6
/
+6
2012-03-07
iwlwifi: move all uCode load variables
Johannes Berg
1
-3
/
+5
2012-03-07
iwlwifi: move ucode_owner to priv
Johannes Berg
1
-1
/
+0
2012-03-07
iwlwifi: clean up iwl-core.h inclusions
Johannes Berg
1
-1
/
+0
2012-03-07
iwlwifi: make tracing use device as identifier
Johannes Berg
1
-1
/
+1
2012-03-07
iwlwifi: remove shadow_reg_enable from hw_params
Johannes Berg
1
-1
/
+1
2012-03-07
iwlwifi: remove AMT check from transport
Johannes Berg
1
-2
/
+2
2012-03-07
iwlwifi: move rfkill status handling out of transport
Johannes Berg
1
-27
/
+12
2012-03-07
iwlwifi: split out firmware store
Johannes Berg
1
-4
/
+5
2012-03-07
iwlwifi: move ucode loading to op_mode
Johannes Berg
1
-1
/
+0
2012-03-07
iwlwifi: move IWL_MASK into file using it
Johannes Berg
1
-0
/
+2
2012-03-07
iwlwifi: clean up (wowlan) suspend flow
Johannes Berg
1
-19
/
+13
2012-03-07
iwlwifi: introduce per-queue locks
Johannes Berg
1
-12
/
+19
2012-02-28
iwlwifi: iwl-trans.h doesn't need all these includes
Emmanuel Grumbach
1
-0
/
+1
2012-02-28
iwlwifi: virtualize op_mode's set_hw_rf_kill
Emmanuel Grumbach
1
-3
/
+3
2012-02-17
iwlwifi: give PCIe its own lock
Johannes Berg
1
-15
/
+22
2012-02-17
iwlwifi: move workqueue to priv
Johannes Berg
1
-0
/
+2
2012-02-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-0
/
+1
2012-02-03
iwlwifi: release IRQ in error path
Johannes Berg
1
-1
/
+3
2012-02-03
iwlwifi: stop_hw replace enable_rfkill_int
Emmanuel Grumbach
1
-0
/
+2
2012-02-03
iwlwifi: move hw_rev to transport layer
Emmanuel Grumbach
1
-0
/
+1
2012-02-03
iwlwifi: kill bus_get_hw_id
Emmanuel Grumbach
1
-0
/
+1
2012-02-03
iwlwifi: kill bus_get_hw_id_string
Emmanuel Grumbach
1
-0
/
+2
2012-02-03
iwlwifi: kill bus_is_pm_supported
Emmanuel Grumbach
1
-0
/
+1
2012-02-03
iwlwifi: kill bus_apm_config
Emmanuel Grumbach
1
-4
/
+46
2012-02-03
iwlwifi: consolidate the start_device flow
Emmanuel Grumbach
1
-10
/
+78
2012-02-03
iwlwifi: move the RF kill logic from iwl_probe to transport
Emmanuel Grumbach
1
-0
/
+11
2012-02-03
iwlwifi: introduce trans_ops->stop_hw
Emmanuel Grumbach
1
-2
/
+52
2012-02-03
iwlwifi: move apm_init to start_hw
Emmanuel Grumbach
1
-1
/
+87
2012-02-03
iwlwifi: move prepare_card_hw to start_hw
Emmanuel Grumbach
1
-7
/
+15
2012-02-03
iwlwifi: rename trans_ops->request_irq to trans_ops->start_hw
Emmanuel Grumbach
1
-14
/
+22
2012-02-03
iwlwifi: give trans to all the read / write functions
Emmanuel Grumbach
1
-72
/
+72
2012-02-03
iwlwifi: the read / write register ops move to transport
Emmanuel Grumbach
1
-18
/
+19
2012-02-03
iwlwifi: move the bus configuration to transport
Emmanuel Grumbach
1
-28
/
+141
[next]