summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-07-05ssb: use pci_dev->revisionSergei Shtylyov1-2/+1
2011-07-05b43: Add RX side DMA memory barrierMichael Büsch1-0/+1
2011-07-05NFC: pn533: add NXP pn533 nfc device driverAloisio Almeida Jr3-0/+1643
2011-07-05NFC: add nfc subsystem coreLauro Ramos Venancio4-15/+6
2011-07-05ssb: PCI revision ID register is 8-bit wideSergei Shtylyov1-1/+1
2011-07-05rtlwifi: rtl8192de: Fix error exit from hw_initLarry Finger1-1/+6
2011-07-05rtlwifi: rtl8192de: Replace loops calling udelay with single mdelayLarry Finger1-13/+7
2011-07-05carl9170: use carl9170 queue enumsChristian Lamparter1-5/+5
2011-07-05rtlwifi: rtl8192de: Remove comparison of boolean with trueLarry Finger4-17/+17
2011-07-05rtlwifi: rtl8192{ce,cu,se} Remove irq_enabledMike McCormack5-19/+0
2011-07-05rtlwifi: rtl8192de: Remove irq_enabled booleanLarry Finger1-2/+0
2011-07-05drivers/net/wireless/rtlwifi/rtl8192de/phy.c: fix udelay() usageAndrew Morton1-5/+5
2011-07-05carl9170: allow PSM if the 5 GHz band is selectedChristian Lamparter3-8/+1
2011-07-05carl9170: enable IEEE80211_HW_NEED_DTIM_PERIODChristian Lamparter1-0/+1
2011-07-05carl9170: import 1.9.4 firmware headersChristian Lamparter6-22/+63
2011-07-05bnx2x: Fix warning message during 57712/8727 initializationYaniv Rosner1-5/+1
2011-07-05bnx2x: Add autogrEEEn supportYaniv Rosner3-12/+111
2011-07-05bnx2x: Fix BCM84833 initializationYaniv Rosner2-13/+40
2011-07-05bnx2x: Fix false link indication at link partner when DAC is usedYaniv Rosner5-0/+42
2011-07-05bnx2x: Reset PHY due to fan failure for 578xxYaniv Rosner1-15/+65
2011-07-05bnx2x: Add CL37 BAM for WarpcoreYaniv Rosner2-1/+14
2011-07-05bnx2x: Change BCM54616S to BCM54618SEYaniv Rosner3-30/+62
2011-07-05bnx2x: PFC fixesYaniv Rosner3-37/+64
2011-07-05greth: greth_set_mac_add would corrupt the MAC address.Kristoffer Glembo1-4/+3
2011-07-05net/wireless: ipw2x00: Use helpers from linux/etherdevice.hTobias Klauser1-2/+2
2011-07-05net: vxge: Use is_multicast_ether_addr helperTobias Klauser1-9/+5
2011-07-05net: ewrk3: Use helpers from linux/etherdevice.hTobias Klauser1-5/+3
2011-07-05net: depca: Use helpers from linux/etherdevice.hTobias Klauser1-3/+3
2011-07-05net: rionet: Use is_multicast_ether_addrTobias Klauser1-1/+1
2011-07-05net: iseries_veth: Use is_unicast_ether_addr helperTobias Klauser1-1/+1
2011-07-05net: igb: Use is_multicast_ether_addr helperTobias Klauser1-1/+2
2011-07-05net: de4x5: Use helpers from linux/etherdevice.hTobias Klauser1-4/+3
2011-07-05net: e1000e: Use is_multicast_ether_addr helperTobias Klauser1-1/+1
2011-07-05b44: use dev_kfree_skb() in b44_tx()Eric Dumazet1-1/+1
2011-07-04natsemi: silence dma-debug warningsFUJITA Tomonori1-1/+2
2011-07-04net: sh_eth: remove __flush_purge_regionYoshihiro Shimoda1-4/+4
2011-07-04net: 8139too: Initial necessary vlan_features to support vlanShan Wei1-0/+1
2011-07-02Fix call trace when interrupts are disabled while sleeping function kzalloc i...Shyam Iyer1-4/+3
2011-07-02qlge:Version change to v1.00.00.29Jitendra Kalsaria1-1/+1
2011-07-02qlge: Fix printk priority so chip fatal errors are always reported.Jitendra Kalsaria1-13/+9
2011-07-02qlge:Fix crash caused by mailbox execution on wedged chip.Jitendra Kalsaria2-4/+15
2011-07-026pack,mkiss: fix lock inconsistencyArnd Bergmann2-4/+4
2011-07-02Merge branch 'for-next' of git://git2.kernel.org/pub/scm/linux/kernel/git/low...David S. Miller2-4/+0
2011-07-01iwlagn: remove the indirection for the rx write pointerEmmanuel Grumbach6-10/+3
2011-07-01iwlagn: remove hcmd opsWey-Yi Guy11-73/+23
2011-07-01iwlagn: call bt_coex directllyWey-Yi Guy1-11/+9
2011-07-01iwlagn: scd memory boundaryWey-Yi Guy2-8/+19
2011-07-01iwlagn: move the tx allocation funcs to the transport layerEmmanuel Grumbach8-257/+236
2011-07-01iwlagn: add rx_free to transport layerEmmanuel Grumbach5-49/+62
2011-07-01iwlagn: introduce transport layer and implement rx_initEmmanuel Grumbach10-83/+241