summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-011-5/+2
|\
| * Merge commit 'v3.6-rc5' into nextBjorn Helgaas2012-09-135-21/+29
| |\
| * | iwlwifi: Use PCI Express Capability accessorsJiang Liu2012-08-231-5/+2
* | | iwlwifi: don't double free the interrupt in failure pathEmmanuel Grumbach2012-09-181-0/+1
| |/ |/|
* | iwlwifi: protect SRAM debugfsJohannes Berg2012-08-211-0/+3
* | iwlwifi: fix flow handler debug codeJohannes Berg2012-08-213-16/+18
* | iwlwifi: disable greenfield transmissions as a workaroundJohannes Berg2012-08-061-5/+8
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-241-1/+1
|\
| * treewide: Put a space between #include and FILEPaul Bolle2012-06-281-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-209-41/+21
|\ \
| * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-07-128-40/+20
| |\ \
| | * | iwlwifi: don't use stack memory for kmem cache nameJohannes Berg2012-07-122-4/+4
| | * | iwlwifi: set correct 32 bit boost register valueWey-Yi Guy2012-07-094-2/+5
| | * | iwlwifi: REPLY_RX doesn't exist any moreEmmanuel Grumbach2012-07-052-34/+11
| * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-07-121-1/+1
| |\ \ \
| | * | | mac80211: add time synchronisation with BSS for assocJohannes Berg2012-07-121-1/+1
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-1213-126/+145
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-07-0913-126/+145
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | iwlwifi: disallow log_event access if interface downRichard A. Griffiths2012-07-031-1/+5
| | * | | iwlwifi: remove unneeded NULL checkJohannes Berg2012-07-031-3/+0
| | * | | iwlwifi: fix debug message levelJohannes Berg2012-06-291-1/+4
| | * | | iwlwifi: add trailing newline to some messagesJohannes Berg2012-06-291-6/+8
| | * | | iwlwifi: disable the watchdog for queues by defaultEmmanuel Grumbach2012-06-251-0/+1
| | * | | iwlwifi: limit dwell time more strictlyJohannes Berg2012-06-251-10/+27
| | * | | iwlwifi: use __get_str in tracingJohannes Berg2012-06-251-1/+1
| | * | | iwlwifi: bump trace message limitJohannes Berg2012-06-251-1/+1
| | * | | iwlwifi: configure the queues from the op_modeEmmanuel Grumbach2012-06-257-103/+98
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-092-0/+18
| |\ \ \ \ | | |_|/ / | |/| | |
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-2912-106/+117
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-292-0/+18
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-06-223-21/+24
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | iwlwifi: limit mac_change_interface to BSS contextJohannes Berg2012-06-211-20/+17
| | * | | iwlwifi: increase scan timeoutJohannes Berg2012-06-211-1/+1
| | * | | iwlwifi: fix radio reset scan dwell vs. quiet timeJohannes Berg2012-06-211-0/+6
| * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-06-2011-85/+93
| |\ \ \ \ | | |/ / /
| | * | | iwlwifi: remove sku field from hw_paramsJohannes Berg2012-06-204-13/+8
| | * | | iwlwifi: use minimal time for radio reset scanJohannes Berg2012-06-201-22/+19
| | * | | iwlwifi: fix 11n_disable EEPROM refactoring regressionJohannes Berg2012-06-201-0/+3
| | * | | iwlwifi: delay ROC if doing internal reset scanJohannes Berg2012-06-181-2/+12
| | * | | iwlwifi: disable early power Off reset for all NICsEmmanuel Grumbach2012-06-182-14/+12
| | * | | iwlwifi: protect use_ict with irq_lockEmmanuel Grumbach2012-06-181-16/+14
| | * | | iwlwifi: don't disable interrupt while starting txEmmanuel Grumbach2012-06-181-8/+0
| | * | | iwlwifi: don't disable interrupt in iwl_abort_notification_waitsEmmanuel Grumbach2012-06-181-3/+2
| | * | | iwlwifi: disable BH before the call to iwl_op_mode_nic_errorEmmanuel Grumbach2012-06-181-0/+2
| | * | | iwlwifi: comment context requirements of the op_modeEmmanuel Grumbach2012-06-181-7/+9
| | * | | iwlwifi: print the scratch of all the buffers stuck in a queueEmmanuel Grumbach2012-06-181-0/+9
| | * | | iwlwifi: check that we have enough bits to track the TX queuesEmmanuel Grumbach2012-06-181-0/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-281-0/+12
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | iwlwifi: fix activating inactive stationsJohannes Berg2012-06-251-0/+12
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-251-0/+6
|\ \ \ \ \ | |/ / / /