1. 16 5月, 2010 3 次提交
  2. 14 5月, 2010 1 次提交
  3. 12 5月, 2010 24 次提交
  4. 11 5月, 2010 9 次提交
  5. 10 5月, 2010 3 次提交
    • S
      ALSA: Revert "ALSA: hda/realtek: quirk for D945GCLF2 mainboard" · 482c4533
      Stefan Lippers-Hollmann 提交于
      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: NStefan Lippers-Hollmann <s.l-h@gmx.de>
      Cc: <stable@kernel.org> [2.6.33]
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      482c4533
    • D
      net: Fix FDDI and TR config checks in ipv4 arp and LLC. · f0ecde14
      David S. Miller 提交于
      Need to check both CONFIG_FOO and CONFIG_FOO_MODULE
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      f0ecde14
    • A
      IPv4: unresolved multicast route cleanup · bbd72543
      Andreas Meissner 提交于
      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: NDavid S. Miller <davem@davemloft.net>
      bbd72543