aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethtool (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/saeed/linuxDavid 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