Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
128e63ef077ef7ccd9c5779bbdce566641714666
/
drivers
/
net
/
wireless
/
iwlwifi
/
pcie
/
tx.c
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
22dc3c9
iwlwifi: simplify scheduler memory clearing
by Johannes Berg
· 12 years ago
d21fa2d
iwlwifi: don't memset scalar values
by Johannes Berg
· 12 years ago
4fd442d
iwlwifi: virtualize SRAM access
by Emmanuel Grumbach
· 12 years ago
046db34
iwlwifi: make the BC table layout configurable
by Emmanuel Grumbach
· 12 years ago
49bd072d
iwlwifi: more cleanup in pcie/rx.c
by Emmanuel Grumbach
· 12 years ago
6ca6ebc
iwlwifi: make iwl_queue_used return bool
by Emmanuel Grumbach
· 12 years ago
f6d497c
iwlwifi: merge 2 functions in reclaim flow
by Emmanuel Grumbach
· 12 years ago
f02831b
iwlwifi: continue clean up - pcie/tx.c
by Emmanuel Grumbach
· 12 years ago
990aa6d
iwlwifi: rename functions in transport layer
by Emmanuel Grumbach
· 12 years ago
d18aa87
iwlwifi: return commands with error on FW error
by Johannes Berg
· 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
4e760f1
iwlwifi: don't WARN when a non empty queue is disabled
by Emmanuel Grumbach
· 12 years ago
ac928f8
iwlwifi: first deactivate a queue, then wipe out its data
by Emmanuel Grumbach
· 12 years ago
986ea6c
iwlwifi: wipe out the status of the SCD when we disable a queue
by Emmanuel Grumbach
· 12 years ago
2a79e45
iwlwifi: improve oversized command warning
by Johannes Berg
· 12 years ago
45eab7c
iwlwifi: reduce overhead if tracing disabled
by Johannes Berg
· 12 years ago
9679142
iwlwifi: get the correct HCMD in the response handler
by Emmanuel Grumbach
· 12 years ago
5bf9a89
iwlwifi: remove lock around txq_enable
by Emmanuel Grumbach
· 12 years ago
1ce8658
iwlwifi: don't configure a txq that is being disabled
by Emmanuel Grumbach
· 12 years ago
4beaf6c
iwlwifi: s/txq_setup/txq_enable
by Emmanuel Grumbach
· 12 years ago
d0624be
iwlwifi: s/txq_agg_disable/txq_disable
by Emmanuel Grumbach
· 12 years ago
588d932
iwlwifi: SCD_INT_MSK is obsolete - don't update it
by Emmanuel Grumbach
· 12 years ago
1023fdc
iwlwifi: move DVM code into subdirectory
by Johannes Berg
· 12 years ago
6468a01
iwlwifi: move PCIe into subdirectory
by Johannes Berg
· 12 years ago
[Renamed (99%) from drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c]
20d3b64
iwlwifi: clean up coding style in PCIe transport
by Johannes Berg
· 12 years ago
eec373f
iwlwifi: s/iwlagn_unmap_tfd/iwl_unmap_tfd
by Emmanuel Grumbach
· 12 years ago
bc2529c
iwlwifi: s/iwlagn_txq_free_tfd/iwl_txq_free_tfd
by Emmanuel Grumbach
· 12 years ago
ebed633
iwlwifi: fix the Transmit Frame Descriptor rings
by Emmanuel Grumbach
· 12 years ago
6238b00
iwlwifi: clean up iwl-shared.h includes
by Johannes Berg
· 13 years ago
bf8440e
iwlwifi: improve TX cache footprint
by Johannes Berg
· 13 years ago
035f7ff
iwlwifi: transport holds its pointer to the config
by Emmanuel Grumbach
· 13 years ago
d9fb646
iwlwifi: remove get_cmd_string
by Johannes Berg
· 13 years ago
01d651d
iwlwifi: move status definitions from iwl-shared
by Don Fry
· 13 years ago
74fda97
iwlwifi: move HCMD_ACTIVE to trans
by Don Fry
· 13 years ago
7c5ba4a
iwlwifi: move queue watchdog into transport
by Johannes Berg
· 13 years ago
b2cf410
iwlwifi: move rx_page_order into transport
by Johannes Berg
· 13 years ago
47107e8
iwlwifi: split POWER_PMI status bit
by Don Fry
· 13 years ago
17acd0b
iwlwifi: move FW_ERROR to priv
by Don Fry
· 13 years ago
9eae88f
iwlwifi: move queue mapping out of transport
by Johannes Berg
· 13 years ago
0ca24da
iwlwifi: add trailing newline to various messages
by Johannes Berg
· 13 years ago
01a2829
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
69a10b2
iwlwifi: move wait_command_queue from shared to trans
by Meenakshi Venkataraman
· 13 years ago
74dd152
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
1745e44
iwlwifi: fix the delta for remove max_txq_num patch
by Wey-Yi Guy
· 13 years ago
c6f600f
iwlwifi: move command queue number out of the iwl_shared struct
by Meenakshi Venkataraman
· 13 years ago
947a940
iwlwifi: move ucode_owner to priv
by Johannes Berg
· 13 years ago
0e78184
iwlwifi: virtualize command queue full behaviour
by Johannes Berg
· 13 years ago
6c1011e
iwlwifi: make tracing use device as identifier
by Johannes Berg
· 13 years ago
0dde86b
iwlwifi: remove shadow_reg_enable from hw_params
by Johannes Berg
· 13 years ago
2cc39c9
iwlwifi: move lockdep assertion into DVM
by Johannes Berg
· 13 years ago
721c32f
iwlwifi: move RF/CT kill check to command wrapper
by Johannes Berg
· 13 years ago
70a18c5
iwlwifi: move tid_to_ac to PCI-E
by Johannes Berg
· 13 years ago
48a2d66
iwlwifi: don't pass iwl_rx_mem_buffer to upper layers
by Johannes Berg
· 13 years ago
65b94a4
iwlwifi: pass response packet directly
by Johannes Berg
· 13 years ago
5c40d86
iwlwifi: make EXIT_PENDING depend on mac80211
by Johannes Berg
· 13 years ago
015c15e
iwlwifi: introduce per-queue locks
by Johannes Berg
· 13 years ago
051d3b5
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
bcb9321
iwlwifi: virtualize op_mode's fw_error
by Emmanuel Grumbach
· 13 years ago
ed277c9
iwlwifi: virtualize op_mode's free skb
by Emmanuel Grumbach
· 13 years ago
a9802d4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
7b11488
iwlwifi: give PCIe its own lock
by Johannes Berg
· 13 years ago
23677ce
drivers/net: Remove boolean comparisons to true/false
by Joe Perches
· 13 years ago
1dcedc8
iwlwifi: debug print in tx_queue_set_status is more clear
by Emmanuel Grumbach
· 13 years ago
1042db2
iwlwifi: give trans to all the read / write functions
by Emmanuel Grumbach
· 13 years ago
fb4961d
iwlwifi: update Copyright
by Wey-Yi Guy
· 13 years ago
4e31826
iwlwifi: update Copyright
by Wey-Yi Guy
· 13 years ago
631b84c
iwlwifi: add debug in Tx path in AGG flow
by Emmanuel Grumbach
· 13 years ago
76bc10f
iwlwifi: tid_data logic move to upper layer - txqid
by Emmanuel Grumbach
· 13 years ago
822e8b2
iwlwifi: tid_data logic move to upper layer - tx AGG setup
by Emmanuel Grumbach
· 13 years ago
3c69b59
iwlwifi: tid_data logic move to upper layer - tx AGG alloc
by Emmanuel Grumbach
· 13 years ago
bc23773
iwlwifi: tid_data logic move to upper layer - tx AGG stop
by Emmanuel Grumbach
· 13 years ago
1f40e14
iwlwifi: don't rely on the wr / rd pointers in DELBA flow
by Emmanuel Grumbach
· 13 years ago
eb9a372
iwlwifi: don't count the tfds in HW queue any more
by Emmanuel Grumbach
· 13 years ago
b3f15ef
iwlwifi: tid_data is taken twice in iwl_trans_pcie_tx_agg_alloc
by Emmanuel Grumbach
· 13 years ago
1daf04b
iwlwifi: improve the prints in the reclaim path
by Emmanuel Grumbach
· 13 years ago
81a3de1
iwlwifi: add debug information on queue stop / wake
by Emmanuel Grumbach
· 13 years ago
9cac494
iwlwifi: fix unused label in iwl_send_cmd_sync
by Emmanuel Grumbach
· 13 years ago
94b3c45
iwlwifi: check status before send command
by Wey-Yi Guy
· 13 years ago
b36b110
iwlwifi: Suppress noisy syslog messages when RF_KILL switch engaged
by Todd Previte
· 13 years ago
397ede3
iwlagn: remove uneeded include to iwl-dev.h
by Emmanuel Grumbach
· 13 years ago
6a686c6
iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.h
by Emmanuel Grumbach
· 13 years ago
8921d4c
iwlagn: more info on warning for shutdown agg queue
by Wey-Yi Guy
· 13 years ago
281e27c
iwlagn: do nothing when disable agg in wrong state
by Wey-Yi Guy
· 13 years ago
05c89b9
iwlagn: add WARN if tx cmd complete come back late
by Wey-Yi Guy
· 13 years ago
d10630a
iwlagn: add cmd queue pointer info when timeout
by Wey-Yi Guy
· 13 years ago
132f98c
iwlagn: simplify the iwl_device_cmd layout
by Emmanuel Grumbach
· 13 years ago
247c61d
iwlagn: remove the callback in host commands
by Emmanuel Grumbach
· 13 years ago
4d8b614
Merge branch 'master' of git://git.infradead.org/users/linville/wireless
by John W. Linville
· 13 years ago
143bb15
iwlagn: signedness bug
by Wey-Yi Guy
· 13 years ago
effd4d9
iwlagn: do not use interruptible waits
by Johannes Berg
· 13 years ago
370ad31
iwlagn: generically provide iwl_trans_send_cmd_pdu
by Johannes Berg
· 13 years ago
c17d068
iwlagn: move PCI-E transport files
by Johannes Berg
· 13 years ago
[Renamed (99%) from drivers/net/wireless/iwlwifi/iwl-trans-tx-pcie.c]
909e9b2
iwlagn: free the Tx cmd when a non empty Tx queue is freed
by Emmanuel Grumbach
· 13 years ago
39644e9
iwlagn: unmap cmd queue's tfds as BIDI
by Emmanuel Grumbach
· 13 years ago
8c23516
b43: Fix beacon problem in ad-hoc mode
by Manual Munz
· 13 years ago
Next »