summaryrefslogtreecommitdiff
path: root/net/ethtool/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-09net: ethtool: clear heap allocations for ethtool functionAustin Kim1-5/+5
2021-04-20ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()Gustavo A. R. Silva1-1/+1
2021-04-12net: ethtool: Export helpers for getting EEPROM infoAndrew Lunn1-7/+7
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-17/+1
2021-04-08ethtool: Remove link_mode param and derive link params from driverDanielle Ratson1-17/+1
2021-03-27ethtool: fec: fix FEC_NONE checkJakub Kicinski1-1/+1
2021-03-26ethtool: fec: sanitize ethtool_fecparam->fecJakub Kicinski1-0/+3
2021-03-26ethtool: fec: sanitize ethtool_fecparam->active_fecJakub Kicinski1-0/+1
2021-03-26ethtool: fec: sanitize ethtool_fecparam->reservedJakub Kicinski1-0/+5
2021-03-17ethtool: Add common function for filling out stringsAlexander Duyck1-0/+12
2021-02-04ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson1-1/+17
2020-11-03ethtool: remove unneeded semicolonTom Rix1-1/+1
2020-10-06ethtool: allow netdev driver to define phy tunablesIgor Russkikh1-13/+24
2020-09-04ethtool: fix error handling in ethtool_phys_idEdward Cree1-15/+10
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson1-1/+1
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-1/+1
2020-08-21ethtool: allow flow-type ether without IP protocol fieldVishal Kulkarni1-1/+2
2020-07-08net: phy: Uninline PHY ethtool statistics operationsFlorian Fainelli1-8/+15
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-06-23ethtool: Fix check in ethtool_rx_flow_rule_createGaurav Singh1-1/+1
2020-06-18ethtool: ioctl: Use array_size() in copy_to_user()Gustavo A. R. Silva1-2/+2
2020-05-24ethtool: propagate get_coalesce return valueHeiner Kallweit1-1/+4
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2020-05-22xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson1-1/+1
2020-05-16ethtool: don't call set_channels in drivers if config didn't changeJakub Kicinski1-0/+6
2020-05-16ethtool: check if there is at least one channel for TX/RX in the coreJakub Kicinski1-0/+5
2020-05-07ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel1-0/+6
2020-04-21drivers: Remove inclusion of vermagic headerLeon Romanovsky1-2/+1
2020-04-20net: ethtool: self_test: Mark interface in testing operative statusAndrew Lunn1-0/+2
2020-03-30ethtool: provide timestamping information with TSINFO_GET requestMichal Kubecek1-19/+4
2020-03-30ethtool: add EEE_NTF notificationMichal Kubecek1-1/+5
2020-03-30ethtool: add PAUSE_NTF notificationMichal Kubecek1-1/+5
2020-03-30ethtool: add COALESCE_NTF notificationMichal Kubecek1-1/+5
2020-03-25ethtool: fix incorrect tx-checksumming settings reportingVladyslav Tarasiuk1-1/+1
2020-03-18net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski1-3/+0
2020-03-13ethtool: add CHANNELS_NTF notificationMichal Kubecek1-1/+5
2020-03-13ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek1-31/+0
2020-03-13ethtool: add RINGS_NTF notificationMichal Kubecek1-1/+5
2020-03-13ethtool: add PRIVFLAGS_NTF notificationMichal Kubecek1-0/+2
2020-03-13ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek1-2/+0
2020-03-13ethtool: update mapping of features to legacy ioctl requestsMichal Kubecek1-2/+3
2020-03-05ethtool: add infrastructure for centralized checking of coalescing parametersJakub Kicinski1-0/+66
2020-03-01ethtool: Factored out similar ethtool link settings for virtual devices to coreCris Forno1-0/+39
2020-01-27net/core: Replace driver version to be kernel versionLeon Romanovsky1-0/+2
2020-01-27ethtool: add WOL_NTF notificationMichal Kubecek1-0/+1
2020-01-27ethtool: add DEBUG_NTF notificationMichal Kubecek1-0/+2
2019-12-28ethtool: provide link state with LINKSTATE_GET requestMichal Kubecek1-4/+4
2019-12-28ethtool: add LINKMODES_NTF notificationMichal Kubecek1-2/+6
2019-12-28ethtool: add LINKINFO_NTF notificationMichal Kubecek1-2/+10