Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-06ethtool: return error from ethnl_ops_begin if dev is NULLHeiner Kallweit
2021-08-05net: Remove redundant if statementsYajun Deng
2021-08-03ethtool: runtime-resume netdev parent in ethnl_ops_beginHeiner Kallweit
2021-08-03ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e...Heiner Kallweit
2021-08-03ethtool: move implementation of ethnl_ops_begin/complete to netlink.cHeiner Kallweit
2021-08-03ethtool: runtime-resume netdev parent before ethtool ioctl opsHeiner Kallweit
2021-07-27dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann
2021-07-27ethtool: Fix rxnfc copy to user buffer overflowSaeed Mahameed
2021-07-23ethtool: improve compat ioctl handlingArnd Bergmann
2021-07-01net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu
2021-07-01ethtool: add a new command for getting PHC virtual clocksYangbo Lu
2021-06-22ethtool: Validate module EEPROM offset as part of policyIdo Schimmel
2021-06-22ethtool: Validate module EEPROM length as part of policyIdo Schimmel
2021-06-22ethtool: Decrease size of module EEPROM get policy arrayIdo Schimmel
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-16ethtool: add a stricter length checkJakub Kicinski
2021-06-14ethtool: strset: fix message length calculationJakub Kicinski
2021-06-09net: ethtool: clear heap allocations for ethtool functionAustin Kim
2021-06-07ethtool: Fix NULL pointer dereference during module EEPROM dumpIdo Schimmel
2021-06-03ethtool: Fix a typoZheng Yongjun
2021-05-19ethtool: stats: Fix a copy-paste errorYueHaibing
2021-05-05ethtool: fix missing NLM_F_MULTI flag when dumpingFernando Fernandez Mancera
2021-04-20ethtool: stats: clarify the initialization to ETHTOOL_STAT_NOT_SETJakub Kicinski
2021-04-20ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()Gustavo A. R. Silva
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-17ethtool: add interface to read RMON statsJakub Kicinski
2021-04-17ethtool: add interface to read standard MAC Ctrl statsJakub Kicinski
2021-04-17ethtool: add interface to read standard MAC statsJakub Kicinski
2021-04-17ethtool: add a new command for reading standard statsJakub Kicinski
2021-04-16ethtool: add FEC statisticsJakub Kicinski
2021-04-16ethtool: fec_prepare_data() - jump to error handlingJakub Kicinski
2021-04-16ethtool: move ethtool_stats_initJakub Kicinski
2021-04-14ethtool: pause: make sure we init driver statsJakub Kicinski
2021-04-13ethtool: fix kdoc attr nameJakub Kicinski
2021-04-12ethtool: wire in generic SFP module accessAndrew Lunn
2021-04-12ethtool: Add fallback to get_module_eeprom from netlink commandVladyslav Tarasiuk
2021-04-12net: ethtool: Export helpers for getting EEPROM infoAndrew Lunn
2021-04-12ethtool: Allow network drivers to dump arbitrary EEPROM dataVladyslav Tarasiuk
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-08ethtool: Add lanes parameter for ETHTOOL_LINK_MODE_10000baseR_FEC_BITDanielle Ratson
2021-04-08ethtool: Remove link_mode param and derive link params from driverDanielle Ratson
2021-04-07ethtool: fix incorrect datatype in set_eee opsWong Vee Khee
2021-04-01ethtool: support FEC settings over netlinkJakub Kicinski
2021-03-27ethtool: fec: fix FEC_NONE checkJakub Kicinski
2021-03-26ethtool: fec: sanitize ethtool_fecparam->fecJakub Kicinski
2021-03-26ethtool: fec: sanitize ethtool_fecparam->active_fecJakub Kicinski
2021-03-26ethtool: fec: sanitize ethtool_fecparam->reservedJakub Kicinski
2021-03-17ethtool: Add common function for filling out stringsAlexander Duyck
2021-02-28ethtool: fix the check logic of at least one channel for RX/TXYinjun Zhang
2021-02-12net: hsr: add offloading supportGeorge McCollister