aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethtool
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-22ethtool: add support to set/get rx buf len via ethtoolHao Chen2-3/+22
2021-11-22ethtool: add support to set/get tx copybreak buf size via ethtoolHao Chen2-0/+2
2021-11-19ethtool: stats: Use struct_group() to clear all stats at onceKees Cook1-8/+7
2021-11-03ethtool: fix ethtool msg len calculation for pause statsJakub Kicinski1-2/+1
2021-11-01ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski1-4/+32
2021-11-01ethtool: handle info/flash data copying outside rtnl_lockJakub Kicinski1-41/+69
2021-11-01ethtool: push the rtnl_lock into dev_ethtool()Jakub Kicinski1-1/+13
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-4/+3
2021-10-06ethtool: Add ability to control transceiver modules' power modeIdo Schimmel4-1/+204
2021-09-29ethtool: ioctl: Use array_size() helper in copy_{from,to}_user()Gustavo A. R. Silva1-5/+7
2021-09-14ethtool: prevent endless loop if eeprom size is smaller than announcedHeiner Kallweit1-0/+4
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2-6/+19
2021-08-24ethtool: add two coalesce attributes for CQE modeYufeng Mo2-3/+18
2021-08-06ethtool: return error from ethnl_ops_begin if dev is NULLHeiner Kallweit1-2/+2
2021-08-05net: Remove redundant if statementsYajun Deng1-4/+2
2021-08-03ethtool: runtime-resume netdev parent in ethnl_ops_beginHeiner Kallweit1-6/+25
2021-08-03ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e...Heiner Kallweit1-7/+7
2021-08-03ethtool: move implementation of ethnl_ops_begin/complete to netlink.cHeiner Kallweit2-13/+16
2021-08-03ethtool: runtime-resume netdev parent before ethtool ioctl opsHeiner Kallweit1-3/+15
2021-07-27dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann1-2/+1
2021-07-27ethtool: Fix rxnfc copy to user buffer overflowSaeed Mahameed1-1/+1
2021-07-23ethtool: improve compat ioctl handlingArnd Bergmann1-16/+120
2021-07-01net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu1-0/+1
2021-07-01ethtool: add a new command for getting PHC virtual clocksYangbo Lu5-1/+120
2021-06-22ethtool: Validate module EEPROM offset as part of policyIdo Schimmel1-5/+2
2021-06-22ethtool: Validate module EEPROM length as part of policyIdo Schimmel1-4/+2
2021-06-22ethtool: Decrease size of module EEPROM get policy arrayIdo Schimmel1-1/+1
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+8
2021-06-16ethtool: add a stricter length checkJakub Kicinski1-3/+8
2021-06-14ethtool: strset: fix message length calculationJakub Kicinski1-0/+2
2021-06-09net: ethtool: clear heap allocations for ethtool functionAustin Kim1-5/+5
2021-06-07ethtool: Fix NULL pointer dereference during module EEPROM dumpIdo Schimmel1-1/+1
2021-06-02ethtool: Fix a typoZheng Yongjun1-1/+1
2021-05-19ethtool: stats: Fix a copy-paste errorYueHaibing1-1/+1
2021-05-05ethtool: fix missing NLM_F_MULTI flag when dumpingFernando Fernandez Mancera1-1/+2
2021-04-19ethtool: stats: clarify the initialization to ETHTOOL_STAT_NOT_SETJakub Kicinski1-0/+3
2021-04-19ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()Gustavo A. R. Silva1-1/+1
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+7
2021-04-16ethtool: add interface to read RMON statsJakub Kicinski3-0/+93
2021-04-16ethtool: add interface to read standard MAC Ctrl statsJakub Kicinski3-0/+39
2021-04-16ethtool: add interface to read standard MAC statsJakub Kicinski3-0/+96
2021-04-16ethtool: add a new command for reading standard statsJakub Kicinski5-1/+226
2021-04-15ethtool: add FEC statisticsJakub Kicinski1-1/+72
2021-04-15ethtool: fec_prepare_data() - jump to error handlingJakub Kicinski1-3/+4
2021-04-15ethtool: move ethtool_stats_initJakub Kicinski1-6/+0
2021-04-14ethtool: pause: make sure we init driver statsJakub Kicinski1-4/+4
2021-04-12ethtool: fix kdoc attr nameJakub Kicinski1-3/+3
2021-04-11ethtool: wire in generic SFP module accessAndrew Lunn1-5/+20
2021-04-11ethtool: Add fallback to get_module_eeprom from netlink commandVladyslav Tarasiuk1-1/+61
2021-04-11net: ethtool: Export helpers for getting EEPROM infoAndrew Lunn2-7/+12
2021-04-11ethtool: Allow network drivers to dump arbitrary EEPROM dataVladyslav Tarasiuk4-1/+185
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-19/+20
2021-04-07ethtool: Add lanes parameter for ETHTOOL_LINK_MODE_10000baseR_FEC_BITDanielle Ratson1-0/+1
2021-04-07ethtool: Remove link_mode param and derive link params from driverDanielle Ratson2-17/+17
2021-04-06ethtool: fix incorrect datatype in set_eee opsWong Vee Khee1-2/+2
2021-03-31ethtool: support FEC settings over netlinkJakub Kicinski4-1/+262
2021-03-26ethtool: fec: fix FEC_NONE checkJakub Kicinski1-1/+1
2021-03-25ethtool: fec: sanitize ethtool_fecparam->fecJakub Kicinski1-0/+3
2021-03-25ethtool: fec: sanitize ethtool_fecparam->active_fecJakub Kicinski1-0/+1
2021-03-25ethtool: 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-11net: hsr: add offloading supportGeorge McCollister1-0/+4
2021-02-03ethtool: Expose the number of lanes in useDanielle Ratson1-0/+8
2021-02-03ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson4-156/+173
2021-02-03ethtool: Extend link modes settings uAPI with lanesDanielle Ratson2-16/+82
2021-02-03ethtool: Validate master slave configuration before rtnl_lock()Danielle Ratson1-8/+19
2021-01-23net: introduce a netdev feature for UDP GRO forwardingAlexander Lobakin1-0/+1
2020-12-16ethtool: fix error paths in ethnl_set_channels()Ivan Vecera1-2/+4
2020-12-16ethtool: fix string set id checkMichal Kubecek1-1/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2020-12-09ethtool: fix stack overflow in ethnl_parse_bitset()Michal Kubecek1-0/+2
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-11-09ethtool: netlink: add missing netdev_features_change() callAlexander Lobakin1-1/+1
2020-11-02ethtool: remove unneeded semicolonTom Rix1-1/+1
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/ker...David 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
2020-05-21ethtool: provide UAPI for PHY Signal Quality Index (SQI)Oleksij Rempel1-1/+74
2020-05-21ethtool: count header size in reply size estimateMichal Kubecek2-3/+2
2020-05-16ethtool: don't call set_channels in drivers if config didn't changeJakub Kicinski1-0/+6
2020-05-16ethtool: check if there is at least one channel for TX/RX in the coreJakub Kicinski2-2/+23
2020-05-10net: phy: Send notifier when starting the cable testAndrew Lunn1-0/+41
2020-05-10net: ethtool: Add helpers for reporting test resultsAndrew Lunn1-1/+52
2020-05-10net: ethtool: Add infrastructure for reporting cable test resultsAndrew Lunn1-0/+55
2020-05-10net: ethtool: Make helpers publicAndrew Lunn2-2/+4
2020-05-10net: ethtool: netlink: Add support for triggering a cable testAndrew Lunn4-1/+61
2020-05-06ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel2-0/+59
2020-04-21drivers: Remove inclusion of vermagic headerLeon Romanovsky1-2/+1
2020-04-20net: ethtool: self_test: Mark interface in testing operative statusAndrew Lunn1-0/+2
2020-03-29ethtool: provide timestamping information with TSINFO_GET requestMichal Kubecek7-20/+179
2020-03-29ethtool: add timestamping related string setsMichal Kubecek3-0/+69
2020-03-29ethtool: add EEE_NTF notificationMichal Kubecek3-1/+10
2020-03-29ethtool: set EEE settings with EEE_SET requestMichal Kubecek3-0/+79
2020-03-29ethtool: provide EEE settings with EEE_GET requestMichal Kubecek4-1/+140
2020-03-29ethtool: add PAUSE_NTF notificationMichal Kubecek3-1/+10
2020-03-29ethtool: set pause parameters with PAUSE_SET requestMichal Kubecek3-0/+67
2020-03-29ethtool: provide pause parameters with PAUSE_GET requestMichal Kubecek4-1/+91
2020-03-29ethtool: add COALESCE_NTF notificationMichal Kubecek3-1/+10
2020-03-29ethtool: set coalescing parameters with COALESCE_SET requestMichal Kubecek3-0/+142
2020-03-29ethtool: provide coalescing parameters with COALESCE_GET requestMichal Kubecek4-1/+224
2020-03-29ethtool: fix reference leak in ethnl_set_privflags()Michal Kubecek1-1/+3
2020-03-26net: introduce the MACSEC netdev featureAntoine Tenart1-0/+1
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-8/+24
2020-03-24ethtool: fix incorrect tx-checksumming settings reportingVladyslav Tarasiuk1-1/+1
2020-03-23ethtool: fix reference leak in some *_SET handlersMichal Kubecek4-4/+12
2020-03-17net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski2-3/+11