| Commit message (Expand) | Author | Age | Files | Lines |
* | iwlegacy: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-02-01 | 4 | -42/+8 |
* | iwlegacy: fix small typo | Yangtao Li | 2018-11-06 | 1 | -1/+1 |
* | iwlegacy: common: mark expected switch fall-throughs | Gustavo A. R. Silva | 2018-11-06 | 1 | -0/+2 |
* | iwlegacy: 4965-mac: mark expected switch fall-through | Gustavo A. R. Silva | 2018-11-06 | 1 | -1/+1 |
* | iwlegacy: Add a lock assertion in il4965_send_rxon_assoc() | Jia-Ju Bai | 2018-10-13 | 1 | -0/+2 |
* | iwlegacy: fix spelling mistake "acumulative" -> "accumulative" | Colin Ian King | 2018-08-09 | 1 | -1/+1 |
* | iwlegacy: remove several redundant variables | Colin Ian King | 2018-07-31 | 3 | -18/+0 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 1 | -6/+7 |
* | wireless: Use octal not symbolic permissions | Joe Perches | 2018-03-27 | 5 | -65/+59 |
* | iwlegacy: remove redundant pointer sta_priv | Colin Ian King | 2017-11-08 | 1 | -2/+0 |
* | Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or... | David S. Miller | 2017-11-04 | 5 | -16/+11 |
|\ |
|
| * | iwlegacy: Convert timers to use timer_setup() | Kees Cook | 2017-10-27 | 5 | -16/+11 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-04 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | | iwlegacy: make const array static to shink object code size | Colin Ian King | 2017-09-25 | 1 | -1/+1 |
|/ |
|
* | wireless: iwlegacy: Constify attribute_group structures. | Arvind Yadav | 2017-07-18 | 1 | -1/+1 |
* | wireless: iwlegacy: constify attribute_group structures. | Arvind Yadav | 2017-07-18 | 1 | -1/+1 |
* | networking: introduce and use skb_put_data() | Johannes Berg | 2017-06-16 | 2 | -2/+2 |
* | iwlegacy: warn when enabling power save | Stanislaw Gruszka | 2017-05-24 | 2 | -0/+3 |
* | mac80211: properly remove RX_ENC_FLAG_40MHZ | Johannes Berg | 2017-05-08 | 1 | -1/+3 |
* | mac80211: separate encoding/bandwidth from flags | Johannes Berg | 2017-04-28 | 1 | -1/+1 |
* | mac80211: clean up rate encoding bits in RX status | Johannes Berg | 2017-04-28 | 2 | -5/+5 |
* | iwlegacy: remove usage of txrc->max_rate_idx | Johannes Berg | 2017-03-07 | 2 | -2/+2 |
* | wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple drivers | Andrew Zaborowski | 2017-03-06 | 2 | -0/+4 |
* | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 2017-02-27 | 1 | -15/+15 |
* | Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.or... | David S. Miller | 2017-01-02 | 1 | -10/+10 |
|\ |
|
| * | iwlegacy: make il3945_mac_ops __ro_after_init | Johannes Berg | 2016-12-30 | 1 | -10/+10 |
* | | Makefile: drop -D__CHECK_ENDIAN__ from cflags | Michael S. Tsirkin | 2016-12-16 | 1 | -2/+0 |
|/ |
|
* | Merge tag 'wireless-drivers-next-for-davem-2016-09-15' of git://git.kernel.or... | David S. Miller | 2016-09-17 | 1 | -2/+2 |
|\ |
|
| * | iwlegacy: constify local structures | Julia Lawall | 2016-09-14 | 1 | -2/+2 |
* | | iwlegacy: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas | 2016-09-12 | 1 | -2/+2 |
|/ |
|
* | mac80211: Add support for beacon report radio measurement | Avraham Stern | 2016-07-06 | 1 | -1/+5 |
* | iwlegacy: avoid warning about missing braces | Arnd Bergmann | 2016-06-14 | 1 | -1/+2 |
* | cfg80211: remove enum ieee80211_band | Johannes Berg | 2016-04-12 | 10 | -122/+122 |
* | iwl4965: Fix more memory leaks in __il4965_up() | Julian Calaby | 2016-04-07 | 1 | -0/+2 |
* | iwl4965: Fix a memory leak in error handling code of __il4965_up | Jia-Ju Bai | 2016-04-07 | 1 | -0/+1 |
* | iwl4965: Fix a null pointer dereference in il_tx_queue_free and il_cmd_queue_... | Jia-Ju Bai | 2016-04-07 | 1 | -4/+10 |
* | iwlegacy: Return directly if allocation fails in il_eeprom_init() | Markus Elfring | 2016-04-07 | 1 | -5/+3 |
* | mac80211: pass block ack session timeout to to driver | Sara Sharon | 2016-01-14 | 2 | -6/+6 |
* | iwlegacy: 4965-mac: constify il_sensitivity_ranges structure | Julia Lawall | 2016-01-07 | 1 | -1/+1 |
* | iwlegacy: mark il_adjust_beacon_interval as noinline | Arnd Bergmann | 2015-12-11 | 1 | -1/+1 |
* | iwlegacy: cleanup end of il_send_add_sta() | Dan Carpenter | 2015-12-11 | 1 | -6/+6 |
* | iwlegacy: move under intel directory | Kalle Valo | 2015-11-18 | 20 | -0/+38023 |