aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_link.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-24net/various: remove trailing space in messagesFrans Pop1-6/+6
2010-02-17drivers/net/bnx2x: Use (pr|netdev|netif)_<level> macro helpersJoe Perches1-15/+6
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-05bnx2x: Fix register access timeout in 10MYaniv Rosner1-1/+2
2009-11-05bnx2x: Fix 10G mode in BCM8481/BCM84823Yaniv Rosner1-30/+8
2009-11-05bnx2x: Fix BCM8726 ROM load seqYaniv Rosner1-11/+2
2009-11-05bnx2x: Add support for BCM84823Yaniv Rosner1-3/+41
2009-11-05bnx2x: Modify BCM8706 link init seqYaniv Rosner1-13/+18
2009-11-05bnx2x: Enable FC when parallel-detect is usedYaniv Rosner1-0/+37
2009-11-05bnx2x: Miscellaneous debug print and tabsYaniv Rosner1-1/+3
2009-11-05bnx2x: Fix CL73 autoneg issuesYaniv Rosner1-48/+84
2009-11-05bnx2x: Fix Parallel-Detect settingsYaniv Rosner1-6/+9
2009-08-12bnx2x: Whitespaces and commentsEilon Greenstein1-57/+58
2009-08-12bnx2x: Using macro for phy addressEilon Greenstein1-79/+29
2009-08-12bnx2x: Re-arrange the link structures for better alignmentEilon Greenstein1-3/+3
2009-08-12bnx2x: Remove SGMII configuration when not requiredEilon Greenstein1-3/+10
2009-08-12bnx2x: Keep only one HW path activeEilon Greenstein1-3/+4
2009-08-12bnx2x: Removing old PHY FW upgrade codeEilon Greenstein1-427/+0
2009-08-12bnx2x: Supporting PHY FW upgradeEilon Greenstein1-12/+9
2009-08-12bnx2x: Adding XAUI CL73 autoneg supportEilon Greenstein1-30/+167
2009-08-12bnx2x: BCM8727 FW loadEilon Greenstein1-7/+9
2009-08-12bnx2x: get_ext_phy_fw_version returns NULL if not applicableEilon Greenstein1-2/+4
2009-08-12bnx2x: Reading the FW version of the BCM8481 PHYEilon Greenstein1-5/+113
2009-08-12bnx2x: BCM8481 LED4 instead of LASIEilon Greenstein1-62/+436
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2009-07-21drivers/net: Move a dereference below a NULL testJulia Lawall1-1/+2
2009-07-21bnx2x: Set LED in loopback testEilon Greenstein1-0/+5
2009-07-21bnx2x: Supporting BCM8727 PHYEilon Greenstein1-150/+945
2009-03-02bnx2x: Loopback support at external PHYEilon Greenstein1-3/+3
2009-03-02bnx2x: Display BCM8481 FW versionEilon Greenstein1-0/+1
2009-03-02bnx2x: BCM8705 has no microcodeEilon Greenstein1-4/+3
2009-03-02bnx2x: Enable BCM8726 module transmitterEilon Greenstein1-5/+1
2009-03-02bnx2x: Supporting new BCM8726 FWEilon Greenstein1-11/+19
2009-02-15bnx2x: Clean-upEilon Greenstein1-5/+2
2009-02-15bnx2x: Comments and printsEilon Greenstein1-2/+3
2009-02-15bnx2x: Moving includesEilon Greenstein1-4/+0
2009-02-15bnx2x: Using registers nameEilon Greenstein1-35/+36
2009-02-15bnx2x: Pre emphasis configurationEilon Greenstein1-32/+98
2009-02-15bnx2x: GMII not SGMIIEilon Greenstein1-2/+2
2009-02-15bnx2x: Removing CL73 codeEilon Greenstein1-92/+19
2009-02-15bnx2x: Using the HW 5th laneEilon Greenstein1-6/+29
2009-02-15bnx2x: EMAC resetEilon Greenstein1-2/+4
2009-02-15bnx2x: Saving PHY FW versionEilon Greenstein1-90/+90
2009-02-15bnx2x: Supporting BCM8481 PHYEilon Greenstein1-2/+93
2009-02-15bnx2x: Supporting BCM8726 PHYEilon Greenstein1-46/+730
2009-01-19bnx2x: Version updateEilon Greenstein1-1/+1
2009-01-19bnx2x: Handling PHY FW load failureEilon Greenstein1-3/+4
2009-01-19bnx2x: Legacy speeds autoneg failuresEilon Greenstein1-2/+8
2009-01-19bnx2x: Prevent self test loopback failuresEilon Greenstein1-1/+1
2009-01-19bnx2x: 1G-10G toggling raceEilon Greenstein1-11/+32