Skip to content
  1. May 16, 2010
  2. May 14, 2010
  3. May 12, 2010
  4. May 11, 2010
  5. May 10, 2010
    • Stefan Lippers-Hollmann's avatar
      ALSA: Revert "ALSA: hda/realtek: quirk for D945GCLF2 mainboard" · 482c4533
      Stefan Lippers-Hollmann authored
      
      
      This reverts commit 7aee6746.
      
      As it doesn't seem to be universally valid for all mainboard revisions of
      the D945GCLF2 and breaks snd-hda-intel/ snd-hda-codec-realtek on the Intel
      Corporation "D945GCLF2" (LF94510J.86A.0229.2009.0729.0209) mainboard.
      
      00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller [8086:27d8] (rev 01)
      
      Signed-off-by: default avatarStefan Lippers-Hollmann <s.l-h@gmx.de>
      Cc: <stable@kernel.org> [2.6.33]
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      482c4533
    • David S. Miller's avatar
      net: Fix FDDI and TR config checks in ipv4 arp and LLC. · f0ecde14
      David S. Miller authored
      
      
      Need to check both CONFIG_FOO and CONFIG_FOO_MODULE
      
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      f0ecde14
    • Andreas Meissner's avatar
      IPv4: unresolved multicast route cleanup · bbd72543
      Andreas Meissner authored
      
      
      Fixes the expiration timer for unresolved multicast route entries.
      In case new multicast routing requests come in faster than the 
      expiration timeout occurs (e.g. zap through multicast TV streams), the 
      timer is prevented from being called at time for already existing entries.
      
      As the single timer is resetted to default whenever a new entry is made, 
      the timeout for existing unresolved entires are missed and/or not 
      updated. As a consequence new requests are denied when the limit of 
      unresolved entries has been reached because old entries live longer than 
      they are supposed to.
      
      The solution is to reset the timer only for the first unresolved entry 
      in the multicast routing cache. All other timers are already set and 
      updated correctly within the timer function itself by now.
      
      Signed-off by: Andreas Meissner <andreas.meissner@sphairon.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      bbd72543