summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/samsung/sxgbe/sxgbe_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-07net: sxgbe: remove eee_enabled/eee_active in sxgbe_get_eee()Russell King (Oracle)1-2/+0
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit1-2/+2
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-03-15net: sxgbe: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-08-08net: ethernet: sxgbe: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2016-06-28net: ethernet: sxgbe: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-19/+2
2016-06-28net: ethernet: sxgbe: use phydev from struct net_devicePhilippe Reynes1-11/+7
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-27net: sxgbe: add ethtool related functions support Samsung sxgbeVipul Pandya1-0/+433
2014-03-27net: sxgbe: add EEE(Energy Efficient Ethernet) for Samsung sxgbeGirish K S1-0/+47
2014-03-27net: sxgbe: add basic framework for Samsung 10Gb ethernet driverSiva Reddy1-0/+44