1. 12 2月, 2016 39 次提交
  2. 11 2月, 2016 1 次提交
    • D
      Merge branch 'igmp-ns' · 65411adb
      David S. Miller 提交于
      Nikolay Borisov says:
      
      ====================
      Make igmp sysctl knobs namespace aware
      
      This series continue making more of the net related sysctls
      namespace aware. The first 2 and last patches are straight
      forward and convert sysctls which weren't defined to be
      namespace aware. The only thing in them is that each removes
      a define which is used in only one place (to initialise
      the respective sysctl) so I don't think this is a huge loss.
      
      The third patch however, converts igmp_llm_reports which was
      already defined in the ipv4_net_table but wasn't using any of
      the net namespace infrastructure.
      ====================
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      65411adb