summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium/thunder/thunder_bgx.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-29net: thunderx: Fix link status reportingSunil Goutham1-31/+60
2016-05-19net: thunderx: avoid null pointer dereferencexypron.glpk@gmx.de1-1/+3
2016-04-14net: thunderx: Fix broken of_node_put() code.David Daney1-2/+3
2016-03-17net: thunderx: Don't leak phy device references on -EPROBE_DEFER condition.David Daney1-6/+20
2016-03-14net: thunderx: Cleanup PHY probing code.David Daney1-11/+18
2016-02-11net: thunderx: bgx: Add log message when setting mac addressRobert Richter1-3/+8
2016-02-11net: thunderx: bgx: Use standard firmware node infrastructure.David Daney1-13/+14
2015-12-02net: thunderx: Enable BGX LMAC's RX/TX only after VF is upSunil Goutham1-2/+18
2015-12-02net: thunderx: Switchon carrier only upon interface link upSunil Goutham1-0/+2
2015-12-02net: thunderx: Wait for delayed work to finish before destroying itThanneeru Srinivasulu1-2/+1
2015-12-02net: thunderx: Force to load octeon-mdio before bgx driver.Thanneeru Srinivasulu1-0/+3
2015-10-27net: thunderx: add missing of_node_putJulia Lawall1-1/+3
2015-08-31net: thunderx: Support for internal loopback modeSunil Goutham1-0/+31
2015-08-11net, thunder, bgx: Add support to get MAC address from ACPI.David Daney1-1/+85
2015-08-11net: thunder: Factor out DT specific code in BGXRobert Richter1-13/+35
2015-07-30net: thunderx: Fix for crash while BGX teardownThanneeru Srinivasulu1-1/+4
2015-06-02net: thunderx: add staticAleksey Makarov1-3/+3
2015-06-02net: thunderx: delete unused variablesAleksey Makarov1-2/+2
2015-06-02net: thunderx: rework mac address handlingAleksey Makarov1-2/+2
2015-06-02net: thunderx: Cleanup duplicate NODE_ID macros, add nic_get_node_id()Robert Richter1-2/+2
2015-05-27net: Adding support for Cavium ThunderX network controllerSunil Goutham1-0/+966