Age | Commit message (Expand) | Author | Files | Lines |
2020-12-10 | iwlwifi: support firmware reset handshake | Johannes Berg | 1 | -0/+2 |
2020-12-10 | iwlwifi: add an extra firmware state in the transport | Johannes Berg | 1 | -5/+13 |
2020-12-10 | iwlwifi: use SPDX tags | Johannes Berg | 1 | -63/+6 |
2020-12-10 | iwlwifi: trans: consider firmware dead after errors | Johannes Berg | 1 | -1/+3 |
2020-12-10 | iwlwifi: pcie: change 12k A-MSDU config to use 16k buffers | Johannes Berg | 1 | -2/+2 |
2020-12-10 | iwlwifi: remove sw_csum_tx | Emmanuel Grumbach | 1 | -2/+0 |
2020-10-09 | Revert "iwlwifi: remove wide_cmd_header field" | Luca Coelho | 1 | -0/+2 |
2020-10-08 | iwlwifi: read and parse PNVM file | Luca Coelho | 1 | -2/+10 |
2020-10-08 | iwlwifi: add trans op to set PNVM | Luca Coelho | 1 | -0/+12 |
2020-10-08 | iwlwifi: mvm: read and parse SKU ID if available | Luca Coelho | 1 | -0/+1 |
2020-10-01 | iwlwifi: pcie: make iwl_pcie_txq_update_byte_cnt_tbl bus independent | Mordechay Goodstein | 1 | -0/+3 |
2020-10-01 | iwlwifi: move all bus-independent TX functions to common code | Mordechay Goodstein | 1 | -0/+1 |
2020-10-01 | iwlwifi: remove wide_cmd_header field | Mordechay Goodstein | 1 | -2/+0 |
2020-10-01 | iwl-trans: move dev_cmd_offs, page_offs to a common trans header | Mordechay Goodstein | 1 | -0/+4 |
2020-10-01 | iwlwifi: move bc_table_dword to a common trans header | Mordechay Goodstein | 1 | -0/+3 |
2020-10-01 | iwlwifi: iwl-trans: move tfd to trans layer | Mordechay Goodstein | 1 | -0/+11 |
2020-10-01 | iwlwifi: move bc_pool to a common trans header | Mordechay Goodstein | 1 | -0/+2 |
2020-10-01 | iwlwifi: iwl-trans: move all txcmd init to trans alloc | Mordechay Goodstein | 1 | -4/+3 |
2020-10-01 | iwlwifi: msix: limit max RX queues for 9000 family | Mordechay Goodstein | 1 | -0/+1 |
2020-06-10 | iwlwifi: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -1/+1 |
2020-05-29 | iwlwifi: move txq-specific from trans_pcie to common trans | Mordechay Goodstein | 1 | -0/+21 |
2020-05-29 | iwlwifi: move iwl_txq and substructures to a common trans header | Mordechay Goodstein | 1 | -0/+107 |
2020-03-27 | iwlwifi: yoyo: add PCI config space region type | Luca Coelho | 1 | -0/+3 |
2020-01-27 | Merge tag 'wireless-drivers-next-2020-01-26' of git://git.kernel.org/pub/scm/... | David S. Miller | 1 | -0/+22 |
2020-01-04 | iwlwifi: add device name to device_info | Luca Coelho | 1 | -0/+2 |
2020-01-04 | iwlwifi: yoyo: check for the domain on all TLV types during init | Luca Coelho | 1 | -0/+2 |
2019-12-23 | iwlwifi: pcie: map only used part of RX buffers | Johannes Berg | 1 | -0/+18 |
2019-12-23 | iwlwifi: pcie: allocate smaller dev_cmd for TX headers | Johannes Berg | 1 | -6/+20 |
2019-10-25 | iwlwifi: dbg_ini: support domain changing via debugfs | Shahar S Matityahu | 1 | -0/+5 |
2019-10-25 | iwlwifi: dbg_ini: add periodic trigger new API support | Shahar S Matityahu | 1 | -0/+2 |
2019-10-25 | iwlwifi: dbg_ini: implement time point handling | Shahar S Matityahu | 1 | -0/+4 |
2019-10-25 | iwlwifi: dbg_ini: add TLV allocation new API support | Shahar S Matityahu | 1 | -0/+3 |
2019-10-25 | iwlwifi: dbg_ini: use new API in dump info | Shahar S Matityahu | 1 | -0/+2 |
2019-10-25 | iwlwifi: dbg_ini: add monitor dumping support | Shahar S Matityahu | 1 | -0/+15 |
2019-10-25 | iwlwifi: dbg: remove multi buffers infra | Shahar S Matityahu | 1 | -4/+2 |
2019-10-25 | iwlwifi: dbg_ini: use new trigger TLV in dump flow | Shahar S Matityahu | 1 | -0/+3 |
2019-09-06 | iwlwifi: dbg_ini: remove apply point, switch to time point API | Shahar S Matityahu | 1 | -5/+0 |
2019-09-06 | iwlwifi: add support for suspend-resume flow for new device generation | Haim Dreyfuss | 1 | -5/+7 |
2019-09-06 | iwlwifi: add a pointer to the trans_cfg directly in trans | Luca Coelho | 1 | -0/+2 |
2019-09-06 | iwlwifi: pcie: set iwl_trans->cfg later in the probe function | Luca Coelho | 1 | -1/+0 |
2019-09-06 | iwlwifi: dbg_ini: verify debug TLVs at allocation phase | Shahar S Matityahu | 1 | -5/+19 |
2019-09-06 | iwlwifi: dbg_ini: use function to check if ini dbg mode is on | Shahar S Matityahu | 1 | -0/+5 |
2019-09-06 | iwlwifi: dbg_ini: maintain buffer allocations from trans instead of TLVs buffer | Shahar S Matityahu | 1 | -1/+3 |
2019-09-06 | iwlwifi: remove pm_runtime completely | Emmanuel Grumbach | 1 | -23/+10 |
2019-09-06 | iwlwifi: pcie: remove some more d0i3 code from the transport | Emmanuel Grumbach | 1 | -13/+1 |
2019-09-06 | iwlwifi: pcie: remove the refs / unrefs from the transport | Emmanuel Grumbach | 1 | -9/+0 |
2019-09-06 | iwlwifi: remove runtime_pm_mode | Emmanuel Grumbach | 1 | -28/+5 |
2019-09-06 | iwlwifi: Set w-pointer upon resume according to SN | Alex Malamud | 1 | -0/+13 |
2019-09-06 | iwlwifi: trans: remove suspending flag | Emmanuel Grumbach | 1 | -1/+0 |
2019-09-06 | iwlwifi: remove CMD_HIGH_PRIO | Emmanuel Grumbach | 1 | -8/+4 |