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-04-17ethtool: add a new command for reading standard statsJakub Kicinski
2021-04-12ethtool: Allow network drivers to dump arbitrary EEPROM dataVladyslav Tarasiuk
2021-04-01ethtool: support FEC settings over netlinkJakub Kicinski
2020-10-09ethtool: correct policy for ETHTOOL_MSG_CHANNELS_SETJohannes Berg
2020-10-06ethtool: specify which header flags are supported per commandJakub Kicinski
2020-10-06ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski
2020-10-06ethtool: trim policy tablesJakub Kicinski
2020-10-06ethtool: wire up set policies to opsJakub Kicinski
2020-10-06ethtool: wire up get policies to opsJakub Kicinski
2020-09-29ethtool: mark netlink family as __ro_after_initJakub Kicinski
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-10ethtool: add tunnel info interfaceJakub Kicinski
2020-07-09ethtool: fix genlmsg_put() failure handling in ethnl_default_dumpit()Michal Kubecek
2020-05-27net: ethtool: Add generic parts of cable test TDRAndrew Lunn
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-22ethtool: count header size in reply size estimateMichal Kubecek
2020-05-10net: ethtool: Make helpers publicAndrew Lunn
2020-05-10net: ethtool: netlink: Add support for triggering a cable testAndrew Lunn
2020-03-30ethtool: provide timestamping information with TSINFO_GET requestMichal Kubecek
2020-03-30ethtool: add EEE_NTF notificationMichal Kubecek
2020-03-30ethtool: set EEE settings with EEE_SET requestMichal Kubecek
2020-03-30ethtool: provide EEE settings with EEE_GET requestMichal Kubecek
2020-03-30ethtool: add PAUSE_NTF notificationMichal Kubecek
2020-03-30ethtool: set pause parameters with PAUSE_SET requestMichal Kubecek
2020-03-30ethtool: provide pause parameters with PAUSE_GET requestMichal Kubecek
2020-03-30ethtool: add COALESCE_NTF notificationMichal Kubecek
2020-03-30ethtool: set coalescing parameters with COALESCE_SET requestMichal Kubecek
2020-03-30ethtool: provide coalescing parameters with COALESCE_GET requestMichal Kubecek
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-16ethtool: reject unrecognized request flagsMichal Kubecek
2020-03-13ethtool: add CHANNELS_NTF notificationMichal Kubecek
2020-03-13ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek
2020-03-13ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek
2020-03-13ethtool: add RINGS_NTF notificationMichal Kubecek
2020-03-13ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek
2020-03-13ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek
2020-03-13ethtool: add PRIVFLAGS_NTF notificationMichal Kubecek
2020-03-13ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek
2020-03-13ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek
2020-03-13ethtool: add FEATURES_NTF notificationMichal Kubecek
2020-03-13ethtool: set netdev features with FEATURES_SET requestMichal Kubecek
2020-03-13ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek
2020-03-13ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get()Michal Kubecek
2020-01-27ethtool: add WOL_NTF notificationMichal Kubecek
2020-01-27ethtool: set wake-on-lan settings with WOL_SET requestMichal Kubecek
2020-01-27ethtool: provide WoL settings with WOL_GET requestMichal Kubecek
2020-01-27ethtool: add DEBUG_NTF notificationMichal Kubecek
2020-01-27ethtool: set message mask with DEBUG_SET requestMichal Kubecek
2020-01-27ethtool: provide message mask with DEBUG_GET requestMichal Kubecek
2020-01-27ethtool: fix kernel-doc descriptionsMichal Kubecek