Skip to content
  1. Feb 25, 2010
  2. Feb 24, 2010
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · 75ef7cdd
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6:
        net: bug fix for vlan + gro issue
        tc35815: Remove a wrong netif_wake_queue() call which triggers BUG_ON
        cdc_ether: new PID for Ericsson C3607w to the whitelist (resubmit)
        IPv6: better document max_addresses parameter
        MAINTAINERS: update mv643xx_eth maintenance status
        e1000: Fix DMA mapping error handling on RX
        iwlwifi: sanity check before counting number of tfds can be free
        iwlwifi: error checking for number of tfds in queue
        iwlwifi: set HT flags after channel in rxon
      75ef7cdd
    • Ajit Khaparde's avatar
      net: bug fix for vlan + gro issue · c4d49794
      Ajit Khaparde authored
      
      
      Traffic (tcp) doesnot start on a vlan interface when gro is enabled.
      Even the tcp handshake was not taking place.
      This is because, the eth_type_trans call before the netif_receive_skb
      in napi_gro_finish() resets the skb->dev to napi->dev from the previously
      set vlan netdev interface. This causes the ip_route_input to drop the
      incoming packet considering it as a packet coming from a martian source.
      
      I could repro this on 2.6.32.7 (stable) and 2.6.33-rc7.
      With this fix, the traffic starts and the test runs fine on both vlan
      and non-vlan interfaces.
      
      CC: Herbert Xu <herbert@gondor.apana.org.au>
      CC: Patrick McHardy <kaber@trash.net>
      Signed-off-by: default avatarAjit Khaparde <ajitk@serverengines.com>
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      c4d49794
    • Linus Torvalds's avatar
      Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 · be64c970
      Linus Torvalds authored
      * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6:
        ACPI: Be in TS_POLLING state during mwait based C-state entry
        ACPI: Fix regression where _PPC is not read at boot even when ignore_ppc=0
        acer-wmi: Respect current backlight level when loading
      be64c970
    • Linus Torvalds's avatar
      Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 · 34e3f91b
      Linus Torvalds authored
      * 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6:
        drm/vmwgfx: Fix queries if no dma buffer thrashing is occuring.
        drm/nv50: fix vram ptes on IGPs to point at stolen system memory
        drm/nv50: fix instmem binding on IGPs to point at stolen system memory
        drm/nv50: improve vram page table construction
        drm/nv50: more efficient clearing of gpu page table entries
        drm/nv50: make nv50_mem_vm_{bind,unbind} operate only on vram
        drm/nouveau: Fix up pre-nv17 analog load detection.
      34e3f91b
  3. Feb 23, 2010
  4. Feb 22, 2010