aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2015-03-20 13:25:56 -0400
committerDavid S. Miller <davem@davemloft.net>2015-03-20 13:25:56 -0400
commitde58a6da852da52b4feb862c69aa4ace6d5be352 (patch)
tree0e321b8836c83eb8a757bfdaabb339b1ee938318 /net
parenttcp: fix tcp fin memory accounting (diff)
parentbe2net: use PCI MMIO read instead of config read for errors (diff)
downloadlinux-dev-de58a6da852da52b4feb862c69aa4ace6d5be352.tar.xz
linux-dev-de58a6da852da52b4feb862c69aa4ace6d5be352.zip
Merge branch 'be2net'
Sathya Perla says: ==================== be2net: patch set Hi David, this patch set includes 3 bug fixes to the be2net driver. Patch 1 fixes a vlan isolation issue with VFs. When a VF is placed in promiscous mode, it could receive packets belonging to any vlan, as the PF driver grants vlan promisc capability to VFs. The PF driver now disables the vlan promisc capability for VFs to fix this problem. Patch 2 fixes the call to MODIFY_EQ_DELAY FW cmd to not include more than 8 EQs per cmd. The FW is not capable of handling more than 8 EQs per cmd. Patch 3 fixes an EEH error detection issue. On Power platforms, when an EEH error occurs, the slot disconnect state is more reliably detected via an MMIO read compared to a config read. So, the error register reads that occur every second are now done via MMIO. Pls apply this patch set to the "net" tree. Thanks! ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions