aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-02bnx2x: fix HW initialization using fw 7.8.xDmitry Kravkov1-1/+2
2012-11-01bnx2x: Disable FCoE for 57840 since not yet supported by FWDmitry Kravkov1-1/+9
2012-11-01bnx2x: Fix no link on 577xx 10G-baseTYaniv Rosner1-0/+5
2012-11-01bnx2x: Fix unrecognized SFP+ module after driver is loadedYaniv Rosner1-7/+15
2012-11-01bnx2x: Fix potential incorrect link speed provisionYaniv Rosner1-10/+12
2012-11-01bnx2x: Restore global registers back to default.Yaniv Rosner1-22/+56
2012-11-01bnx2x: Fix link down in 57712 following LFAYaniv Rosner1-5/+18
2012-11-01bnx2x: Fix 57810 1G-KR link against certain switches.Yaniv Rosner1-2/+8
2012-10-16bnx2x: fix handling mf storage modesDmitry Kravkov2-4/+8
2012-10-03bnx2x: fix ring size for 10G functionsYuval Mintz1-7/+10
2012-10-02bnx2x: use strlcpy() to copy a stringDan Carpenter1-3/+2
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds14-977/+1047
2012-10-01bnx2x: update version to 1.78.00-0.Yuval Mintz1-2/+2
2012-10-01bnx2x,cnic: use FW 7.8.2Yuval Mintz8-558/+66
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-15/+5
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-10/+13
2012-09-24bnx2x: Improve code around bnx2x_tests_str_arrMerav Sicron1-9/+4
2012-09-21bnx2x: remove false warning regarding interrupt numberAriel Elior1-5/+6
2012-09-18bnx2x: fix rx checksum validation for IPv6Michal Schmidt1-5/+7
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-41/+57
2012-09-13bnx2x: Add missing afex codeYuval Mintz2-11/+21
2012-09-13bnx2x: fix registers dumpedDmitry Kravkov2-18/+9
2012-09-13bnx2x: correct advertisement of pause capabilitiesYaniv Rosner1-0/+6
2012-09-13bnx2x: display the correct duplex valueYaniv Rosner1-4/+6
2012-09-13bnx2x: prevent timeouts when using PFCYaniv Rosner1-3/+5
2012-09-13bnx2x: fix stats copying logicYuval Mintz1-2/+5
2012-09-13bnx2x: Avoid sending multiple statistics queriesDmitry Kravkov1-3/+5
2012-09-13bnx2x: Utilize Link Flap AvoidanceYuval Mintz6-26/+51
2012-09-13bnx2x: Link Flap AvoidanceYaniv Rosner3-48/+437
2012-09-13bnx2x: link code refactoringYaniv Rosner2-79/+114
2012-09-13Merge commit 'v3.6-rc5' into nextBjorn Helgaas6-56/+45
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas1-1/+1
2012-09-10bnx2x: use native EEE instead of auto-greeenYuval Mintz3-46/+73
2012-09-10bnx2x: correct & clean 10G EEE requirementsYuval Mintz3-6/+5
2012-09-10bnx2x: EEE code refactoringYuval Mintz1-192/+258
2012-09-10bnx2x: add EEE support for 4-port devicesYuval Mintz1-2/+0
2012-09-10bnx2x: EEE status is read locallyYuval Mintz3-7/+36
2012-09-07netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-09-05bnx2x: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-2/+1
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov2-2/+2
2012-08-30bnx2x: Correct the ndo_poll_controller callMerav Sicron1-3/+5
2012-08-30bnx2x: Move netif_napi_add to the open callMerav Sicron5-13/+10
2012-08-23bnx2x: Use PCI Express Capability accessorsJiang Liu1-20/+5
2012-08-12bnx2x: Fix compiler warningsJoren Van Onder1-1/+1
2012-08-09bnx2x: Fix recovery flow cleanup during probeYuval Mintz1-17/+0
2012-08-09bnx2x: fix unload previous driver flow when flr-capableYuval Mintz1-27/+28
2012-08-02bnx2x: fix mem leak when command is unknownJesper Juhl1-0/+1
2012-07-29bnx2x: remove cast around the kmalloc in bnx2x_prev_mark_pathDevendra Naga1-2/+1
2012-07-24bnx2x: Correct EEE statistics gatheringYuval Mintz2-3/+9