1. 25 2月, 2014 5 次提交
  2. 22 2月, 2014 15 次提交
  3. 21 2月, 2014 5 次提交
  4. 20 2月, 2014 12 次提交
  5. 19 2月, 2014 3 次提交
    • S
      xfrm: Remove caching of xfrm_policy_sk_bundles · 1a1ccc96
      Steffen Klassert 提交于
      We currently cache socket policy bundles at xfrm_policy_sk_bundles.
      These cached bundles are never used. Instead we create and cache
      a new one whenever xfrm_lookup() is called on a socket policy.
      
      Most protocols cache the used routes to the socket, so let's
      remove the unused caching of socket policy bundles in xfrm.
      Signed-off-by: NSteffen Klassert <steffen.klassert@secunet.com>
      1a1ccc96
    • D
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net · 1e8d6421
      David S. Miller 提交于
      Conflicts:
      	drivers/net/bonding/bond_3ad.h
      	drivers/net/bonding/bond_main.c
      
      Two minor conflicts in bonding, both of which were overlapping
      changes.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      1e8d6421
    • L
      Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux · 960dfc4e
      Linus Torvalds 提交于
      Pull drm fixes from Dave Airlie:
       "Lots of little small things, nothing too major: nouveau regression
        fixes, vmware fixes for the new hw support, memory leaks in error path
        fixes"
      
      * 'drm-fixes' of git://people.freedesktop.org/~airlied/linux: (31 commits)
        drm/radeon/ni: fix typo in dpm sq ramping setup
        drm/radeon/si: fix typo in dpm sq ramping setup
        drm/radeon: fix CP semaphores on CIK
        drm/radeon: delete a stray tab
        drm/radeon: fix display tiling setup on SI
        drm/radeon/dpm: reduce r7xx vblank mclk threshold to 200
        drm/radeon: fill in DRM_CAPs for cursor size
        drm: add DRM_CAPs for cursor size
        drm/radeon: unify bpc handling
        drm/ttm: Fix memory leak in ttm_agp_backend.c
        drm/ttm: declare 'struct device' in ttm_page_alloc.h
        drm/nouveau: fix TTM_PL_TT memtype on pre-nv50
        drm/nv50/disp: use correct register to determine DP display bpp
        drm/nouveau/fb: use correct ram oclass for nv1a hardware
        drm/nv50/gr: add missing nv_error parameter priv
        drm/nouveau: fix ENG_RUNLIST register address
        drm/nv4c/bios: disallow retrieving from prom on nv4x igp's
        drm/nv4c/vga: decode register is in a different place on nv4x igp's
        drm/nv4c/mc: nv4x igp's have a different msi rearm register
        drm/nouveau: set irq_enabled manually
        ...
      960dfc4e