aboutsummaryrefslogtreecommitdiff
path: root/firmware/bnx2
AgeCommit message (Collapse)AuthorFilesLines
2017-09-14firmware: delete in-kernel firmwareGreg Kroah-Hartman5-13513/+0
The last firmware change for the in-kernel firmware source code was back in 2013. Everyone has been relying on the out-of-tree linux-firmware package for a long long time. So let's drop it, it's baggage we don't need to keep dragging around (and having to fix random kbuild issues over time...) Cc: Kyle McMartin <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Michal Marek <[email protected]> Cc: Masahiro Yamada <[email protected]> Acked-by: David Woodhouse <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2011-03-14bnx2: Update firmware and versionMichael Chan1-2510/+2496
Update 5709 mips firmware to 6.2.1a to fix iSCSI performance regression. There was an unnecessary context read in the fast path affecting performance. Update bnx2 to 2.1.6. Signed-off-by: Michael Chan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2010-12-31bnx2: Update firmware and versionMichael Chan2-5400/+5441
Update MIPS firmware to 6.2.1, with improved small packet performance in RSS mode, and iSCSI CID allocation bug fix on 5708. Update driver version to 2.0.21. Signed-off-by: Michael Chan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2010-10-11bnx2: Update firmware to 6.0.x.Michael Chan10-13374/+13486
- Improved flow control and simplified interface - Use hardware RSS indirection table instead of the slower firmware- based table - Lower latency interrupt on 5709 Signed-off-by: Michael Chan <[email protected]> Reviewed-by: Benjamin Li <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2010-05-17bnx2: Update 5709 MIPS firmware and version to 2.0.15.Michael Chan2-6058/+6081
New firmware fixes a performance regression on small packets. Signed-off-by: Michael Chan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2010-02-16bnx2: Update firmwares and update version to 2.0.8.Michael Chan7-9057/+9132
- Increase FTQ depth to 256 to ehnabce performance. - Fix RV2P context corruption on 5709 when flow control is enabled. Signed-off-by: Michael Chan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2009-08-29bnx2: Update firmware to 5.0.0.j3.Michael Chan9-12552/+13276
- Better small packet receive performance. - Better handling of Flow control on 5709. - Fixed iSCSI TMP ABORT TASK problem. - Added iSCSI TCP timestamp option. Signed-off-by: Michael Chan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2009-04-04bnx2: Use request_firmware()Michael Chan4-0/+12552
Based on original patch by Ben Hutchings <[email protected]> and Bastian Blank <[email protected]>, with the following main changes: Separated the mips firmware and rv2p firmware into different files to make it easier to update them separately. Added some code to fixup the rv2p code with run-time information such as PAGE_SIZE. Update version to 2.0.0. Signed-off-by: Michael Chan <[email protected]> Signed-off-by: David S. Miller <[email protected]>