1. 12 Feb, 2011 23 commits
  2. 11 Feb, 2011 12 commits
  3. 10 Feb, 2011 5 commits
    • Linus Torvalds's avatar
      Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 · 67d01952
      Linus Torvalds authored
      * 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6: (21 commits)
        USB: cdc-acm: Adding second ACM channel support for Nokia N8
        USB, Mass Storage, composite, gadget: Fix build failure and memset of a struct
        USB: Fix trout build failure with ci13xxx_msm gadget
        USB: EHCI: fix scheduling while atomic during suspend
        USB: usb-storage: unusual_devs entry for Coby MP3 player
        USB: ftdi_sio: Add VID=0x0647, PID=0x0100 for Acton Research spectrograph
        USB: fix race between root-hub resume and wakeup requests
        USB: prevent buggy hubs from crashing the USB stack
        usb: r8a66597-udc: Fixed bufnum of Bulk
        USB: ftdi_sio: add ST Micro Connect Lite uart support
        USB: Storage: Add unusual_devs entry for VTech Kidizoom
        USB SL811HS HCD: Fix memory leak in sl811h_urb_enqueue()
        USB: ti_usb: fix module removal
        USB: io_edgeport: fix the reported firmware major and minor
        usb: ehci-omap: Show fatal probing time errors to end user
        usb: musb: introduce api for dma code to check compatibility with usb request
        usb: musb: maintain three states for buffer mappings instead of two
        usb: musb: disable double buffering when it's broken
        usb: musb: hsdma: change back to use musb_read/writew
        usb: musb: core: fix IRQ check
        ...
      67d01952
    • Linus Torvalds's avatar
      Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 · ce86d35d
      Linus Torvalds authored
      * 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6:
        serial: bfin_5xx: split uart RX lock from uart port lock to avoid deadlock
        68360serial: Plumb in rs_360_get_icount()
        n_gsm: copy mtu over when configuring via ioctl interface
        virtio: console: Move file back to drivers/char/
      ce86d35d
    • Linus Torvalds's avatar
      Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 · b4779583
      Linus Torvalds authored
      * 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6:
        staging: zram: fix data corruption issue
        Staging: Comedi: Fix a few NI module dependencies
        Staging: comedi: Add MODULE_LICENSE and similar to NI modules
        staging: brcm80211: bugfix for softmac crash on multi cpu configurations
        staging: sst: Fix for dmic capture on v2 pmic
        staging: hv: Enable sending GARP packet after live migration
      b4779583
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · e128c5e2
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (34 commits)
        virtio_net: Add schedule check to napi_enable call
        x25: Do not reference freed memory.
        pch_can: fix tseg1/tseg2 setting issue
        isdn: hysdn: Kill (partially buggy) CVS regision log reporting.
        can: softing_cs needs slab.h
        pch_gbe: Fix the issue which a driver locks when rx offload is set by ethtool
        netfilter: nf_conntrack: set conntrack templates again if we return NF_REPEAT
        pch_can: fix module reload issue with MSI
        pch_can: fix rmmod issue
        pch_can: fix 800k comms issue
        net: Fix lockdep regression caused by initializing netdev queues too early.
        net/caif: Fix dangling list pointer in freed object on error.
        USB CDC NCM errata updates for cdc_ncm host driver
        CDC NCM errata updates for cdc.h
        ixgbe: update version string
        ixgbe: cleanup variable initialization
        ixgbe: limit VF access to network traffic
        ixgbe: fix for 82599 erratum on Header Splitting
        ixgbe: fix variable set but not used warnings by gcc 4.6
        e1000: add support for Marvell Alaska M88E1118R PHY
        ...
      e128c5e2
    • Bruce Rogers's avatar
      virtio_net: Add schedule check to napi_enable call · 3e9d08ec
      Bruce Rogers authored
      Under harsh testing conditions, including low memory, the guest would
      stop receiving packets. With this patch applied we no longer see any
      problems in the driver while performing these tests for extended periods
      of time.
      
      Make sure napi is scheduled subsequent to each napi_enable.
      Signed-off-by: default avatarBruce Rogers <brogers@novell.com>
      Signed-off-by: default avatarOlaf Kirch <okir@suse.de>
      Cc: stable@kernel.org
      Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      3e9d08ec