summaryrefslogtreecommitdiffstats
path: root/net/ethtool
AgeCommit message (Expand)AuthorLines
2021-03-25ethtool: fec: sanitize ethtool_fecparam->reservedJakub Kicinski-0/+5
2021-03-17ethtool: Add common function for filling out stringsAlexander Duyck-0/+12
2021-02-28ethtool: fix the check logic of at least one channel for RX/TXYinjun Zhang-13/+13
2021-02-11net: hsr: add offloading supportGeorge McCollister-0/+4
2021-02-03ethtool: Expose the number of lanes in useDanielle Ratson-0/+8
2021-02-03ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson-156/+173
2021-02-03ethtool: Extend link modes settings uAPI with lanesDanielle Ratson-16/+82
2021-02-03ethtool: Validate master slave configuration before rtnl_lock()Danielle Ratson-8/+19
2021-01-23net: introduce a netdev feature for UDP GRO forwardingAlexander Lobakin-0/+1
2020-12-16ethtool: fix error paths in ethnl_set_channels()Ivan Vecera-2/+4
2020-12-16ethtool: fix string set id checkMichal Kubecek-1/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2020-12-09ethtool: fix stack overflow in ethnl_parse_bitset()Michal Kubecek-0/+2
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2020-11-09ethtool: netlink: add missing netdev_features_change() callAlexander Lobakin-1/+1
2020-11-02ethtool: remove unneeded semicolonTom Rix-1/+1
2020-10-08ethtool: correct policy for ETHTOOL_MSG_CHANNELS_SETJohannes Berg-2/+2
2020-10-08ethtool: strset: allow ETHTOOL_A_STRSET_COUNTS_ONLY attrJohannes Berg-1/+2
2020-10-06ethtool: specify which header flags are supported per commandJakub Kicinski-11/+21
2020-10-06ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski-29/+58
2020-10-06ethtool: trim policy tablesJakub Kicinski-229/+83
2020-10-06ethtool: wire up set policies to opsJakub Kicinski-104/+74
2020-10-06ethtool: wire up get policies to opsJakub Kicinski-107/+90
2020-10-06ethtool: allow netdev driver to define phy tunablesIgor Russkikh-13/+24
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2020-09-28ethtool: mark netlink family as __ro_after_initJakub Kicinski-1/+1
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+2
2020-09-19ethtool: Add 100base-FX link mode entriesDan Murphy-0/+4
2020-09-17ethtool: add and use message type for tunnel info replyMichal Kubecek-2/+2
2020-09-15ethtool: add standard pause statsJakub Kicinski-1/+62
2020-09-03ethtool: fix error handling in ethtool_phys_idEdward Cree-15/+10
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-2/+2
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson-2/+2
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson-2/+2
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-9/+10
2020-08-20ethtool: allow flow-type ether without IP protocol fieldVishal Kulkarni-1/+2
2020-08-18ethtool: Don't omit the netlink reply if no features were changedMaxim Mikityanskiy-7/+4
2020-08-18ethtool: Account for hw_features in netlink interfaceMaxim Mikityanskiy-1/+2
2020-08-18ethtool: Fix preserving of wanted feature bits in netlink interfaceMaxim Mikityanskiy-4/+7
2020-08-03Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller-8/+61
2020-08-03ethtool: ethnl_set_linkmodes: remove redundant null checkGaurav Singh-2/+1
2020-08-03udp_tunnel: add the ability to hard-code IANA VXLANJakub Kicinski-8/+61
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-14/+13
2020-07-10ethtool: add tunnel info interfaceJakub Kicinski-1/+292
2020-07-09ethtool: fix genlmsg_put() failure handling in ethnl_default_dumpit()Michal Kubecek-14/+13
2020-07-08ethtool: Add support for 100Gbps per lane link modesMeir Lichtinger-0/+30
2020-07-08net: phy: Uninline PHY ethtool statistics operationsFlorian Fainelli-12/+22
2020-07-07net: ethtool: Remove PHYLIB direct dependencyFlorian Fainelli-2/+16
2020-07-07net: ethtool: Introduce ethtool_phy_opsFlorian Fainelli-0/+13
2020-06-29ethtool: Add link extended stateAmit Cohen-4/+48