summaryrefslogtreecommitdiff
path: root/net/ethtool/ioctl.c
AgeCommit message (Expand)Author
2021-11-26ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()Julian Wiedmann
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-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-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-06-09net: ethtool: clear heap allocations for ethtool functionAustin Kim
2021-04-19ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()Gustavo A. R. Silva
2021-04-11net: ethtool: Export helpers for getting EEPROM infoAndrew Lunn
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-07ethtool: Remove link_mode param and derive link params from driverDanielle Ratson
2021-03-26ethtool: fec: fix FEC_NONE checkJakub Kicinski
2021-03-25ethtool: fec: sanitize ethtool_fecparam->fecJakub Kicinski
2021-03-25ethtool: fec: sanitize ethtool_fecparam->active_fecJakub Kicinski
2021-03-25ethtool: fec: sanitize ethtool_fecparam->reservedJakub Kicinski
2021-03-17ethtool: Add common function for filling out stringsAlexander Duyck
2021-02-03ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson
2020-11-02ethtool: remove unneeded semicolonTom Rix
2020-10-06ethtool: allow netdev driver to define phy tunablesIgor Russkikh
2020-09-03ethtool: fix error handling in ethtool_phys_idEdward Cree
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson
2020-08-20ethtool: allow flow-type ether without IP protocol fieldVishal Kulkarni
2020-07-08net: phy: Uninline PHY ethtool statistics operationsFlorian Fainelli
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-22ethtool: Fix check in ethtool_rx_flow_rule_createGaurav Singh
2020-06-17ethtool: ioctl: Use array_size() in copy_to_user()Gustavo A. R. Silva
2020-05-23ethtool: propagate get_coalesce return valueHeiner Kallweit
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson
2020-05-16ethtool: don't call set_channels in drivers if config didn't changeJakub Kicinski
2020-05-16ethtool: check if there is at least one channel for TX/RX in the coreJakub Kicinski
2020-05-06ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel
2020-04-21drivers: Remove inclusion of vermagic headerLeon Romanovsky
2020-04-20net: ethtool: self_test: Mark interface in testing operative statusAndrew Lunn
2020-03-29ethtool: provide timestamping information with TSINFO_GET requestMichal Kubecek
2020-03-29ethtool: add EEE_NTF notificationMichal Kubecek
2020-03-29ethtool: add PAUSE_NTF notificationMichal Kubecek
2020-03-29ethtool: add COALESCE_NTF notificationMichal Kubecek
2020-03-24ethtool: fix incorrect tx-checksumming settings reportingVladyslav Tarasiuk
2020-03-17net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski
2020-03-12ethtool: add CHANNELS_NTF notificationMichal Kubecek
2020-03-12ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek