aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/ethtool.c
AgeCommit message (Expand)Author
2023-02-01Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2023-01-24net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin
2021-06-30Merge branch 'v5.4/base' into v5.4/standard/ti-j72xBruce Ashfield
2021-06-30net: ethtool: clear heap allocations for ethtool functionAustin Kim
2021-05-21Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2021-05-19ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()Gustavo A. R. Silva
2020-12-01net: hsr/prp: introduce rx offload support for HSR/PRPMurali Karicheri
2020-12-01HACK: net: ethtool: export convert legacy_settings_to_link_ksettings funcGrygorii Strashko
2019-10-26net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin
2019-09-16ethtool: implement Energy Detect Powerdown support via phy-tunableAlexandru Ardelean
2019-06-27net: ethtool: Allow parsing ETHER_FLOW types when using flow_ruleMaxime Chevallier
2019-06-12net: ethtool: Allow matching on vlan DEI bitMaxime Chevallier
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-05ethtool: fix potential userspace buffer overflowVivien Didelot
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30ethtool: Check for vlan etype or vlan tci when parsing flow_ruleMaxime Chevallier
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-29net: ethtool: not call vzalloc for zero sized memory requestLi RongQing
2019-03-27ethtool: add PHY Fast Link Down supportHeiner Kallweit
2019-03-07ethtool: reduce stack usage with clangArnd Bergmann
2019-02-27ethtool: Use explicit designated initializers for .cmdLi RongQing
2019-02-26devlink: hold a reference to the netdevice around ethtool compatJakub Kicinski
2019-02-17ethtool: add compat for flash updateJakub Kicinski
2019-02-08ethtool: Remove unnecessary null check in ethtool_rx_flow_rule_createNathan Chancellor
2019-02-06ethtool: add ethtool_rx_flow_spec to flow_rule structure translatorPablo Neira Ayuso
2019-02-01ethtool: add compat for devlink infoJakub Kicinski
2019-02-01ethtool: remove unnecessary check in ethtool_get_regs()Dan Carpenter
2018-12-28ethtool: check the return value of get_regs_lenYunsheng Lin
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-15ethtool: fix a privilege escalation bugWenwen Wang
2018-10-15ethtool: fix a missing-check bugWenwen Wang
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-05ethtool: don't allow disabling queues with umem installedJakub Kicinski
2018-10-05ethtool: rename local variable max -> currJakub Kicinski
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-26net: core: add member wol_enabled to struct net_deviceHeiner Kallweit
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-22net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski
2018-08-29ethtool: drop get_settings and set_settings callbacksMichal Kubecek
2018-07-16net: Add TLS RX offload featureIlya Lesokhin
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-01ethtool: fix a potential missing-check bugWenwen Wang
2018-05-01net: Add TLS TX offload featuresIlya Lesokhin
2018-04-27net: Allow network devices to have PHY statisticsFlorian Fainelli
2018-04-27net: Move PHY statistics code into PHY library helpersFlorian Fainelli
2018-04-26udp: add gso support to virtual devicesWillem de Bruijn