aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethtool (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-03ethtool: fix ethtool msg len calculation for pause statsJakub Kicinski1-2/+1
2021-11-01ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski1-4/+32
2021-11-01ethtool: handle info/flash data copying outside rtnl_lockJakub Kicinski1-41/+69
2021-11-01ethtool: push the rtnl_lock into dev_ethtool()Jakub Kicinski1-1/+13
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-4/+3
2021-10-06ethtool: Add ability to control transceiver modules' power modeIdo Schimmel4-1/+204
2021-09-29ethtool: ioctl: Use array_size() helper in copy_{from,to}_user()Gustavo A. R. Silva1-5/+7
2021-09-14ethtool: prevent endless loop if eeprom size is smaller than announcedHeiner Kallweit1-0/+4
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2-6/+19
2021-08-24ethtool: add two coalesce attributes for CQE modeYufeng Mo2-3/+18
2021-08-06ethtool: return error from ethnl_ops_begin if dev is NULLHeiner Kallweit1-2/+2
2021-08-05net: Remove redundant if statementsYajun Deng1-4/+2
2021-08-03ethtool: runtime-resume netdev parent in ethnl_ops_beginHeiner Kallweit1-6/+25
2021-08-03ethtool: move netif_device_present check from ethnl_parse_header_dev_get to ethnl_ops_beginHeiner Kallweit1-7/+7
2021-08-03ethtool: move implementation of ethnl_ops_begin/complete to netlink.cHeiner Kallweit2-13/+16
2021-08-03ethtool: runtime-resume netdev parent before ethtool ioctl opsHeiner Kallweit1-3/+15
2021-07-27dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann1-2/+1
2021-07-27ethtool: Fix rxnfc copy to user buffer overflowSaeed Mahameed1-1/+1
2021-07-23ethtool: improve compat ioctl handlingArnd Bergmann1-16/+120
2021-07-01net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu1-0/+1
2021-07-01ethtool: add a new command for getting PHC virtual clocksYangbo Lu5-1/+120
2021-06-22ethtool: Validate module EEPROM offset as part of policyIdo Schimmel1-5/+2
2021-06-22ethtool: Validate module EEPROM length as part of policyIdo Schimmel1-4/+2
2021-06-22ethtool: Decrease size of module EEPROM get policy arrayIdo Schimmel1-1/+1
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+8
2021-06-16ethtool: add a stricter length checkJakub Kicinski1-3/+8
2021-06-14ethtool: strset: fix message length calculationJakub Kicinski1-0/+2
2021-06-09net: ethtool: clear heap allocations for ethtool functionAustin Kim1-5/+5
2021-06-07ethtool: Fix NULL pointer dereference during module EEPROM dumpIdo Schimmel1-1/+1
2021-06-02ethtool: Fix a typoZheng Yongjun1-1/+1
2021-05-19ethtool: stats: Fix a copy-paste errorYueHaibing1-1/+1
2021-05-05ethtool: fix missing NLM_F_MULTI flag when dumpingFernando Fernandez Mancera1-1/+2
2021-04-19ethtool: stats: clarify the initialization to ETHTOOL_STAT_NOT_SETJakub Kicinski1-0/+3
2021-04-19ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()Gustavo A. R. Silva1-1/+1
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+7
2021-04-16ethtool: add interface to read RMON statsJakub Kicinski3-0/+93
2021-04-16ethtool: add interface to read standard MAC Ctrl statsJakub Kicinski3-0/+39
2021-04-16ethtool: add interface to read standard MAC statsJakub Kicinski3-0/+96
2021-04-16ethtool: add a new command for reading standard statsJakub Kicinski5-1/+226
2021-04-15ethtool: add FEC statisticsJakub Kicinski1-1/+72
2021-04-15ethtool: fec_prepare_data() - jump to error handlingJakub Kicinski1-3/+4
2021-04-15ethtool: move ethtool_stats_initJakub Kicinski1-6/+0
2021-04-14ethtool: pause: make sure we init driver statsJakub Kicinski1-4/+4
2021-04-12ethtool: fix kdoc attr nameJakub Kicinski1-3/+3
2021-04-11ethtool: wire in generic SFP module accessAndrew Lunn1-5/+20
2021-04-11ethtool: Add fallback to get_module_eeprom from netlink commandVladyslav Tarasiuk1-1/+61
2021-04-11net: ethtool: Export helpers for getting EEPROM infoAndrew Lunn2-7/+12
2021-04-11ethtool: Allow network drivers to dump arbitrary EEPROM dataVladyslav Tarasiuk4-1/+185
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-19/+20
2021-04-07ethtool: Add lanes parameter for ETHTOOL_LINK_MODE_10000baseR_FEC_BITDanielle Ratson1-0/+1