index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
wfx
Age
Commit message (
Expand
)
Author
2020-05-15
staging: wfx: rename wfx_do_unjoin() into wfx_reset()
Jérôme Pouiller
2020-05-15
staging: wfx: fix potential use-after-free
Jérôme Pouiller
2020-05-15
staging: wfx: call wfx_tx_update_sta() before to destroy tx_priv
Jérôme Pouiller
2020-05-15
staging: wfx: split out wfx_tx_fill_rates() from wfx_tx_confirm_cb()
Jérôme Pouiller
2020-05-15
staging: wfx: fix status of dropped frames
Jérôme Pouiller
2020-05-15
staging: wfx: fix indentation
Jérôme Pouiller
2020-05-15
staging: wfx: fix value of scan timeout
Jérôme Pouiller
2020-05-15
staging: wfx: check pointers returned by allocations
Jérôme Pouiller
2020-05-15
staging: wfx: apply 80-columns rule to strings
Jérôme Pouiller
2020-05-15
staging: wfx: fix warning when unregister a frozen device
Jérôme Pouiller
2020-05-13
staging: wfx: unlock on error path
Dan Carpenter
2020-05-13
staging: wfx: update TODO
Jérôme Pouiller
2020-05-13
staging: wfx: fix endianness of the field 'channel_number'
Jérôme Pouiller
2020-05-13
staging: wfx: fix endianness of the field 'num_tx_confs'
Jérôme Pouiller
2020-05-13
staging: wfx: fix endianness of the field 'status'
Jérôme Pouiller
2020-05-13
staging: wfx: fix access to le32 attribute 'len'
Jérôme Pouiller
2020-05-13
staging: wfx: fix endianness of the struct hif_ind_startup
Jérôme Pouiller
2020-05-13
staging: wfx: declare the field 'packet_id' with native byte order
Jérôme Pouiller
2020-05-13
staging: wfx: fix access to le32 attribute 'indication_type'
Jérôme Pouiller
2020-05-13
staging: wfx: fix access to le32 attribute 'event_id'
Jérôme Pouiller
2020-05-13
staging: wfx: fix access to le32 attribute 'ps_mode_error'
Jérôme Pouiller
2020-05-13
staging: wfx: fix endianness of hif_req_read_mib fields
Jérôme Pouiller
2020-05-13
staging: wfx: fix endianness of fields media_delay and tx_queue_delay
Jérôme Pouiller
2020-05-13
staging: wfx: fix output of rx_stats on big endian hosts
Jérôme Pouiller
2020-05-13
staging: wfx: fix wrong bytes order
Jérôme Pouiller
2020-05-13
staging: wfx: fix cast operator
Jérôme Pouiller
2020-05-13
staging: wfx: take advantage of le32_to_cpup()
Jérôme Pouiller
2020-05-13
staging: wfx: fix use of cpu_to_le32 instead of le32_to_cpu
Jérôme Pouiller
2020-05-13
staging: wfx: use kernel types instead of c99 ones
Jérôme Pouiller
2020-05-13
staging: wfx: remove spaces after cast operator
Jérôme Pouiller
2020-05-13
staging: wfx: fix alignements of function prototypes
Jérôme Pouiller
2020-05-13
staging: wfx: remove useless header inclusions
Jérôme Pouiller
2020-05-13
staging: wfx: prefer ARRAY_SIZE instead of a magic number
Jérôme Pouiller
2020-05-13
staging: wfx: fix missing 'static' keyword
Jérôme Pouiller
2020-05-13
staging: wfx: fix missing 'static' statement
Jérôme Pouiller
2020-05-13
staging: wfx: poll IRQ during init
Jérôme Pouiller
2020-05-13
staging: wfx: introduce a way to poll IRQ
Jérôme Pouiller
2020-05-13
staging: wfx: use threaded IRQ with SPI
Jérôme Pouiller
2020-05-13
staging: wfx: repair external IRQ for SDIO
Jérôme Pouiller
2020-05-13
staging: wfx: drop useless check
Jérôme Pouiller
2020-05-13
staging: wfx: fix double free
Jérôme Pouiller
2020-05-13
staging: wfx: reduce timeout for chip initial start up
Jérôme Pouiller
2020-05-13
staging: wfx: add support for hardware revision 2 and further
Jérôme Pouiller
2020-05-05
staging: wfx: avoid compiler warning on empty array
Arnd Bergmann
2020-04-28
staging: wfx: update list of errors
Jérôme Pouiller
2020-04-28
staging: wfx: fix display of exception indication
Jérôme Pouiller
2020-04-28
staging: wfx: fix messages names in tracepoints
Jérôme Pouiller
2020-04-28
staging: wfx: update list of known messages in tracepoints
Jérôme Pouiller
2020-04-28
staging: wfx: also show unnamed counters fields
Jérôme Pouiller
2020-04-28
staging: wfx: show counters of all interfaces
Jérôme Pouiller
[prev]
[next]