summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | drm/i915: clean up udelay usageArjan van de Ven2009-04-011-1/+1
| | * | drm/i915: add VGA hotplug support for 945+Jesse Barnes2009-04-016-14/+77
| | * | drm/i915: correctly set IGD device's gtt size for KMS.Shaohua Li2009-04-011-1/+1
| | * | drm/i915: avoid hanging on to a stale pointer to raw_edid.Ma Ling2009-04-011-0/+1
| | * | drm/i915: check for -EINVAL from vm_insert_pfnJesse Barnes2009-04-011-0/+1
| | * | drm/i915: fix up tiling/fence reg setup on i8xx class hwDaniel Vetter2009-04-013-5/+27
| * | | drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_configJesse Barnes2009-04-033-4/+3
| * | | drm: fix EDID backward compat checkJesse Barnes2009-04-031-4/+2
| * | | drm: sync the mode validation for INTERLACE/DBLSCANyakui_zhao2009-04-031-0/+28
| * | | drm: fix typo in edid vendor parsing.Dave Airlie2009-04-031-1/+1
| * | | DRM: drm_crtc_helper.h doesn't actually need i2c.hJean Delvare2009-04-031-1/+0
| * | | drm: fix missing inline function on 32-bit powerpc.Dave Airlie2009-04-031-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-04-0272-3040/+26689
|\ \ \ \
| * | | | glge: remove unused #include <version.h>Huang Weiyi2009-04-021-1/+0
| * | | | dnet: remove unused #include <version.h>Huang Weiyi2009-04-021-1/+0
| * | | | tcp: miscounts due to tcp_fragment pcount resetIlpo Järvinen2009-04-021-1/+6
| * | | | tcp: add helper for counter tweaking due mid-wq changeIlpo Järvinen2009-04-022-47/+34
| * | | | hso: fix for the 'invalid frame length' messagesJan Dumon2009-04-021-4/+6
| * | | | hso: fix for crash when unplugging the deviceJan Dumon2009-04-021-8/+11
| * | | | fsl_pq_mdio: Fix compile failureSegher Boessenkool2009-04-021-0/+1
| * | | | fsl_pq_mdio: Revive UCC MDIO supportAnton Vorontsov2009-04-021-1/+1
| * | | | ucc_geth: Pass proper device to DMA routines, otherwise oops happensAnton Vorontsov2009-04-022-11/+13
| * | | | i.MX31: Fixing cs89x0 network building to i.MX31ADSAlan Carvalho de Assis2009-04-020-0/+0
| * | | | tc35815: Fix build error if NAPI enabledAtsushi Nemoto2009-04-021-1/+1
| * | | | hso: add Vendor/Product ID's for new devicesJan Dumon2009-04-021-2/+9
| * | | | ucc_geth: Remove unused headerKumar Gala2009-04-023-3/+0
| * | | | gianfar: Remove unused headerKumar Gala2009-04-021-1/+0
| * | | | kaweth: Fix locking to be SMP-safeLarry Finger2009-04-021-4/+3
| * | | | net: allow multiple dev per napi with GROStephen Hemminger2009-04-021-2/+3
| * | | | r8169: reset IntrStatus after chip resetKarsten Wiese2009-04-021-2/+3
| * | | | ixgbe: Fix potential memory leak/driver panic issue while setting up Tx & Rx ...Mallikarjuna R Chilakala2009-04-021-43/+58
| * | | | ixgbe: fix ethtool -A|a behaviorDon Skidmore2009-04-025-5/+23
| * | | | ixgbe: Patch to fix driver panic while freeing up tx & rx resourcesMallikarjuna R Chilakala2009-04-021-2/+2
| * | | | ixgbe: refactor tx buffer processing to use skb_dma_map/unmapAlexander Duyck2009-04-021-38/+41
| * | | | ixgbe: Fix 82598 MSI-X allocation on systems with more than 8 CPU coresPJ Waskiewicz2009-04-021-5/+6
| * | | | ixgbe: feature - driver to default with FC on.Don Skidmore2009-04-021-1/+1
| * | | | ixgbe: Fix DCB netlink layer for 82599 to enable Priority Flow ControlPJ Waskiewicz2009-04-021-1/+5
| * | | | ixgbe: Fix ethtool output with advertised mode.Don Skidmore2009-04-021-0/+9
| * | | | ixgbe: fix build when DEBUG is definedAlexander Duyck2009-04-022-6/+15
| * | | | net/igb: Fix kexec with igb (rev. 3)Rafael J. Wysocki2009-04-021-13/+31
| * | | | igb: cleanup igb loopback pathAlexander Duyck2009-04-021-11/+3
| * | | | igb: increase delay for copper link setupAlexander Duyck2009-04-021-2/+5
| * | | | igb: set num_rx/tx_queues to 0 when queues are freedAlexander Duyck2009-04-021-0/+3
| * | | | igb: add support for x2 link width configurationsAlexander Duyck2009-04-021-3/+4
| * | | | net/fec_mpc52xx: Don't dereference phy_device if it is NULLGrant Likely2009-04-021-10/+12
| * | | | net/fec_mpc52xx: Migrate to net_device_ops.Henk Stegeman2009-04-021-16/+20
| * | | | net/fec_mpc52xx: fix BUG on missing dma_opsGrant Likely2009-04-021-7/+12
| * | | | netfilter: use rcu_read_bh() in ipt_do_table()Eric Dumazet2009-04-023-6/+6
| * | | | RDS: Use spinlock to protect 64b value update on 32b archsAndy Grover2009-04-027-24/+100
| * | | | RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover2009-04-028-85/+109