aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethtool
AgeCommit message (Expand)AuthorFilesLines
2020-12-16ethtool: fix error paths in ethnl_set_channels()Ivan Vecera1-2/+4
2020-12-16ethtool: fix string set id checkMichal Kubecek1-1/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2020-12-09ethtool: fix stack overflow in ethnl_parse_bitset()Michal Kubecek1-0/+2
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-11-09ethtool: netlink: add missing netdev_features_change() callAlexander Lobakin1-1/+1
2020-11-02ethtool: remove unneeded semicolonTom Rix1-1/+1
2020-10-08ethtool: correct policy for ETHTOOL_MSG_CHANNELS_SETJohannes Berg1-2/+2
2020-10-08ethtool: strset: allow ETHTOOL_A_STRSET_COUNTS_ONLY attrJohannes Berg2-1/+2
2020-10-06ethtool: specify which header flags are supported per commandJakub Kicinski3-11/+21
2020-10-06ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski18-29/+58
2020-10-06ethtool: trim policy tablesJakub Kicinski19-229/+83
2020-10-06ethtool: wire up set policies to opsJakub Kicinski14-104/+74
2020-10-06ethtool: wire up get policies to opsJakub Kicinski17-107/+90
2020-10-06ethtool: allow netdev driver to define phy tunablesIgor Russkikh1-13/+24
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-28ethtool: mark netlink family as __ro_after_initJakub Kicinski1-1/+1
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-09-19ethtool: Add 100base-FX link mode entriesDan Murphy2-0/+4
2020-09-17ethtool: add and use message type for tunnel info replyMichal Kubecek1-2/+2
2020-09-15ethtool: add standard pause statsJakub Kicinski1-1/+62
2020-09-03ethtool: 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. Miller2-2/+2
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson2-2/+2
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2-2/+2
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+10
2020-08-20ethtool: allow flow-type ether without IP protocol fieldVishal Kulkarni1-1/+2
2020-08-18ethtool: Don't omit the netlink reply if no features were changedMaxim Mikityanskiy1-7/+4
2020-08-18ethtool: Account for hw_features in netlink interfaceMaxim Mikityanskiy1-1/+2
2020-08-18ethtool: Fix preserving of wanted feature bits in netlink interfaceMaxim Mikityanskiy1-4/+7
2020-08-03Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-8/+61
2020-08-03ethtool: ethnl_set_linkmodes: remove redundant null checkGaurav Singh1-2/+1
2020-08-03udp_tunnel: add the ability to hard-code IANA VXLANJakub Kicinski1-8/+61
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-14/+13
2020-07-10ethtool: add tunnel info interfaceJakub Kicinski7-1/+292
2020-07-09ethtool: fix genlmsg_put() failure handling in ethnl_default_dumpit()Michal Kubecek1-14/+13
2020-07-08ethtool: Add support for 100Gbps per lane link modesMeir Lichtinger2-0/+30
2020-07-08net: phy: Uninline PHY ethtool statistics operationsFlorian Fainelli2-12/+22
2020-07-07net: ethtool: Remove PHYLIB direct dependencyFlorian Fainelli1-2/+16
2020-07-07net: ethtool: Introduce ethtool_phy_opsFlorian Fainelli2-0/+13
2020-06-29ethtool: Add link extended stateAmit Cohen1-4/+48
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-15/+17
2020-06-25ethtool: fix error handling in linkstate_prepare_data()Michal Kubecek1-6/+5
2020-06-23net: ethtool: Handle missing cable test TDR parametersAndrew Lunn1-8/+9
2020-06-23net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUMAlexander Lobakin1-0/+1
2020-06-22ethtool: Fix check in ethtool_rx_flow_rule_createGaurav Singh1-1/+1
2020-06-18net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature stringAlexander Lobakin1-0/+1
2020-06-17ethtool: ioctl: Use array_size() in copy_to_user()Gustavo A. R. Silva1-2/+2
2020-06-05ethtool: linkinfo: remove an unnecessary NULL checkDan Carpenter1-2/+1
2020-05-29net: ethtool: cabletest: Make ethnl_act_cable_test_tdr_cfg staticAndrew Lunn1-3/+3
2020-05-26net: ethtool: Allow PHY cable test TDR data to configuredAndrew Lunn1-2/+102
2020-05-26net: ethtool: Add helpers for cable test TDR dataAndrew Lunn1-1/+79
2020-05-26net: ethtool: Add generic parts of cable test TDRAndrew Lunn3-6/+64
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+2
2020-05-23ethtool: propagate get_coalesce return valueHeiner Kallweit1-1/+4
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-2/+2
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson2-2/+2
2020-05-21ethtool: provide UAPI for PHY Signal Quality Index (SQI)Oleksij Rempel1-1/+74
2020-05-21ethtool: count header size in reply size estimateMichal Kubecek2-3/+2
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 Kicinski2-2/+23
2020-05-10net: phy: Send notifier when starting the cable testAndrew Lunn1-0/+41
2020-05-10net: ethtool: Add helpers for reporting test resultsAndrew Lunn1-1/+52
2020-05-10net: ethtool: Add infrastructure for reporting cable test resultsAndrew Lunn1-0/+55
2020-05-10net: ethtool: Make helpers publicAndrew Lunn2-2/+4
2020-05-10net: ethtool: netlink: Add support for triggering a cable testAndrew Lunn4-1/+61
2020-05-06ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel2-0/+59
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-29ethtool: provide timestamping information with TSINFO_GET requestMichal Kubecek7-20/+179
2020-03-29ethtool: add timestamping related string setsMichal Kubecek3-0/+69
2020-03-29ethtool: add EEE_NTF notificationMichal Kubecek3-1/+10
2020-03-29ethtool: set EEE settings with EEE_SET requestMichal Kubecek3-0/+79
2020-03-29ethtool: provide EEE settings with EEE_GET requestMichal Kubecek4-1/+140
2020-03-29ethtool: add PAUSE_NTF notificationMichal Kubecek3-1/+10
2020-03-29ethtool: set pause parameters with PAUSE_SET requestMichal Kubecek3-0/+67
2020-03-29ethtool: provide pause parameters with PAUSE_GET requestMichal Kubecek4-1/+91
2020-03-29ethtool: add COALESCE_NTF notificationMichal Kubecek3-1/+10
2020-03-29ethtool: set coalescing parameters with COALESCE_SET requestMichal Kubecek3-0/+142
2020-03-29ethtool: provide coalescing parameters with COALESCE_GET requestMichal Kubecek4-1/+224
2020-03-29ethtool: fix reference leak in ethnl_set_privflags()Michal Kubecek1-1/+3
2020-03-26net: introduce the MACSEC netdev featureAntoine Tenart1-0/+1
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-8/+24
2020-03-24ethtool: fix incorrect tx-checksumming settings reportingVladyslav Tarasiuk1-1/+1
2020-03-23ethtool: fix reference leak in some *_SET handlersMichal Kubecek4-4/+12
2020-03-17net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski2-3/+11
2020-03-16ethtool: reject unrecognized request flagsMichal Kubecek1-4/+12
2020-03-13ethtool: fix spelling mistake "exceeeds" -> "exceeds"Colin Ian King2-2/+2
2020-03-12ethtool: add CHANNELS_NTF notificationMichal Kubecek3-1/+10
2020-03-12ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek6-31/+154
2020-03-12ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek4-1/+119
2020-03-12ethtool: add RINGS_NTF notificationMichal Kubecek3-1/+10
2020-03-12ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek3-0/+95
2020-03-12ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek4-1/+118
2020-03-12ethtool: add PRIVFLAGS_NTF notificationMichal Kubecek3-0/+7
2020-03-12ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek3-0/+76
2020-03-12ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek4-1/+146
2020-03-12ethtool: add FEATURES_NTF notificationMichal Kubecek2-1/+32
2020-03-12ethtool: set netdev features with FEATURES_SET requestMichal Kubecek3-0/+175
2020-03-12ethtool: add ethnl_parse_bitset() helperMichal Kubecek2-0/+98
2020-03-12ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek6-3/+143
2020-03-12ethtool: update mapping of features to legacy ioctl requestsMichal Kubecek1-2/+3
2020-03-12ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get()Michal Kubecek6-17/+25
2020-03-05ethtool: add infrastructure for centralized checking of coalescing parametersJakub Kicinski1-0/+66
2020-02-29ethtool: Factored out similar ethtool link settings for virtual devices to coreCris Forno1-0/+39
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+4
2020-02-26ethtool: limit bitset sizeMichal Kubecek2-1/+4
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-02-18ethtool: Add support for low latency RS FECAya Levin2-0/+2
2020-02-16ethtool: fix application of verbose no_mask bitsetMichal Kubecek1-0/+3
2020-01-27net/core: Replace driver version to be kernel versionLeon Romanovsky1-0/+2
2020-01-27ethtool: add WOL_NTF notificationMichal Kubecek3-1/+6
2020-01-27ethtool: set wake-on-lan settings with WOL_SET requestMichal Kubecek3-0/+82
2020-01-27ethtool: provide WoL settings with WOL_GET requestMichal Kubecek7-1/+128
2020-01-27ethtool: add DEBUG_NTF notificationMichal Kubecek3-0/+5
2020-01-27ethtool: set message mask with DEBUG_SET requestMichal Kubecek3-0/+59
2020-01-27ethtool: provide message mask with DEBUG_GET requestMichal Kubecek7-1/+115
2020-01-27ethtool: fix kernel-doc descriptionsMichal Kubecek2-12/+15
2020-01-27net: Add fraglist GRO/GSO feature flagsSteffen Klassert1-0/+1
2020-01-08ethtool: potential NULL dereference in strset_prepare_data()Dan Carpenter1-0/+1
2020-01-08ethtool: fix ->reply_size() error handlingDan Carpenter1-2/+4
2020-01-08ethtool: fix a memory leak in ethnl_default_start()Dan Carpenter1-3/+10
2020-01-03ethtool: remove set but not used variable 'lsettings'YueHaibing1-2/+0
2019-12-27ethtool: provide link state with LINKSTATE_GET requestMichal Kubecek7-5/+100
2019-12-27ethtool: add LINKMODES_NTF notificationMichal Kubecek3-2/+10
2019-12-27ethtool: set link modes related data with LINKMODES_SET requestMichal Kubecek3-0/+241
2019-12-27ethtool: provide link mode information with LINKMODES_GET requestMichal Kubecek4-1/+150
2019-12-27ethtool: add LINKINFO_NTF notificationMichal Kubecek3-2/+14
2019-12-27ethtool: add default notification handlerMichal Kubecek2-1/+92
2019-12-27ethtool: set link settings with LINKINFO_SET requestMichal Kubecek3-0/+78
2019-12-27ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek7-49/+156
2019-12-27ethtool: provide string sets with STRSET_GET requestMichal Kubecek4-1/+438
2019-12-27ethtool: default handlers for GET requestsMichal Kubecek2-1/+436
2019-12-27ethtool: support for netlink notificationsMichal Kubecek1-0/+32
2019-12-27ethtool: netlink bitset handlingMichal Kubecek3-1/+764
2019-12-27ethtool: helper functions for netlink interfaceMichal Kubecek2-0/+371
2019-12-27ethtool: introduce ethtool netlink interfaceMichal Kubecek3-1/+48
2019-12-25net: ethtool: Use the PHY time stamping interface.Richard Cochran1-2/+2
2019-12-12ethtool: provide link mode names as a string setMichal Kubecek3-0/+97
2019-12-12ethtool: move string arrays into common fileMichal Kubecek4-83/+105
2019-12-12ethtool: move to its own directoryMichal Kubecek2-0/+3119