1. 22 Sep, 2014 14 commits
  2. 19 Sep, 2014 9 commits
  3. 18 Sep, 2014 8 commits
  4. 16 Sep, 2014 7 commits
  5. 15 Sep, 2014 2 commits
    • David S. Miller's avatar
      Merge branch 'bnx2-deps' · fe42048e
      David S. Miller authored
      Anish Bhatt says:
      
      ====================
      net: Fix randconfig errros in bnx2i/bnx2fc caused by IPV6
      
      Just like CNIC bnx2i/bnx2fc also have their tristate dependent on IPV6, however
      using the same solution as CNIC can cause recursive dependecies during make.
      
      Based on suggestions by Randy Dunlap, SCSI_NETLINK now depends on NET instead
       of selecting NET. Second patch fixes the actual randconfig error.
      
      Entire thread can be followed here : https://lkml.org/lkml/2014/9/9/500
      
      Fixes: c99d667e ("cnic : Cleanup CONFIG_IPV6 & VLAN check")
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      fe42048e
    • Anish Bhatt's avatar
      bnx2i/bnx2fc : fix randconfig error in next-20140909 · 23a3c992
      Anish Bhatt authored
      Just like CNIC, tristate of these two modules is also dependent on IPV6.
      These need to be handled separately as they select CNIC, which can override
      tristate for CNIC from 'm' to 'y', which can cause build failures when ipv6 is
       compiled as a module even if CNIC's Kconfig will only 'm' or 'n' when ipv6 is
      compiled as a module.
      
      Fixes: c99d667e ("cnic : Cleanup CONFIG_IPV6 & VLAN check")
      Signed-off-by: default avatarAnish Bhatt <anish@chelsio.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      23a3c992