summaryrefslogtreecommitdiffstats
path: root/net/ethtool
Commit message (Expand)AuthorAgeFilesLines
...
| * net: ethtool: Handle missing cable test TDR parametersAndrew Lunn2020-06-231-8/+9
| * net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUMAlexander Lobakin2020-06-231-0/+1
| * ethtool: Fix check in ethtool_rx_flow_rule_createGaurav Singh2020-06-221-1/+1
| * net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature stringAlexander Lobakin2020-06-181-0/+1
* | ethtool: ioctl: Use array_size() in copy_to_user()Gustavo A. R. Silva2020-06-171-2/+2
|/
* ethtool: linkinfo: remove an unnecessary NULL checkDan Carpenter2020-06-051-2/+1
* net: ethtool: cabletest: Make ethnl_act_cable_test_tdr_cfg staticAndrew Lunn2020-05-291-3/+3
* net: ethtool: Allow PHY cable test TDR data to configuredAndrew Lunn2020-05-261-2/+102
* net: ethtool: Add helpers for cable test TDR dataAndrew Lunn2020-05-261-1/+79
* net: ethtool: Add generic parts of cable test TDRAndrew Lunn2020-05-263-6/+64
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-242-3/+2
|\
| * ethtool: count header size in reply size estimateMichal Kubecek2020-05-212-3/+2
* | ethtool: propagate get_coalesce return valueHeiner Kallweit2020-05-231-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-222-2/+2
|\ \
| * | xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson2020-05-212-2/+2
* | | ethtool: provide UAPI for PHY Signal Quality Index (SQI)Oleksij Rempel2020-05-211-1/+74
* | | ethtool: don't call set_channels in drivers if config didn't changeJakub Kicinski2020-05-161-0/+6
* | | ethtool: check if there is at least one channel for TX/RX in the coreJakub Kicinski2020-05-162-2/+23
|/ /
* | net: phy: Send notifier when starting the cable testAndrew Lunn2020-05-101-0/+41
* | net: ethtool: Add helpers for reporting test resultsAndrew Lunn2020-05-101-1/+52
* | net: ethtool: Add infrastructure for reporting cable test resultsAndrew Lunn2020-05-101-0/+55
* | net: ethtool: Make helpers publicAndrew Lunn2020-05-102-2/+4
* | net: ethtool: netlink: Add support for triggering a cable testAndrew Lunn2020-05-104-1/+61
* | ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel2020-05-062-0/+59
* | drivers: Remove inclusion of vermagic headerLeon Romanovsky2020-04-211-2/+1
* | net: ethtool: self_test: Mark interface in testing operative statusAndrew Lunn2020-04-201-0/+2
|/
* ethtool: provide timestamping information with TSINFO_GET requestMichal Kubecek2020-03-297-20/+179
* ethtool: add timestamping related string setsMichal Kubecek2020-03-293-0/+69
* ethtool: add EEE_NTF notificationMichal Kubecek2020-03-293-1/+10
* ethtool: set EEE settings with EEE_SET requestMichal Kubecek2020-03-293-0/+79
* ethtool: provide EEE settings with EEE_GET requestMichal Kubecek2020-03-294-1/+140
* ethtool: add PAUSE_NTF notificationMichal Kubecek2020-03-293-1/+10
* ethtool: set pause parameters with PAUSE_SET requestMichal Kubecek2020-03-293-0/+67
* ethtool: provide pause parameters with PAUSE_GET requestMichal Kubecek2020-03-294-1/+91
* ethtool: add COALESCE_NTF notificationMichal Kubecek2020-03-293-1/+10
* ethtool: set coalescing parameters with COALESCE_SET requestMichal Kubecek2020-03-293-0/+142
* ethtool: provide coalescing parameters with COALESCE_GET requestMichal Kubecek2020-03-294-1/+224
* ethtool: fix reference leak in ethnl_set_privflags()Michal Kubecek2020-03-291-1/+3
* net: introduce the MACSEC netdev featureAntoine Tenart2020-03-261-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-255-8/+24
|\
| * ethtool: fix reference leak in some *_SET handlersMichal Kubecek2020-03-234-4/+12
| * ethtool: reject unrecognized request flagsMichal Kubecek2020-03-161-4/+12
* | ethtool: fix incorrect tx-checksumming settings reportingVladyslav Tarasiuk2020-03-241-1/+1
* | net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski2020-03-172-3/+11
* | ethtool: fix spelling mistake "exceeeds" -> "exceeds"Colin Ian King2020-03-132-2/+2
* | ethtool: add CHANNELS_NTF notificationMichal Kubecek2020-03-123-1/+10
* | ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek2020-03-126-31/+154
* | ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek2020-03-124-1/+119
* | ethtool: add RINGS_NTF notificationMichal Kubecek2020-03-123-1/+10
* | ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek2020-03-123-0/+95