]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'topic/uek-4.1/drivers' of git://ca-git.us.oracle.com/linux-uek into...
authorSantosh Shilimkar <santosh.shilimkar@oracle.com>
Tue, 20 Oct 2015 01:18:46 +0000 (18:18 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Tue, 20 Oct 2015 01:18:46 +0000 (18:18 -0700)
commita3b78d70708cafaab1dc8bfa7cd3f6add6f05ccd
tree1ed09cd0d11272c008da29bbc2ee4a2140018c04
parent41b71fd965a5a5bce20ca825bd1920d8297c7765
parent3dfeafa77937ec632bfb1afac5208a665e5756c4
Merge branch 'topic/uek-4.1/drivers' of git://ca-git.us.oracle.com/linux-uek into uek/uek-4.1

* 'topic/uek-4.1/drivers' of git://ca-git.us.oracle.com/linux-uek: (122 commits)
  be2net: bump up the driver version to 10.6.0.4
  enic: do hang reset only in case of tx timeout
  enic: handle spurious error interrupt
  enic: reduce ioread in devcmd2
  enic: Fix build failure with SRIOV disabled.
  enic: Fix namespace pollution causing build errors.
  enic: Fix sparse warning in vnic_devcmd_init().
  enic: add devcmd2
  enic: add devcmd2 resources
  enic: use netdev_<foo> or dev_<foo> instead of pr_<foo>
  enic: move struct definition from .c to .h file
  enic: allow adaptive coalesce setting for msi/legacy intr
  enic: add adaptive coalescing intr for intx and msi poll
  enic: fix issues in enic_poll
  enic: use atomic_t instead of spin_lock in busy poll
  drivers/net: remove all references to obsolete Ethernet-HOWTO
  enic: Grammar s/an negative/a negative/
  qla2xxx: Update driver version to 8.07.00.26.39.0-k.
  be2net: remove vlan promisc capability from VF's profile descriptors
  be2net: set pci_func_num while issuing GET_PROFILE_CONFIG cmd
  ...