summaryrefslogtreecommitdiffstats
path: root/net/ethtool/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-8/+8
* net: ethtool: Unify ETHTOOL_{G,S}RXFH rxnfc copyJoe Damato2023-07-281-37/+38
* ethtool: ioctl: account for sopass diff in set_wolJustin Chen2023-06-131-1/+2
* ethtool: ioctl: improve error checking for set_wolJustin Chen2023-06-081-2/+12
* ethtool: Fix uninitialized number of lanesIdo Schimmel2023-05-031-1/+1
* ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima2023-03-291-5/+5
* net/ethtool/ioctl: split ethtool_get_phy_stats into multiple helpersDaniil Tatianin2022-12-281-33/+69
* net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_statsDaniil Tatianin2022-12-281-14/+10
* net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin2022-12-281-1/+2
* ethtool: avoiding integer overflow in ethtool_phys_id()Maxim Korotkov2022-11-231-1/+2
* ethtool: ethtool_get_drvinfo: populate drvinfo fields even if callback exitsVincent Mailhol2022-11-101-3/+10
* ethtool: Fail number of channels change when it conflicts with rxnfcGal Pressman2022-11-081-6/+11
* net: devlink: use devlink_port pointer instead of ndo_get_devlink_portJiri Pirko2022-11-031-9/+2
* net: phy: Add support for rate matchingSean Anderson2022-09-231-0/+1
* ethtool: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-4/+4
* ethtool: Fix and simplify ethtool_convert_link_mode_to_legacy_u32()Marco Bonelli2022-06-131-15/+2
* net: rename reference+tracking helpersJakub Kicinski2022-06-091-2/+2
* ethtool: use phydev variableTom Rix2022-01-061-4/+4
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* net: add net device refcount tracker to ethtool_phys_id()Eric Dumazet2021-12-061-2/+3
* 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-221-3/+7
* | ethtool: add support to set/get tx copybreak buf size via ethtoolHao Chen2021-11-221-0/+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: 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-241-3/+12
* 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: ethtool: clear heap allocations for ethtool functionAustin Kim2021-06-091-5/+5
* ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()Gustavo A. R. Silva2021-04-191-1/+1
* net: ethtool: Export helpers for getting EEPROM infoAndrew Lunn2021-04-111-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-17/+1
|\
| * ethtool: Remove link_mode param and derive link params from driverDanielle Ratson2021-04-071-17/+1
* | ethtool: fec: fix FEC_NONE checkJakub Kicinski2021-03-261-1/+1
* | ethtool: fec: sanitize ethtool_fecparam->fecJakub Kicinski2021-03-251-0/+3
* | ethtool: fec: sanitize ethtool_fecparam->active_fecJakub Kicinski2021-03-251-0/+1
* | ethtool: fec: sanitize ethtool_fecparam->reservedJakub Kicinski2021-03-251-0/+5
* | ethtool: Add common function for filling out stringsAlexander Duyck2021-03-171-0/+12
|/
* ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson2021-02-031-1/+17
* ethtool: remove unneeded semicolonTom Rix2020-11-021-1/+1
* ethtool: allow netdev driver to define phy tunablesIgor Russkikh2020-10-061-13/+24
* ethtool: fix error handling in ethtool_phys_idEdward Cree2020-09-031-15/+10