index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
iwlwifi
/
iwl-trans-pcie-rx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iwlwifi: make a static inline to read the RF kill register
Emmanuel Grumbach
2012-04-23
1
-2
/
+1
*
iwlwifi: improve TX cache footprint
Johannes Berg
2012-04-18
1
-1
/
+1
*
iwlwifi: transport holds its pointer to the config
Emmanuel Grumbach
2012-04-18
1
-3
/
+3
*
iwlwifi: remove get_cmd_string
Johannes Berg
2012-04-16
1
-2
/
+3
*
iwlwifi: move status definitions from iwl-shared
Don Fry
2012-04-16
1
-1
/
+1
*
iwlwifi: move HCMD_ACTIVE to trans
Don Fry
2012-04-16
1
-1
/
+4
*
iwlwifi: complete STATUS_READY refactoring
Don Fry
2012-04-16
1
-6
/
+1
*
iwlwifi: move rx_page_order into transport
Johannes Berg
2012-04-12
1
-8
/
+8
*
iwlwifi: split POWER_PMI status bit
Don Fry
2012-04-09
1
-1
/
+4
*
iwlwifi: move ucode error log reporting to op_mode
Meenakshi Venkataraman
2012-04-09
1
-378
/
+0
*
iwlwifi: add trailing newline to various messages
Johannes Berg
2012-04-09
1
-1
/
+1
*
iwlwifi: process multiple frames per RXB
Johannes Berg
2012-04-09
1
-58
/
+71
*
iwlwifi: move wait_command_queue from shared to trans
Meenakshi Venkataraman
2012-03-12
1
-1
/
+1
*
iwlwifi: abstract out missing SEQ_RX_FRAME workaround
Johannes Berg
2012-03-12
1
-18
/
+11
*
iwlwifi: fix the delta for remove max_txq_num patch
Wey-Yi Guy
2012-03-09
1
-1
/
+1
*
iwlwifi: move command queue number out of the iwl_shared struct
Meenakshi Venkataraman
2012-03-09
1
-1
/
+1
*
iwlwifi: more status bit factoring
Don Fry
2012-03-08
1
-5
/
+5
*
iwlwifi: reintroduce iwl_enable_rfkill_int
Stanislaw Gruszka
2012-03-08
1
-4
/
+2
*
iwlwifi: cleanup/fix memory barriers
Stanislaw Gruszka
2012-03-08
1
-1
/
+0
*
iwlwifi: always check if got h/w access before write
Stanislaw Gruszka
2012-03-08
1
-1
/
+3
*
iwlwifi: move all uCode load variables
Johannes Berg
2012-03-07
1
-2
/
+2
*
iwlwifi: clean up iwl-core.h inclusions
Johannes Berg
2012-03-07
1
-2
/
+1
*
iwlwifi: make tracing use device as identifier
Johannes Berg
2012-03-07
1
-8
/
+8
*
iwlwifi: remove shadow_reg_enable from hw_params
Johannes Berg
2012-03-07
1
-1
/
+1
*
iwlwifi: move rfkill status handling out of transport
Johannes Berg
2012-03-07
1
-19
/
+5
*
iwlwifi: remove iwl-wifi.h
Johannes Berg
2012-03-07
1
-1
/
+0
*
iwlwifi: split out firmware store
Johannes Berg
2012-03-07
1
-13
/
+10
*
iwlwifi: refactor PCI-E RX path
Johannes Berg
2012-03-06
1
-106
/
+110
*
iwlwifi: don't pass iwl_rx_mem_buffer to upper layers
Johannes Berg
2012-03-06
1
-7
/
+14
*
iwlwifi: remove per-device debug level
Johannes Berg
2012-03-06
1
-5
/
+5
*
iwlwifi: remove iwl_print_rx_config_cmd from shared
Emmanuel Grumbach
2012-02-27
1
-4
/
+0
*
iwlwifi: remove a few dereferences to iwl_priv from the tansport
Emmanuel Grumbach
2012-02-27
1
-4
/
+3
*
iwlwifi: virtualize op_mode's fw_error
Emmanuel Grumbach
2012-02-27
1
-1
/
+1
*
iwlwifi: virtualize op_mode's set_hw_rf_kill
Emmanuel Grumbach
2012-02-27
1
-1
/
+1
*
iwlwifi: virtualize op_mode's rx
Emmanuel Grumbach
2012-02-27
1
-1
/
+2
*
iwlwifi: move event and err pointers to iwl_nic
Don Fry
2012-02-17
1
-15
/
+16
*
iwlwifi: give PCIe its own lock
Johannes Berg
2012-02-17
1
-14
/
+15
*
iwlwifi: move workqueue to priv
Johannes Berg
2012-02-17
1
-8
/
+2
*
Merge branch 'wireless-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
John W. Linville
2012-02-06
1
-48
/
+55
|
\
|
*
iwlwifi: stop_hw replace enable_rfkill_int
Emmanuel Grumbach
2012-02-02
1
-2
/
+4
|
*
iwlwifi: consolidate the start_device flow
Emmanuel Grumbach
2012-02-02
1
-4
/
+0
|
*
iwlwifi: give trans to all the read / write functions
Emmanuel Grumbach
2012-02-02
1
-41
/
+41
|
*
iwlwifi: Connect IDI transport to driver.
Gregory Greenman
2012-02-02
1
-1
/
+12
|
*
iwlwifi: add fw_alive to transport layer API, kill tx_start
Emmanuel Grumbach
2012-02-02
1
-4
/
+2
|
*
iwlwifi: update Copyright
Wey-Yi Guy
2012-01-06
1
-1
/
+1
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-02-01
1
-2
/
+2
|
\
\
|
*
|
iwlwifi: fix PCI-E transport "inta" race
Johannes Berg
2012-01-24
1
-2
/
+2
|
|
/
*
|
iwlwifi: update Copyright
Wey-Yi Guy
2012-01-24
1
-1
/
+1
|
/
*
iwlagn: fix (remove) use of PAGE_SIZE
Johannes Berg
2011-12-21
1
-42
/
+31
*
iwlagn: add IRQ tracing
Johannes Berg
2011-12-19
1
-11
/
+21
[next]