aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder/thunder_bgx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-02drivers: net: Replace acpi_bus_get_device()Rafael J. Wysocki1-1/+2
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski1-1/+1
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski1-3/+3
2021-09-16net: thunderx: Make use of the helper function dev_err_probe()Cai Huoqing1-2/+1
2021-05-14net: thunderx: Drop unnecessary NULL check after container_ofGuenter Roeck1-3/+0
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-4/+1
2020-02-20net: thunderx: workaround BGX TX Underflow issueTim Harvey1-3/+59
2020-02-08net: thunderx: use proper interface type for RGMIITim Harvey1-1/+1
2019-12-05net: thunderx: start phy before starting autonegotiationMian Yousaf Kaukab1-1/+1
2019-10-29cavium: thunder: Fix use true/false for bool typeSaurav Girepunje1-6/+6
2019-07-23net: thunderx: Use fwnode_get_mac_address()Andy Shevchenko1-12/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-04-08ethtool: thunder_bgx: use ethtool.h constants for speed and duplexMichael Zhivich1-8/+8
2019-02-22net: thunderx: correct typo in macro nameVadim Lomovtsev1-1/+1
2018-08-07net: thunderx: check for failed allocation lmac->dmacsColin Ian King1-0/+2
2018-03-31net: thunderx: add multicast filter management supportVadim Lomovtsev1-0/+144
2018-03-31net: thunderx: add MAC address filter tracking for LMACVadim Lomovtsev1-14/+30
2018-03-31net: thunderx: move filter register related macro into proper placeVadim Lomovtsev1-0/+13
2018-01-29net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly to module nameVadim Lomovtsev1-1/+1
2018-01-16net: thunderx: add timestamping supportSunil Goutham1-0/+29
2017-07-29net: thunderx: Fix BGX transmit stall due to underflowSunil Goutham1-5/+22
2017-07-14net: thunder_bgx: avoid format string overflow warningArnd Bergmann1-1/+1
2017-04-17net: thunderx: Fix set_max_bgx_per_node for 81xx rgxGeorge Cherian1-0/+1
2017-03-09net: thunderx: Fix invalid mac addresses for node1 interfacesSunil Goutham1-13/+45
2017-03-09net: thunderx: Fix LMAC mode debug prints for QSGMII modeSunil Goutham1-6/+0
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+96
2017-02-08net: thunderx: Fix PHY autoneg for SGMII QLM modeThanneeru Srinivasulu1-12/+96
2017-01-25net: thunderx: Leave serdes lane config on 81/83xx to firmwareSunil Goutham1-77/+18
2017-01-12net: thunderx: acpi: fix LMAC initializationVadim Lomovtsev1-5/+6
2016-11-25net: thunderx: Pause frame supportSunil Goutham1-0/+53
2016-11-25net: thunderx: Add ethtool support for supported ports and link modes.Thanneeru Srinivasulu1-0/+1
2016-11-25net: thunderx: 80xx BGX0 configuration changesSunil Goutham1-3/+17
2016-11-16net: thunderx: Introduce BGX_ID_MASK macro to extract bgx_idRadha Mohan Chintakuntla1-2/+2
2016-08-13net: thunderx: Don't set RX_PACKET_DIS while initializingSunil Goutham1-11/+7
2016-08-13net: thunderx: Support for 83xx mixed QLM/DLM configSunil Goutham1-20/+24
2016-08-13net: thunderx: Add RGMII interface type supportSunil Goutham1-28/+69
2016-08-13net: thunderx: Add QSGMII interface type supportSunil Goutham1-12/+53
2016-08-13net: thunderx: Add 81xx support to BGX driverSunil Goutham1-10/+102
2016-08-13net: thunderx: Support for different LMAC types within BGXSunil Goutham1-126/+98
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-13net: thunderx: Fix broken of_node_put() code.David Daney1-2/+3
2016-03-16net: 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