Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
802740890c4200c9266aee3139c5bd8e9b154e8f
/
drivers
/
net
/
wireless
/
intel
/
iwlwifi
/
pcie
/
rx.c
c42ff65
iwlwifi: pcie: add MSI-X interrupt tracing
by Johannes Berg
· 8 years ago
3bfdee7
iwlwifi: pcie: improve debug in iwl_pcie_rx_handle_rb()
by Johannes Berg
· 8 years ago
a395058
iwlwifi: pcie: improve "invalid queue" warning
by Johannes Berg
· 8 years ago
565291c
iwlwifi: pcie: only apply retention workaround on 9000-series A-step
by Johannes Berg
· 8 years ago
7d75f32
iwlwifi: pcie: delete the Tx queue timer earlier upon firmware crash
by Emmanuel Grumbach
· 8 years ago
ffd6fd4
iwlwifi: pcie: don't disable bh when handling FW errors
by Luca Coelho
· 8 years ago
326477e
iwlwifi: pcie: don't report RF-kill enabled while shutting down
by Johannes Berg
· 8 years ago
fa4de7f
iwlwifi: pcie: add fake RF-kill to debugfs
by Johannes Berg
· 8 years ago
3a6e168
iwlwifi: pcie: pull out common rfkill IRQ handling code
by Johannes Berg
· 8 years ago
f3779f4
iwlwifi: use bitfield.h for some registers
by Johannes Berg
· 8 years ago
d8a130b
iwlwifi: pcie: apply no-reclaim logic only to group 0
by Johannes Berg
· 8 years ago
13a3a39
iwlwifi: pcie: alloc queues dynamically
by Sara Sharon
· 8 years ago
b2a3b1c
iwlwifi: pcie: prepare for dynamic queue allocation
by Sara Sharon
· 8 years ago
eda50cd
iwlwifi: pcie: add context information support
by Sara Sharon
· 8 years ago
afb8443
iwlwifi: pcie: print less data upon firmware crash
by Emmanuel Grumbach
· 8 years ago
2b18824
iwlwifi: pcie: set STATUS_RFKILL immediately after interrupt
by Golan Ben Ami
· 8 years ago
23aeea9
iwlwifi: pcie: fix another RF-kill race
by Johannes Berg
· 8 years ago
0979a91
iwlwifi: pcie: use LIST_HEAD() macro
by Johannes Berg
· 8 years ago
35177c9
iwlwifi: pcie: log full command sequence
by Sara Sharon
· 8 years ago
496d83c
iwlwifi: pcie: Configure shared interrupt vector in MSIX mode
by Haim Dreyfuss
· 9 years ago
bb98ecd
iwlwifi: pcie: merge iwl_queue and iwl_txq
by Sara Sharon
· 9 years ago
12a1745
iwlwifi: centralize 64 bit HW registers write
by Sara Sharon
· 9 years ago
b1753c6
iwlwifi: pcie: track rxb status
by Sara Sharon
· 9 years ago
f16c3eb
iwlwifi: pcie: fix a race in firmware loading flow
by Emmanuel Grumbach
· 9 years ago
e25d65f
iwlwifi: pcie: don't use vid 0
by Sara Sharon
· 9 years ago
d7fdd0e
iwlwifi: pcie: poll RFH for RX DMA stop
by Sara Sharon
· 9 years ago
2047fa5
iwlwifi: pcie: unify restock calls on init
by Sara Sharon
· 9 years ago
ab2e696
iwlwifi: pcie: make sure packet arrived to destined queue
by Sara Sharon
· 9 years ago
6304433
iwlwifi: pcie: allow more than one frame in RB for 9000 devices
by Sara Sharon
· 9 years ago
b0262f0
iwlwifi: pcie: set RB chunk size per bus
by Sara Sharon
· 9 years ago
1316d59
iwlwifi: pcie: workaround HW shadow registers bug
by Sara Sharon
· 9 years ago
dfcfeef
iwlwifi: pcie: grab NIC access only once on RX init
by Sara Sharon
· 9 years ago
1554ed2
iwlwifi: pcie: use shadow registers for updating write pointer
by Sara Sharon
· 9 years ago
7ef3dd2
iwlwifi: pcie: don't wake up the NIC when writing CSRs in MSIX mode
by Haim Dreyfuss
· 9 years ago
46167a8
iwlwifi: pcie: remove duplicate assignment of variable isr_stats
by Colin Ian King
· 9 years ago
0f851bb
iwlwifi: pcie: write to legacy register also in MQ
by Sara Sharon
· 9 years ago
4314692
iwlwifi: pcie: fix global table size
by Sara Sharon
· 9 years ago
e0e168d
iwlwifi: pcie: avoid restocks inside rx loop if not emergency
by Gregory Greenman
· 9 years ago
7b54243
iwlwifi: pcie: fine tune number of rxbs
by Sara Sharon
· 9 years ago
e5f91d9
iwlwifi: pcie: set RB chunk size back to 64
by Sara Sharon
· 9 years ago
d56daea
iwlwifi: pcie: refactor RXBs reclaiming code
by Sara Sharon
· 9 years ago
5eae443
iwlwifi: pcie: detect and workaround invalid write ptr behavior
by Sara Sharon
· 9 years ago
8807601
iwlwifi: pcie: configure more RFH settings
by Sara Sharon
· 9 years ago
2e5d4a8
iwlwifi: pcie: Add new configuration to enable MSIX
by Haim Dreyfuss
· 9 years ago
3cce9bb
Merge tag 'iwlwifi-for-kalle-2016-02-15' into HEAD
by Emmanuel Grumbach
· 9 years ago
a6bd005
iwlwifi: pcie: fix RF-Kill vs. firmware load race
by Emmanuel Grumbach
· 9 years ago
bce9773
iwlwifi: pcie: enable multi-queue rx path
by Sara Sharon
· 9 years ago
96a6497
iwlwifi: pcie: add 9000 series multi queue rx DMA support
by Sara Sharon
· 9 years ago
7848505
iwlwifi: pcie: add infrastructure for multi-queue rx
by Sara Sharon
· 9 years ago
39bdb17
iwlwifi: update host command messages to new format
by Sharon Dvir
· 9 years ago
d01c536
iwlwifi: change the Intel Wireless email address
by Emmanuel Grumbach
· 9 years ago
f02d2cc
iwlwifi: pcie: remove pointer from debug message
by Johannes Berg
· 9 years ago
13fb01d
iwlwifi: pcie: remove ICT allocation message
by Johannes Berg
· 9 years ago
6c4fbcb
iwlwifi: add support for 12K Receive Buffers
by Emmanuel Grumbach
· 9 years ago
e705c12
iwlwifi: move under intel vendor directory
by Kalle Valo
· 9 years ago
[Renamed from drivers/net/wireless/iwlwifi/pcie/rx.c]
1be5d8c
iwlwifi: pass NAPI struct from transport layer
by Johannes Berg
· 10 years ago
26d535a
iwlwifi: pcie: New RBD allocation model
by Sara Sharon
· 10 years ago
d4a8169
Merge remote-tracking branch 'iwlwifi-fixes/master' into next
by Emmanuel Grumbach
· 9 years ago
18f5a37
iwlwifi: pcie: reset write pointer on ict reset
by Eliad Peller
· 10 years ago
1103323
iwlwifi: pcie: cancel Tx timer upon firmware crash
by Emmanuel Grumbach
· 10 years ago
f7e6469
iwlwifi: remove command and return value from opmode RX
by Johannes Berg
· 10 years ago
255ba06
Revert "iwlwifi: pcie: New RBD allocation model"
by Emmanuel Grumbach
· 10 years ago
fa9f328
iwlwifi: pcie: lock start_hw / start_fw / stop_device
by Emmanuel Grumbach
· 10 years ago
5f17570
iwlwifi: pcie: New RBD allocation model
by Sara Sharon
· 10 years ago
95411d0
iwlwifi: pcie: Control access to the NIC's PM registers via iwl_cfg
by Avri Altman
· 10 years ago
9243efc
iwlwifi: pcie: add rx packet sequence number to dbg print
by Liad Kaufman
· 10 years ago
5d4185a
iwlwifi: pcie: clear command data on freeing
by Johannes Berg
· 10 years ago
8b4139d
iwlwifi: add Intel Mobile Communications copyright
by Johannes Berg
· 11 years ago
83f32a4
iwlwifi: pcie: get rid of q->n_bd
by Johannes Berg
· 11 years ago
e69140e
iwlwifi: pcie: unify iwl_rx_replenish and iwl_rx_replenish_now
by Emmanuel Grumbach
· 11 years ago
ea68f46
iwlwifi: pcie: clarify TX queue need_update handling
by Johannes Berg
· 11 years ago
42646ba
iwlwifi: pcie: fix TX queue locking
by Johannes Berg
· 11 years ago
5d63f92
iwlwifi: pcie: clarify RX queue need_update handling and locking
by Johannes Berg
· 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
5045388
iwlwifi: pcie: clean iwl_pcie_[rt]xq_inc_wr_ptr a bit
by Eliad Peller
· 11 years ago
46e81af
iwlwifi: pcie: fix unused variable gcc warning
by Emmanuel Grumbach
· 11 years ago
65b3034
iwlwifi: add inline helper for packet lengths
by Johannes Berg
· 11 years ago
51368bf
iwlwifi: Update Copyright to 2014
by Emmanuel Grumbach
· 11 years ago
51232f7
iwlwifi: pcie: use don't disable interrupt when rxq->lock is taken
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
7ba1faa
iwlwifi: pcie: move interrupt prints to the common handler
by Emmanuel Grumbach
· 11 years ago
fe523dc
iwlwifi: pcie: no need to save inta in trans_pcie
by Emmanuel Grumbach
· 11 years ago
7117c00
iwlwifi: pcie: return inta from iwl_pcie_int_cause_{non_}ict
by Emmanuel Grumbach
· 11 years ago
0fec954
iwlwifi: pcie: determine the interrupt type in the handler
by Emmanuel Grumbach
· 11 years ago
a0f337c
iwlwifi: pcie: read the interrupt cause from the handler
by Emmanuel Grumbach
· 11 years ago
fc84472
iwlwifi: pcie: move the ICT / non-ICT handling functions
by Emmanuel Grumbach
· 11 years ago
85bf9da
iwlwifi: pcie: re-organize the PCIe ISR code
by Emmanuel Grumbach
· 11 years ago
2dbc368
iwlwifi: pcie: track interrupt mask in SW
by Emmanuel Grumbach
· 11 years ago
eef3171
iwlwifi: pcie: clean up ICT allocation code
by Emmanuel Grumbach
· 11 years ago
2a988e9
iwlwifi: trans: prevent reprobe on repeated FW errors before restart
by Arik Nemtsov
· 11 years ago
eb7ff77
iwlwifi: trans: use a unified transport status
by Arik Nemtsov
· 11 years ago
84c317c
iwlwifi: pcie: remove minor dead code
by Michal Nazarewicz
· 11 years ago
6860bd1
iwlwifi: pcie: stop sending commands to dead firmware
by Alexander Bondar
· 11 years ago
6960a05
iwlwifi: pcie: fix interrupt coalescing for 7260 / 3160
by Emmanuel Grumbach
· 11 years ago
b35c809
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 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
4f05444
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 11 years ago
6e8773c
iwlwifi: pcie: Remove duplicate code from pcie irq handlers
by Ido Yariv
· 12 years ago
351746c
iwlwifi: pcie: Refactor iwl_rxq_space
by Ido Yariv
· 12 years ago
Next »