summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-02-046-17/+28
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-036-17/+28
| |\
| | * iwlwifi: don't mess up QoS counters with non-QoS framesEmmanuel Grumbach2012-02-013-3/+11
| | * ssb: fix cardbus slot in hostmodeHauke Mehrtens2012-02-011-1/+1
| | * iwlwifi: make "Tx aggregation enabled on ra =" be at DEBUG levelJohn W. Linville2012-02-011-1/+1
| | * rt2800lib: fix wrong -128dBm when signal is stronger than -12dBmLuigi Tarenga2012-02-011-4/+4
| | * bcma: Fix mem leak in bcma_bus_scan()Jesper Juhl2012-02-011-8/+11
* | | ixgbe: Fix typo in ixgbe_common.hMasanari Iida2012-02-031-1/+1
* | | igbvf: change copyright dateMitch A Williams2012-02-0310-11/+11
* | | ixgbevf: Update copyright noticesGreg Rose2012-02-0310-11/+11
* | | ixgbevf: Fix mailbox interrupt ack bugGreg Rose2012-02-032-6/+21
* | | ixgbe: make ethtool strings table constStephen Hemminger2012-02-031-1/+1
* | | ixgbe: Add warning when no space left for more MAC filtersGreg Rose2012-02-031-0/+3
* | | ixgbe: update copyright to 2012Don Skidmore2012-02-0325-26/+26
|/ /
* | can: peak_pci: Fix the way channels are linked togetherStephane Grosjean2012-02-031-14/+9
* | can: ems_usb: Removed double netif_device_detachSebastian Haas2012-02-031-9/+0
* | can: pch_can: fix error passive level testXi Wang2012-02-031-1/+2
* | can: ti_hecc: use netif_rx in the interruptWolfgang Grandegger2012-02-031-1/+2
* | can: cc770: Fix indirect access deadlock on ISA cardsWolfgang Zarre2012-02-031-1/+15
* | can: cc770: store echo skb before starting the transferWolfgang Grandegger2012-02-031-1/+3
* | can: flexcan: fix irq flooding by clearing all interrupt sourcesWolfgang Grandegger2012-02-031-1/+6
* | net/hyperv: Fix the page buffer when an RNDIS message goes beyond page boundaryHaiyang Zhang2012-02-022-4/+17
* | net/hyperv: Use netif_tx_disable() instead of netif_stop_queue() when necessaryHaiyang Zhang2012-02-021-4/+4
* | drivers/net/ethernet/ti: Move call to PTR_ERR after reassignmentJulia Lawall2012-02-022-2/+3
* | net/hyperv: fix the issue that large packets be dropped under bridgeWei Yongjun2012-02-021-0/+19
* | ethtool: Null-terminate filename passed to ethtool_ops::flash_deviceBen Hutchings2012-02-011-5/+1
* | net/hyperv: rx_bytes should account the ether header sizeWei Yongjun2012-02-011-1/+1
* | net: fec: correct phy_name buffer length when init phy_nameRichard Zhao2012-01-311-1/+1
* | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-01-303-6/+13
|\ \
| * | hwmon: (w83627ehf) Disable setting DC mode for pwm2, pwm3 on NCT6776FGuenter Roeck2012-01-291-0/+6
| * | hwmon: (sht15) fix bad error codeVivien Didelot2012-01-291-1/+2
| * | hwmon: (f71805f) Fix clamping of temperature limitsJean Delvare2012-01-201-5/+5
* | | Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-306-63/+85
|\ \ \
| * | | pinctrl: add checks for empty function namesTony Lindgren2012-01-265-24/+41
| * | | pinctrl: fix pinmux_hog_maps when ctrl_dev_name is not setTony Lindgren2012-01-261-3/+6
| * | | pinctrl: fix some pinmux typosTony Lindgren2012-01-261-7/+2
| * | | pinctrl: free debugfs entries when unloading a pinmux driverTony Lindgren2012-01-242-1/+16
| * | | pinctrl: unbreak error messagesUwe Kleine-König2012-01-241-27/+19
| * | | pinctrl: fix pinconf_pins_show iterationStephen Warren2012-01-201-1/+1
| |/ /
* | | Merge tag 'tty-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-3030-655/+345
|\ \ \
| * | | serial: Kill off Moorestown codeAlan Cox2012-01-263-354/+0
| * | | Revert "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode"Greg Kroah-Hartman2012-01-261-31/+4
| * | | Revert "tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the ...Greg Kroah-Hartman2012-01-261-50/+1
| * | | serial: Fix wakeup init logic to speed up startupSimon Glass2012-01-241-3/+3
| * | | serial: amba-pl011: lock console writes against interruptsRabin Vincent2012-01-241-0/+14
| * | | amba-pl011: do not disable RTS during shutdownShreshtha Kumar Sahu2012-01-241-2/+14
| * | | tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chipPaul Walmsley2012-01-241-1/+50
| * | | tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA modePaul Walmsley2012-01-241-4/+31
| * | | omap-serial: make serial_omap_restore_context depend on CONFIG_PM_RUNTIMEShubhrajyoti D2012-01-241-1/+1
| * | | omap-serial :Make the suspend/resume functions depend on CONFIG_PM_SLEEP.Shubhrajyoti D2012-01-241-1/+1