1. 20 Aug, 2015 28 commits
  2. 19 Aug, 2015 10 commits
  3. 18 Aug, 2015 2 commits
    • David S. Miller's avatar
      enic: Fix namespace pollution causing build errors. · 3dc33e23
      David S. Miller authored
      drivers/net/built-in.o: In function `.vnic_wq_devcmd2_alloc':
      (.text+0x49fe40): multiple definition of `.vnic_wq_devcmd2_alloc'
      drivers/scsi/built-in.o:(.text+0xb4318): first defined here
      drivers/net/built-in.o:(.opd+0x2af00): multiple definition of `vnic_wq_devcmd2_alloc'
      drivers/scsi/built-in.o:(.opd+0xad70): first defined here
      drivers/net/built-in.o: In function `.vnic_wq_init_start':
      (.text+0x49f9c0): multiple definition of `.vnic_wq_init_start'
      drivers/scsi/built-in.o:(.text+0xb3b58): first defined here
      drivers/net/built-in.o:(.opd+0x2ae88): multiple definition of `vnic_wq_init_start'
      drivers/scsi/built-in.o:(.opd+0xace0): first defined here
      
      Rename these to 'enic_*' to avoid the conflict with the functiosn of
      the same name in the snic scsi driver.
      Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      3dc33e23
    • Rajesh Borundia's avatar
      bnx2x: Add vxlan RSS support · f34fa14c
      Rajesh Borundia authored
      Latest FW submission added some vxlan offload capabilities to our device.
      This patch adds the ability to connect to the vxlan NDOs and configure
      the UDP port associated with it in the HW.
      
      The device would now be capable of performing RSS according to the
      inner headers of the vxlan packets.
      Signed-off-by: default avatarRajesh Borundia <Rajesh.Borundia@qlogic.com>
      Signed-off-by: default avatarYuval Mintz <Yuval.Mintz@qlogic.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      f34fa14c