aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethtool
AgeCommit message (Expand)Author
2022-01-06ethtool: use phydev variableTom Rix
2022-01-05netlink: do not allocate a device refcount tracker in ethnl_default_notify()Eric Dumazet
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-30ethtool: Remove redundant ret assignmentsluo penghao
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-15ethtool: always write dev in ethnl_parse_header_dev_getJakub Kicinski
2021-12-15ethtool: use ethnl_parse_header_dev_put()Eric Dumazet
2021-12-14ethtool: fix null-ptr-deref on ref trackerJakub Kicinski
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-07netlink: add net device refcount tracker to struct ethnl_req_infoEric Dumazet
2021-12-06ethtool: do not perform operations on net devices being unregisteredAntoine Tenart
2021-12-06net: add net device refcount tracker to ethtool_phys_id()Eric Dumazet
2021-11-29ethtool: netlink: Slightly simplify 'ethnl_features_to_bitmap()'Christophe JAILLET
2021-11-26net: ethtool: set a default driver nameTonghao Zhang
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-26ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()Julian Wiedmann
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-22ethtool: add support to set/get rx buf len via ethtoolHao Chen
2021-11-22ethtool: add support to set/get tx copybreak buf size via ethtoolHao Chen
2021-11-19ethtool: stats: Use struct_group() to clear all stats at onceKees Cook
2021-11-03ethtool: fix ethtool msg len calculation for pause statsJakub Kicinski
2021-11-01ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski
2021-11-01ethtool: handle info/flash data copying outside rtnl_lockJakub Kicinski
2021-11-01ethtool: push the rtnl_lock into dev_ethtool()Jakub Kicinski
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-10-06ethtool: Add ability to control transceiver modules' power modeIdo Schimmel
2021-09-29ethtool: ioctl: Use array_size() helper in copy_{from,to}_user()Gustavo A. R. Silva
2021-09-14ethtool: prevent endless loop if eeprom size is smaller than announcedHeiner Kallweit
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-24ethtool: add two coalesce attributes for CQE modeYufeng Mo
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-18Merge 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-02ethtool: Fix a typoZheng Yongjun