summaryrefslogtreecommitdiff
path: root/net/ethtool
AgeCommit message (Expand)AuthorFilesLines
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-28ethtool: fix the check logic of at least one channel for RX/TXYinjun Zhang1-13/+13
2021-02-12net: hsr: add offloading supportGeorge McCollister1-0/+4
2021-02-04ethtool: Expose the number of lanes in useDanielle Ratson1-0/+8
2021-02-04ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson4-156/+173
2021-02-04ethtool: Extend link modes settings uAPI with lanesDanielle Ratson2-16/+82
2021-02-04ethtool: Validate master slave configuration before rtnl_lock()Danielle Ratson1-8/+19
2021-01-24net: introduce a netdev feature for UDP GRO forwardingAlexander Lobakin1-0/+1
2020-12-17ethtool: fix error paths in ethnl_set_channels()Ivan Vecera1-2/+4
2020-12-16ethtool: fix string set id checkMichal Kubecek1-1/+1
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2020-12-10ethtool: fix stack overflow in ethnl_parse_bitset()Michal Kubecek1-0/+2
2020-11-13Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-11-10ethtool: netlink: add missing netdev_features_change() callAlexander Lobakin1-1/+1
2020-11-03ethtool: remove unneeded semicolonTom Rix1-1/+1
2020-10-09ethtool: correct policy for ETHTOOL_MSG_CHANNELS_SETJohannes Berg1-2/+2
2020-10-09ethtool: 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-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-29ethtool: mark netlink family as __ro_after_initJakub Kicinski1-1/+1
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-09-20ethtool: Add 100base-FX link mode entriesDan Murphy2-0/+4
2020-09-18ethtool: add and use message type for tunnel info replyMichal Kubecek1-2/+2
2020-09-15ethtool: add standard pause statsJakub Kicinski1-1/+62
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. 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-21ethtool: allow flow-type ether without IP protocol fieldVishal Kulkarni1-1/+2
2020-08-19ethtool: Don't omit the netlink reply if no features were changedMaxim Mikityanskiy1-7/+4
2020-08-19ethtool: Account for hw_features in netlink interfaceMaxim Mikityanskiy1-1/+2
2020-08-19ethtool: Fix preserving of wanted feature bits in netlink interfaceMaxim Mikityanskiy1-4/+7
2020-08-04Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-8/+61
2020-08-04ethtool: 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-09ethtool: 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-08net: ethtool: Remove PHYLIB direct dependencyFlorian Fainelli1-2/+16
2020-07-08net: ethtool: Introduce ethtool_phy_opsFlorian Fainelli2-0/+13