Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
83f32a4b4aa73f36ecc799e22174fe78ed5cb2af
/
drivers
/
net
/
wireless
/
iwlwifi
/
pcie
/
trans.c
83f32a4
iwlwifi: pcie: get rid of q->n_bd
by Johannes Berg
· 11 years ago
748fa67c
iwlwifi: mvm: replace BUG_ON by WARN_ON in scan.c
by Emmanuel Grumbach
· 11 years ago
fa1a91f
iwlwifi: pcie: WARN upon traffic while flushing TX queues
by Emmanuel Grumbach
· 11 years ago
3cafdbe
iwlwifi: allow to wait for a subset of the queues
by Emmanuel Grumbach
· 11 years ago
69e9213
iwlwifi: move CPU1_CPU2_SEPARATOR_SECTION to iwl-fw.h
by Eran Harary
· 11 years ago
f14d6b3
iwlwifi: pcie: implement GRO without NAPI
by Johannes Berg
· 11 years ago
14cfca7
iwlwifi: return whether to stop from rfkill method
by Johannes Berg
· 11 years ago
a812cba
iwlwifi: pcie: enable LP XTAL to reduce power consumption
by Alexander Bondar
· 11 years ago
034846c
iwlwifi: mvm: support multiple firmware sections
by Eran Harary
· 11 years ago
56c2477
iwlwifi: pcie: make FH debugfs file code easier to understand
by Johannes Berg
· 11 years ago
189fa2f
iwlwifi: pcie: fix secure section / dual cpu firmware loading
by Eran Harary
· 11 years ago
e4a9f8c
iwlwifi: pcie: Disable L0S exit timer for 8000 HW family
by Eran Harary
· 11 years ago
e12ba84
iwlwifi: pcie: change CSR reset in family 8000
by Eran Harary
· 11 years ago
3073d8c
iwlwifi: pcie: disable APMG configurations for family 8000
by Eran Harary
· 11 years ago
2d93aee
iwlwifi: pcie: enable oscillator for L1 exit
by Emmanuel Grumbach
· 11 years ago
51368bf
iwlwifi: Update Copyright to 2014
by Emmanuel Grumbach
· 11 years ago
ce836c7
iwlwifi: pcie: Fix CSR_RESET operation access type
by Eran Harary
· 11 years ago
3dc3374
iwlwifi: pcie: don't update the op_mode if rfkill hasn't changed
by Emmanuel Grumbach
· 11 years ago
b943949
iwlwifi: pcie: keep the NIC awake when commands are in flight
by Emmanuel Grumbach
· 11 years ago
7b70bd6
iwlwifi: pcie: use don't disable interrupt when irq_lock is taken
by Emmanuel Grumbach
· 11 years ago
85bf9da
iwlwifi: pcie: re-organize the PCIe ISR code
by Emmanuel Grumbach
· 11 years ago
efbf6e3
iwlwifi: trans: clear FW_ERROR status in common code
by Arik Nemtsov
· 11 years ago
eb7ff77
iwlwifi: trans: use a unified transport status
by Arik Nemtsov
· 11 years ago
a408284
iwlwifi: trans: divide stop_hw into stop_device/op_mode_leave
by Arik Nemtsov
· 11 years ago
6960a05
iwlwifi: pcie: fix interrupt coalescing for 7260 / 3160
by Emmanuel Grumbach
· 11 years ago
e2d6f4e
iwlwifi: support Signed firmware image and Dual CPUs
by Eran Harary
· 11 years ago
04a4e1fdd
Merge remote-tracking branch 'wireless-next/master' into HEAD
by Johannes Berg
· 11 years ago
889b169
iwlwifi: pcie: clean RFKILL interrupt in AMPG
by Emmanuel Grumbach
· 11 years ago
d819c6c
iwlwifi: pcie: fix merge damage
by Johannes Berg
· 11 years ago
24de851
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
by John W. Linville
· 11 years ago
6965a35
iwlwifi: pcie: don't swallow error codes in iwl_trans_pcie_alloc()
by Luciano Coelho
· 11 years ago
2437f3c
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
by John W. Linville
· 11 years ago
4f05444
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 11 years ago
5fdda04
iwlwifi: remove transport suspend/resume indirection
by Johannes Berg
· 11 years ago
eeb89ab
iwlwifi: pcie: fix resume when no opmode is present
by Johannes Berg
· 11 years ago
2997494
iwlwifi: pcie: reset the NIC before the bring up
by Emmanuel Grumbach
· 11 years ago
f2532b0
iwlwifi: pcie: don't disable L1 for newest NICs
by Emmanuel Grumbach
· 11 years ago
2be01fa
iwlwifi: remove forward debugfs function declarations
by Johannes Berg
· 11 years ago
313b0a2
iwlwifi: move dump_fh into common code
by Inbal Hacohen
· 11 years ago
cfb4e62
iwlwifi: always use 'trans_pcie' name
by Johannes Berg
· 11 years ago
debff61
iwlwifi: mvm: implement D3 testing
by Johannes Berg
· 11 years ago
8ade628
iwlwifi: move D3_CFG_COMPLETE handling into DVM
by Johannes Berg
· 11 years ago
bf0fd5d
iwlwifi: constify the source buffer of iwl_trans_write_mem
by Emmanuel Grumbach
· 11 years ago
c571573
iwlwifi: pcie: prefer to load the firmware in one shot
by Emmanuel Grumbach
· 12 years ago
a210576
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
4620020
iwlwifi: set rfkill in internal state of the transport
by Emmanuel Grumbach
· 12 years ago
f9477c1
iwlwifi: fix indirect write bug
by Amnon Paz
· 12 years ago
490953a
iwlwifi: move firmware restart debugfs hook to op_mode
by Emmanuel Grumbach
· 12 years ago
410dc5a
iwlwifi: a few fixes in license
by Emmanuel Grumbach
· 12 years ago
2bfb509
iwlwifi: use threaded interrupt handler
by Johannes Berg
· 12 years ago
e56b04e
iwlwifi: move register access lock into transport
by Lilach Edelstein
· 12 years ago
e139dc4
iwlwifi: add iwl_set_bits_mask to transport API
by Lilach Edelstein
· 12 years ago
128e63e
iwlwifi: update copyright
by Johannes Berg
· 12 years ago
1c3fea8
iwlwifi: improve the reports in TX path
by Emmanuel Grumbach
· 12 years ago
ddaf5a5
iwlwifi: enable communication with WoWLAN firmware
by Johannes Berg
· 12 years ago
01387ff
iwlwifi: allow to zero SRAM
by Emmanuel Grumbach
· 12 years ago
b1cf1bc
iwlwifi: don't enable all interrupts on resuming
by Johannes Berg
· 12 years ago
abae238
iwlwifi: always check that grab_nic_access succeeds
by Emmanuel Grumbach
· 12 years ago
0aa86df
iwlwifi: move some PCIe calls to better places
by Johannes Berg
· 12 years ago
a8b691e
iwlwifi: request IRQ only once
by Johannes Berg
· 12 years ago
4fd442d
iwlwifi: virtualize SRAM access
by Emmanuel Grumbach
· 12 years ago
7a65d17
iwlwifi: virtualize iwl_{grab,release}_nic_access
by Emmanuel Grumbach
· 12 years ago
6ae02f3
iwlwifi: let the op_mode run a FW while in RFKILL
by Emmanuel Grumbach
· 12 years ago
046db34
iwlwifi: make the BC table layout configurable
by Emmanuel Grumbach
· 12 years ago
193c0d6
Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 12 years ago
ecbbec2
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
by John W. Linville
· 12 years ago
438a0f0
iwlwifi: Use standard #defines for PCIe Capability ASPM fields
by Bjorn Helgaas
· 12 years ago
b9d146e
iwlwifi: collapse wrapper for pcie_capability_read_word()
by Bjorn Helgaas
· 12 years ago
8d96bb6
iwlwifi: reset_ict in stop_hw
by Emmanuel Grumbach
· 12 years ago
6a06b6c
iwlwifi: move prph handling into the transport
by Emmanuel Grumbach
· 12 years ago
1e60896
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
by John W. Linville
· 12 years ago
49bd072d
iwlwifi: more cleanup in pcie/rx.c
by Emmanuel Grumbach
· 12 years ago
f02831b
iwlwifi: continue clean up - pcie/tx.c
by Emmanuel Grumbach
· 12 years ago
7afe370
iwlwifi: continue clean up - pcie/trans.c
by Emmanuel Grumbach
· 12 years ago
9805c446
iwlwifi: continue clean up - pcie/rx.c
by Emmanuel Grumbach
· 12 years ago
c612598
iwlwifi: init the replenish work in rx_init
by Emmanuel Grumbach
· 12 years ago
990aa6d
iwlwifi: rename functions in transport layer
by Emmanuel Grumbach
· 12 years ago
dfbebe1
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
by John W. Linville
· 12 years ago
6a4b09f
wireless: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
by Joe Perches
· 12 years ago
9f904b3
iwlwifi: don't enable interrupt as a W/A when MSI is enabled
by Emmanuel Grumbach
· 12 years ago
dbeca58
iwlwifi: don't warn if transport's allocation failed
by Emmanuel Grumbach
· 12 years ago
d18aa87
iwlwifi: return commands with error on FW error
by Johannes Berg
· 12 years ago
6b450fc
iwlwifi: remove useless messages
by Johannes Berg
· 12 years ago
adca123
iwlwifi: check the SCD conf from ALIVE response
by Emmanuel Grumbach
· 12 years ago
f946b52
iwlwifi: handle RFKILL logic in the transport layer
by Emmanuel Grumbach
· 12 years ago
f4feb8a
iwlwifi: support host command with copied data
by Johannes Berg
· 12 years ago
6c3fd3f
iwlwifi: don't leak Tx skb when a queue is disabled
by Emmanuel Grumbach
· 12 years ago
0adb52d
iwlwifi: use the new macro for the SCD Q STTS bits
by Emmanuel Grumbach
· 12 years ago
26c7af7
iwlwifi: remove unused variables
by Johannes Berg
· 12 years ago
f042c2e
iwlwifi: make data frame tracing optional
by Johannes Berg
· 12 years ago
aecdc33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
fdb2f9c
Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 12 years ago
a248afd
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 12 years ago
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
e5a8762
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
by John W. Linville
· 12 years ago
a7be50b
iwlwifi: don't double free the interrupt in failure path
by Emmanuel Grumbach
· 12 years ago
78890b5
Merge commit 'v3.6-rc5' into next
by Bjorn Helgaas
· 12 years ago
83f84d7
iwlwifi: load firmware in chunks
by Johannes Berg
· 12 years ago
358a46d
iwlwifi: some clean up in transport layer
by Emmanuel Grumbach
· 12 years ago
2d1c004
iwlwifi: fix indentation in iwl_load_given_ucode
by Johannes Berg
· 12 years ago
Next »