summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | mlx4_core: use correct port for steeringEugenia Emantayev2012-02-061-6/+6
| * | | | | mlx4_core: use correct flag for unicast_promiscEugenia Emantayev2012-02-061-2/+2
| * | | | | mlx4_core: fix memory leak at multi_func_cleanupEugenia Emantayev2012-02-061-5/+5
| * | | | | via-velocity: S3 resume fix.David Lv2012-02-051-3/+0
| * | | | | 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 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-02-105-19/+21
|\ \ \ \ \
| * \ \ \ \ Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2012-02-103-18/+18
| |\ \ \ \ \
| | * | | | | drm/i915: fixup interlaced bits clearing in PIPECONF on PCH_SPLIT (v2)Keith Packard2012-02-081-2/+4
| | * | | | | drm/i915: no lvds quirk for AOpen MP45Daniel Vetter2012-02-081-0/+8
| | * | | | | drm/i915: Force explicit bpp selection for intel_dp_link_requiredKeith Packard2012-02-061-15/+5
| | * | | | | drm/i915: fixup interlaced bits clearing in PIPECONF on PCH_SPLITDaniel Vetter2012-01-291-1/+1
| | * | | | | drm/i915:: Disable FBC on SandyBridgeChris Wilson2012-01-281-1/+1
| * | | | | | drm/radeon: do not continue after error from r600_ib_testMatthijs Kooijman2012-02-031-0/+1
| * | | | | | drivers/gpu/drm/drm_ioc32.c: initialize all fieldsJulia Lawall2012-02-031-1/+2
* | | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-02-102-11/+5
|\ \ \ \ \ \ \
| * | | | | | | hwmon: (f75375s) Let f75375_update_device treat pwmX as a measured valueNikolaus Schulz2012-02-091-3/+2
| * | | | | | | hwmon: (f75375s) Fix bit shifting in f75375_write16Nikolaus Schulz2012-02-091-1/+1
| * | | | | | | hwmon: (f75375s) Fix reading of wrong register when initializing the F75387Nikolaus Schulz2012-02-091-1/+1
| * | | | | | | hwmon: (f75375s) Fix automatic pwm mode setting for F75373 & F75375Nikolaus Schulz2012-02-091-1/+1
| * | | | | | | hwmon: (w83627ehf) Remove duplicate codeGuenter Roeck2012-02-091-5/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'tty-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-02-096-7/+28
|\ \ \ \ \ \ \
| * | | | | | | tty: serial: omap-serial: wakeup latency constraint is in microseconds, not m...Paul Walmsley2012-02-091-2/+1
| * | | | | | | tty: serial: OMAP: block idle while the UART is transferring data in PIO modePaul Walmsley2012-02-091-0/+7