summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/pcie
AgeCommit message (Expand)AuthorFilesLines
2013-05-13iwlwifi: add new 7260 and 3160 series device IDsOren Givon1-3/+47
2013-05-13iwlwifi: pcie: dump stack on NIC error in sync commandsJohannes Berg1-0/+1
2013-05-13iwlwifi: pcie: prefer to load the firmware in one shotEmmanuel Grumbach1-7/+14
2013-05-13iwlwifi: move BUILD_RAxTID to transportEmmanuel Grumbach1-0/+4
2013-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2013-04-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-0/+1
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-1/+2
2013-04-18iwlwifi: add a subdevice ID for 7000 seriesEmmanuel Grumbach1-0/+1
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2-1/+2
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+4
2013-04-04iwlwifi: mvm: clean up invalid station handlingEmmanuel Grumbach1-1/+1
2013-04-04iwlwifi: add new pci id for 6x35 seriesShuduo Sang1-0/+1
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+14
2013-03-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-1/+14
2013-03-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-1218/+6
2013-03-20Merge remote-tracking branch 'wireless-next/master' into iwlwifi-nextJohannes Berg1-1/+1
2013-03-20iwlwifi: add debug message when a CMD is dropped in RFKILLEmmanuel Grumbach1-1/+4
2013-03-20iwlwifi: set rfkill in internal state of the transportEmmanuel Grumbach1-0/+13
2013-03-20iwlwifi: fix length check in multi-TB HCMDEmmanuel Grumbach1-1/+1
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-3/+1
2013-03-09Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville11-1371/+199
2013-03-06iwlwifi: fix indirect write bugAmnon Paz1-2/+3
2013-03-06iwlwifi: move firmware restart debugfs hook to op_modeEmmanuel Grumbach1-18/+0
2013-03-06iwlwifi: make device configuration bus agnosticEmmanuel Grumbach7-1231/+0
2013-03-06iwlwifi: 7000: disable HT greenfield supportBeni Lev1-1/+0
2013-03-06iwlwifi: a few fixes in licenseEmmanuel Grumbach4-15/+52
2013-03-06wireless: move sequence number arithmetic to ieee80211.hJohannes Berg1-1/+1
2013-02-28iwlwifi: use coherent DMA memory for command headerJohannes Berg3-134/+135
2013-02-28iwlwifi: rename IWL_MAX_CMD_TFDS to IWL_MAX_CMD_TBS_PER_TFDJohannes Berg1-6/+6
2013-02-28iwlwifi: don't map complete commands bidirectionallyJohannes Berg1-22/+11
2013-02-27iwlwifi: always copy first 16 bytes of commandsJohannes Berg2-17/+67
2013-02-05iwlwifi: use threaded interrupt handlerJohannes Berg4-28/+34
2013-02-01iwlwifi: move register access lock into transportLilach Edelstein2-16/+35
2013-02-01iwlwifi: add iwl_set_bits_mask to transport APILilach Edelstein1-5/+43
2013-01-31iwlwifi: add 7000 series device configurationJohannes Berg3-0/+119
2013-01-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville10-13/+14
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2013-01-24iwlwifi: provide RX page orderEmmanuel Grumbach1-0/+1
2013-01-24iwlwifi: update copyrightJohannes Berg10-13/+13
2013-01-16iwlwifi: improve the reports in TX pathEmmanuel Grumbach2-5/+45
2013-01-16iwlwifi: enable communication with WoWLAN firmwareJohannes Berg4-18/+104
2013-01-16iwlwifi: simplify scheduler memory clearingJohannes Berg1-15/+7
2013-01-16iwlwifi: allow to zero SRAMEmmanuel Grumbach1-1/+2
2013-01-16iwlwifi: don't enable all interrupts on resumingJohannes Berg1-3/+0
2013-01-16iwlwifi: don't memset scalar valuesJohannes Berg2-4/+4
2013-01-03iwlwifi: always check that grab_nic_access succeedsEmmanuel Grumbach1-2/+2
2013-01-03iwlwifi: move some PCIe calls to better placesJohannes Berg2-6/+5
2013-01-03iwlwifi: request IRQ only onceJohannes Berg2-41/+25
2013-01-03iwlwifi: virtualize SRAM accessEmmanuel Grumbach2-13/+54
2013-01-03iwlwifi: virtualize iwl_{grab,release}_nic_accessEmmanuel Grumbach1-0/+64