Age | Commit message (Expand) | Author |
2012-07-09 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw... | John W. Linville |
2012-06-25 | iwlwifi: disable the watchdog for queues by default | Emmanuel Grumbach |
2012-06-14 | iwlwifi: unlock on error path | Dan Carpenter |
2012-06-13 | iwlwifi: use request_module instead of _nowait | Johannes Berg |
2012-06-13 | Merge remote-tracking branch 'wireless-next/master' into iwlwifi-next | Johannes Berg |
2012-06-13 | iwlwifi: fix dynamic loading | Johannes Berg |
2012-06-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville |
2012-06-05 | iwlwifi: implement dynamic opmode loading | Don Fry |
2012-06-05 | iwlwifi: fix double free/complete in firmware loading | Johannes Berg |
2012-05-25 | iwlwifi: fix memory leak if opmode fails to init | Johannes Berg |
2012-05-08 | iwlwifi: add option to disable 5GHz band | Stanislaw Gruszka |
2012-05-08 | iwlwifi: use IWL_* instead of dev_printk when possible | Emmanuel Grumbach |
2012-04-23 | iwlwifi: clean up module parameters | Johannes Berg |
2012-04-23 | iwlwifi: clean up iwl-shared.h includes | Johannes Berg |
2012-04-18 | iwlwifi: remove unneeded includes | Emmanuel Grumbach |
2012-04-18 | iwlwifi: remove the shared area | Emmanuel Grumbach |
2012-04-18 | iwlwifi: don't use shared for the logger any more | Emmanuel Grumbach |
2012-04-18 | iwlwifi: driver holds its pointer to the transport | Emmanuel Grumbach |
2012-04-18 | iwlwifi: transport holds its pointer to the config | Emmanuel Grumbach |
2012-04-18 | iwlwifi: driver holds its pointer to the config | Emmanuel Grumbach |
2012-04-18 | iwlwifi: op_mode holds its pointer to the config | Emmanuel Grumbach |
2012-04-18 | iwlwifi: kill shrd->drv, driver points to transport | Emmanuel Grumbach |
2012-04-16 | iwlwifi: remove double verification of ucode sections | David Spinadel |
2012-04-16 | iwlwifi: set size of ucode section | David Spinadel |
2012-04-16 | iwlwifi: remove uCode alternatives mechanism | Johannes Berg |
2012-03-12 | iwlwifi: Add bool mvm_ucode to iwl_fw | David Spinadel |
2012-03-12 | iwlwifi: change struct iwl_fw | David Spinadel |
2012-03-12 | iwlwifi: Add TLVs and fields for 16.0 uCode | David Spinadel |
2012-03-12 | iwlwifi: more modularity in fw images and sections | David Spinadel |
2012-03-07 | iwlwifi: rename ucode.h to fw-file.h | Johannes Berg |
2012-03-07 | iwlwifi: remove iwl-wifi.h | Johannes Berg |
2012-03-07 | iwlwifi: split out firmware store | Johannes Berg |
2012-03-06 | iwlwifi: move firmware completion wait | Johannes Berg |
2012-03-06 | iwlwifi: move firmware request into drv | Johannes Berg |
2012-03-06 | iwlwifi: move uCode deallocation to drv | Johannes Berg |
2012-03-06 | iwlwifi: make config const | Johannes Berg |
2012-02-27 | iwlwifi: virtualize the op_mode | Emmanuel Grumbach |
2012-02-27 | iwlwifi: rename iwl_remove to iwl_op_mode_dvm_stop | Emmanuel Grumbach |
2012-02-27 | iwlwifi: drv object can release its own memory | Emmanuel Grumbach |
2012-02-27 | iwlwifi: introducing the drv object's flows | Emmanuel Grumbach |