summaryrefslogtreecommitdiffstats
path: root/net/ethtool
Commit message (Expand)AuthorAgeFilesLines
* ethtool: Fix get module eeprom fallbackIvan Vecera2022-06-171-1/+1
* ethtool: Add 10base-T1L link mode entryAlexandru Tachici2022-05-011-0/+3
* net: ethtool: move checks before rtnl_lock() in ethnl_set_ringsJie Wang2022-04-151-18/+18
* net: ethtool: extend ringparam set/get APIs for tx_pushJie Wang2022-04-152-3/+17
* ethtool: add support to set/get completion queue event sizeSubbaraya Sundeep2022-02-232-3/+18
* ethtool: add header/data split indicationJakub Kicinski2022-01-281-5/+10
* ethtool: use phydev variableTom Rix2022-01-061-4/+4
* netlink: do not allocate a device refcount tracker in ethnl_default_notify()Eric Dumazet2022-01-051-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+1
|\
| * net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* | ethtool: Remove redundant ret assignmentsluo penghao2021-12-301-1/+0
* | ethtool: always write dev in ethnl_parse_header_dev_getJakub Kicinski2021-12-151-3/+2
* | ethtool: use ethnl_parse_header_dev_put()Eric Dumazet2021-12-1516-18/+23
* | ethtool: fix null-ptr-deref on ref trackerJakub Kicinski2021-12-141-2/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-1/+2
|\
| * ethtool: do not perform operations on net devices being unregisteredAntoine Tenart2021-12-061-1/+2
* | netlink: add net device refcount tracker to struct ethnl_req_infoEric Dumazet2021-12-072-3/+7
* | net: add net device refcount tracker to ethtool_phys_id()Eric Dumazet2021-12-061-2/+3
* | ethtool: netlink: Slightly simplify 'ethnl_features_to_bitmap()'Christophe JAILLET2021-11-291-1/+0
* | net: ethtool: set a default driver nameTonghao Zhang2021-11-261-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-1/+1
|\|
| * ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()Julian Wiedmann2021-11-261-1/+1
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-222-6/+13
* | ethtool: add support to set/get rx buf len via ethtoolHao Chen2021-11-222-3/+22
* | ethtool: add support to set/get tx copybreak buf size via ethtoolHao Chen2021-11-222-0/+2
* | ethtool: stats: Use struct_group() to clear all stats at onceKees Cook2021-11-191-8/+7
|/
* ethtool: fix ethtool msg len calculation for pause statsJakub Kicinski2021-11-031-2/+1
* ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski2021-11-011-4/+32
* ethtool: handle info/flash data copying outside rtnl_lockJakub Kicinski2021-11-011-41/+69
* ethtool: push the rtnl_lock into dev_ethtool()Jakub Kicinski2021-11-011-1/+13
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-4/+3
* ethtool: Add ability to control transceiver modules' power modeIdo Schimmel2021-10-064-1/+204
* ethtool: ioctl: Use array_size() helper in copy_{from,to}_user()Gustavo A. R. Silva2021-09-291-5/+7
* ethtool: prevent endless loop if eeprom size is smaller than announcedHeiner Kallweit2021-09-141-0/+4
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-242-6/+19
* ethtool: add two coalesce attributes for CQE modeYufeng Mo2021-08-242-3/+18
* ethtool: return error from ethnl_ops_begin if dev is NULLHeiner Kallweit2021-08-061-2/+2
* net: Remove redundant if statementsYajun Deng2021-08-051-4/+2
* ethtool: runtime-resume netdev parent in ethnl_ops_beginHeiner Kallweit2021-08-031-6/+25
* ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e...Heiner Kallweit2021-08-031-7/+7
* ethtool: move implementation of ethnl_ops_begin/complete to netlink.cHeiner Kallweit2021-08-032-13/+16
* ethtool: runtime-resume netdev parent before ethtool ioctl opsHeiner Kallweit2021-08-031-3/+15
* dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann2021-07-271-2/+1
* ethtool: Fix rxnfc copy to user buffer overflowSaeed Mahameed2021-07-271-1/+1
* ethtool: improve compat ioctl handlingArnd Bergmann2021-07-231-16/+120
* net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu2021-07-011-0/+1
* ethtool: add a new command for getting PHC virtual clocksYangbo Lu2021-07-015-1/+120
* ethtool: Validate module EEPROM offset as part of policyIdo Schimmel2021-06-221-5/+2
* ethtool: Validate module EEPROM length as part of policyIdo Schimmel2021-06-221-4/+2
* ethtool: Decrease size of module EEPROM get policy arrayIdo Schimmel2021-06-221-1/+1