summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-11-03ixgbevf: Update release versionGreg Rose1-1/+1
2011-11-03ixgbe: DCB, return max for IEEE traffic classesJohn Fastabend1-4/+6
2011-11-03ixgbe: fix reading of the buffer returned by the firmwareEmil Tantilov1-9/+11
2011-11-03ixgbe: Fix compiler warningsGreg Rose1-0/+2
2011-11-03ixgbe: fix smatch splat due to missing NULL checkJohn Fastabend1-21/+12
2011-11-03ixgbe: fix disabling of Tx laser at probeEmil Tantilov1-7/+7
2011-11-03Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds7-480/+2308
2011-11-03ixgbe: Fix link issues caused by a reset while interface is downEmil Tantilov1-1/+0
2011-11-03igb: Fix for I347AT4 PHY cable length unit detectionKantecki, Tomasz1-1/+1
2011-11-03e100: make sure vlan support isn't advertised on old adaptersJesse Brandeburg1-0/+4
2011-11-03e1000e: demote a debugging WARN to a debug log messageBruce Allan1-2/+1
2011-11-03Merge branch 'misc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl...Linus Torvalds1-2/+4
2011-11-03Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds24-195/+3548
2011-11-03drivers/misc/vmw_balloon.c: fix typo in code commentRakib Mullick1-1/+1
2011-11-03drivers/misc/vmw_balloon.c: determine page allocation flag can_sleep outside ...Rakib Mullick1-1/+1
2011-11-03w1: disable irqs in critical sectionJan Weitzel1-0/+5
2011-11-03drivers/w1/w1_int.c: multiple masters used same init_nameFlorian Faber1-0/+1
2011-11-03drivers/power/ds2780_battery.c: fix deadlock upon insertion and removalClifton Barnes1-0/+9
2011-11-03drivers/power/ds2780_battery.c: add a nolock function to w1 interfaceClifton Barnes2-13/+37
2011-11-03drivers/power/ds2780_battery.c: create central point for calling w1 interfaceClifton Barnes1-35/+42
2011-11-03w1: ds2760 and ds2780, use ida for id and ida_simple_get() to get itJonathan Cameron2-84/+12
2011-11-03pps gpio client: add missing dependencyHeiko Carstens1-1/+1
2011-11-03pps: new client driver using GPIOJames Nuss3-0/+237
2011-11-03pps: default echo functionJames Nuss3-28/+13
2011-11-03drivers/net/rionet.c: fix ethernet address macros for LE platformsAlexandre Bounine1-2/+2
2011-11-03RapidIO: fix potential null deref in rio_setup_device()Alexandre Bounine1-1/+1
2011-11-03RapidIO: add mport driver for Tsi721 bridgeAlexandre Bounine6-2/+3146
2011-11-03drivers/rapidio/rio-scan.c: use discovered bit to test if enumeration is comp...Liu Gang1-2/+2
2011-11-03drivers/rtc/rtc-mc13xxx.c: move probe and remove callbacks to .init.text and ...Uwe Kleine-König1-3/+3
2011-11-03rtc: add initial support for mcp7941x partsDavid Anders1-0/+27
2011-11-03drivers/rtc/class.c: convert idr to ida and use ida_simple_get()Jonathan Cameron1-23/+9
2011-11-03Merge git://github.com/rustyrussell/linuxLinus Torvalds7-59/+606
2011-11-03usb, xhci: fix lockdep warning on endpoint timeoutDon Zickus1-6/+7
2011-11-02iwlwifi: don't perform "echo test" when cmd queue stuckWey-Yi Guy1-10/+0
2011-11-02b43: Remove unneeded messageLarry Finger1-1/+0
2011-11-02iwlwifi: allow pci_enable_msi failWey-Yi Guy1-5/+3
2011-11-02libertas: ensure we clean up a scan request properlyAndres Salomon3-12/+20
2011-11-02ath9k_hw: Fix noise floor calibration timeout on fast channel changeRajkumar Manoharan3-7/+3
2011-11-02ath9k_hw: Update AR9485 initvals to fix system hang issueRajkumar Manoharan1-5/+5
2011-11-02carl9170: fix AMPDU TX_CTL_REQ_TX_STATUS handlingChristian Lamparter1-4/+7
2011-11-02ath9k_hw: Fix regression of register offset of AR9330/AR9340Rajkumar Manoharan1-5/+5
2011-11-02ath9k_hw: Fix radio retention for AR9462Rajkumar Manoharan1-2/+6
2011-11-02ath9k_hw: Fix regression of register offset for AR9003 chipsRajkumar Manoharan1-12/+12
2011-11-02iwlagn: fix the race in the unmapping of the HCMDEmmanuel Grumbach1-4/+8
2011-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville3-9/+20
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2-2/+2
2011-11-02Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds11-12/+32
2011-11-02target: add back error handling in transport_complete_taskChristoph Hellwig1-1/+5
2011-11-02target/pscsi: blk_make_request() returns an ERR_PTR()Dan Carpenter1-1/+1
2011-11-02target: Remove core TRANSPORT_FREE_CMD_INTR usageNicholas Bellinger2-20/+0