summaryrefslogtreecommitdiffstats
path: root/net/ethtool
AgeCommit message (Expand)AuthorFilesLines
2023-01-12ethtool: add netlink attr in rss get reply only if value is not nullSudheer Mogilappagari1-4/+7
2022-12-28net/ethtool/ioctl: split ethtool_get_phy_stats into multiple helpersDaniil Tatianin1-33/+69
2022-12-28net/ethtool/ioctl: remove if n_stats checks from ethtool_get_phy_statsDaniil Tatianin1-14/+10
2022-12-28net/ethtool/ioctl: return -EOPNOTSUPP if we have no phy statsDaniil Tatianin1-1/+2
2022-12-08net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPWillem de Bruijn1-0/+1
2022-12-05ethtool: add netlink based get rss supportSudheer Mogilappagari4-1/+163
2022-11-23ethtool: avoiding integer overflow in ethtool_phys_id()Maxim Korotkov1-1/+2
2022-11-10ethtool: ethtool_get_drvinfo: populate drvinfo fields even if callback exitsVincent Mailhol1-3/+10
2022-11-08ethtool: Fail number of channels change when it conflicts with rxnfcGal Pressman4-11/+92
2022-11-08ethtool: linkstate: add a statistic for PHY down eventsJakub Kicinski1-1/+23
2022-11-03net: devlink: use devlink_port pointer instead of ndo_get_devlink_portJiri Pirko1-9/+2
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-10-24ethtool: eeprom: fix null-deref on genl_info in dumpXin Long1-1/+1
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-10-24ethtool: Add support for 800Gbps link modesAmit Cohen1-0/+14
2022-10-21ethtool: pse-pd: fix null-deref on genl_info in dumpJakub Kicinski1-1/+1
2022-10-03ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel5-1/+209
2022-09-23net: phy: Add support for rate matchingSean Anderson2-0/+6
2022-09-22ethtool: tunnels: check the return value of nla_nest_start()Li Zhong1-0/+2
2022-08-30ethtool: report missing header via ext_ack in the default handlerJakub Kicinski1-0/+3
2022-08-30ethtool: strset: report missing ETHTOOL_A_STRINGSET_ID via ext_ackJakub Kicinski1-1/+1
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-08-22ethtool: move from strlcpy with unused retval to strscpyWolfram Sang1-4/+4
2022-07-25net: delete extra space and tab in blank lineWilliam Dean1-1/+1
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-06-17ethtool: Fix get module eeprom fallbackIvan Vecera1-1/+1
2022-06-13ethtool: Fix and simplify ethtool_convert_link_mode_to_legacy_u32()Marco Bonelli1-15/+2
2022-06-09net: rename reference+tracking helpersJakub Kicinski3-6/+6
2022-05-01ethtool: Add 10base-T1L link mode entryAlexandru Tachici1-0/+3
2022-04-15net: ethtool: move checks before rtnl_lock() in ethnl_set_ringsJie Wang1-18/+18
2022-04-15net: ethtool: extend ringparam set/get APIs for tx_pushJie Wang2-3/+17
2022-02-23ethtool: add support to set/get completion queue event sizeSubbaraya Sundeep2-3/+18
2022-01-28ethtool: add header/data split indicationJakub Kicinski1-5/+10
2022-01-06ethtool: use phydev variableTom Rix1-4/+4
2022-01-05netlink: do not allocate a device refcount tracker in ethnl_default_notify()Eric Dumazet1-1/+0
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2021-12-30ethtool: Remove redundant ret assignmentsluo penghao1-1/+0
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-12-15ethtool: always write dev in ethnl_parse_header_dev_getJakub Kicinski1-3/+2
2021-12-15ethtool: use ethnl_parse_header_dev_put()Eric Dumazet16-18/+23
2021-12-14ethtool: fix null-ptr-deref on ref trackerJakub Kicinski1-2/+4
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-12-07netlink: add net device refcount tracker to struct ethnl_req_infoEric Dumazet2-3/+7
2021-12-06ethtool: do not perform operations on net devices being unregisteredAntoine Tenart1-1/+2
2021-12-06net: add net device refcount tracker to ethtool_phys_id()Eric Dumazet1-2/+3
2021-11-29ethtool: netlink: Slightly simplify 'ethnl_features_to_bitmap()'Christophe JAILLET1-1/+0
2021-11-26net: ethtool: set a default driver nameTonghao Zhang1-0/+3
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-11-26ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()Julian Wiedmann1-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2-6/+13